]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/Math.lyx
e5501b29f52f30fc35f205081e514b30460284c5
[lyx.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 \begin_inset Info
3410 type  "icon"
3411 arg   "math-insert \\space"
3412 \end_inset
3413
3414
3415 \end_layout
3416
3417 \end_inset
3418
3419  
3420 \begin_inset Graphics
3421         filename ../../images/math/phantom.png
3422         scale 85
3423
3424 \end_inset
3425
3426  qui crée un ou plusieurs caractères fantômes.
3427  Quand on insère la commande 
3428 \series bold
3429
3430 \backslash
3431 phantom
3432 \series default
3433  une petite boîte avec deux flèches rouges apparaît.
3434  Les flèches indiquent que la garniture
3435 \begin_inset Foot
3436 status collapsed
3437
3438 \begin_layout Plain Layout
3439 Traduction de placeholder, c'est un terme de typographie (NdT).
3440 \end_layout
3441
3442 \end_inset
3443
3444  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3445  De la même façon, les caractères fantômes sont des garnitures qui ont la
3446  taille du caractère concerné.
3447 \end_layout
3448
3449 \begin_layout Standard
3450 \align center
3451 \begin_inset Tabular
3452 <lyxtabular version="3" rows="4" columns="2">
3453 <features rotate="0" tabularvalignment="middle">
3454 <column alignment="center" valignment="top">
3455 <column alignment="center" valignment="top">
3456 <row>
3457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Commande
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 Résultat
3471 \begin_inset Note Note
3472 status collapsed
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477
3478 \backslash
3479 raisebox
3480 \series default
3481  est seulement utilisée pour faire de la place
3482 \end_layout
3483
3484 \end_inset
3485
3486
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 ^19
3498 \begin_inset space \textvisiblespace{}
3499 \end_inset
3500
3501 _
3502 \backslash
3503 phantom
3504 \begin_inset space \textvisiblespace{}
3505 \end_inset
3506
3507 1
3508 \begin_inset Formula $\to$
3509 \end_inset
3510
3511 9
3512 \begin_inset space \textvisiblespace{}
3513 \end_inset
3514
3515 F
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3525 \end_inset
3526
3527
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 ^235
3539 \begin_inset space \textvisiblespace{}
3540 \end_inset
3541
3542 _
3543 \backslash
3544 phantom
3545 \begin_inset space \textvisiblespace{}
3546 \end_inset
3547
3548 23
3549 \begin_inset Formula $\to$
3550 \end_inset
3551
3552 9
3553 \begin_inset space \textvisiblespace{}
3554 \end_inset
3555
3556 F
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3566 \end_inset
3567
3568
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \backslash
3581 Lambda^
3582 \begin_inset space \textvisiblespace{}
3583 \end_inset
3584
3585
3586 \backslash
3587 phantom
3588 \begin_inset space \textvisiblespace{}
3589 \end_inset
3590
3591 ii
3592 \begin_inset Formula $\to$
3593 \end_inset
3594
3595 t
3596 \begin_inset space \textvisiblespace{}
3597 \end_inset
3598
3599 _MMt
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3609 \end_inset
3610
3611
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 </lyxtabular>
3618
3619 \end_inset
3620
3621
3622 \end_layout
3623
3624 \begin_layout Standard
3625 En plus, il y a les commandes 
3626 \series bold
3627
3628 \backslash
3629 vphantom
3630 \series default
3631
3632 \begin_inset Index idx
3633 status collapsed
3634
3635 \begin_layout Plain Layout
3636 Commandes ! V ! 
3637 \backslash
3638 vphantom
3639 \end_layout
3640
3641 \end_inset
3642
3643  (bouton
3644 \begin_inset space ~
3645 \end_inset
3646
3647
3648 \begin_inset Graphics
3649         filename ../../images/math/vphantom.png
3650         scale 85
3651
3652 \end_inset
3653
3654  de la barre d'outils) et 
3655 \series bold
3656
3657 \backslash
3658 hphantom
3659 \series default
3660
3661 \begin_inset Index idx
3662 status collapsed
3663
3664 \begin_layout Plain Layout
3665 Commandes ! H ! 
3666 \backslash
3667 hphantom
3668 \end_layout
3669
3670 \end_inset
3671
3672  (bouton
3673 \begin_inset space ~
3674 \end_inset
3675
3676
3677 \begin_inset Graphics
3678         filename ../../images/math/hphantom.png
3679         scale 85
3680
3681 \end_inset
3682
3683 ).
3684  
3685 \series bold
3686
3687 \backslash
3688 hphantom
3689 \series default
3690  crée seulement de l'espace pour la hauteur maximale des caractères de la
3691  boîte, mais pas pour leur largeur.
3692  
3693 \series bold
3694
3695 \backslash
3696 vphantom
3697 \series default
3698  crée de l'espace seulement pour la largeur du contenu de la boîte.
3699  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3700  commandes n'ont qu'une seule flèche rouge.
3701 \end_layout
3702
3703 \begin_layout Standard
3704 Par exemple 
3705 \series bold
3706
3707 \backslash
3708 vphantom
3709 \series default
3710
3711 \begin_inset space \textvisiblespace{}
3712 \end_inset
3713
3714
3715 \series bold
3716 a
3717 \backslash
3718 int
3719 \series default
3720  crée de l'espace pour la hauteur du signe intégral
3721 \begin_inset Foot
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725 La commande 
3726 \series bold
3727
3728 \backslash
3729 int
3730 \series default
3731  insère le signe de l'intégrale, voir 
3732 \begin_inset CommandInset ref
3733 LatexCommand ref
3734 reference "sub:Grands-opérateurs"
3735
3736 \end_inset
3737
3738 .
3739 \end_layout
3740
3741 \end_inset
3742
3743 , vu que c'est le plus haut caractère.
3744  Voir un exemple d'application dans 
3745 \begin_inset CommandInset ref
3746 LatexCommand ref
3747 reference "sub:Crochets-multilignes"
3748
3749 \end_inset
3750
3751 .
3752 \end_layout
3753
3754 \begin_layout Standard
3755 Les réserves peuvent aussi être utilisées avec du texte en les insérant
3756  via le menu 
3757 \family sans
3758 Insertion\SpecialChar \menuseparator
3759 Typographie
3760 \begin_inset space ~
3761 \end_inset
3762
3763 spéciale\SpecialChar \menuseparator
3764 Fantôme
3765 \family default
3766 .
3767 \end_layout
3768
3769 \begin_layout Standard
3770 Ceci est une phrase.
3771 \begin_inset Newline newline
3772 \end_inset
3773
3774
3775 \begin_inset Phantom Phantom
3776 status open
3777
3778 \begin_layout Plain Layout
3779 Ceci
3780 \end_layout
3781
3782 \end_inset
3783
3784  est aussi une phrase.
3785 \end_layout
3786
3787 \begin_layout Subsection
3788 Lignes
3789 \begin_inset Index idx
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793 Lignes
3794 \end_layout
3795
3796 \end_inset
3797
3798
3799 \begin_inset Index idx
3800 status collapsed
3801
3802 \begin_layout Plain Layout
3803 Formules ! soulignées
3804 \end_layout
3805
3806 \end_inset
3807
3808
3809 \end_layout
3810
3811 \begin_layout Standard
3812 \align center
3813 \begin_inset Tabular
3814 <lyxtabular version="3" rows="4" columns="2">
3815 <features rotate="0" tabularvalignment="middle">
3816 <column alignment="center" valignment="top" width="0pt">
3817 <column alignment="center" valignment="top" width="0pt">
3818 <row>
3819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 Commande
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Résultat
3833 \begin_inset Note Note
3834 status collapsed
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839
3840 \backslash
3841 raisebox
3842 \series default
3843  est seulement utilisée pour faire de la place
3844 \end_layout
3845
3846 \end_inset
3847
3848
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \backslash
3861 overline
3862 \begin_inset space \textvisiblespace{}
3863 \end_inset
3864
3865 A+B
3866 \begin_inset Index idx
3867 status collapsed
3868
3869 \begin_layout Plain Layout
3870 Commandes ! O ! 
3871 \backslash
3872 overline
3873 \end_layout
3874
3875 \end_inset
3876
3877
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3887 \end_inset
3888
3889
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \backslash
3902 underline
3903 \begin_inset space \textvisiblespace{}
3904 \end_inset
3905
3906 A+B
3907 \begin_inset Index idx
3908 status collapsed
3909
3910 \begin_layout Plain Layout
3911 Commandes ! U ! 
3912 \backslash
3913 underline
3914 \end_layout
3915
3916 \end_inset
3917
3918
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \backslash
3943 overline
3944 \begin_inset space \textvisiblespace{}
3945 \end_inset
3946
3947
3948 \backslash
3949 underline
3950 \begin_inset space \textvisiblespace{}
3951 \end_inset
3952
3953 A+B
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3963 \end_inset
3964
3965
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 </lyxtabular>
3972
3973 \end_inset
3974
3975
3976 \end_layout
3977
3978 \begin_layout Standard
3979 Dans le dernier exemple, il importe peu que 
3980 \series bold
3981
3982 \backslash
3983 overline
3984 \series default
3985  ou 
3986 \series bold
3987
3988 \backslash
3989 underline
3990 \series default
3991  soit inséré en premier.
3992 \end_layout
3993
3994 \begin_layout Standard
3995 Pour souligner deux fois, par exemple des résultats, on utilise 
3996 \backslash
3997 underline deux fois.
3998 \end_layout
3999
4000 \begin_layout Standard
4001 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
4002 \end_layout
4003
4004 \begin_layout Standard
4005 \begin_inset VSpace bigskip
4006 \end_inset
4007
4008
4009 \end_layout
4010
4011 \begin_layout Standard
4012 On peut créer des lignes personnalisées en utilisant la commande 
4013 \series bold
4014
4015 \backslash
4016 rule
4017 \series default
4018
4019 \begin_inset Index idx
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023 Commandes ! R ! 
4024 \backslash
4025 rule
4026 \end_layout
4027
4028 \end_inset
4029
4030  qui a la syntaxe suivante:
4031 \end_layout
4032
4033 \begin_layout Standard
4034
4035 \series bold
4036
4037 \backslash
4038 rule[décalage vertical]{longueur}{épaisseur}
4039 \end_layout
4040
4041 \begin_layout Standard
4042 Le décalage vertical optionnel déplace la ligne vers le haut (ou vers le
4043  bas, si sa valeur est négative).
4044  Les unités utilisables pour ces valeurs sont listées dans 
4045 \begin_inset CommandInset ref
4046 LatexCommand ref
4047 reference "tab:Unités-disponibles"
4048
4049 \end_inset
4050
4051 .
4052  Voici deux exemples de lignes créées avec les commandes
4053 \begin_inset Newline newline
4054 \end_inset
4055
4056
4057 \series bold
4058
4059 \backslash
4060 rule[-2ex]{3cm}{2pt}
4061 \series default
4062  et 
4063 \series bold
4064
4065 \backslash
4066 rule{2cm}{1pt}
4067 \series default
4068 :
4069 \end_layout
4070
4071 \begin_layout Standard
4072 Voici une phrase 
4073 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4074 \end_inset
4075
4076  avec deux lignes.
4077 \end_layout
4078
4079 \begin_layout Standard
4080
4081 \series bold
4082
4083 \backslash
4084 rule
4085 \series default
4086  peut aussi être utilisé avec du texte si la ligne est insérée via le menu
4087  
4088 \family sans
4089 Insertion\SpecialChar \menuseparator
4090 Typographie
4091 \begin_inset space ~
4092 \end_inset
4093
4094 spéciale\SpecialChar \menuseparator
4095 Ligne
4096 \begin_inset space ~
4097 \end_inset
4098
4099 horizontale
4100 \family default
4101
4102 \begin_inset space ~
4103 \end_inset
4104
4105 :
4106 \end_layout
4107
4108 \begin_layout Standard
4109 Ceci est une phrase 
4110 \begin_inset CommandInset line
4111 LatexCommand rule
4112 offset "0.5ex"
4113 width "3cm"
4114 height "1pt"
4115
4116 \end_inset
4117
4118  avec une ligne.
4119 \end_layout
4120
4121 \begin_layout Subsection
4122 Points de suspension
4123 \begin_inset CommandInset label
4124 LatexCommand label
4125 name "sub:Points-de-suspension"
4126
4127 \end_inset
4128
4129
4130 \begin_inset Index idx
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Points de suspension
4135 \end_layout
4136
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \begin_layout Standard
4143 Différents types de points de suspension sont disponibles.
4144 \begin_inset Foot
4145 status collapsed
4146
4147 \begin_layout Plain Layout
4148 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4149 \begin_inset Info
4150 type  "icon"
4151 arg   "math-insert \\ldots"
4152 \end_inset
4153
4154
4155 \end_layout
4156
4157 \end_inset
4158
4159  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4160  base, on utilise (
4161 \series bold
4162
4163 \backslash
4164 ldots
4165 \series default
4166
4167 \begin_inset Index idx
4168 status collapsed
4169
4170 \begin_layout Plain Layout
4171 Commandes ! L ! 
4172 \backslash
4173 ldots
4174 \end_layout
4175
4176 \end_inset
4177
4178 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4179  à la même hauteur que les opérateurs, on utilise (
4180 \series bold
4181
4182 \backslash
4183 cdots
4184 \series default
4185
4186 \begin_inset Index idx
4187 status collapsed
4188
4189 \begin_layout Plain Layout
4190 Commandes ! C ! 
4191 \backslash
4192 cdots
4193 \end_layout
4194
4195 \end_inset
4196
4197 ).
4198  Quand on utilise la commande 
4199 \series bold
4200
4201 \backslash
4202 dots
4203 \series default
4204
4205 \begin_inset Index idx
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209 Commandes ! D ! 
4210 \backslash
4211 dots
4212 \end_layout
4213
4214 \end_inset
4215
4216 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4217 \end_layout
4218
4219 \begin_layout Standard
4220 \align center
4221 \begin_inset Tabular
4222 <lyxtabular version="3" rows="9" columns="2">
4223 <features rotate="0" tabularvalignment="middle">
4224 <column alignment="center" valignment="top" width="0pt">
4225 <column alignment="center" valignment="top" width="0pt">
4226 <row>
4227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 Commande
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 Résultat
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 A_1
4252 \begin_inset space \textvisiblespace{}
4253 \end_inset
4254
4255 ,
4256 \backslash
4257 dots
4258 \begin_inset space \textvisiblespace{}
4259 \end_inset
4260
4261 ,A_n
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 \begin_inset Formula $A_{1},\dots,A_{n}$
4271 \end_inset
4272
4273
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284 A_1
4285 \begin_inset space \textvisiblespace{}
4286 \end_inset
4287
4288 +
4289 \backslash
4290 dots
4291 \begin_inset space \textvisiblespace{}
4292 \end_inset
4293
4294 +A_n
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 \begin_inset Formula $A_{1}+\dots+A_{n}$
4304 \end_inset
4305
4306
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 A_1
4318 \begin_inset space \textvisiblespace{}
4319 \end_inset
4320
4321 ,
4322 \backslash
4323 ldots
4324 \begin_inset space \textvisiblespace{}
4325 \end_inset
4326
4327 ,A_n
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 \begin_inset Formula $A_{1},\ldots,A_{n}$
4337 \end_inset
4338
4339
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 </row>
4345 <row>
4346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 A_1
4351 \begin_inset space \textvisiblespace{}
4352 \end_inset
4353
4354 +
4355 \backslash
4356 cdots
4357 \begin_inset space \textvisiblespace{}
4358 \end_inset
4359
4360 +A_n
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4370 \end_inset
4371
4372
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \backslash
4385 vdots
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 \begin_inset Formula $\vdots$
4395 \end_inset
4396
4397
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \backslash
4410 ddots
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 \begin_inset Formula $\ddots$
4420 \end_inset
4421
4422
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \backslash
4435 iddots
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 \begin_inset Formula $\iddots$
4445 \end_inset
4446
4447
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 matrice 3×3
4459 \begin_inset space \thinspace{}
4460 \end_inset
4461
4462 avec les différents types de points
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 \begin_inset Formula $\begin{array}{ccc}
4472 A_{11} & \cdots & A_{1m}\\
4473 \vdots & \ddots & \vdots\\
4474 A_{n1} & \cdots & A_{nm}
4475 \end{array}$
4476 \end_inset
4477
4478
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 </row>
4484 </lyxtabular>
4485
4486 \end_inset
4487
4488
4489 \end_layout
4490
4491 \begin_layout Standard
4492 Les points de suspension accessibles avec le menu 
4493 \family sans
4494 Insertion\SpecialChar \menuseparator
4495 Caractère
4496 \begin_inset space ~
4497 \end_inset
4498
4499 spécial
4500 \family default
4501  sont des 
4502 \series bold
4503
4504 \backslash
4505 ldots
4506 \series default
4507 .
4508 \end_layout
4509
4510 \begin_layout Standard
4511 \begin_inset VSpace medskip
4512 \end_inset
4513
4514
4515 \end_layout
4516
4517 \begin_layout Standard
4518 Pour utiliser 
4519 \series bold
4520
4521 \backslash
4522 iddots
4523 \series default
4524 , on doit utiliser une des options 
4525 \family sans
4526 Utiliser
4527 \begin_inset space ~
4528 \end_inset
4529
4530 (automatiquement) le paquetage mathdots 
4531 \family default
4532 dans les paramètres du document, rubrique 
4533 \family sans
4534 Options du mode math
4535 \family default
4536 .
4537 \begin_inset Newline newline
4538 \end_inset
4539
4540 L'utilisation de l'option 
4541 \family sans
4542 Utiliser le paquetage mathdots
4543 \family default
4544  améliorera l'apparence de tous les points du document si leur police ou
4545  leur taille de caractère n'est pas le choix implicite.
4546 \end_layout
4547
4548 \begin_layout Standard
4549 \begin_inset VSpace medskip
4550 \end_inset
4551
4552 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4553  couvrir plusieurs colonnes.
4554  Il sont créés avec la commande 
4555 \series bold
4556
4557 \backslash
4558 hdotsfor
4559 \series default
4560
4561 \begin_inset Index idx
4562 status collapsed
4563
4564 \begin_layout Plain Layout
4565 Commandes ! H ! 
4566 \backslash
4567 hdotsfor
4568 \end_layout
4569
4570 \end_inset
4571
4572 , qui a la syntaxe suivante:
4573 \end_layout
4574
4575 \begin_layout Standard
4576
4577 \series bold
4578
4579 \backslash
4580 hdotsfor[distance]{nombre de colonnes}
4581 \end_layout
4582
4583 \begin_layout Standard
4584 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4585  La distance est un facteur donnant la distance entre les points.
4586 \end_layout
4587
4588 \begin_layout Standard
4589 Dans la matrice suivante, on a inséré la commande 
4590 \series bold
4591
4592 \backslash
4593 hdotsfor[2]{4}
4594 \series default
4595  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4596  points de suspension avec une distance entre points double de celle obtenue
4597  avec la commande 
4598 \series bold
4599
4600 \backslash
4601 dots
4602 \series default
4603 :
4604 \begin_inset Formula 
4605 \[
4606 \left(\begin{array}{cccc}
4607 A & B & C & D\\
4608 \hdotsfor[2]{4}\\
4609 a & z & e & r
4610 \end{array}\right)
4611 \]
4612
4613 \end_inset
4614
4615 Notez que les cases de la matrice qui doivent être couvertes doivent être
4616  vides, sinon vous aurez des erreurs LaTeX.
4617 \end_layout
4618
4619 \begin_layout Standard
4620 \begin_inset VSpace bigskip
4621 \end_inset
4622
4623 Pour aller plus loin, vous pouvez utiliser la commande 
4624 \series bold
4625
4626 \backslash
4627 dotfill
4628 \series default
4629
4630 \begin_inset Index idx
4631 status collapsed
4632
4633 \begin_layout Plain Layout
4634 Commandes ! D ! 
4635 \backslash
4636 dotfill
4637 \end_layout
4638
4639 \end_inset
4640
4641  pour remplir le reste d'une ligne avec des points.
4642  L'effet de ces commandes est le même que celui de 
4643 \series bold
4644
4645 \backslash
4646 hfill
4647 \series default
4648 , voir 
4649 \begin_inset CommandInset ref
4650 LatexCommand ref
4651 reference "sub:Espace-variable"
4652
4653 \end_inset
4654
4655 .
4656 \end_layout
4657
4658 \begin_layout Standard
4659 Par exemple, la commande 
4660 \series bold
4661 A
4662 \backslash
4663 dotfill
4664 \begin_inset space \textvisiblespace{}
4665 \end_inset
4666
4667 B
4668 \series default
4669  produit
4670 \end_layout
4671
4672 \begin_layout Standard
4673 \begin_inset Formula $A\dotfill B$
4674 \end_inset
4675
4676
4677 \end_layout
4678
4679 \begin_layout Standard
4680 Comme
4681 \series bold
4682  
4683 \backslash
4684 dotfill
4685 \series default
4686  avec des points, il existe la commande 
4687 \series bold
4688
4689 \backslash
4690 hrulefill
4691 \series default
4692
4693 \begin_inset Index idx
4694 status collapsed
4695
4696 \begin_layout Plain Layout
4697 Commandes ! H ! 
4698 \backslash
4699 hrulefill
4700 \end_layout
4701
4702 \end_inset
4703
4704  avec un filet:
4705 \end_layout
4706
4707 \begin_layout Standard
4708 \begin_inset Formula $A\hrulefill B$
4709 \end_inset
4710
4711
4712 \end_layout
4713
4714 \begin_layout Standard
4715 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4716  mode TeX.
4717 \end_layout
4718
4719 \begin_layout Section
4720 Matrices
4721 \begin_inset CommandInset label
4722 LatexCommand label
4723 name "sec:Matrices"
4724
4725 \end_inset
4726
4727
4728 \begin_inset Index idx
4729 status collapsed
4730
4731 \begin_layout Plain Layout
4732 Matrices
4733 \end_layout
4734
4735 \end_inset
4736
4737
4738 \end_layout
4739
4740 \begin_layout Standard
4741 On peut insérer des matrices avec le bouton 
4742 \begin_inset Info
4743 type  "icon"
4744 arg   "dialog-show mathmatrix"
4745 \end_inset
4746
4747  de la barre d'outils mathématique ou en utilisant le menu
4748 \family sans
4749  Insertion\SpecialChar \menuseparator
4750 Math\SpecialChar \menuseparator
4751 Matrice
4752 \begin_inset space ~
4753 \end_inset
4754
4755 mathématique
4756 \family default
4757 .
4758  On vous demande alors le nombre de lignes et de colonnes de la matrice,
4759  de leur alignement et de la décoration.
4760  L'alignement vertical n'est en fait important que pour les matrices qui
4761  se trouvent dans une formule en ligne:
4762 \end_layout
4763
4764 \begin_layout Standard
4765 L'alignement de la première matrice est haut 
4766 \begin_inset Formula $\begin{array}[t]{cccc}
4767 A & D & G & J\\
4768 B & E & H & K\\
4769 C & F & I & L
4770 \end{array}$
4771 \end_inset
4772
4773 , la seconde milieu 
4774 \begin_inset Formula $\begin{array}{cccc}
4775 A & D & G & J\\
4776 B & E & H & K\\
4777 C & F & I & L
4778 \end{array}$
4779 \end_inset
4780
4781 , et la troisième bas 
4782 \begin_inset Formula $\begin{array}[b]{cccc}
4783 A & D & G & J\\
4784 B & E & H & K\\
4785 C & F & I & L
4786 \end{array}$
4787 \end_inset
4788
4789  .
4790 \end_layout
4791
4792 \begin_layout Standard
4793 L'alignement horizontal précise comment le contenu des colonnes doit être
4794  aligné.
4795  On le choisit en entrant une lettre pour chaque colonne.
4796  
4797 \emph on
4798 l
4799 \emph default
4800  pour un alignement à gauche (left) , 
4801 \emph on
4802 c
4803 \emph default
4804  centré, et
4805 \emph on
4806  r
4807 \emph default
4808  à droite (right).
4809  Par exemple, pour créer une matrice
4810 \begin_inset space ~
4811 \end_inset
4812
4813 4
4814 \series bold
4815 ×
4816 \series default
4817 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4818  sont centrées et la dernière est alignée à gauche, on va entrer 
4819 \series bold
4820 lccr
4821 \series default
4822  pour l'alignement horizontal.
4823  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4824  que l'alignement implicite pour toutes les colonnes est un 
4825 \series bold
4826 c
4827 \series default
4828 .
4829 \end_layout
4830
4831 \begin_layout Standard
4832 Alignement horizontal:
4833 \end_layout
4834
4835 \begin_layout Standard
4836
4837 \series bold
4838 lll
4839 \series default
4840  : 
4841 \begin_inset Formula $\begin{array}{lll}
4842 10000 & D & G\\
4843 B & 10000 & H\\
4844 C & F & 10000
4845 \end{array}$
4846 \end_inset
4847
4848  , 
4849 \series bold
4850 ccc
4851 \series default
4852  : 
4853 \begin_inset Formula $\begin{array}{ccc}
4854 10000 & D & G\\
4855 B & 10000 & H\\
4856 C & F & 10000
4857 \end{array}$
4858 \end_inset
4859
4860  , 
4861 \series bold
4862 rrr
4863 \series default
4864  : 
4865 \begin_inset Formula $\begin{array}{rrr}
4866 10000 & D & G\\
4867 B & 10000 & H\\
4868 C & F & 10000
4869 \end{array}$
4870 \end_inset
4871
4872
4873 \end_layout
4874
4875 \begin_layout Standard
4876 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
4877  utiliser les boutons 
4878 \begin_inset Info
4879 type  "icon"
4880 arg   "inset-modify tabular append-row"
4881 \end_inset
4882
4883
4884 \begin_inset Info
4885 type  "icon"
4886 arg   "inset-modify tabular delete-row"
4887 \end_inset
4888
4889 , etc.
4890 \begin_inset space \thinspace{}
4891 \end_inset
4892
4893 de la barre d'outils mathématique, ou le menu 
4894 \family sans
4895 Édition\SpecialChar \menuseparator
4896 Lignes
4897 \begin_inset space \thinspace{}
4898 \end_inset
4899
4900 &
4901 \begin_inset space \thinspace{}
4902 \end_inset
4903
4904 colonnes
4905 \family default
4906 .
4907  On peut aussi ajouter de nouvelles lignes avec 
4908 \family sans
4909 Ctrl-Entrée
4910 \family default
4911 .
4912 \end_layout
4913
4914 \begin_layout Standard
4915 \begin_inset VSpace bigskip
4916 \end_inset
4917
4918 La 
4919 \family sans
4920 Décoration
4921 \family default
4922  permet d'ajouter des parenthèses du type choisi autour de la matrice.
4923  Une autre façon d'ajouter des parenthèses autour d'une matrice, est soit
4924  d'utiliser les commandes 
4925 \series bold
4926
4927 \backslash
4928 left
4929 \series default
4930
4931 \begin_inset Index idx
4932 status collapsed
4933
4934 \begin_layout Plain Layout
4935 Commandes ! L ! 
4936 \backslash
4937 left
4938 \end_layout
4939
4940 \end_inset
4941
4942  et 
4943 \series bold
4944
4945 \backslash
4946 right
4947 \series default
4948
4949 \begin_inset Index idx
4950 status collapsed
4951
4952 \begin_layout Plain Layout
4953 Commandes ! R ! 
4954 \backslash
4955 right
4956 \end_layout
4957
4958 \end_inset
4959
4960  (raccourci 
4961 \family sans
4962 Alt-m
4963 \begin_inset space ~
4964 \end_inset
4965
4966 parenthèse
4967 \family default
4968 ), voir 
4969 \begin_inset CommandInset ref
4970 LatexCommand ref
4971 reference "sub:Taille-parenthèses-automatique"
4972
4973 \end_inset
4974
4975 , soit d'utiliser les commandes suivantes:
4976 \begin_inset VSpace medskip
4977 \end_inset
4978
4979
4980 \end_layout
4981
4982 \begin_layout Standard
4983 \begin_inset Tabular
4984 <lyxtabular version="3" rows="4" columns="2">
4985 <features rotate="0" tabularvalignment="middle">
4986 <column alignment="center" valignment="top" width="0pt">
4987 <column alignment="center" valignment="top">
4988 <row>
4989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Commande
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Résultat
5003 \begin_inset Note Note
5004 status collapsed
5005
5006 \begin_layout Plain Layout
5007
5008 \series bold
5009
5010 \backslash
5011 raisebox
5012 \series default
5013  est seulement utilisée pour faire de la place
5014 \end_layout
5015
5016 \end_inset
5017
5018
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \backslash
5031 bmatrix
5032 \begin_inset space \textvisiblespace{}
5033 \end_inset
5034
5035 matrice
5036 \begin_inset space \thinspace{}
5037 \end_inset
5038
5039 2×2
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5049 0 & \textrm{-}\mathrm{i}\\
5050 \mathrm{i} & 0
5051 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5052 \end_inset
5053
5054
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \backslash
5067 Bmatrix
5068 \begin_inset space \textvisiblespace{}
5069 \end_inset
5070
5071 matrice
5072 \begin_inset space \thinspace{}
5073 \end_inset
5074
5075 2×2
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5085 0 & \textrm{-}\mathrm{i}\\
5086 \mathrm{i} & 0
5087 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5088 \end_inset
5089
5090
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 <row>
5097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101
5102 \backslash
5103 pmatrix
5104 \begin_inset space \textvisiblespace{}
5105 \end_inset
5106
5107 matrice
5108 \begin_inset space \thinspace{}
5109 \end_inset
5110
5111 2×2
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5121 0 & \textrm{-}\mathrm{i}\\
5122 \mathrm{i} & 0
5123 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5124 \end_inset
5125
5126
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 </lyxtabular>
5133
5134 \end_inset
5135
5136
5137 \begin_inset space \hfill{}
5138 \end_inset
5139
5140
5141 \begin_inset Tabular
5142 <lyxtabular version="3" rows="4" columns="2">
5143 <features rotate="0" tabularvalignment="middle">
5144 <column alignment="center" valignment="top">
5145 <column alignment="center" valignment="top">
5146 <row>
5147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 Commande
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Résultat
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row>
5167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \backslash
5173 vmatrix
5174 \begin_inset space \textvisiblespace{}
5175 \end_inset
5176
5177 matrice
5178 \begin_inset space \thinspace{}
5179 \end_inset
5180
5181 2×2
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5191 0 & \textrm{-}\mathrm{i}\\
5192 \mathrm{i} & 0
5193 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \backslash
5209 Vmatrix
5210 \begin_inset space \textvisiblespace{}
5211 \end_inset
5212
5213 matrice
5214 \begin_inset space \thinspace{}
5215 \end_inset
5216
5217 2×2
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5227 0 & \textrm{-}\mathrm{i}\\
5228 \mathrm{i} & 0
5229 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \backslash
5245 matrix
5246 \begin_inset space \textvisiblespace{}
5247 \end_inset
5248
5249 matrice
5250 \begin_inset space \thinspace{}
5251 \end_inset
5252
5253 2×2
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5263 0 & \textrm{-}\mathrm{i}\\
5264 \mathrm{i} & 0
5265 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 </lyxtabular>
5275
5276 \end_inset
5277
5278
5279 \end_layout
5280
5281 \begin_layout Standard
5282 \begin_inset VSpace medskip
5283 \end_inset
5284
5285 Quand on insère par exemple 
5286 \series bold
5287
5288 \backslash
5289 vmatrix,
5290 \series default
5291  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5292  insérée.
5293 \begin_inset Newline newline
5294 \end_inset
5295
5296 Notez que les matrices décorées ignorent l'alignement vertical.
5297 \end_layout
5298
5299 \begin_layout Standard
5300 \begin_inset VSpace bigskip
5301 \end_inset
5302
5303 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5304  
5305 \series bold
5306
5307 \backslash
5308 arraycolsep
5309 \series default
5310
5311 \begin_inset Index idx
5312 status collapsed
5313
5314 \begin_layout Plain Layout
5315 Commandes ! A ! 
5316 \backslash
5317 arraycolsep
5318 \end_layout
5319
5320 \end_inset
5321
5322  qui est décrite dans 
5323 \begin_inset CommandInset ref
5324 LatexCommand ref
5325 reference "sub:Séparation-des-colonnes"
5326
5327 \end_inset
5328
5329  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5330  dans les matrices.
5331 \end_layout
5332
5333 \begin_layout Standard
5334 Pour changer l'espacement des lignes, on utilise la commande 
5335 \series bold
5336
5337 \backslash
5338 arraystretch
5339 \series default
5340
5341 \begin_inset Index idx
5342 status collapsed
5343
5344 \begin_layout Plain Layout
5345 Commandes ! A ! 
5346 \backslash
5347 arraystretch
5348 \end_layout
5349
5350 \end_inset
5351
5352  de la façon suivante:
5353 \end_layout
5354
5355 \begin_layout Standard
5356
5357 \series bold
5358
5359 \backslash
5360 renewcommand{
5361 \backslash
5362 arraystretch}{facteur d'étirement}
5363 \begin_inset Index idx
5364 status collapsed
5365
5366 \begin_layout Plain Layout
5367 Commandes ! R ! 
5368 \backslash
5369 renewcommand
5370 \end_layout
5371
5372 \end_inset
5373
5374
5375 \end_layout
5376
5377 \begin_layout Standard
5378 La commande 
5379 \series bold
5380
5381 \backslash
5382 renewcommand
5383 \series default
5384  affecte le facteur d'étirement à la commande prédéfinie 
5385 \series bold
5386
5387 \backslash
5388 arraystretch
5389 \series default
5390 .
5391  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5392  2.
5393  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5394  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5395 \series bold
5396
5397 \backslash
5398 arraystretch
5399 \series default
5400 .
5401 \end_layout
5402
5403 \begin_layout Standard
5404 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5405  
5406 \series bold
5407
5408 \backslash
5409 smallmatrix
5410 \series default
5411
5412 \begin_inset Index idx
5413 status collapsed
5414
5415 \begin_layout Plain Layout
5416 Commandes ! S ! 
5417 \backslash
5418 smallmatrix
5419 \end_layout
5420
5421 \end_inset
5422
5423 .
5424  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5425  où la matrice est insérée.
5426 \end_layout
5427
5428 \begin_layout Standard
5429 Voici une matrice 
5430 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5431 C & D
5432 \end{smallmatrix}\right)$
5433 \end_inset
5434
5435  dans une ligne de texte.
5436 \end_layout
5437
5438 \begin_layout Section
5439 Parenthèses et autres délimiteurs
5440 \begin_inset Index idx
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444 Parenthèses
5445 \end_layout
5446
5447 \end_inset
5448
5449
5450 \begin_inset Index idx
5451 status collapsed
5452
5453 \begin_layout Plain Layout
5454 Accolades
5455 \end_layout
5456
5457 \end_inset
5458
5459
5460 \begin_inset Index idx
5461 status collapsed
5462
5463 \begin_layout Plain Layout
5464 Crochets
5465 \end_layout
5466
5467 \end_inset
5468
5469
5470 \begin_inset Index idx
5471 status collapsed
5472
5473 \begin_layout Plain Layout
5474 Delimiteurs@Délimiteurs
5475 \end_layout
5476
5477 \end_inset
5478
5479
5480 \end_layout
5481
5482 \begin_layout Subsection
5483 Parenthèses verticales et délimiteurs
5484 \begin_inset Index idx
5485 status collapsed
5486
5487 \begin_layout Plain Layout
5488 Accolades ! verticales
5489 \end_layout
5490
5491 \end_inset
5492
5493
5494 \end_layout
5495
5496 \begin_layout Standard
5497 \begin_inset space \hfill{}
5498 \end_inset
5499
5500
5501 \begin_inset Tabular
5502 <lyxtabular version="3" rows="9" columns="2">
5503 <features rotate="0" tabularvalignment="middle">
5504 <column alignment="center" valignment="top" width="0pt">
5505 <column alignment="center" valignment="top" width="0pt">
5506 <row>
5507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 Commande
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 Résultat
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 </row>
5526 <row>
5527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 (
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 \begin_inset Formula $($
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 <row>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 {
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 \begin_inset Formula $\{$
5564 \end_inset
5565
5566
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 </row>
5572 <row>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 [
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 \begin_inset Formula $[$
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 </row>
5595 <row>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600
5601 \backslash
5602 langle
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 \begin_inset Formula $\langle$
5612 \end_inset
5613
5614
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 </row>
5620 <row>
5621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625
5626 \backslash
5627 lceil
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 \begin_inset Formula $\lceil$
5637 \end_inset
5638
5639
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 </row>
5645 <row>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650
5651 \backslash
5652 lfloor
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 \begin_inset Formula $\lfloor$
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 </row>
5670 <row>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 /
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 \begin_inset Formula $/$
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 </row>
5693 <row>
5694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 |
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 \begin_inset Formula $|$
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 </row>
5716 </lyxtabular>
5717
5718 \end_inset
5719
5720
5721 \begin_inset space \hfill{}
5722 \end_inset
5723
5724
5725 \begin_inset Tabular
5726 <lyxtabular version="3" rows="9" columns="2">
5727 <features rotate="0" tabularvalignment="middle">
5728 <column alignment="center" valignment="top" width="0pt">
5729 <column alignment="center" valignment="top" width="0pt">
5730 <row>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 Commande
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 Résultat
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 </row>
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 )
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 \begin_inset Formula $)$
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 }
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 \begin_inset Formula $\}$
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 </row>
5796 <row>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 ]
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 \begin_inset Formula $]$
5811 \end_inset
5812
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824
5825 \backslash
5826 rangle
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 \begin_inset Formula $\rangle$
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 <row>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849
5850 \backslash
5851 rceil
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 \begin_inset Formula $\rceil$
5861 \end_inset
5862
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \backslash
5876 rfloor
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 \begin_inset Formula $\rfloor$
5886 \end_inset
5887
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899
5900 \backslash
5901
5902 \backslash
5903
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 \begin_inset Formula $\backslash$
5913 \end_inset
5914
5915
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 </row>
5921 <row>
5922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926
5927 \backslash
5928 |
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 \begin_inset Formula $\|$
5938 \end_inset
5939
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 </row>
5946 </lyxtabular>
5947
5948 \end_inset
5949
5950
5951 \begin_inset space \hfill{}
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \begin_layout Standard
5958 \begin_inset Note Greyedout
5959 status open
5960
5961 \begin_layout Plain Layout
5962
5963 \series bold
5964 Notez:
5965 \series default
5966  En mode TeX, on doit utiliser la commande 
5967 \series bold
5968
5969 \backslash
5970 textbackslash
5971 \series default
5972
5973 \begin_inset Index idx
5974 status collapsed
5975
5976 \begin_layout Plain Layout
5977 Commandes ! T ! 
5978 \backslash
5979 textbackslash
5980 \end_layout
5981
5982 \end_inset
5983
5984  pour la barre de fraction inverse (backslash), puisque la commande 
5985 \backslash
5986
5987 \backslash
5988  produit un saut de ligne.
5989 \end_layout
5990
5991 \end_inset
5992
5993
5994 \end_layout
5995
5996 \begin_layout Standard
5997 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
5998  commandes décrites dans les deux sous-sections qui suivent.
5999  Quand on utilise ces commandes, on peut utiliser directement les caractères
6000  < et > , plutôt que les commandes 
6001 \series bold
6002
6003 \backslash
6004 langle
6005 \series default
6006  et 
6007 \series bold
6008
6009 \backslash
6010 rangle
6011 \series default
6012 .
6013 \end_layout
6014
6015 \begin_layout Subsubsection
6016 Taille de parenthèse manuelle
6017 \begin_inset CommandInset label
6018 LatexCommand label
6019 name "sub:Taille-parenthèses-manuelle"
6020
6021 \end_inset
6022
6023
6024 \begin_inset Index idx
6025 status collapsed
6026
6027 \begin_layout Plain Layout
6028 Taille parenthèses ! manuelle
6029 \end_layout
6030
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \begin_layout Standard
6037 La taille des parenthèses peut être précisée manuellement en utilisant les
6038  commandes LaTeX 
6039 \series bold
6040
6041 \backslash
6042 big
6043 \series default
6044
6045 \begin_inset Index idx
6046 status collapsed
6047
6048 \begin_layout Plain Layout
6049 Commandes ! B ! 
6050 \backslash
6051 big
6052 \end_layout
6053
6054 \end_inset
6055
6056
6057 \series bold
6058
6059 \backslash
6060 Big
6061 \series default
6062
6063 \series bold
6064
6065 \backslash
6066 bigg
6067 \series default
6068 , et 
6069 \series bold
6070
6071 \backslash
6072 Bigg
6073 \series default
6074 .
6075  
6076 \series bold
6077
6078 \backslash
6079 big
6080 \series default
6081  indique la plus petite taille et 
6082 \series bold
6083
6084 \backslash
6085 Bigg
6086 \series default
6087  la plus grande.
6088 \end_layout
6089
6090 \begin_layout Standard
6091 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6092  de parenthèses:
6093 \end_layout
6094
6095 \begin_layout Standard
6096 \align center
6097 \begin_inset Tabular
6098 <lyxtabular version="3" rows="2" columns="2">
6099 <features rotate="0" tabularvalignment="middle">
6100 <column alignment="center" valignment="top" width="0pt">
6101 <column alignment="center" valignment="top" width="0pt">
6102 <row>
6103 <cell alignment="center" valignment="top" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 toutes les parenthèses de la même taille:
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 </row>
6125 <row>
6126 <cell alignment="center" valignment="top" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 c'est mieux comme cela:
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 </row>
6148 </lyxtabular>
6149
6150 \end_inset
6151
6152
6153 \begin_inset Note Note
6154 status collapsed
6155
6156 \begin_layout Plain Layout
6157
6158 \series bold
6159
6160 \backslash
6161 raisebox
6162 \series default
6163  est seulement utilisée pour faire de la place
6164 \end_layout
6165
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \begin_layout Standard
6172 Pour la deuxième formule, on a utilisé la commande 
6173 \backslash
6174 Big((A+B)(A-B)
6175 \backslash
6176 Big)^
6177 \begin_inset space \textvisiblespace{}
6178 \end_inset
6179
6180 C.
6181 \end_layout
6182
6183 \begin_layout Standard
6184 Voici un aperçu de toutes les tailles de parenthèses:
6185 \end_layout
6186
6187 \begin_layout Standard
6188 \align center
6189
6190 \backslash
6191 Bigg(
6192 \backslash
6193 exp
6194 \backslash
6195 bigg<
6196 \backslash
6197 Big[
6198 \backslash
6199 big{
6200 \backslash
6201 ln(3x)
6202 \backslash
6203 big}^2
6204 \begin_inset space \textvisiblespace{}
6205 \end_inset
6206
6207
6208 \backslash
6209 sin(x)
6210 \backslash
6211 Big]^
6212 \begin_inset space \textvisiblespace{}
6213 \end_inset
6214
6215 A
6216 \begin_inset space \textvisiblespace{}
6217 \end_inset
6218
6219
6220 \backslash
6221 bigg>
6222 \backslash
6223 Bigg)^0,5
6224 \end_layout
6225
6226 \begin_layout Standard
6227 \align center
6228 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6229 \end_inset
6230
6231
6232 \end_layout
6233
6234 \begin_layout Standard
6235 En plus des commandes 
6236 \series bold
6237
6238 \backslash
6239 big
6240 \series default
6241 , il y a la variante 
6242 \series bold
6243
6244 \backslash
6245 bigm
6246 \series default
6247
6248 \begin_inset Index idx
6249 status collapsed
6250
6251 \begin_layout Plain Layout
6252 Commandes ! B ! 
6253 \backslash
6254 bigm
6255 \end_layout
6256
6257 \end_inset
6258
6259  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6260  la variante 
6261 \series bold
6262
6263 \backslash
6264 bigl
6265 \series default
6266 -
6267 \series bold
6268
6269 \backslash
6270 bigr
6271 \series default
6272
6273 \begin_inset Index idx
6274 status collapsed
6275
6276 \begin_layout Plain Layout
6277 Commandes ! B ! 
6278 \backslash
6279 bigl - 
6280 \backslash
6281 bigr
6282 \end_layout
6283
6284 \end_inset
6285
6286 , qui n'ajoute pas d'espace.
6287  Le 
6288 \emph on
6289 l
6290 \emph default
6291  à la fin de la commande 
6292 \series bold
6293
6294 \backslash
6295 bigl
6296 \series default
6297  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6298  par un 
6299 \emph on
6300 r
6301 \emph default
6302 .
6303  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6304  ou ouvrante.
6305 \end_layout
6306
6307 \begin_layout Standard
6308 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6309 \end_layout
6310
6311 \begin_layout Standard
6312 \align center
6313 \begin_inset Tabular
6314 <lyxtabular version="3" rows="5" columns="2">
6315 <features rotate="0" tabularvalignment="middle">
6316 <column alignment="center" valignment="middle">
6317 <column alignment="center" valignment="middle">
6318 <row>
6319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 Commande
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 Résultat
6333 \begin_inset Note Note
6334 status collapsed
6335
6336 \begin_layout Plain Layout
6337
6338 \series bold
6339
6340 \backslash
6341 raisebox
6342 \series default
6343  est seulement utilisée pour faire de la place
6344 \end_layout
6345
6346 \end_inset
6347
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 <row>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359
6360 \backslash
6361 Bigm(
6362 \backslash
6363 bigm(
6364 \backslash
6365 ln(3x)
6366 \backslash
6367 bigm)^2
6368 \begin_inset space \textvisiblespace{}
6369 \end_inset
6370
6371
6372 \backslash
6373 Bigm)
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 </row>
6391 <row>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396
6397 \backslash
6398 Big(
6399 \backslash
6400 big(
6401 \backslash
6402 ln(3x)
6403 \backslash
6404 big)^2
6405 \begin_inset space \textvisiblespace{}
6406 \end_inset
6407
6408
6409 \backslash
6410 Big)
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 <row>
6429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433
6434 \backslash
6435 Bigl(
6436 \backslash
6437 bigl(
6438 \backslash
6439 ln(3x)
6440 \backslash
6441 bigr)^2
6442 \begin_inset space \textvisiblespace{}
6443 \end_inset
6444
6445
6446 \backslash
6447 Bigr)
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6457 \end_inset
6458
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 </row>
6465 <row>
6466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470
6471 \backslash
6472 bigl)
6473 \backslash
6474 ln(3x)
6475 \backslash
6476 bigr(
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6486 \end_inset
6487
6488
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 </row>
6494 </lyxtabular>
6495
6496 \end_inset
6497
6498
6499 \end_layout
6500
6501 \begin_layout Subsubsection
6502 Taille de parenthèse automatique
6503 \begin_inset CommandInset label
6504 LatexCommand label
6505 name "sub:Taille-parenthèses-automatique"
6506
6507 \end_inset
6508
6509
6510 \begin_inset Index idx
6511 status collapsed
6512
6513 \begin_layout Plain Layout
6514 Taille parenthèses ! automatique
6515 \end_layout
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \begin_layout Standard
6523 On peut insérer des parenthèses à taille variable avec les commandes 
6524 \series bold
6525
6526 \backslash
6527 left
6528 \series default
6529
6530 \begin_inset Index idx
6531 status collapsed
6532
6533 \begin_layout Plain Layout
6534 Commandes ! L ! 
6535 \backslash
6536 left
6537 \end_layout
6538
6539 \end_inset
6540
6541  et 
6542 \series bold
6543
6544 \backslash
6545 right
6546 \series default
6547
6548 \begin_inset Index idx
6549 status collapsed
6550
6551 \begin_layout Plain Layout
6552 Commandes ! R ! 
6553 \backslash
6554 right
6555 \end_layout
6556
6557 \end_inset
6558
6559  ou avec le bouton
6560 \begin_inset space ~
6561 \end_inset
6562
6563
6564 \begin_inset Info
6565 type  "icon"
6566 arg   "dialog-show mathdelimiter"
6567 \end_inset
6568
6569  de la barre d'outils mathématique.
6570  On doit insérer la parenthèse voulue juste après la commande 
6571 \series bold
6572
6573 \backslash
6574 left
6575 \series default
6576  ou 
6577 \series bold
6578
6579 \backslash
6580 right
6581 \series default
6582 .
6583  La taille de la parenthèse sera alors calculée automatiquement pour la
6584  sortie.
6585 \end_layout
6586
6587 \begin_layout Standard
6588 \align center
6589 parenthèse normale: La commande 
6590 \series bold
6591
6592 \backslash
6593 ln(
6594 \backslash
6595 frac
6596 \begin_inset space \textvisiblespace{}
6597 \end_inset
6598
6599 A
6600 \begin_inset Formula $\downarrow$
6601 \end_inset
6602
6603 C
6604 \begin_inset space \textvisiblespace{}
6605 \end_inset
6606
6607 )
6608 \series default
6609  donne
6610 \begin_inset Formula 
6611 \[
6612 \ln(\frac{A}{C})
6613 \]
6614
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \begin_layout Standard
6621 \align center
6622 parenthèse adaptable: La commande 
6623 \series bold
6624
6625 \backslash
6626 ln
6627 \backslash
6628 left(
6629 \backslash
6630 frac
6631 \begin_inset space \textvisiblespace{}
6632 \end_inset
6633
6634 A
6635 \begin_inset Formula $\downarrow$
6636 \end_inset
6637
6638 C
6639 \begin_inset space \textvisiblespace{}
6640 \end_inset
6641
6642
6643 \backslash
6644 right)
6645 \series default
6646  donne
6647 \begin_inset Formula 
6648 \[
6649 \ln\left(\frac{A}{C}\right)
6650 \]
6651
6652 \end_inset
6653
6654
6655 \end_layout
6656
6657 \begin_layout Standard
6658 À la place des commandes 
6659 \series bold
6660
6661 \backslash
6662 left
6663 \series default
6664  et 
6665 \series bold
6666
6667 \backslash
6668 right
6669 \series default
6670  on peut utiliser le raccourci 
6671 \family sans
6672 Alt+M
6673 \begin_inset space ~
6674 \end_inset
6675
6676 parenthèse
6677 \family default
6678 .
6679  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6680  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6681  en même temps.
6682 \begin_inset Newline newline
6683 \end_inset
6684
6685 La commande pour le dernier exemple serait alors: 
6686 \series bold
6687
6688 \backslash
6689 ln Alt+M
6690 \series default
6691  
6692 \series bold
6693 (
6694 \backslash
6695 frac
6696 \begin_inset space \textvisiblespace{}
6697 \end_inset
6698
6699 A
6700 \begin_inset Formula $\downarrow$
6701 \end_inset
6702
6703 C
6704 \end_layout
6705
6706 \begin_layout Standard
6707 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6708  de la parenthèse omise.
6709  Par exemple, la commande 
6710 \series bold
6711
6712 \backslash
6713 left.
6714 \backslash
6715 frac
6716 \begin_inset space \textvisiblespace{}
6717 \end_inset
6718
6719 A
6720 \begin_inset Formula $\downarrow$
6721 \end_inset
6722
6723 B
6724 \begin_inset space \textvisiblespace{}
6725 \end_inset
6726
6727
6728 \backslash
6729 right}
6730 \series default
6731  donne:
6732 \series bold
6733
6734 \begin_inset Formula 
6735 \[
6736 \left.\frac{A}{B}\right\} 
6737 \]
6738
6739 \end_inset
6740
6741
6742 \series default
6743 Les commandes 
6744 \series bold
6745
6746 \backslash
6747 left
6748 \series default
6749  et 
6750 \series bold
6751
6752 \backslash
6753 right
6754 \series default
6755  seront converties par LyX en parenthèses de taille appropriée quand le
6756  document sera rechargé et une parenthèse omise apparaîtra sous la forme
6757  d'une ligne en pointillé.
6758 \end_layout
6759
6760 \begin_layout Standard
6761 \begin_inset VSpace bigskip
6762 \end_inset
6763
6764 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
6765  de LaTeX, la commande 
6766 \series bold
6767
6768 \backslash
6769 middle
6770 \series default
6771
6772 \begin_inset Index idx
6773 status collapsed
6774
6775 \begin_layout Plain Layout
6776 Commandes ! M ! 
6777 \backslash
6778 middle
6779 \end_layout
6780
6781 \end_inset
6782
6783  est aussi disponible pour toutes les parenthèses et limites.
6784  Avec cette commande la taille du caractère suivant est adaptée à la taille
6785  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
6786  de la physique quantique:
6787 \begin_inset Formula 
6788 \[
6789 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6790 \]
6791
6792 \end_inset
6793
6794 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
6795  en 
6796 \begin_inset CommandInset ref
6797 LatexCommand ref
6798 reference "sub:Vecteurs-physiques"
6799
6800 \end_inset
6801
6802 .
6803 \end_layout
6804
6805 \begin_layout Subsection
6806 Accolades horizontales
6807 \begin_inset Index idx
6808 status collapsed
6809
6810 \begin_layout Plain Layout
6811 Accolades ! horizontales
6812 \end_layout
6813
6814 \end_inset
6815
6816
6817 \end_layout
6818
6819 \begin_layout Standard
6820 \align center
6821 \begin_inset Tabular
6822 <lyxtabular version="3" rows="4" columns="2">
6823 <features rotate="0" tabularvalignment="middle">
6824 <column alignment="center" valignment="top" width="0pt">
6825 <column alignment="center" valignment="top" width="0pt">
6826 <row>
6827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 Commande
6832 \begin_inset Note Note
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836
6837 \series bold
6838
6839 \backslash
6840 raisebox
6841 \series default
6842  est seulement utilisée pour faire de la place
6843 \end_layout
6844
6845 \end_inset
6846
6847
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 Résultat
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 </row>
6862 <row>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 \begin_inset ERT
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871
6872
6873 \backslash
6874 raisebox{2.3mm}{
6875 \end_layout
6876
6877 \end_inset
6878
6879
6880 \backslash
6881 overbrace
6882 \begin_inset space \textvisiblespace{}
6883 \end_inset
6884
6885 A+B
6886 \begin_inset space \textvisiblespace{}
6887 \end_inset
6888
6889 ^
6890 \begin_inset space \textvisiblespace{}
6891 \end_inset
6892
6893 3
6894 \begin_inset ERT
6895 status collapsed
6896
6897 \begin_layout Plain Layout
6898
6899 }
6900 \end_layout
6901
6902 \end_inset
6903
6904
6905 \begin_inset Index idx
6906 status collapsed
6907
6908 \begin_layout Plain Layout
6909 Commandes ! O ! 
6910 \backslash
6911 overbrace
6912 \end_layout
6913
6914 \end_inset
6915
6916
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 \begin_inset Formula $\overbrace{A+B}^{3}$
6926 \end_inset
6927
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 </row>
6934 <row>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 \begin_inset ERT
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943
6944
6945 \backslash
6946 raisebox{-2.2mm}{
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \backslash
6953 underbrace
6954 \begin_inset space \textvisiblespace{}
6955 \end_inset
6956
6957 A+B
6958 \begin_inset space \textvisiblespace{}
6959 \end_inset
6960
6961 _5
6962 \begin_inset ERT
6963 status collapsed
6964
6965 \begin_layout Plain Layout
6966
6967 }
6968 \end_layout
6969
6970 \end_inset
6971
6972
6973 \begin_inset Index idx
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977 Commandes ! U ! 
6978 \backslash
6979 underbrace
6980 \end_layout
6981
6982 \end_inset
6983
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 \begin_inset Formula $\underbrace{A+B}_{5}$
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 </row>
7002 <row>
7003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007
7008 \backslash
7009 overbrace
7010 \begin_inset space \textvisiblespace{}
7011 \end_inset
7012
7013
7014 \backslash
7015 underbrace
7016 \begin_inset space \textvisiblespace{}
7017 \end_inset
7018
7019 A+B_w
7020 \begin_inset space \textvisiblespace{}
7021 \end_inset
7022
7023
7024 \begin_inset space \textvisiblespace{}
7025 \end_inset
7026
7027 _7
7028 \begin_inset space \textvisiblespace{}
7029 \end_inset
7030
7031
7032 \begin_inset space \textvisiblespace{}
7033 \end_inset
7034
7035 ^
7036 \begin_inset space \textvisiblespace{}
7037 \end_inset
7038
7039 C
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7049 \end_inset
7050
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 </row>
7057 </lyxtabular>
7058
7059 \end_inset
7060
7061
7062 \end_layout
7063
7064 \begin_layout Standard
7065 Dans le dernier exemple, il importe peu que 
7066 \series bold
7067
7068 \backslash
7069 overbrace
7070 \series default
7071  ou 
7072 \series bold
7073
7074 \backslash
7075 underbrace
7076 \series default
7077  soit inséré en premier.
7078 \end_layout
7079
7080 \begin_layout Standard
7081 \begin_inset VSpace bigskip
7082 \end_inset
7083
7084 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7085  des formules multi-lignes, comme c'est décrit en :
7086 \begin_inset Formula 
7087 \begin{eqnarray*}
7088 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7089  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7090 \end{eqnarray*}
7091
7092 \end_inset
7093
7094 Dans la première ligne la formule est insérée avec l'accolade.
7095  Dans celle-ci, il est important que la commande d'espacement
7096 \begin_inset Foot
7097 status collapsed
7098
7099 \begin_layout Plain Layout
7100 Les commandes concernant les espaces sont expliquées dans 
7101 \begin_inset CommandInset ref
7102 LatexCommand ref
7103 reference "sub:Espace-prédéfini"
7104
7105 \end_inset
7106
7107 .
7108 \end_layout
7109
7110 \end_inset
7111
7112  
7113 \series bold
7114
7115 \backslash
7116 :
7117 \series default
7118  soit insérée avant le premier 
7119 \begin_inset Formula $d$
7120 \end_inset
7121
7122 , parce que l'accolade qui se termine après le dernier 
7123 \begin_inset Formula $q$
7124 \end_inset
7125
7126  empêche que le 
7127 \begin_inset Quotes eld
7128 \end_inset
7129
7130 +
7131 \begin_inset Quotes erd
7132 \end_inset
7133
7134  qui suit soit entouré par des espaces
7135 \begin_inset Foot
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139 parce que l'accolade n'est pas traitée comme un caractère, voir 
7140 \begin_inset CommandInset ref
7141 LatexCommand ref
7142 reference "sub:Opérateurs-binaires"
7143
7144 \end_inset
7145
7146
7147 \end_layout
7148
7149 \end_inset
7150
7151 .
7152  On insère la deuxième accolade dans la deuxième ligne.
7153  Comme elle doit commencer juste avant le premier 
7154 \begin_inset Formula $b$
7155 \end_inset
7156
7157 , on insère d'abord la commande 
7158 \series bold
7159
7160 \backslash
7161 hphantom{gggg+
7162 \backslash
7163 :}
7164 \series default
7165
7166 \begin_inset Foot
7167 status collapsed
7168
7169 \begin_layout Plain Layout
7170 plus au sujet de 
7171 \series bold
7172
7173 \backslash
7174 hphantom
7175 \series default
7176 , voir 
7177 \begin_inset CommandInset ref
7178 LatexCommand ref
7179 reference "sub:Garnitures"
7180
7181 \end_inset
7182
7183
7184 \end_layout
7185
7186 \end_inset
7187
7188 .
7189  Cet espace est nécessaire puisque le 
7190 \begin_inset Quotes eld
7191 \end_inset
7192
7193 +
7194 \begin_inset Quotes erd
7195 \end_inset
7196
7197  est aussi entouré d'espace dans la formule.
7198  L'accolade est placée sous la commande 
7199 \series bold
7200
7201 \backslash
7202 hphantom{bbqq+dddd}
7203 \series default
7204 .
7205 \end_layout
7206
7207 \begin_layout Standard
7208 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7209  dans l'exemple suivant:
7210 \begin_inset ERT
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214
7215
7216 \backslash
7217 setlength{
7218 \backslash
7219 jot}{-6pt}
7220 \end_layout
7221
7222 \end_inset
7223
7224
7225 \begin_inset Formula 
7226 \begin{eqnarray*}
7227  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7228 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7229 \end{eqnarray*}
7230
7231 \end_inset
7232
7233
7234 \begin_inset ERT
7235 status collapsed
7236
7237 \begin_layout Plain Layout
7238
7239
7240 \backslash
7241 setlength{
7242 \backslash
7243 jot}{3pt}
7244 \end_layout
7245
7246 \end_inset
7247
7248 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7249  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7250  La seconde ligne contient la formule avec la deuxième accolade.
7251  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7252  et la formule, on doit réduire l'espacement entre les lignes.
7253  Ce n'est pas facile à cause d'un bug de LyX
7254 \begin_inset Foot
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258 \begin_inset CommandInset href
7259 LatexCommand href
7260 name "LyX-bug #1505"
7261 target "http://www.lyx.org/trac/ticket/1505"
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \end_inset
7269
7270 .
7271  Comme solution à ce problème, on peut mettre à -6
7272 \begin_inset space \thinspace{}
7273 \end_inset
7274
7275 pt la formule globale pour l'espacement des lignes 
7276 \series bold
7277
7278 \backslash
7279 jot
7280 \series default
7281
7282 \begin_inset Index idx
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286 Commandes ! J ! 
7287 \backslash
7288 jot
7289 \begin_inset ERT
7290 status collapsed
7291
7292 \begin_layout Plain Layout
7293
7294
7295 \backslash
7296 vspace{4mm}
7297 \end_layout
7298
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \end_inset
7305
7306 , juste avant la formule en utilisant la commande 
7307 \series bold
7308
7309 \backslash
7310 setlength{
7311 \backslash
7312 jot}{-6pt}
7313 \series default
7314  en mode TeX.
7315  
7316 \series bold
7317
7318 \backslash
7319 jot
7320 \series default
7321  est remise à sa valeur initiale de 3
7322 \begin_inset space \thinspace{}
7323 \end_inset
7324
7325 pt juste après la formule, en utilisant la même commande.
7326  Vous trouverez plus d'explications sur la séparation des lignes dans les
7327  formules dans 
7328 \begin_inset CommandInset ref
7329 LatexCommand ref
7330 reference "sub:Séparation-des-lignes"
7331
7332 \end_inset
7333
7334 .
7335 \end_layout
7336
7337 \begin_layout Section
7338 Flèches
7339 \begin_inset Index idx
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343 Flèches
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \begin_layout Standard
7352 On peut insérer des flèches avec le bouton 
7353 \begin_inset Info
7354 type  "icon"
7355 arg   "math-insert \\leftarrow"
7356 \end_inset
7357
7358  de la barre d'outils mathématique ou en insérant une des commandes listées
7359  dans les sous-sections qui suivent.
7360 \end_layout
7361
7362 \begin_layout Subsection
7363 Flèches horizontales
7364 \begin_inset Index idx
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368 Flèches ! horizontales
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \begin_layout Standard
7377 \begin_inset space \hfill{}
7378 \end_inset
7379
7380
7381 \begin_inset Tabular
7382 <lyxtabular version="3" rows="8" columns="2">
7383 <features rotate="0" tabularvalignment="middle">
7384 <column alignment="center" valignment="top" width="0pt">
7385 <column alignment="center" valignment="top" width="0pt">
7386 <row>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 Commande
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 Résultat
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 </row>
7406 <row>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411
7412 \backslash
7413 gets
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422 \begin_inset Formula $\gets$
7423 \end_inset
7424
7425
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436
7437 \backslash
7438 Leftarrow
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 \begin_inset Formula $\Leftarrow$
7448 \end_inset
7449
7450
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 </row>
7456 <row>
7457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461
7462 \backslash
7463 longleftarrow
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 \begin_inset Formula $\longleftarrow$
7473 \end_inset
7474
7475
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 </row>
7481 <row>
7482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486
7487 \backslash
7488 Longleftarrow
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 \begin_inset Formula $\Longleftarrow$
7498 \end_inset
7499
7500
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row>
7507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \backslash
7513 leftharpoonup
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 \begin_inset Formula $\leftharpoonup$
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \backslash
7538 leftharpoondown
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 \begin_inset Formula $\leftharpoondown$
7548 \end_inset
7549
7550
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 <row>
7557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \backslash
7563 hookleftarrow
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 \begin_inset Formula $\hookleftarrow$
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 </row>
7581 </lyxtabular>
7582
7583 \end_inset
7584
7585
7586 \begin_inset space \hfill{}
7587 \end_inset
7588
7589
7590 \begin_inset Tabular
7591 <lyxtabular version="3" rows="8" columns="2">
7592 <features rotate="0" tabularvalignment="middle">
7593 <column alignment="center" valignment="top" width="0pt">
7594 <column alignment="center" valignment="top" width="0pt">
7595 <row>
7596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600 Command
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 Résultat
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 </row>
7615 <row>
7616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620
7621 \backslash
7622 to
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 \begin_inset Formula $\to$
7632 \end_inset
7633
7634
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 </row>
7640 <row>
7641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \backslash
7647 Rightarrow
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 \begin_inset Formula $\Rightarrow$
7657 \end_inset
7658
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row>
7666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \backslash
7672 longrightarrow
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 \begin_inset Formula $\longrightarrow$
7682 \end_inset
7683
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 </row>
7690 <row>
7691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695
7696 \backslash
7697 Longrightarrow
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 \begin_inset Formula $\Longrightarrow$
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 </row>
7715 <row>
7716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \backslash
7722 rightharpoonup
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 \begin_inset Formula $\rightharpoonup$
7732 \end_inset
7733
7734
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row>
7741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \backslash
7747 rightharpoondown
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 \begin_inset Formula $\rightharpoondown$
7757 \end_inset
7758
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 <row>
7766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \backslash
7772 hookrightarrow
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781 \begin_inset Formula $\hookrightarrow$
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 </lyxtabular>
7791
7792 \end_inset
7793
7794
7795 \begin_inset space \hfill{}
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \begin_layout Standard
7802 \begin_inset space \hfill{}
7803 \end_inset
7804
7805
7806 \begin_inset Tabular
7807 <lyxtabular version="3" rows="6" columns="2">
7808 <features rotate="0" tabularvalignment="middle">
7809 <column alignment="center" valignment="top" width="0pt">
7810 <column alignment="center" valignment="top" width="0pt">
7811 <row>
7812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 Commande
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 Résultat
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 <row>
7832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \backslash
7838 leftrightarrow
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 \begin_inset Formula $\leftrightarrow$
7848 \end_inset
7849
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row>
7857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \backslash
7863 Leftrightarrow
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 \begin_inset Formula $\Leftrightarrow$
7873 \end_inset
7874
7875
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \backslash
7888 longleftrightarrow
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 \begin_inset Formula $\longleftrightarrow$
7898 \end_inset
7899
7900
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row>
7907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \backslash
7913 Longleftrightarrow
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 \begin_inset Formula $\Longleftrightarrow$
7923 \end_inset
7924
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \backslash
7938 rightleftharpoons
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 \begin_inset Formula $\rightleftharpoons$
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 </lyxtabular>
7957
7958 \end_inset
7959
7960
7961 \begin_inset space \hspace{}
7962 \length 25pt
7963 \end_inset
7964
7965
7966 \begin_inset space \hfill{}
7967 \end_inset
7968
7969
7970 \begin_inset Tabular
7971 <lyxtabular version="3" rows="5" columns="2">
7972 <features rotate="0" tabularvalignment="middle">
7973 <column alignment="center" valignment="top" width="0pt">
7974 <column alignment="center" valignment="top" width="0pt">
7975 <row>
7976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 Commande
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 Résultat
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \backslash
8002 mapsto
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 \begin_inset Formula $\mapsto$
8012 \end_inset
8013
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \backslash
8027 longmapsto
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 \begin_inset Formula $\longmapsto$
8037 \end_inset
8038
8039
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \backslash
8052 leadsto
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 \begin_inset Formula $\leadsto$
8062 \end_inset
8063
8064
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \backslash
8077 dasharrow
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 \begin_inset Formula $\dasharrow$
8087 \end_inset
8088
8089
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 </lyxtabular>
8096
8097 \end_inset
8098
8099
8100 \begin_inset space \hfill{}
8101 \end_inset
8102
8103
8104 \end_layout
8105
8106 \begin_layout Standard
8107 \begin_inset VSpace medskip
8108 \end_inset
8109
8110 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8111  flèches des vecteurs, sont listées dans 
8112 \begin_inset CommandInset ref
8113 LatexCommand ref
8114 reference "sec:Accents"
8115
8116 \end_inset
8117
8118 .
8119 \end_layout
8120
8121 \begin_layout Standard
8122 \begin_inset VSpace bigskip
8123 \end_inset
8124
8125 Il y a aussi les flèches avec étiquette 
8126 \begin_inset Index idx
8127 status collapsed
8128
8129 \begin_layout Plain Layout
8130 Flèches ! avec étiquette
8131 \end_layout
8132
8133 \end_inset
8134
8135  
8136 \series bold
8137
8138 \backslash
8139 xleftarrow
8140 \series default
8141
8142 \begin_inset Index idx
8143 status collapsed
8144
8145 \begin_layout Plain Layout
8146 Commandes ! X ! 
8147 \backslash
8148 xleftarrow
8149 \end_layout
8150
8151 \end_inset
8152
8153  et 
8154 \series bold
8155
8156 \backslash
8157 xrightarrow
8158 \series default
8159
8160 \begin_inset Index idx
8161 status collapsed
8162
8163 \begin_layout Plain Layout
8164 Commandes ! X ! 
8165 \backslash
8166 xrightarrow
8167 \begin_inset ERT
8168 status collapsed
8169
8170 \begin_layout Plain Layout
8171
8172
8173 \backslash
8174 vspace{4mm}
8175 \end_layout
8176
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183
8184 .
8185  Quand on insère une de ces commandes dans une formule, une flèche avec
8186  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8187  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8188 \end_layout
8189
8190 \begin_layout Standard
8191 \align center
8192 \begin_inset Tabular
8193 <lyxtabular version="3" rows="3" columns="2">
8194 <features rotate="0" tabularvalignment="middle">
8195 <column alignment="center" valignment="top" width="0pt">
8196 <column alignment="center" valignment="top" width="0pt">
8197 <row>
8198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Commande
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Résultat
8212 \begin_inset Note Note
8213 status collapsed
8214
8215 \begin_layout Plain Layout
8216
8217 \series bold
8218
8219 \backslash
8220 raisebox
8221 \series default
8222  est seulement utilisée pour faire de la place
8223 \end_layout
8224
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 F(a)
8239 \backslash
8240 xleftarrow
8241 \begin_inset space \textvisiblespace{}
8242 \end_inset
8243
8244 x=a
8245 \begin_inset Formula $\downarrow$
8246 \end_inset
8247
8248 x>0
8249 \begin_inset Formula $\to$
8250 \end_inset
8251
8252 F(x)
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 F(x)
8276 \backslash
8277 xrightarrow
8278 \begin_inset space \textvisiblespace{}
8279 \end_inset
8280
8281 x=a
8282 \begin_inset Formula $\downarrow$
8283 \end_inset
8284
8285 x>0
8286 \begin_inset Formula $\to$
8287 \end_inset
8288
8289 F(a)
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8299 \end_inset
8300
8301
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 </lyxtabular>
8308
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \begin_layout Subsection
8315 Flèches verticales et diagonales
8316 \begin_inset Index idx
8317 status collapsed
8318
8319 \begin_layout Plain Layout
8320 Flèches ! diagonales
8321 \end_layout
8322
8323 \end_inset
8324
8325
8326 \begin_inset Index idx
8327 status collapsed
8328
8329 \begin_layout Plain Layout
8330 Flèches ! verticales
8331 \end_layout
8332
8333 \end_inset
8334
8335
8336 \end_layout
8337
8338 \begin_layout Standard
8339 \begin_inset space \hfill{}
8340 \end_inset
8341
8342
8343 \begin_inset Tabular
8344 <lyxtabular version="3" rows="7" columns="2">
8345 <features rotate="0" tabularvalignment="middle">
8346 <column alignment="center" valignment="top" width="0pt">
8347 <column alignment="center" valignment="top" width="0pt">
8348 <row>
8349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Commande
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Résultat
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \backslash
8375 uparrow
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 \begin_inset Formula $\uparrow$
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \backslash
8400 Uparrow
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 \begin_inset Formula $\Uparrow$
8410 \end_inset
8411
8412
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \backslash
8425 updownarrow
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 \begin_inset Formula $\updownarrow$
8435 \end_inset
8436
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \backslash
8450 Updownarrow
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 \begin_inset Formula $\Updownarrow$
8460 \end_inset
8461
8462
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \backslash
8475 Downarrow
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 \begin_inset Formula $\Downarrow$
8485 \end_inset
8486
8487
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \backslash
8500 downarrow
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 \begin_inset Formula $\downarrow$
8510 \end_inset
8511
8512
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 </lyxtabular>
8519
8520 \end_inset
8521
8522
8523 \begin_inset space \hfill{}
8524 \end_inset
8525
8526
8527 \begin_inset Tabular
8528 <lyxtabular version="3" rows="5" columns="2">
8529 <features rotate="0" tabularvalignment="middle">
8530 <column alignment="center" valignment="top" width="0pt">
8531 <column alignment="center" valignment="top" width="0pt">
8532 <row>
8533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 Commande
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Résultat
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \backslash
8559 nearrow
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 \begin_inset Formula $\nearrow$
8569 \end_inset
8570
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \backslash
8584 searrow
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 \begin_inset Formula $\searrow$
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \backslash
8609 swarrow
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 \begin_inset Formula $\swarrow$
8619 \end_inset
8620
8621
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \backslash
8634 nwarrow
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 \begin_inset Formula $\nwarrow$
8644 \end_inset
8645
8646
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 </lyxtabular>
8653
8654 \end_inset
8655
8656
8657 \begin_inset space \hfill{}
8658 \end_inset
8659
8660
8661 \end_layout
8662
8663 \begin_layout Standard
8664 \begin_inset VSpace medskip
8665 \end_inset
8666
8667 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
8668  même temps que les commandes décrites dans 
8669 \begin_inset CommandInset ref
8670 LatexCommand ref
8671 reference "sub:Taille-parenthèses-manuelle"
8672
8673 \end_inset
8674
8675  et 
8676 \begin_inset CommandInset ref
8677 LatexCommand ref
8678 reference "sub:Taille-parenthèses-automatique"
8679
8680 \end_inset
8681
8682 .
8683 \end_layout
8684
8685 \begin_layout Section
8686 Accents
8687 \begin_inset CommandInset label
8688 LatexCommand label
8689 name "sec:Accents"
8690
8691 \end_inset
8692
8693
8694 \begin_inset Index idx
8695 status collapsed
8696
8697 \begin_layout Plain Layout
8698 Accents
8699 \end_layout
8700
8701 \end_inset
8702
8703
8704 \end_layout
8705
8706 \begin_layout Standard
8707 On peut ajouter des accents avec le bouton
8708 \begin_inset space ~
8709 \end_inset
8710
8711
8712 \begin_inset Info
8713 type  "icon"
8714 arg   "math-insert \\hat"
8715 \end_inset
8716
8717  de la barre d'outils mathématique ou en utilisant les commandes listées
8718  dans les sous-sections qui suivent.
8719 \end_layout
8720
8721 \begin_layout Subsection
8722 Accents pour un caractère
8723 \begin_inset ERT
8724 status collapsed
8725
8726 \begin_layout Plain Layout
8727
8728
8729 \backslash
8730 texorpdfstring{
8731 \end_layout
8732
8733 \end_inset
8734
8735
8736 \begin_inset Foot
8737 status collapsed
8738
8739 \begin_layout Plain Layout
8740 pour les accents dans le texte, voir 
8741 \begin_inset CommandInset ref
8742 LatexCommand ref
8743 reference "sub:Accents-dans-le-texte"
8744
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751
8752
8753 \begin_inset ERT
8754 status collapsed
8755
8756 \begin_layout Plain Layout
8757
8758 }{}
8759 \end_layout
8760
8761 \end_inset
8762
8763
8764 \begin_inset Note Note
8765 status collapsed
8766
8767 \begin_layout Plain Layout
8768
8769 \series bold
8770
8771 \backslash
8772 texorpdfstring
8773 \series default
8774  est utilisé pour éviter que la note de bas de page apparaisse dans les
8775  signets PDF.
8776 \end_layout
8777
8778 \begin_layout Plain Layout
8779 Plus au sujet de 
8780 \series bold
8781
8782 \backslash
8783 texorpdfstring
8784 \series default
8785  dans la section 
8786 \begin_inset CommandInset ref
8787 LatexCommand ref
8788 reference "sub:formules-dans-les-entêtes"
8789
8790 \end_inset
8791
8792 .
8793 \end_layout
8794
8795 \end_inset
8796
8797
8798 \begin_inset CommandInset label
8799 LatexCommand label
8800 name "sub:Accents-sur-un-caractère"
8801
8802 \end_inset
8803
8804
8805 \begin_inset Index idx
8806 status collapsed
8807
8808 \begin_layout Plain Layout
8809 Accents ! pour un caractère
8810 \end_layout
8811
8812 \end_inset
8813
8814
8815 \end_layout
8816
8817 \begin_layout Standard
8818 \begin_inset space \hfill{}
8819 \end_inset
8820
8821
8822 \begin_inset Tabular
8823 <lyxtabular version="3" rows="8" columns="2">
8824 <features rotate="0" tabularvalignment="middle">
8825 <column alignment="center" valignment="top" width="0pt">
8826 <column alignment="center" valignment="top" width="0pt">
8827 <row>
8828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Commande
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Résultat
8842 \begin_inset Note Note
8843 status collapsed
8844
8845 \begin_layout Plain Layout
8846
8847 \series bold
8848
8849 \backslash
8850 raisebox
8851 \series default
8852  est seulement utilisée pour faire de la place
8853 \end_layout
8854
8855 \end_inset
8856
8857
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \backslash
8870 dot
8871 \begin_inset space \textvisiblespace{}
8872 \end_inset
8873
8874 A
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8884 \end_inset
8885
8886
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \backslash
8899 ddot
8900 \begin_inset space \textvisiblespace{}
8901 \end_inset
8902
8903 A
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8913 \end_inset
8914
8915
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \backslash
8928 dddot
8929 \begin_inset space \textvisiblespace{}
8930 \end_inset
8931
8932 A
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
8942 \end_inset
8943
8944
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \backslash
8957 ddddot
8958 \begin_inset space \textvisiblespace{}
8959 \end_inset
8960
8961 A
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
8971 \end_inset
8972
8973
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \backslash
8986 vec
8987 \begin_inset space \textvisiblespace{}
8988 \end_inset
8989
8990 A
8991 \begin_inset Index idx
8992 status collapsed
8993
8994 \begin_layout Plain Layout
8995 Vecteurs
8996 \end_layout
8997
8998 \end_inset
8999
9000
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9010 \end_inset
9011
9012
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \backslash
9025 bar
9026 \begin_inset space \textvisiblespace{}
9027 \end_inset
9028
9029 A
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9039 \end_inset
9040
9041
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \backslash
9054 mathring
9055 \begin_inset space \textvisiblespace{}
9056 \end_inset
9057
9058 A
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9068 \end_inset
9069
9070
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 </lyxtabular>
9077
9078 \end_inset
9079
9080
9081 \begin_inset space \hfill{}
9082 \end_inset
9083
9084
9085 \begin_inset Tabular
9086 <lyxtabular version="3" rows="7" columns="2">
9087 <features rotate="0" tabularvalignment="middle">
9088 <column alignment="center" valignment="top" width="0pt">
9089 <column alignment="center" valignment="top" width="0pt">
9090 <row>
9091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Commande
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Résultat
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \backslash
9117 tilde
9118 \begin_inset space \textvisiblespace{}
9119 \end_inset
9120
9121 A
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144
9145 \backslash
9146 hat
9147 \begin_inset space \textvisiblespace{}
9148 \end_inset
9149
9150 A
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \backslash
9175 check
9176 \begin_inset space \textvisiblespace{}
9177 \end_inset
9178
9179 A
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \backslash
9204 acute
9205 \begin_inset space \textvisiblespace{}
9206 \end_inset
9207
9208 A
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9218 \end_inset
9219
9220
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \backslash
9233 grave
9234 \begin_inset space \textvisiblespace{}
9235 \end_inset
9236
9237 A
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9247 \end_inset
9248
9249
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 </row>
9255 <row>
9256 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260
9261 \backslash
9262 breve
9263 \begin_inset space \textvisiblespace{}
9264 \end_inset
9265
9266 A
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 </lyxtabular>
9285
9286 \end_inset
9287
9288
9289 \begin_inset space \hfill{}
9290 \end_inset
9291
9292
9293 \end_layout
9294
9295 \begin_layout Standard
9296 \begin_inset VSpace bigskip
9297 \end_inset
9298
9299 Vous pouvez insérer directement des caractères accentués comme un é dans
9300  des formules.
9301  LyX va les transformer en la commande correspondante.
9302  Pour créer des trémas (umlauts en allemand)
9303 \begin_inset Index idx
9304 status collapsed
9305
9306 \begin_layout Plain Layout
9307 Umlauts | see
9308 \begin_inset ERT
9309 status collapsed
9310
9311 \begin_layout Plain Layout
9312
9313 {
9314 \end_layout
9315
9316 \end_inset
9317
9318 Trémas
9319 \begin_inset ERT
9320 status collapsed
9321
9322 \begin_layout Plain Layout
9323
9324 }
9325 \end_layout
9326
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \end_inset
9333
9334
9335 \begin_inset Index idx
9336 status collapsed
9337
9338 \begin_layout Plain Layout
9339 Trémas
9340 \end_layout
9341
9342 \end_inset
9343
9344  dans des formules, il est préférable d'insérer des guillemets devant la
9345  voyelle.
9346  Ces deux caractères sont alors traités comme 
9347 \emph on
9348 un seul 
9349 \emph default
9350 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9351  étant en allemand.
9352  Avec cette méthode, contrairement à 
9353 \series bold
9354
9355 \backslash
9356 ddot
9357 \series default
9358 , on crée de 
9359 \begin_inset Quotes eld
9360 \end_inset
9361
9362 vrais
9363 \begin_inset Quotes erd
9364 \end_inset
9365
9366  umlauts, comme le montre l'exemple suivant:
9367 \end_layout
9368
9369 \begin_layout Standard
9370 \begin_inset VSpace -2mm
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \begin_layout Standard
9377 \align center
9378 \begin_inset Tabular
9379 <lyxtabular version="3" rows="3" columns="2">
9380 <features rotate="0" tabularvalignment="middle">
9381 <column alignment="center" valignment="top">
9382 <column alignment="center" valignment="top">
9383 <row>
9384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Commande
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Résultat
9398 \begin_inset Note Note
9399 status collapsed
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404
9405 \backslash
9406 raisebox
9407 \series default
9408  et le 0
9409 \begin_inset space \thinspace{}
9410 \end_inset
9411
9412 pt espace sont seulement utilisés pour faire de la place
9413 \end_layout
9414
9415 \end_inset
9416
9417
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 </row>
9423 <row>
9424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 \begin_inset Quotes grd
9429 \end_inset
9430
9431 i
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset space \hspace{}
9441 \length 0pt
9442 \end_inset
9443
9444
9445 \lang german
9446
9447 \begin_inset Formula $"i$
9448 \end_inset
9449
9450
9451 \lang french
9452
9453 \begin_inset Note Note
9454 status collapsed
9455
9456 \begin_layout Plain Layout
9457 il faut que cette formule soit en allemand (NdT)
9458 \end_layout
9459
9460 \end_inset
9461
9462
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \backslash
9475 ddot
9476 \begin_inset space \textvisiblespace{}
9477 \end_inset
9478
9479 i
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9489 \end_inset
9490
9491
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 </lyxtabular>
9498
9499 \end_inset
9500
9501
9502 \end_layout
9503
9504 \begin_layout Standard
9505 Un autre avantage par rapport à 
9506 \series bold
9507
9508 \backslash
9509 ddot
9510 \series default
9511  est que les trémas peuvent être convertis directement en texte mathématique,
9512  parce que les accents vus plus haut 
9513 \emph on
9514 ne sont pas autorisés 
9515 \emph default
9516 en texte mathématique.
9517  Quand on convertit un caractère accentué en texte mathématique, seul le
9518  caractère qui est sous l'accent est converti.
9519  Ceci s'applique aussi à toutes les autres conversions comme par exemple
9520  l'italique ou le gras.
9521 \end_layout
9522
9523 \begin_layout Standard
9524 En texte mathématique, les trémas et autres caractères accentués peuvent
9525  être insérés directement.
9526 \end_layout
9527
9528 \begin_layout Standard
9529 \begin_inset VSpace bigskip
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \begin_layout Standard
9536
9537 \lang english
9538 LyX also supports a tilde under the character if the LaTeX-package
9539 \lang french
9540  
9541 \series bold
9542 undertilde
9543 \series default
9544
9545 \begin_inset Index idx
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549 Paquetages ! undertilde
9550 \end_layout
9551
9552 \end_inset
9553
9554  
9555 \lang english
9556 is installed on your system:
9557 \end_layout
9558
9559 \begin_layout Standard
9560 \begin_inset ERT
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564
9565
9566 \backslash
9567 ifundertilde 
9568 \end_layout
9569
9570 \end_inset
9571
9572
9573 \begin_inset Note Note
9574 status open
9575
9576 \begin_layout Plain Layout
9577 Ce qui suit ne sera affiché que si le paquetage LaTeX 
9578 \series bold
9579 undertilde
9580 \series default
9581  est installé:
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \begin_layout Standard
9590 \noindent
9591 \align center
9592 \begin_inset Tabular
9593 <lyxtabular version="3" rows="2" columns="2">
9594 <features rotate="0" tabularvalignment="middle">
9595 <column alignment="center" valignment="top" width="0pt">
9596 <column alignment="center" valignment="top" width="0pt">
9597 <row>
9598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 Commande
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611 Résultat
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 </row>
9617 <row>
9618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622
9623 \backslash
9624 utilde
9625 \begin_inset space \textvisiblespace{}
9626 \end_inset
9627
9628 A
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9638 \end_inset
9639
9640
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 </lyxtabular>
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \begin_layout Standard
9654 \begin_inset ERT
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658
9659
9660 \backslash
9661 else 
9662 \end_layout
9663
9664 \end_inset
9665
9666
9667 \begin_inset Note Note
9668 status open
9669
9670 \begin_layout Plain Layout
9671 Ce qui suit sera affiché si la paquetage LaTeX 
9672 \series bold
9673 undertilde
9674 \series default
9675  n'est pas installé:
9676 \end_layout
9677
9678 \end_inset
9679
9680
9681 \end_layout
9682
9683 \begin_layout Standard
9684 Vous avez besoin du paquetage LaTeX 
9685 \series bold
9686 undertilde
9687 \series default
9688  pour voir le reste de cette sous section dans la sortie finale.
9689 \end_layout
9690
9691 \begin_layout Standard
9692 \begin_inset ERT
9693 status collapsed
9694
9695 \begin_layout Plain Layout
9696
9697
9698 \backslash
9699 fi 
9700 \end_layout
9701
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \begin_layout Subsection
9708 Accents pour plusieurs caractères
9709 \begin_inset Index idx
9710 status collapsed
9711
9712 \begin_layout Plain Layout
9713 Accents ! pour plusieurs caractères
9714 \end_layout
9715
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \begin_layout Standard
9722 \begin_inset space \hfill{}
9723 \end_inset
9724
9725
9726 \begin_inset Tabular
9727 <lyxtabular version="3" rows="5" columns="2">
9728 <features rotate="0" tabularvalignment="middle">
9729 <column alignment="center" valignment="top" width="0pt">
9730 <column alignment="center" valignment="top" width="0pt">
9731 <row>
9732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 Commande
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 Résultat
9746 \begin_inset Note Note
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750
9751 \series bold
9752
9753 \backslash
9754 raisebox
9755 \series default
9756  est seulement utilisée pour faire de la place
9757 \end_layout
9758
9759 \end_inset
9760
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \backslash
9774 overleftarrow
9775 \begin_inset space \textvisiblespace{}
9776 \end_inset
9777
9778 A=B
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9788 \end_inset
9789
9790
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 </row>
9796 <row>
9797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \backslash
9803 underleftarrow
9804 \begin_inset space \textvisiblespace{}
9805 \end_inset
9806
9807 A=B
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9817 \end_inset
9818
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 </row>
9825 <row>
9826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830
9831 \backslash
9832 overleftrightarrow
9833 \begin_inset space \textvisiblespace{}
9834 \end_inset
9835
9836 A=B
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9846 \end_inset
9847
9848
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 </row>
9854 <row>
9855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \backslash
9861 underleftrightarrow
9862 \begin_inset space \textvisiblespace{}
9863 \end_inset
9864
9865 A=B
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9875 \end_inset
9876
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 </lyxtabular>
9884
9885 \end_inset
9886
9887
9888 \begin_inset space \hfill{}
9889 \end_inset
9890
9891
9892 \begin_inset Tabular
9893 <lyxtabular version="3" rows="5" columns="2">
9894 <features rotate="0" tabularvalignment="middle">
9895 <column alignment="center" valignment="top" width="0pt">
9896 <column alignment="center" valignment="top" width="0pt">
9897 <row>
9898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 Commande
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 Résultat
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 </row>
9917 <row>
9918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \backslash
9924 overrightarrow
9925 \begin_inset space \textvisiblespace{}
9926 \end_inset
9927
9928 A=B
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9938 \end_inset
9939
9940
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 <row>
9947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \backslash
9953 underrightarrow
9954 \begin_inset space \textvisiblespace{}
9955 \end_inset
9956
9957 A=B
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9967 \end_inset
9968
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row>
9976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \backslash
9982 widetilde
9983 \begin_inset space \textvisiblespace{}
9984 \end_inset
9985
9986 A=B
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9996 \end_inset
9997
9998
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \backslash
10011 widehat
10012 \begin_inset space \textvisiblespace{}
10013 \end_inset
10014
10015 A=B
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 </lyxtabular>
10034
10035 \end_inset
10036
10037
10038 \begin_inset space \hfill{}
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \begin_layout Standard
10045 \begin_inset VSpace medskip
10046 \end_inset
10047
10048 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10049  voulez.
10050  Mais les accents 
10051 \series bold
10052
10053 \backslash
10054 widetilde
10055 \series default
10056  et 
10057 \series bold
10058
10059 \backslash
10060 widehat 
10061 \series default
10062 apparaîtront dans la sortie finale avec une longueur de seulement trois
10063  caractères, comme on le voit dans l'exemple suivant:
10064 \begin_inset Formula 
10065 \[
10066 \widetilde{A+B=C-D}
10067 \]
10068
10069 \end_inset
10070
10071
10072 \end_layout
10073
10074 \begin_layout Standard
10075 Avec les commandes 
10076 \series bold
10077
10078 \backslash
10079 overset
10080 \series default
10081
10082 \begin_inset Index idx
10083 status collapsed
10084
10085 \begin_layout Plain Layout
10086 Commandes ! O ! 
10087 \backslash
10088 overset
10089 \end_layout
10090
10091 \end_inset
10092
10093  et 
10094 \series bold
10095
10096 \backslash
10097 underset
10098 \series default
10099
10100 \begin_inset Index idx
10101 status collapsed
10102
10103 \begin_layout Plain Layout
10104 Commandes ! U ! 
10105 \backslash
10106 underset
10107 \end_layout
10108
10109 \end_inset
10110
10111  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10112  plusieurs caractères.
10113
10114 \series bold
10115  
10116 \series default
10117 La commande
10118 \series bold
10119  
10120 \backslash
10121 underset
10122 \begin_inset space \textvisiblespace{}
10123 \end_inset
10124
10125 A=B
10126 \begin_inset Formula $\downarrow$
10127 \end_inset
10128
10129 ***
10130 \series default
10131  donne:
10132 \begin_inset Formula 
10133 \[
10134 \underset{***}{A=B}
10135 \]
10136
10137 \end_inset
10138
10139
10140 \end_layout
10141
10142 \begin_layout Section
10143 Espace
10144 \begin_inset CommandInset label
10145 LatexCommand label
10146 name "sub:Espace"
10147
10148 \end_inset
10149
10150
10151 \begin_inset Index idx
10152 status collapsed
10153
10154 \begin_layout Plain Layout
10155 Espace ! horizontal
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \begin_layout Subsection
10164 Espace prédéfini
10165 \begin_inset CommandInset label
10166 LatexCommand label
10167 name "sub:Espace-prédéfini"
10168
10169 \end_inset
10170
10171
10172 \begin_inset Index idx
10173 status collapsed
10174
10175 \begin_layout Plain Layout
10176 Espace ! horizontal ! prédéfini
10177 \end_layout
10178
10179 \end_inset
10180
10181
10182 \end_layout
10183
10184 \begin_layout Standard
10185 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10186  On le fait en utilisant une espace insécable (raccourci 
10187 \family sans
10188 Ctrl-Espace
10189 \family default
10190 ).
10191  Un 
10192 \begin_inset Quotes eld
10193 \end_inset
10194
10195
10196 \color blue
10197
10198 \begin_inset space \textvisiblespace{}
10199 \end_inset
10200
10201
10202 \color inherit
10203
10204 \begin_inset Quotes erd
10205 \end_inset
10206
10207  apparaît et en appuyant plusieurs fois sur 
10208 \family sans
10209 Espace
10210 \family default
10211  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10212  On peut aussi insérer ces espaces en utilisant le bouton 
10213 \begin_inset Info
10214 type  "icon"
10215 arg   "math-insert \\space"
10216 \end_inset
10217
10218  de la barre d'outils mathématique.
10219  Indépendemment de la commande insérée, on peut toujours changer de taille
10220  après en appuyant sur 
10221 \family sans
10222 Espace
10223 \family default
10224 .
10225  
10226 \end_layout
10227
10228 \begin_layout Standard
10229 \noindent
10230 \align center
10231 \begin_inset Tabular
10232 <lyxtabular version="3" rows="6" columns="3">
10233 <features rotate="0" tabularvalignment="middle">
10234 <column alignment="center" valignment="top">
10235 <column alignment="center" valignment="middle" width="15col%">
10236 <column alignment="center" valignment="top">
10237 <row>
10238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 Commande
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Nombre de fois où on appuye la barre d'
10252 \family sans
10253 Espace
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 Résultat
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \backslash
10275 ,
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 0
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 \begin_inset Formula $A\, B$
10294 \end_inset
10295
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row>
10303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \backslash
10309 :
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 1
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 \begin_inset Formula $A\: B$
10328 \end_inset
10329
10330
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \backslash
10343 ;
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 2
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 \begin_inset Formula $A\; B$
10362 \end_inset
10363
10364
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 </row>
10370 <row>
10371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375
10376 \backslash
10377 quad
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 3
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 \begin_inset Formula $A\quad B$
10396 \end_inset
10397
10398
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \backslash
10411 qquad
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 4
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 \begin_inset Formula $A\qquad B$
10430 \end_inset
10431
10432
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 </lyxtabular>
10439
10440 \end_inset
10441
10442
10443 \begin_inset space \hfill{}
10444 \end_inset
10445
10446
10447 \begin_inset Tabular
10448 <lyxtabular version="3" rows="6" columns="3">
10449 <features rotate="0" tabularvalignment="middle">
10450 <column alignment="center" valignment="top">
10451 <column alignment="center" valignment="middle" width="15col%">
10452 <column alignment="center" valignment="top">
10453 <row>
10454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Commande
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Nombre de fois où on appuye la barre d'
10468 \family sans
10469 Espace
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Résultat
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 </row>
10484 <row>
10485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489
10490 \backslash
10491 hfill
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 5
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 \begin_inset Formula $A\hfill B$
10510 \end_inset
10511
10512
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \backslash
10525 hspace*{1em}
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 6
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 \begin_inset Formula $A\hspace*{1em}B$
10544 \end_inset
10545
10546
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \backslash
10559 hspace{1em}
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 7
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 \begin_inset Formula $A\hspace{1em}B$
10578 \end_inset
10579
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \backslash
10593
10594 \begin_inset space \textvisiblespace{}
10595 \end_inset
10596
10597
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 8
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 \begin_inset Formula $A\ B$
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \backslash
10631 !
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 9
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 \begin_inset Formula $A\! B$
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 </lyxtabular>
10659
10660 \end_inset
10661
10662
10663 \end_layout
10664
10665 \begin_layout Standard
10666
10667 \lang english
10668 Space
10669 \begin_inset space ~
10670 \end_inset
10671
10672 5
10673 \begin_inset space \thinspace{}
10674 \end_inset
10675
10676 --
10677 \begin_inset space \thinspace{}
10678 \end_inset
10679
10680 7 are variable spaces which are explained in
10681 \lang french
10682  
10683 \begin_inset CommandInset ref
10684 LatexCommand ref
10685 reference "sub:Espace-variable"
10686
10687 \end_inset
10688
10689 .
10690  La taille
10691 \begin_inset space ~
10692 \end_inset
10693
10694 9 n'a pas l'air de produire une espace.
10695  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
10696  parce que c'est une espace négative.
10697  Il y a deux autres espaces négatives:
10698 \end_layout
10699
10700 \begin_layout Standard
10701 \align center
10702 \begin_inset Tabular
10703 <lyxtabular version="3" rows="3" columns="3">
10704 <features rotate="0" tabularvalignment="middle">
10705 <column alignment="center" valignment="middle" width="6.8cm">
10706 <column alignment="center" valignment="top" width="0pt">
10707 <column alignment="center" valignment="top" width="0pt">
10708 <row>
10709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 Commande
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \backslash
10724 negmedspace
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \backslash
10735 negthickspace
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Nombre de fois où on a appuyé sur la barre d'
10747 \family sans
10748 Espace 
10749 \family default
10750 après avoir inséré l'espace insécable
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 10
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 11
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 Résultat
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 \begin_inset Formula $A\negmedspace B$
10789 \end_inset
10790
10791
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 \begin_inset Formula $A\negthickspace B$
10801 \end_inset
10802
10803
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 </lyxtabular>
10810
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \begin_layout Standard
10817 Les espaces négatives peuvent faire que les caractères se chevauchent.
10818  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
10819  les opérateurs de somme:
10820 \end_layout
10821
10822 \begin_layout Standard
10823 \align center
10824 \begin_inset Tabular
10825 <lyxtabular version="3" rows="3" columns="2">
10826 <features rotate="0" tabularvalignment="middle">
10827 <column alignment="center" valignment="top">
10828 <column alignment="center" valignment="top">
10829 <row>
10830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 Commande
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 Résultat
10844 \begin_inset Note Note
10845 status collapsed
10846
10847 \begin_layout Plain Layout
10848
10849 \series bold
10850
10851 \backslash
10852 raisebox
10853 \series default
10854  est seulement utilisée pour faire de la place
10855 \end_layout
10856
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 </row>
10865 <row>
10866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \backslash
10872 sum
10873 \backslash
10874 sum
10875 \begin_inset space \textvisiblespace{}
10876 \end_inset
10877
10878 f_kl
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 </row>
10896 <row>
10897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901
10902 \backslash
10903 sum
10904 \backslash
10905 negmedspace
10906 \backslash
10907 sum
10908 \begin_inset space \textvisiblespace{}
10909 \end_inset
10910
10911 f_kl
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10921 \end_inset
10922
10923
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 </lyxtabular>
10930
10931 \end_inset
10932
10933
10934 \end_layout
10935
10936 \begin_layout Standard
10937 \noindent
10938 \begin_inset VSpace medskip
10939 \end_inset
10940
10941
10942 \end_layout
10943
10944 \begin_layout Standard
10945 \noindent
10946 Les opérateur de relations comme par exemple le signe égal, sont toujours
10947  entourés par des espaces.
10948  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
10949  L'exemple suivant donne une illustration:
10950 \end_layout
10951
10952 \begin_layout Standard
10953 \align center
10954 \begin_inset Tabular
10955 <lyxtabular version="3" rows="2" columns="2">
10956 <features rotate="0" tabularvalignment="middle">
10957 <column alignment="center" valignment="top" width="0pt">
10958 <column alignment="center" valignment="top" width="0pt">
10959 <row>
10960 <cell alignment="center" valignment="top" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 équation normale
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 \begin_inset Formula $A=B$
10974 \end_inset
10975
10976
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 </row>
10982 <row>
10983 <cell alignment="center" valignment="top" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 \begin_inset Note Note
10988 status collapsed
10989
10990 \begin_layout Plain Layout
10991
10992 \series bold
10993
10994 \backslash
10995 raisebox
10996 \series default
10997  est seulement utilisée pour faire de la place
10998 \end_layout
10999
11000 \end_inset
11001
11002
11003 \begin_inset Formula $\raisebox{5mm}{}$
11004 \end_inset
11005
11006 équation sans espace
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 \begin_inset Formula $A{=}B$
11016 \end_inset
11017
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 </lyxtabular>
11025
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \begin_layout Standard
11032 \noindent
11033 La commande utilisée pour la dernière formule est: 
11034 \series bold
11035 A
11036 \backslash
11037 {=
11038 \begin_inset Formula $\to$
11039 \end_inset
11040
11041 B
11042 \end_layout
11043
11044 \begin_layout Standard
11045 \begin_inset VSpace bigskip
11046 \end_inset
11047
11048 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
11049  insérée entre la valeur et l'unité est une espace fine et pas une espace
11050  normale.
11051  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
11052 \family sans
11053 Insertion\SpecialChar \menuseparator
11054 Typographie
11055 \begin_inset space ~
11056 \end_inset
11057
11058 spéciale\SpecialChar \menuseparator
11059 Espace
11060 \begin_inset space ~
11061 \end_inset
11062
11063 fine
11064 \family default
11065  (raccourci 
11066 \family sans
11067 Ctrl+Shift+Espace
11068 \family default
11069 ).
11070 \end_layout
11071
11072 \begin_layout Standard
11073 Un exemple pour voir la différence:
11074 \end_layout
11075
11076 \begin_layout Standard
11077 \begin_inset Tabular
11078 <lyxtabular version="3" rows="2" columns="2">
11079 <features rotate="0" tabularvalignment="middle">
11080 <column alignment="left" valignment="top">
11081 <column alignment="left" valignment="top">
11082 <row>
11083 <cell alignment="center" valignment="top" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 24 kW
11088 \begin_inset Formula $\cdot$
11089 \end_inset
11090
11091 h
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 espace normale entre l'unité est la valeur
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 </row>
11106 <row>
11107 <cell alignment="center" valignment="top" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 24
11112 \begin_inset space \thinspace{}
11113 \end_inset
11114
11115 kW
11116 \begin_inset Formula $\cdot$
11117 \end_inset
11118
11119 h
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 espace fine entre l'unité et la valeur
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 </row>
11134 </lyxtabular>
11135
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \begin_layout Subsection
11142 Espace variable
11143 \begin_inset ERT
11144 status collapsed
11145
11146 \begin_layout Plain Layout
11147
11148
11149 \backslash
11150 texorpdfstring{
11151 \end_layout
11152
11153 \end_inset
11154
11155
11156 \begin_inset Foot
11157 status collapsed
11158
11159 \begin_layout Plain Layout
11160 pour les espacements verticaux dans les formules, voir 
11161 \begin_inset CommandInset ref
11162 LatexCommand ref
11163 reference "sub:Séparation-des-lignes"
11164
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171
11172
11173 \begin_inset ERT
11174 status collapsed
11175
11176 \begin_layout Plain Layout
11177
11178 }{}
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \begin_inset Note Note
11185 status collapsed
11186
11187 \begin_layout Plain Layout
11188
11189 \backslash
11190 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
11191  dans les signets PDF.
11192 \end_layout
11193
11194 \begin_layout Plain Layout
11195 Plus au sujet de 
11196 \backslash
11197 texorpdfstring dans la section 
11198 \begin_inset CommandInset ref
11199 LatexCommand ref
11200 reference "sub:formules-dans-les-entêtes"
11201
11202 \end_inset
11203
11204 .
11205 \end_layout
11206
11207 \end_inset
11208
11209
11210 \begin_inset CommandInset label
11211 LatexCommand label
11212 name "sub:Espace-variable"
11213
11214 \end_inset
11215
11216
11217 \begin_inset Index idx
11218 status collapsed
11219
11220 \begin_layout Plain Layout
11221 Espace ! horizontal ! variable
11222 \end_layout
11223
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Standard
11230 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11231  
11232 \series bold
11233
11234 \backslash
11235 hspace
11236 \series default
11237
11238 \begin_inset Index idx
11239 status collapsed
11240
11241 \begin_layout Plain Layout
11242 Commandes ! H ! 
11243 \backslash
11244 hspace
11245 \end_layout
11246
11247 \end_inset
11248
11249 .
11250  Un 
11251 \begin_inset Quotes eld
11252 \end_inset
11253
11254
11255 \color blue
11256
11257 \begin_inset space \textvisiblespace{}
11258 \end_inset
11259
11260
11261 \color inherit
11262
11263 \begin_inset Quotes erd
11264 \end_inset
11265
11266  long apparaît.
11267  La longueur peut être précisée en faisant un clic gauche sur le 
11268 \begin_inset Quotes eld
11269 \end_inset
11270
11271
11272 \color blue
11273
11274 \begin_inset space \textvisiblespace{}
11275 \end_inset
11276
11277
11278 \color inherit
11279
11280 \begin_inset Quotes erd
11281 \end_inset
11282
11283 .
11284  La longueur peut aussi être négative.
11285  
11286 \lang english
11287 When a space would be the first character in a line it would be omitted.
11288  To force its output use the command 
11289 \series bold
11290
11291 \backslash
11292 hspace*
11293 \series default
11294  instead of 
11295 \series bold
11296
11297 \backslash
11298 hspace
11299 \series default
11300  or left-click on the 
11301 \begin_inset Quotes eld
11302 \end_inset
11303
11304
11305 \color blue
11306
11307 \begin_inset space \textvisiblespace{}
11308 \end_inset
11309
11310
11311 \color inherit
11312
11313 \begin_inset Quotes erd
11314 \end_inset
11315
11316  and check the option 
11317 \family sans
11318 Protect
11319 \family default
11320 .
11321 \lang french
11322
11323 \begin_inset Newline newline
11324 \end_inset
11325
11326 Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11327  disponible, on utilise la commande 
11328 \series bold
11329
11330 \backslash
11331 hfill
11332 \series default
11333
11334 \begin_inset Index idx
11335 status collapsed
11336
11337 \begin_layout Plain Layout
11338 Commandes ! H ! 
11339 \backslash
11340 hfill
11341 \end_layout
11342
11343 \end_inset
11344
11345 .
11346 \end_layout
11347
11348 \begin_layout Standard
11349 \begin_inset VSpace -1mm
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \begin_layout Standard
11356 \align center
11357 \begin_inset Tabular
11358 <lyxtabular version="3" rows="4" columns="2">
11359 <features rotate="0" tabularvalignment="middle">
11360 <column alignment="center" valignment="top">
11361 <column alignment="center" valignment="top">
11362 <row>
11363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 Commande (
11368 \backslash
11369 hspace longueur)
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 Résultat
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 </row>
11384 <row>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 A=B
11390 \backslash
11391 hspace
11392 \begin_inset space \textvisiblespace{}
11393 \end_inset
11394
11395 A
11396 \backslash
11397 not=C (3
11398 \begin_inset space \thinspace{}
11399 \end_inset
11400
11401 cm)
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 <row>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 A
11425 \backslash
11426 hspace
11427 \begin_inset space \textvisiblespace{}
11428 \end_inset
11429
11430 A
11431 \backslash
11432 not=A (-1
11433 \begin_inset space \thinspace{}
11434 \end_inset
11435
11436 mm)
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 </row>
11454 <row>
11455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 A=A
11460 \backslash
11461 hfill
11462 \begin_inset space \textvisiblespace{}
11463 \end_inset
11464
11465 B=B
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 \begin_inset Formula $A=A\hfill B=B$
11475 \end_inset
11476
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 </lyxtabular>
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Standard
11491 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
11492  de colonne le plus long du tableau.
11493  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
11494  laquelle 
11495 \series bold
11496
11497 \backslash
11498 hfill
11499 \series default
11500  est inséré.
11501  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
11502  espace ne sera ajouté.
11503  
11504 \series bold
11505
11506 \backslash
11507 hfill
11508 \series default
11509  a un effet sur les formules hors ligne uniquement si on utilise le style
11510  de formule 
11511 \series bold
11512 Indenté
11513 \series default
11514  (Les styles de formules sont expliqués dans 
11515 \begin_inset CommandInset ref
11516 LatexCommand ref
11517 reference "sec:Styles-de-formules"
11518
11519 \end_inset
11520
11521 ).
11522 \end_layout
11523
11524 \begin_layout Standard
11525 En plus de 
11526 \series bold
11527
11528 \backslash
11529 hfill, 
11530 \series default
11531 il y a les commandes 
11532 \series bold
11533
11534 \backslash
11535 dotfill
11536 \series default
11537  et 
11538 \series bold
11539
11540 \backslash
11541 hrulefill
11542 \series default
11543  qui remplissent l'espace avec un motif, voir 
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "sub:Points-de-suspension"
11547
11548 \end_inset
11549
11550  pour un exemple.
11551 \end_layout
11552
11553 \begin_layout Standard
11554 Pour le texte, on peut insérer une espace de longueur variable avec le menu
11555  
11556 \family sans
11557 Insertion\SpecialChar \menuseparator
11558 Typographie
11559 \begin_inset space ~
11560 \end_inset
11561
11562 spéciale\SpecialChar \menuseparator
11563 Espacement horizontal
11564 \family default
11565 :
11566 \end_layout
11567
11568 \begin_layout Standard
11569 Ceci est une ligne avec un espace de
11570 \begin_inset space \hspace{}
11571 \length 2cm
11572 \end_inset
11573
11574 2
11575 \begin_inset space \thinspace{}
11576 \end_inset
11577
11578 cm.
11579 \end_layout
11580
11581 \begin_layout Standard
11582 Ceci est une ligne avec un
11583 \begin_inset space \hfill{}
11584 \end_inset
11585
11586 espace maximum.
11587 \end_layout
11588
11589 \begin_layout Subsection
11590 Espace après les formules en ligne
11591 \begin_inset Index idx
11592 status collapsed
11593
11594 \begin_layout Plain Layout
11595 Espace ! après les formules en ligne
11596 \end_layout
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \begin_layout Standard
11604 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
11605  
11606 \series bold
11607
11608 \backslash
11609 mathsurround
11610 \series default
11611
11612 \begin_inset Index idx
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616 Commandes ! M ! 
11617 \backslash
11618 mathsurround
11619 \end_layout
11620
11621 \end_inset
11622
11623 .
11624  La valeur d'une longueur est modifiée avec la commande 
11625 \series bold
11626
11627 \backslash
11628 setlength
11629 \series default
11630
11631 \begin_inset Index idx
11632 status collapsed
11633
11634 \begin_layout Plain Layout
11635 Commandes ! S ! 
11636 \backslash
11637 setlength
11638 \end_layout
11639
11640 \end_inset
11641
11642  qui a la syntaxe suivante:
11643 \end_layout
11644
11645 \begin_layout Standard
11646
11647 \series bold
11648
11649 \backslash
11650 setlength{nom de la longueur}{valeur}
11651 \end_layout
11652
11653 \begin_layout Standard
11654 Pour mettre 
11655 \series bold
11656
11657 \backslash
11658 mathsurround
11659 \series default
11660  à une valeur de 5
11661 \begin_inset space \thinspace{}
11662 \end_inset
11663
11664 mm, on insère la commande
11665 \end_layout
11666
11667 \begin_layout Standard
11668
11669 \series bold
11670
11671 \backslash
11672 setlength{
11673 \backslash
11674 mathsurround}{5mm}
11675 \end_layout
11676
11677 \begin_layout Standard
11678 en mode TeX.
11679  Une espace de 5
11680 \begin_inset space \thinspace{}
11681 \end_inset
11682
11683 mm va maintenant être placée autour de toutes les formules en ligne:
11684 \begin_inset ERT
11685 status collapsed
11686
11687 \begin_layout Plain Layout
11688
11689
11690 \backslash
11691 setlength{
11692 \backslash
11693 mathsurround}{5mm}
11694 \end_layout
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \begin_layout Standard
11702 Voici une formule en ligne 
11703 \begin_inset Formula $A=B$
11704 \end_inset
11705
11706  avec une espace de 5
11707 \begin_inset space \thinspace{}
11708 \end_inset
11709
11710 mm autour.
11711 \begin_inset ERT
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715
11716
11717 \backslash
11718 setlength{
11719 \backslash
11720 mathsurround}{0pt}
11721 \end_layout
11722
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \begin_layout Standard
11729 Pour revenir à la valeur prédéfinie, on met 
11730 \series bold
11731
11732 \backslash
11733 mathsurround
11734 \series default
11735  à 0
11736 \begin_inset space \thinspace{}
11737 \end_inset
11738
11739 pt.
11740 \end_layout
11741
11742 \begin_layout Section
11743 Boîtes et cadres
11744 \begin_inset Index idx
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748 Boîtes
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \begin_inset Index idx
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758 Cadres | see 
11759 \begin_inset ERT
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763
11764 {
11765 \end_layout
11766
11767 \end_inset
11768
11769 Boîtes
11770 \begin_inset ERT
11771 status collapsed
11772
11773 \begin_layout Plain Layout
11774
11775 }
11776 \end_layout
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Standard
11789 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
11790 \emph on
11791 Boîtes 
11792 \emph default
11793 du manuel 
11794 \emph on
11795 Objets insérés.
11796  
11797 \end_layout
11798
11799 \begin_layout Subsection
11800 Boîtes avec cadre
11801 \begin_inset CommandInset label
11802 LatexCommand label
11803 name "sub:Boîtes-avec-cadre"
11804
11805 \end_inset
11806
11807
11808 \begin_inset Index idx
11809 status collapsed
11810
11811 \begin_layout Plain Layout
11812 Boîtes ! avec cadre
11813 \end_layout
11814
11815 \end_inset
11816
11817
11818 \end_layout
11819
11820 \begin_layout Standard
11821 Il es possible d'encadrer des formules ou des portions de formules avec
11822  la commande 
11823 \series bold
11824
11825 \backslash
11826 fbox
11827 \series default
11828
11829 \begin_inset Index idx
11830 status collapsed
11831
11832 \begin_layout Plain Layout
11833 Commandes ! F ! 
11834 \backslash
11835 fbox
11836 \end_layout
11837
11838 \end_inset
11839
11840  et 
11841 \series bold
11842
11843 \backslash
11844 boxed
11845 \series default
11846
11847 \begin_inset Index idx
11848 status collapsed
11849
11850 \begin_layout Plain Layout
11851 Commandes ! B ! 
11852 \backslash
11853 boxed
11854 \end_layout
11855
11856 \end_inset
11857
11858 .
11859 \end_layout
11860
11861 \begin_layout Standard
11862 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
11863  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
11864  Pour 
11865 \series bold
11866
11867 \backslash
11868 fbox
11869 \series default
11870  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
11871  avec 
11872 \family sans
11873 Ctrl+M
11874 \family default
11875 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
11876  Quand on utilise 
11877 \series bold
11878
11879 \backslash
11880 boxed
11881 \series default
11882 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
11883 \end_layout
11884
11885 \begin_layout Standard
11886 La commande 
11887 \series bold
11888
11889 \backslash
11890 fbox
11891 \series default
11892  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
11893  formule serait alors toujours mise à la taille du texte.
11894  
11895 \series bold
11896
11897 \backslash
11898 boxed
11899 \series default
11900 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
11901  la formule serait alors toujours mise à la taille des formules hors ligne.
11902 \end_layout
11903
11904 \begin_layout Standard
11905 Comme extension à 
11906 \series bold
11907
11908 \backslash
11909 fbox
11910 \series default
11911  il y a la commande 
11912 \series bold
11913
11914 \backslash
11915 framebox
11916 \series default
11917
11918 \begin_inset Index idx
11919 status collapsed
11920
11921 \begin_layout Plain Layout
11922 Commandes ! F ! 
11923 \backslash
11924 framebox
11925 \end_layout
11926
11927 \end_inset
11928
11929  où on peut en plus spécifier la largeur du cadre et l'alignement.
11930  La syntaxe de la commande 
11931 \series bold
11932
11933 \backslash
11934 framebox
11935 \series default
11936  est la suivante:
11937 \end_layout
11938
11939 \begin_layout Standard
11940
11941 \series bold
11942
11943 \backslash
11944 framebox[Largeur du cadre][position]{contenu de la boîte}
11945 \end_layout
11946
11947 \begin_layout Standard
11948 La position peut être soit 
11949 \emph on
11950 l
11951 \emph default
11952  soit 
11953 \emph on
11954 r
11955 \emph default
11956 .
11957  
11958 \emph on
11959 l
11960 \emph default
11961  aligne la formule à gauche dans la boîte, 
11962 \emph on
11963 r
11964 \emph default
11965  à droite.
11966  Quand on ne précise pas la position, la formule est centrée.
11967 \begin_inset Newline newline
11968 \end_inset
11969
11970 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
11971  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
11972  c'est le cas avec 
11973 \series bold
11974
11975 \backslash
11976 fbox
11977 \series default
11978 .
11979 \end_layout
11980
11981 \begin_layout Standard
11982 Quand on insère la commande 
11983 \series bold
11984
11985 \backslash
11986 framebox
11987 \series default
11988 , une boîte apparaît contenant trois boîtes bleues.
11989  Les deux premières sont entourées de crochets pour signales des arguments
11990  optionnels.
11991  La troisième boîte est là pour contenir les portions de formules, comme
11992  pour 
11993 \series bold
11994
11995 \backslash
11996 fbox
11997 \series default
11998 .
11999 \end_layout
12000
12001 \begin_layout Standard
12002 \align center
12003 \begin_inset Tabular
12004 <lyxtabular version="3" rows="5" columns="2">
12005 <features rotate="0" tabularvalignment="middle">
12006 <column alignment="center" valignment="top">
12007 <column alignment="center" valignment="top">
12008 <row>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 Commande
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 Résultat
12023 \begin_inset Note Note
12024 status collapsed
12025
12026 \begin_layout Plain Layout
12027
12028 \series bold
12029
12030 \backslash
12031 raisebox
12032 \series default
12033  est seulement utilisée pour faire de la place
12034 \end_layout
12035
12036 \end_inset
12037
12038
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 </row>
12044 <row>
12045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049
12050 \backslash
12051 fbox
12052 \begin_inset space \textvisiblespace{}
12053 \end_inset
12054
12055
12056 \family sans
12057 Ctrl+M
12058 \family default
12059  
12060 \backslash
12061 int
12062 \begin_inset space \textvisiblespace{}
12063 \end_inset
12064
12065 A=B
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12075 \end_inset
12076
12077
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 </row>
12083 <row>
12084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088
12089 \backslash
12090 boxed
12091 \begin_inset space \textvisiblespace{}
12092 \end_inset
12093
12094
12095 \backslash
12096 int
12097 \begin_inset space \textvisiblespace{}
12098 \end_inset
12099
12100 A=B
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 </row>
12118 <row>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 A+
12124 \backslash
12125 fbox
12126 \begin_inset space \textvisiblespace{}
12127 \end_inset
12128
12129 B
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12139 \end_inset
12140
12141
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 </row>
12147 <row>
12148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152
12153 \backslash
12154 framebox
12155 \begin_inset space \textvisiblespace{}
12156 \end_inset
12157
12158 20mm
12159 \begin_inset Formula $\to$
12160 \end_inset
12161
12162
12163 \begin_inset Formula $\to$
12164 \end_inset
12165
12166
12167 \family sans
12168 Ctrl+M
12169 \family default
12170  
12171 \backslash
12172 frac
12173 \begin_inset space \textvisiblespace{}
12174 \end_inset
12175
12176 A
12177 \begin_inset Formula $\downarrow$
12178 \end_inset
12179
12180 B
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 \begin_inset Formula $\raisebox{6mm}{}$
12190 \end_inset
12191
12192
12193 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12194 \end_inset
12195
12196
12197 \begin_inset Formula $\raisebox{-4mm}{}$
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 </row>
12206 </lyxtabular>
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \begin_layout Standard
12214 On peut aussi ajuster l'épaisseur du cadre.
12215  Pour cela, il faut insérer les commandes suivantes en mode TeX avant la
12216  formule
12217 \end_layout
12218
12219 \begin_layout Standard
12220
12221 \series bold
12222
12223 \backslash
12224 fboxrule
12225 \series default
12226  
12227 \series bold
12228
12229 \begin_inset Quotes eld
12230 \end_inset
12231
12232 épaisseur
12233 \begin_inset Quotes erd
12234 \end_inset
12235
12236
12237 \series default
12238  
12239 \series bold
12240
12241 \backslash
12242 fboxsep
12243 \series default
12244  
12245 \series bold
12246
12247 \begin_inset Quotes eld
12248 \end_inset
12249
12250 distance
12251 \begin_inset Quotes erd
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \begin_layout Standard
12258 \begin_inset Quotes eld
12259 \end_inset
12260
12261 distance
12262 \begin_inset Quotes erd
12263 \end_inset
12264
12265  précise la distance minimale entre le cadre et le premier caractère de
12266  la boîte.
12267  Un exemple pour illustrer ceci avec la formule encadrée suivante:
12268 \begin_inset ERT
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272
12273
12274 \backslash
12275 fboxrule 2mm 
12276 \backslash
12277 fboxsep 3mm
12278 \end_layout
12279
12280 \end_inset
12281
12282
12283 \begin_inset Formula 
12284 \[
12285 \boxed{A+B=C}
12286 \]
12287
12288 \end_inset
12289
12290 Avant cette formule, on a inséré en mode TeX les commandes
12291 \end_layout
12292
12293 \begin_layout Standard
12294
12295 \series bold
12296
12297 \backslash
12298 fboxrule
12299 \series default
12300  
12301 \series bold
12302 2mm
12303 \series default
12304  
12305 \series bold
12306
12307 \backslash
12308 fboxsep
12309 \series default
12310  
12311 \series bold
12312 3mm
12313 \end_layout
12314
12315 \begin_layout Standard
12316 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12317 \end_layout
12318
12319 \begin_layout Standard
12320 Pour revenir à la taille de cadre standard, on insère la commande
12321 \end_layout
12322
12323 \begin_layout Standard
12324
12325 \series bold
12326
12327 \backslash
12328 fboxrule
12329 \series default
12330  
12331 \series bold
12332 0.4pt
12333 \series default
12334  
12335 \series bold
12336
12337 \backslash
12338 fboxsep
12339 \series default
12340  
12341 \series bold
12342 3pt
12343 \series default
12344
12345 \begin_inset ERT
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349
12350
12351 \backslash
12352 fboxrule 0.4pt 
12353 \backslash
12354 fboxsep 3pt
12355 \end_layout
12356
12357 \end_inset
12358
12359
12360 \end_layout
12361
12362 \begin_layout Standard
12363 avant la formule suivante.
12364 \end_layout
12365
12366 \begin_layout Subsection
12367 Boîtes sans cadre
12368 \begin_inset CommandInset label
12369 LatexCommand label
12370 name "sub:Boîtes-sans-cadre"
12371
12372 \end_inset
12373
12374
12375 \begin_inset Index idx
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Boîtes ! sans cadre
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12389  
12390 \series bold
12391
12392 \backslash
12393 mbox
12394 \series default
12395
12396 \begin_inset Index idx
12397 status collapsed
12398
12399 \begin_layout Plain Layout
12400 Commandes ! M ! 
12401 \backslash
12402 mbox
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \series bold
12409
12410 \backslash
12411 makebox
12412 \series default
12413
12414 \begin_inset Index idx
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418 Commandes ! M ! 
12419 \backslash
12420 makebox
12421 \end_layout
12422
12423 \end_inset
12424
12425 , et 
12426 \series bold
12427
12428 \backslash
12429 raisebox
12430 \series default
12431
12432 \begin_inset Index idx
12433 status collapsed
12434
12435 \begin_layout Plain Layout
12436 Commandes ! R ! 
12437 \backslash
12438 raisebox
12439 \end_layout
12440
12441 \end_inset
12442
12443
12444 \end_layout
12445
12446 \begin_layout Standard
12447 Avec 
12448 \series bold
12449
12450 \backslash
12451 raisebox
12452 \series default
12453  une boîte peut être mise en exposant ou en indice.
12454  Mais contrairement aux indices et aux exposants normaux, les caractères
12455  conservent leur taille de police initiale.
12456  
12457 \series bold
12458
12459 \backslash
12460 raisebox
12461 \series default
12462  est utilisée avec la syntaxe suivante:
12463 \end_layout
12464
12465 \begin_layout Standard
12466
12467 \series bold
12468
12469 \backslash
12470 raisebox{hauteur}{contenu de la boîte}
12471 \end_layout
12472
12473 \begin_layout Standard
12474 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
12475  comme pour 
12476 \series bold
12477
12478 \backslash
12479 fbox
12480 \series default
12481 .
12482  
12483 \begin_inset Note Greyedout
12484 status open
12485
12486 \begin_layout Plain Layout
12487
12488 \series bold
12489 Note:
12490 \series default
12491  Pour 
12492 \series bold
12493
12494 \backslash
12495 raisebox
12496 \series default
12497  cette formule supplémentaire esr créée en appuyant sur 
12498 \family sans
12499 Ctrl+M
12500 \family default
12501  deux fois au lieu d'une parceque LyX ne supporte pas encore directement
12502  la commande 
12503 \series bold
12504
12505 \backslash
12506 raisebox
12507 \series default
12508 .
12509 \end_layout
12510
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \begin_layout Standard
12517 \align center
12518 \begin_inset Tabular
12519 <lyxtabular version="3" rows="4" columns="2">
12520 <features rotate="0" tabularvalignment="middle">
12521 <column alignment="center" valignment="top">
12522 <column alignment="center" valignment="top">
12523 <row>
12524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 Commande
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 Résultat
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 </row>
12543 <row>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 H
12549 \backslash
12550 raisebox{2mm
12551 \begin_inset Formula $\to$
12552 \end_inset
12553
12554
12555 \backslash
12556 {al
12557 \begin_inset Formula $\to$
12558 \end_inset
12559
12560  lo
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12570 \end_inset
12571
12572
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 </row>
12578 <row>
12579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 H
12584 \backslash
12585 raisebox{-2mm
12586 \begin_inset Formula $\to$
12587 \end_inset
12588
12589
12590 \backslash
12591 {al
12592 \begin_inset Formula $\to$
12593 \end_inset
12594
12595 lo
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 A=
12619 \backslash
12620 raisebox{-2mm
12621 \begin_inset Formula $\to$
12622 \end_inset
12623
12624
12625 \backslash
12626 {
12627 \family sans
12628 Ctrl+M Ctrl+M
12629 \family default
12630  
12631 \backslash
12632 sqrt
12633 \begin_inset space \textvisiblespace{}
12634 \end_inset
12635
12636
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12646 \end_inset
12647
12648
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 </lyxtabular>
12655
12656 \end_inset
12657
12658
12659 \end_layout
12660
12661 \begin_layout Standard
12662 La commande 
12663 \series bold
12664
12665 \backslash
12666 mbox
12667 \series default
12668  est équivalente à 
12669 \series bold
12670
12671 \backslash
12672 fbox
12673 \series default
12674  et 
12675 \series bold
12676
12677 \backslash
12678 makebox
12679 \series default
12680  est équivalente à 
12681 \series bold
12682
12683 \backslash
12684 framebox
12685 \series default
12686 , avec la différence qu'il n'y a pas de cadre.
12687 \end_layout
12688
12689 \begin_layout Subsection
12690 Boîtes colorées
12691 \begin_inset CommandInset label
12692 LatexCommand label
12693 name "sub:Boîtes-colorées"
12694
12695 \end_inset
12696
12697
12698 \begin_inset Index idx
12699 status collapsed
12700
12701 \begin_layout Plain Layout
12702 Boîtes ! colorées
12703 \end_layout
12704
12705 \end_inset
12706
12707
12708 \end_layout
12709
12710 \begin_layout Standard
12711 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
12712  LaTeX 
12713 \series bold
12714 color
12715 \series default
12716
12717 \begin_inset Foot
12718 status collapsed
12719
12720 \begin_layout Plain Layout
12721 La paquetage LaTeX 
12722 \series bold
12723 color
12724 \series default
12725  fait partie de toutes les installations LaTeX standard.
12726 \end_layout
12727
12728 \end_inset
12729
12730
12731 \begin_inset Index idx
12732 status collapsed
12733
12734 \begin_layout Plain Layout
12735 Paquetages ! color
12736 \end_layout
12737
12738 \end_inset
12739
12740  soit chargé dans le préambule LaTeX avec la ligne
12741 \begin_inset Foot
12742 status collapsed
12743
12744 \begin_layout Plain Layout
12745 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
12746  le document, LyX charge automatiquement le paquetage LaTeX 
12747 \series bold
12748 color
12749 \series default
12750 .
12751  Il est donc possible que le paquetage soit chargé deux fois, mais cela
12752  ne doit pas poser de problème.
12753 \end_layout
12754
12755 \end_inset
12756
12757
12758 \begin_inset Note Note
12759 status collapsed
12760
12761 \begin_layout Plain Layout
12762 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
12763  dans le préambule LaTeX.
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \end_layout
12770
12771 \begin_layout Standard
12772
12773 \series bold
12774
12775 \backslash
12776 usepackage{color}
12777 \end_layout
12778
12779 \begin_layout Standard
12780 \begin_inset VSpace medskip
12781 \end_inset
12782
12783 Pour colorer des boîtes, on utilise la commande 
12784 \series bold
12785
12786 \backslash
12787 colorbox
12788 \series default
12789
12790 \begin_inset Index idx
12791 status collapsed
12792
12793 \begin_layout Plain Layout
12794 Commandes ! C ! 
12795 \backslash
12796 colorbox
12797 \end_layout
12798
12799 \end_inset
12800
12801  avec la syntaxe suivante
12802 \end_layout
12803
12804 \begin_layout Standard
12805
12806 \series bold
12807
12808 \backslash
12809 colorbox{couleur}{contenu de la boîte}
12810 \end_layout
12811
12812 \begin_layout Standard
12813 Le contenu de la boîte peut être une autre boîte et une 
12814 \series bold
12815
12816 \backslash
12817 colorbox
12818 \series default
12819  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
12820  exemple).
12821  Quand une boîte est destinée à contenir une formule, on doit insérer une
12822  boîte supplémentaire, comme avec 
12823 \series bold
12824
12825 \backslash
12826 fraisebox
12827 \series default
12828 .
12829 \begin_inset Foot
12830 status collapsed
12831
12832 \begin_layout Plain Layout
12833 Ceci s'applique aussi à la commande 
12834 \series bold
12835
12836 \backslash
12837 fcolorbox
12838 \series default
12839 .
12840 \end_layout
12841
12842 \end_inset
12843
12844
12845 \end_layout
12846
12847 \begin_layout Standard
12848 On peut choisir une des couleurs prédéfinies suivantes:
12849 \end_layout
12850
12851 \begin_layout Standard
12852
12853 \series bold
12854 black
12855 \series default
12856  (noir), 
12857 \series bold
12858 blue
12859 \series default
12860  (bleu), 
12861 \series bold
12862 cyan
12863 \series default
12864
12865 \series bold
12866 green
12867 \series default
12868  (vert), 
12869 \series bold
12870 magenta
12871 \series default
12872
12873 \series bold
12874 red
12875 \series default
12876  (rouge), 
12877 \series bold
12878 white
12879 \series default
12880  (blanc), et 
12881 \series bold
12882 yellow (jaune)
12883 \end_layout
12884
12885 \begin_layout Standard
12886 \align center
12887 \begin_inset Tabular
12888 <lyxtabular version="3" rows="4" columns="2">
12889 <features rotate="0" tabularvalignment="middle">
12890 <column alignment="center" valignment="top">
12891 <column alignment="center" valignment="top">
12892 <row>
12893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 Commande
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 Résultat
12907 \begin_inset Note Note
12908 status collapsed
12909
12910 \begin_layout Plain Layout
12911
12912 \series bold
12913
12914 \backslash
12915 raisebox
12916 \series default
12917  est seulement utilisée pour faire de la place
12918 \end_layout
12919
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 </row>
12928 <row>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933
12934 \backslash
12935 colorbox{yellow
12936 \begin_inset Formula $\to$
12937 \end_inset
12938
12939
12940 \backslash
12941 {A=B
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12951 \end_inset
12952
12953
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 </row>
12959 <row>
12960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964
12965 \backslash
12966 colorbox{green
12967 \begin_inset Formula $\to$
12968 \end_inset
12969
12970
12971 \backslash
12972 {
12973 \backslash
12974 fbox
12975 \begin_inset space \textvisiblespace{}
12976 \end_inset
12977
12978 A=B
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12988 \end_inset
12989
12990
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 </row>
12996 <row>
12997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001
13002 \backslash
13003 fbox
13004 \begin_inset space \textvisiblespace{}
13005 \end_inset
13006
13007
13008 \backslash
13009 colorbox{green
13010 \begin_inset Formula $\to$
13011 \end_inset
13012
13013
13014 \backslash
13015 {
13016 \family sans
13017 Ctrl+M Ctrl+M
13018 \family default
13019  
13020 \backslash
13021 int
13022 \begin_inset space \textvisiblespace{}
13023 \end_inset
13024
13025 C=D
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 </row>
13043 </lyxtabular>
13044
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \begin_layout Standard
13051
13052 \series bold
13053
13054 \backslash
13055 colorbox
13056 \series default
13057  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
13058  Pour colorer tous les caractères, on sélectionne toute la formule et on
13059  choisit la couleur voulue avec la fenêtre de dialogue 
13060 \family sans
13061 Style
13062 \begin_inset space ~
13063 \end_inset
13064
13065 de
13066 \begin_inset space ~
13067 \end_inset
13068
13069 texte
13070 \family default
13071 .
13072  Cette fenêtre de dialogue peut être appelée avec le bouton 
13073 \begin_inset Info
13074 type  "icon"
13075 arg   "dialog-show character"
13076 \end_inset
13077
13078  de la barre d'outils, ou avec le menu 
13079 \family sans
13080 Édition\SpecialChar \menuseparator
13081 Style
13082 \begin_inset space ~
13083 \end_inset
13084
13085 de
13086 \begin_inset space ~
13087 \end_inset
13088
13089 texte\SpecialChar \menuseparator
13090 Personnalisé
13091 \family default
13092 .
13093  Le numéro de la formule prendra la même couleur que la formule.
13094  Si le numéro doit avoir une couleur différente de celle des caractères
13095  de la formule, la couleur doit être changée à l'intérieur de la formule.
13096 \end_layout
13097
13098 \begin_layout Standard
13099 Un exemple:
13100 \end_layout
13101
13102 \begin_layout Standard
13103
13104 \color red
13105 \begin_inset Formula 
13106 \begin{equation}
13107 \int A=B\label{eq:rouge}
13108 \end{equation}
13109
13110 \end_inset
13111
13112
13113 \color green
13114
13115 \begin_inset Formula 
13116 \begin{equation}
13117 \textcolor{red}{\int A=B}\label{eq:rougevert}
13118 \end{equation}
13119
13120 \end_inset
13121
13122
13123 \end_layout
13124
13125 \begin_layout Standard
13126 La formule 
13127 \begin_inset CommandInset ref
13128 LatexCommand eqref
13129 reference "eq:rouge"
13130
13131 \end_inset
13132
13133  est complètement colorée en rouge.
13134 \begin_inset Newline newline
13135 \end_inset
13136
13137 La formule 
13138 \begin_inset CommandInset ref
13139 LatexCommand eqref
13140 reference "eq:rougevert"
13141
13142 \end_inset
13143
13144  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
13145  Ensuite, les caractères de la formule ont été colorés en rouge.
13146 \end_layout
13147
13148 \begin_layout Standard
13149 \begin_inset VSpace bigskip
13150 \end_inset
13151
13152 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
13153  utilise la commande 
13154 \series bold
13155
13156 \backslash
13157 fcolorbox
13158 \series default
13159
13160 \begin_inset Index idx
13161 status collapsed
13162
13163 \begin_layout Plain Layout
13164 Commandes ! F ! 
13165 \backslash
13166 fcolorbox
13167 \end_layout
13168
13169 \end_inset
13170
13171  avec la syntaxe suivante:
13172 \end_layout
13173
13174 \begin_layout Standard
13175
13176 \series bold
13177
13178 \backslash
13179 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
13180 \end_layout
13181
13182 \begin_layout Standard
13183 Donc 
13184 \series bold
13185
13186 \backslash
13187 fcolorbox
13188 \series default
13189  est une extension de la commande 
13190 \series bold
13191
13192 \backslash
13193 colorbox
13194 \series default
13195 .
13196  L'épaisseur du cadre est déterminée comme avec 
13197 \series bold
13198
13199 \backslash
13200 framebox
13201 \series default
13202 , avec 
13203 \series bold
13204
13205 \backslash
13206 fboxrule
13207 \series default
13208  et 
13209 \series bold
13210
13211 \backslash
13212 fboxsep
13213 \series default
13214 .
13215  Un exemple:
13216 \begin_inset ERT
13217 status collapsed
13218
13219 \begin_layout Plain Layout
13220
13221
13222 \backslash
13223 fboxrule 1mm 
13224 \backslash
13225 fboxsep 1mm
13226 \end_layout
13227
13228 \end_inset
13229
13230
13231 \begin_inset Formula 
13232 \[
13233 \fcolorbox{cyan}{magenta}{A=B}
13234 \]
13235
13236 \end_inset
13237
13238
13239 \begin_inset ERT
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243
13244
13245 \backslash
13246 fboxrule 0.4pt 
13247 \backslash
13248 fboxsep 3pt
13249 \end_layout
13250
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \begin_layout Standard
13257 Cette formule a été créée avec la commande
13258 \begin_inset Newline newline
13259 \end_inset
13260
13261
13262 \series bold
13263
13264 \backslash
13265 fcolorbox{cyan
13266 \begin_inset Formula $\to$
13267 \end_inset
13268
13269
13270 \backslash
13271 {magenta
13272 \begin_inset Formula $\to$
13273 \end_inset
13274
13275
13276 \backslash
13277 {A=B
13278 \series default
13279 .
13280 \end_layout
13281
13282 \begin_layout Standard
13283 \begin_inset VSpace bigskip
13284 \end_inset
13285
13286 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13287  faut d'abord les définir.
13288 \end_layout
13289
13290 \begin_layout Standard
13291 On peut par exemple définir la couleur 
13292 \begin_inset Quotes eld
13293 \end_inset
13294
13295 vertfonce
13296 \begin_inset Quotes erd
13297 \end_inset
13298
13299  avec la ligne suivante dans le préambule LaTeX:
13300 \end_layout
13301
13302 \begin_layout Standard
13303
13304 \series bold
13305
13306 \backslash
13307 definecolor{vertfonce}{cmyk}{0.5,
13308 \series default
13309  
13310 \series bold
13311 0,
13312 \series default
13313  
13314 \series bold
13315 1,
13316 \series default
13317  
13318 \series bold
13319 0.5}
13320 \series default
13321
13322 \begin_inset Index idx
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326 Commandes ! D ! 
13327 \backslash
13328 definecolor
13329 \end_layout
13330
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Standard
13337
13338 \series bold
13339 cmyk
13340 \series default
13341  est l'espace colorimétrique basé sur les couleurs 
13342 \series bold
13343 cyan
13344 \series default
13345
13346 \series bold
13347 magenta
13348 \series default
13349 , jaune
13350 \series bold
13351  (yellow
13352 \series default
13353 ), et noir 
13354 \series bold
13355 (black
13356 \series default
13357 ).
13358  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13359  correspondantes dans l'espace colorimétrique.
13360  Ces facteurs prennent des valeurs entre 0 et 1.
13361  À la place de 
13362 \series bold
13363 cmyk 
13364 \series default
13365 on peut aussi utiliser l'espace 
13366 \series bold
13367 rgb 
13368 \series default
13369 basé sur les couleurs rouge (
13370 \series bold
13371 red
13372 \series default
13373 ), vert (
13374 \series bold
13375 green
13376 \series default
13377 ) et bleu (
13378 \series bold
13379 blue
13380 \series default
13381 ).
13382  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13383  couleurs.
13384  Il y a aussi l'espace de couleur 
13385 \series bold
13386 gray 
13387 \series default
13388 (dégradé de gris) avec un facteur donnant la proportion de gris.
13389 \end_layout
13390
13391 \begin_layout Standard
13392 Comme exemple, une boîte encadrée avec la couleur 
13393 \series bold
13394 vertfonce 
13395 \series default
13396 que l'on vient de définir et des caractères colorés en jaune (
13397 \series bold
13398 yellow
13399 \series default
13400 ):
13401 \begin_inset Formula 
13402 \begin{equation}
13403 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13404 \end{equation}
13405
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \begin_layout Standard
13412 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13413  de la commande 
13414 \series bold
13415
13416 \backslash
13417 textcolor
13418 \series default
13419 :
13420 \begin_inset Index idx
13421 status collapsed
13422
13423 \begin_layout Plain Layout
13424 Texte ! coloré
13425 \end_layout
13426
13427 \end_inset
13428
13429
13430 \end_layout
13431
13432 \begin_layout Standard
13433 \begin_inset ERT
13434 status collapsed
13435
13436 \begin_layout Plain Layout
13437
13438
13439 \backslash
13440 textcolor{vertfonce}{
13441 \end_layout
13442
13443 \end_inset
13444
13445 cette phrase est en 
13446 \begin_inset Quotes eld
13447 \end_inset
13448
13449 vertfonce
13450 \begin_inset Quotes erd
13451 \end_inset
13452
13453 .
13454 \begin_inset ERT
13455 status collapsed
13456
13457 \begin_layout Plain Layout
13458
13459 }
13460 \end_layout
13461
13462 \end_inset
13463
13464
13465 \end_layout
13466
13467 \begin_layout Standard
13468
13469 \series bold
13470
13471 \backslash
13472 textcolor
13473 \series default
13474
13475 \begin_inset Index idx
13476 status collapsed
13477
13478 \begin_layout Plain Layout
13479 Commandes ! T ! 
13480 \backslash
13481 textcolor
13482 \end_layout
13483
13484 \end_inset
13485
13486  utilise la syntaxe 
13487 \series bold
13488
13489 \backslash
13490 textcolor{couleur}{caractères à colorer}
13491 \series default
13492 .
13493 \end_layout
13494
13495 \begin_layout Subsection
13496 Boîtes de paragraphe
13497 \begin_inset CommandInset label
13498 LatexCommand label
13499 name "sub:Boîtes-de-paragraphes"
13500
13501 \end_inset
13502
13503
13504 \begin_inset Index idx
13505 status collapsed
13506
13507 \begin_layout Plain Layout
13508 Boîtes ! comme paragraphe
13509 \end_layout
13510
13511 \end_inset
13512
13513
13514 \end_layout
13515
13516 \begin_layout Standard
13517 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
13518  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
13519  On la crée avec le menu 
13520 \family sans
13521 Insertion\SpecialChar \menuseparator
13522 Boîte
13523 \family default
13524  ou le bouton 
13525 \begin_inset Info
13526 type  "icon"
13527 arg   "box-insert"
13528 \end_inset
13529
13530  de la barre d'outils.
13531 \end_layout
13532
13533 \begin_layout Standard
13534 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
13535  une ligne:
13536 \end_layout
13537
13538 \begin_layout Standard
13539 \begin_inset VSpace medskip
13540 \end_inset
13541
13542 Ceci est une ligne 
13543 \begin_inset Box Boxed
13544 position "c"
13545 hor_pos "c"
13546 has_inner_box 1
13547 inner_pos "t"
13548 use_parbox 1
13549 use_makebox 0
13550 width "5cm"
13551 special "none"
13552 height "1in"
13553 height_special "totalheight"
13554 status open
13555
13556 \begin_layout Plain Layout
13557 Ceci est une boîte de paragraphe.
13558  Elle a exactement 5
13559 \begin_inset space \thinspace{}
13560 \end_inset
13561
13562 cm de large et peut aussi contenir des formules: 
13563 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13564 \end_inset
13565
13566
13567 \end_layout
13568
13569 \end_inset
13570
13571  avec une boîte de paragraphe.
13572 \end_layout
13573
13574 \begin_layout Standard
13575 \begin_inset VSpace medskip
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Standard
13582 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
13583  grise.
13584  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
13585  Dans notre cas, on met: 
13586 \emph on
13587 Décoration:
13588 \emph default
13589  Boîte rectangulaire, 
13590 \emph on
13591 Boîte intérieure:
13592 \emph default
13593  Parbox, 
13594 \emph on
13595 Largeur
13596 \emph default
13597 : 5
13598 \begin_inset space \thinspace{}
13599 \end_inset
13600
13601 cm, 
13602 \emph on
13603 Alignement vertical boîte
13604 \emph default
13605 : milieu
13606 \end_layout
13607
13608 \begin_layout Standard
13609 \begin_inset VSpace medskip
13610 \end_inset
13611
13612 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
13613 \series bold
13614
13615 \backslash
13616 parbox
13617 \series default
13618
13619 \begin_inset Index idx
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623 Commandes ! P ! 
13624 \backslash
13625 parbox
13626 \end_layout
13627
13628 \end_inset
13629
13630  qui a la syntaxe suivante:
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 parbox[position]{largeur}{contenu de la boîte}
13639 \end_layout
13640
13641 \begin_layout Standard
13642 Les positions 
13643 \emph on
13644 b
13645 \emph default
13646  et 
13647 \emph on
13648 t
13649 \emph default
13650  sont possibles.
13651  
13652 \emph on
13653 b
13654 \emph default
13655  pour 
13656 \begin_inset Quotes fld
13657 \end_inset
13658
13659 bas
13660 \begin_inset Quotes frd
13661 \end_inset
13662
13663  (bottom) signifie que la boîte est alignée au sein du texte qui l'entoure,
13664  au niveau de sa dernière ligne.
13665  Avec 
13666 \emph on
13667 t
13668 \emph default
13669  pour 
13670 \begin_inset Quotes fld
13671 \end_inset
13672
13673 haut
13674 \begin_inset Quotes frd
13675 \end_inset
13676
13677  (top) l'alignement se fait avec la première ligne.
13678  Si aucune position n'est précisée, la boîte est centrée verticalement,
13679  voir la section 
13680 \emph on
13681 Boîtes 
13682 \emph default
13683 du manuel 
13684 \emph on
13685 Objets insérés 
13686 \emph default
13687 pour des exemples.
13688 \end_layout
13689
13690 \begin_layout Standard
13691 \begin_inset VSpace bigskip
13692 \end_inset
13693
13694 Pour encadrer une formule complètement, y compris le numéro de la formule,
13695  il faut la placer dans une boîte de paragraphe.
13696  Pour le faire, on insère la commande 
13697 \series bold
13698
13699 \backslash
13700 fbox{
13701 \backslash
13702 parbox{
13703 \backslash
13704 linewidth-2
13705 \backslash
13706 fboxsep-2
13707 \backslash
13708 fboxrule}{
13709 \series default
13710  en mode TeX avant la formule.
13711  Dans cette commande 
13712 \series bold
13713
13714 \backslash
13715 linewidth
13716 \series default
13717
13718 \begin_inset Index idx
13719 status collapsed
13720
13721 \begin_layout Plain Layout
13722 Commandes ! L ! 
13723 \backslash
13724 linewidth
13725 \end_layout
13726
13727 \end_inset
13728
13729  est l'épaisseur de ligne qui est active pour tout le document.
13730  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
13731  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
13732  et l'épaisseur du cadre.
13733  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
13734 \begin_inset Foot
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738 \begin_inset CommandInset href
13739 LatexCommand href
13740 name "LyX-bug #4483"
13741 target "http://www.lyx.org/trac/ticket/4483"
13742
13743 \end_inset
13744
13745
13746 \end_layout
13747
13748 \end_inset
13749
13750 , on doit utiliser le mode TeX.
13751  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
13752  on doit charger le paquetage LaTeX 
13753 \series bold
13754 calc
13755 \series default
13756
13757 \begin_inset Foot
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761
13762 \series bold
13763 calc
13764 \series default
13765  fait partie de toutes les installations standard de LaTeX.
13766 \end_layout
13767
13768 \end_inset
13769
13770
13771 \begin_inset Index idx
13772 status collapsed
13773
13774 \begin_layout Plain Layout
13775 Paquetages ! calc
13776 \end_layout
13777
13778 \end_inset
13779
13780  dans le préambule LaTeX avec la ligne
13781 \end_layout
13782
13783 \begin_layout Standard
13784
13785 \series bold
13786
13787 \backslash
13788 usepackage{calc}
13789 \end_layout
13790
13791 \begin_layout Standard
13792 Après la formule, les deux boîtes sont refermées en entrant 
13793 \series bold
13794 }}
13795 \series default
13796  en mode TeX.
13797  Voici un exemple:
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803
13804 \backslash
13805 fboxsep 5mm 
13806 \backslash
13807 fboxrule 5mm
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \begin_layout Standard
13816 \begin_inset ERT
13817 status collapsed
13818
13819 \begin_layout Plain Layout
13820
13821
13822 \backslash
13823 fbox{
13824 \backslash
13825 parbox{
13826 \backslash
13827 linewidth-2
13828 \backslash
13829 fboxsep-2
13830 \backslash
13831 fboxrule}{
13832 \end_layout
13833
13834 \end_inset
13835
13836
13837 \begin_inset Formula 
13838 \begin{equation}
13839 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13840 \end{equation}
13841
13842 \end_inset
13843
13844
13845 \begin_inset ERT
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849
13850 }}
13851 \end_layout
13852
13853 \end_inset
13854
13855
13856 \begin_inset ERT
13857 status collapsed
13858
13859 \begin_layout Plain Layout
13860
13861
13862 \backslash
13863 fboxrule 0.4pt 
13864 \backslash
13865 fboxsep 3pt
13866 \end_layout
13867
13868 \end_inset
13869
13870
13871 \end_layout
13872
13873 \begin_layout Standard
13874 \begin_inset VSpace medskip
13875 \end_inset
13876
13877 Comme on utilise une boîte de paragraphe comme argument de 
13878 \series bold
13879
13880 \backslash
13881 fbox
13882 \series default
13883 , il n'y a dans ce cas pas de différence entre 
13884 \series bold
13885
13886 \backslash
13887 fbox
13888 \series default
13889  et 
13890 \series bold
13891
13892 \backslash
13893 boxed
13894 \series default
13895 .
13896 \end_layout
13897
13898 \begin_layout Standard
13899 \begin_inset VSpace bigskip
13900 \end_inset
13901
13902 Les boîtes de paragraphes sont très utiles pour commenter directement des
13903  formules.
13904  Pour faire cela, on utilise la commande 
13905 \series bold
13906
13907 \backslash
13908 parbox
13909 \series default
13910  en combinaison avec la commande 
13911 \series bold
13912
13913 \backslash
13914 tag
13915 \series default
13916
13917 \begin_inset Foot
13918 status collapsed
13919
13920 \begin_layout Plain Layout
13921 plus au sujet de la commande 
13922 \series bold
13923
13924 \backslash
13925 tag
13926 \series default
13927 , voir 
13928 \begin_inset CommandInset ref
13929 LatexCommand ref
13930 reference "sub:Numérotation-personnalisée"
13931
13932 \end_inset
13933
13934 .
13935 \end_layout
13936
13937 \end_inset
13938
13939 .
13940 \end_layout
13941
13942 \begin_layout Standard
13943 Un exemple de formule commentée avec 
13944 \series bold
13945
13946 \backslash
13947 parbox
13948 \series default
13949 :
13950 \end_layout
13951
13952 \begin_layout Standard
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958
13959 \backslash
13960 [5x-7b=3b
13961 \backslash
13962 tag*{
13963 \backslash
13964 parbox{5cm}{
13965 \end_layout
13966
13967 \end_inset
13968
13969 Ceci est une description.
13970  Elle est clairement séparée de la formule et est multi-ligne.
13971 \begin_inset ERT
13972 status collapsed
13973
13974 \begin_layout Plain Layout
13975
13976 }}
13977 \backslash
13978 ]
13979 \end_layout
13980
13981 \end_inset
13982
13983
13984 \end_layout
13985
13986 \begin_layout Standard
13987 Une telle formule doit être complètement insérée en mode TeX, parce que
13988  LyX ne supporte pas encore la commande 
13989 \series bold
13990
13991 \backslash
13992 parbox
13993 \series default
13994  dans les formules.
13995  On crée la formule avec la suite de commandes suivante:
13996 \end_layout
13997
13998 \begin_layout Standard
13999 On insère la commande 
14000 \series bold
14001
14002 \backslash
14003 [5x-7b=3b
14004 \backslash
14005 tag*
14006 \backslash
14007 {
14008 \backslash
14009 parbox{5cm}{
14010 \series default
14011  en mode TeX.
14012 \begin_inset Foot
14013 status collapsed
14014
14015 \begin_layout Plain Layout
14016 Quand on utilise le style de formule 
14017 \series bold
14018 Indenté
14019 \series default
14020 , on peut aussi remplacer 
14021 \series bold
14022
14023 \backslash
14024 tag*
14025 \backslash
14026 {
14027 \series default
14028  par 
14029 \series bold
14030
14031 \backslash
14032 hfill
14033 \series default
14034 .
14035  (pour les styles de formules, voir 
14036 \begin_inset CommandInset ref
14037 LatexCommand ref
14038 reference "sec:Styles-de-formules"
14039
14040 \end_inset
14041
14042 ).
14043 \end_layout
14044
14045 \end_inset
14046
14047  Ensuite la description suit en texte normal et enfin on insère 
14048 \series bold
14049 }}
14050 \backslash
14051 ]
14052 \series default
14053  en mode TeX.
14054  Dans ces commandes, 
14055 \series bold
14056
14057 \backslash
14058 [
14059 \series default
14060  et 
14061 \series bold
14062
14063 \backslash
14064 ]
14065 \series default
14066  créent une formule hors ligne.
14067 \end_layout
14068
14069 \begin_layout Standard
14070 On peut voir les avantages de 
14071 \series bold
14072
14073 \backslash
14074 parbox
14075 \series default
14076  dans cet exemple qui a été commenté en utilisant du texte mathématique:
14077 \begin_inset Formula 
14078 \[
14079 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}
14080 \]
14081
14082 \end_inset
14083
14084
14085 \end_layout
14086
14087 \begin_layout Section
14088 Opérateurs
14089 \begin_inset Index idx
14090 status collapsed
14091
14092 \begin_layout Plain Layout
14093 Opérateurs
14094 \end_layout
14095
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \begin_layout Subsection
14102 Grands Opérateurs
14103 \begin_inset CommandInset label
14104 LatexCommand label
14105 name "sub:Grands-opérateurs"
14106
14107 \end_inset
14108
14109
14110 \begin_inset Index idx
14111 status collapsed
14112
14113 \begin_layout Plain Layout
14114 Opérateurs ! grands
14115 \end_layout
14116
14117 \end_inset
14118
14119
14120 \begin_inset Index idx
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 Sommes
14125 \end_layout
14126
14127 \end_inset
14128
14129
14130 \begin_inset Index idx
14131 status collapsed
14132
14133 \begin_layout Plain Layout
14134 Intégrales
14135 \end_layout
14136
14137 \end_inset
14138
14139
14140 \end_layout
14141
14142 \begin_layout Standard
14143 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
14144  activer l'option 
14145 \family sans
14146 Utiliser
14147 \begin_inset space ~
14148 \end_inset
14149
14150 automatiquement le paquetage
14151 \begin_inset space ~
14152 \end_inset
14153
14154 esint
14155 \family default
14156  dans les 
14157 \family sans
14158 Options du mode math.
14159 \end_layout
14160
14161 \begin_layout Standard
14162 \begin_inset space \hfill{}
14163 \end_inset
14164
14165
14166 \begin_inset Tabular
14167 <lyxtabular version="3" rows="11" columns="2">
14168 <features rotate="0" tabularvalignment="middle">
14169 <column alignment="center" valignment="top" width="0pt">
14170 <column alignment="center" valignment="top" width="0pt">
14171 <row>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 Commande
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185 Résultat
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 </row>
14191 <row>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196
14197 \backslash
14198 int
14199 \begin_inset Index idx
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203 Commandes ! I ! 
14204 \backslash
14205 int
14206 \end_layout
14207
14208 \end_inset
14209
14210
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219 \begin_inset Formula $\int$
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 <row>
14229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233
14234 \backslash
14235 oint
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 \begin_inset Formula $\oint$
14245 \end_inset
14246
14247
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 </row>
14253 <row>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258
14259 \backslash
14260 ointctrclockwise
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 \begin_inset Formula $\ointctrclockwise$
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 </row>
14278 <row>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283
14284 \backslash
14285 ointclockwise
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 \begin_inset Formula $\ointclockwise$
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 </row>
14303 <row>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308
14309 \backslash
14310 sqint
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 \begin_inset Formula $\sqint$
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 </row>
14328 <row>
14329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333
14334 \backslash
14335 fint
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344  
14345 \begin_inset Formula $\fint$
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359
14360 \backslash
14361 landupint
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370  
14371 \begin_inset Formula $\landupint$
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 </row>
14380 <row>
14381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385
14386 \backslash
14387 landdownint
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396  
14397 \begin_inset Formula $\landdownint$
14398 \end_inset
14399
14400
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 </row>
14406 <row>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411
14412 \backslash
14413 bigcap
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 \begin_inset Formula $\bigcap$
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 </row>
14431 <row>
14432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \backslash
14438 bigcup
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 \begin_inset Formula $\bigcup$
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 </row>
14456 </lyxtabular>
14457
14458 \end_inset
14459
14460
14461 \begin_inset space \hfill{}
14462 \end_inset
14463
14464
14465 \begin_inset Tabular
14466 <lyxtabular version="3" rows="11" columns="2">
14467 <features rotate="0" tabularvalignment="middle">
14468 <column alignment="center" valignment="top" width="0pt">
14469 <column alignment="center" valignment="top" width="0pt">
14470 <row>
14471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 Commande
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 Résultat
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 </row>
14490 <row>
14491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495
14496 \backslash
14497 sum
14498 \begin_inset Index idx
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502 Commandes ! S ! 
14503 \backslash
14504 sum
14505 \end_layout
14506
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 \begin_inset Formula $\sum$
14519 \end_inset
14520
14521
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 </row>
14527 <row>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532
14533 \backslash
14534 prod
14535 \begin_inset Index idx
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539 Commandes ! P ! 
14540 \backslash
14541 prod
14542 \end_layout
14543
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 \begin_inset Formula $\prod$
14556 \end_inset
14557
14558
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 <row>
14565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569
14570 \backslash
14571 coprod
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 \begin_inset Formula $\coprod$
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 </row>
14589 <row>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594
14595 \backslash
14596 bigodot
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605 \begin_inset Formula $\bigodot$
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619
14620 \backslash
14621 bigotimes
14622 \end_layout
14623
14624 \end_inset
14625 </cell>
14626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630 \begin_inset Formula $\bigotimes$
14631 \end_inset
14632
14633
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 </row>
14639 <row>
14640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644
14645 \backslash
14646 bigoplus
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 \begin_inset Formula $\bigoplus$
14656 \end_inset
14657
14658
14659 \end_layout
14660
14661 \end_inset
14662 </cell>
14663 </row>
14664 <row>
14665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669
14670 \backslash
14671 bigwedge
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680 \begin_inset Formula $\bigwedge$
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 </row>
14689 <row>
14690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14691 \begin_inset Text
14692
14693 \begin_layout Plain Layout
14694
14695 \backslash
14696 bigvee
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Plain Layout
14705 \begin_inset Formula $\bigvee$
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 </row>
14714 <row>
14715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719
14720 \backslash
14721 bigsqcup
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730 \begin_inset Formula $\bigsqcup$
14731 \end_inset
14732
14733
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 </row>
14739 <row>
14740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Plain Layout
14744
14745 \backslash
14746 biguplus
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14752 \begin_inset Text
14753
14754 \begin_layout Plain Layout
14755 \begin_inset Formula $\biguplus$
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 </row>
14764 </lyxtabular>
14765
14766 \end_inset
14767
14768
14769 \begin_inset space \hfill{}
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \begin_layout Standard
14776 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
14777  
14778 \begin_inset Info
14779 type  "icon"
14780 arg   "math-insert \\intop"
14781 \end_inset
14782
14783  de la barre d'outils mathématique.
14784 \end_layout
14785
14786 \begin_layout Standard
14787 On nomme ces opérateurs 
14788 \begin_inset Quotes eld
14789 \end_inset
14790
14791 grands
14792 \begin_inset Quotes erd
14793 \end_inset
14794
14795  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
14796  parfois.
14797  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
14798  dans la section qui suit.
14799 \end_layout
14800
14801 \begin_layout Standard
14802 Pour tous les opérateurs intégrales, une seconde version est disponible,
14803  se terminant en 
14804 \series bold
14805 op
14806 \series default
14807
14808 \series bold
14809
14810 \backslash
14811 intop
14812 \series default
14813
14814 \series bold
14815
14816 \backslash
14817 ointop
14818 \series default
14819  etc..
14820  Ces opérateurs sont différents de
14821 \series bold
14822  
14823 \backslash
14824 int
14825 \series default
14826  etc.
14827 \begin_inset space \space{}
14828 \end_inset
14829
14830 dans la manière dont sont affichés les limites, voir 
14831 \begin_inset CommandInset ref
14832 LatexCommand ref
14833 reference "sub:Limites-des-opérateurs"
14834
14835 \end_inset
14836
14837 .
14838  
14839 \end_layout
14840
14841 \begin_layout Subsubsection*
14842 Conseils pour les intégrales
14843 \end_layout
14844
14845 \begin_layout Standard
14846 La lettre 
14847 \emph on
14848 d
14849 \emph default
14850  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
14851  On le fait en sélectionnant le 
14852 \emph on
14853
14854 \emph default
14855 et en utilisant le raccourci clavier 
14856 \family sans
14857 Alt+C
14858 \begin_inset space ~
14859 \end_inset
14860
14861 R
14862 \family default
14863
14864 \begin_inset Foot
14865 status collapsed
14866
14867 \begin_layout Plain Layout
14868 Pour les styles de polices, voir 
14869 \begin_inset CommandInset ref
14870 LatexCommand ref
14871 reference "sub:Styles-de-polices"
14872
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \end_inset
14879
14880 .
14881  Pour finir, on insère une espace fine avant le 
14882 \emph on
14883
14884 \emph default
14885 puisque c'est l'habitude avec les opérateurs.
14886  Un exemple:
14887 \end_layout
14888
14889 \begin_layout Standard
14890 incorrect: 
14891 \begin_inset Formula $\int A(x)dx$
14892 \end_inset
14893
14894
14895 \begin_inset Newline newline
14896 \end_inset
14897
14898
14899 \begin_inset Phantom HPhantom
14900 status open
14901
14902 \begin_layout Plain Layout
14903 in
14904 \end_layout
14905
14906 \end_inset
14907
14908 correct: 
14909 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \begin_layout Standard
14916 Pour les intégrales multiples, il y a les commandes suivantes:
14917 \begin_inset VSpace medskip
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \begin_layout Standard
14924 \begin_inset space \hfill{}
14925 \end_inset
14926
14927
14928 \begin_inset Tabular
14929 <lyxtabular version="3" rows="4" columns="2">
14930 <features rotate="0" tabularvalignment="middle">
14931 <column alignment="center" valignment="top">
14932 <column alignment="center" valignment="top">
14933 <row>
14934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 Commande
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947 Résultat
14948 \begin_inset Note Note
14949 status collapsed
14950
14951 \begin_layout Plain Layout
14952
14953 \series bold
14954
14955 \backslash
14956 raisebox
14957 \series default
14958  est seulement utilisée pour faire de la place
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row>
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \backslash
14976 iint
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 </row>
14994 <row>
14995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999
15000 \backslash
15001 oiint
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \backslash
15026 sqiint
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 </row>
15044 </lyxtabular>
15045
15046 \end_inset
15047
15048
15049 \begin_inset space \hfill{}
15050 \end_inset
15051
15052
15053 \begin_inset Tabular
15054 <lyxtabular version="3" rows="4" columns="2">
15055 <features rotate="0" tabularvalignment="middle">
15056 <column alignment="center" valignment="top">
15057 <column alignment="center" valignment="top">
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 Commande
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 Résultat
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 iiint
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 iiiint
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 dotsint
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 </lyxtabular>
15154
15155 \end_inset
15156
15157
15158 \begin_inset space \hfill{}
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \begin_layout Subsection
15165 Limites des opérateurs
15166 \begin_inset CommandInset label
15167 LatexCommand label
15168 name "sub:Limites-des-opérateurs"
15169
15170 \end_inset
15171
15172
15173 \begin_inset Index idx
15174 status collapsed
15175
15176 \begin_layout Plain Layout
15177 Opérateurs ! Limites
15178 \end_layout
15179
15180 \end_inset
15181
15182
15183 \end_layout
15184
15185 \begin_layout Standard
15186 Les limites sont créées avec les indices et les exposants:
15187 \end_layout
15188
15189 \begin_layout Standard
15190 \align center
15191 \begin_inset Tabular
15192 <lyxtabular version="3" rows="2" columns="2">
15193 <features rotate="0" tabularvalignment="middle">
15194 <column alignment="center" valignment="top" width="0pt">
15195 <column alignment="center" valignment="top" width="0pt">
15196 <row>
15197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 Commande
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 Résultat
15211 \begin_inset Note Note
15212 status collapsed
15213
15214 \begin_layout Plain Layout
15215
15216 \series bold
15217
15218 \backslash
15219 raisebox
15220 \series default
15221  est seulement utilisée pour faire de la place
15222 \end_layout
15223
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row>
15233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237
15238 \backslash
15239 prod^
15240 \backslash
15241 infty
15242 \begin_inset space \textvisiblespace{}
15243 \end_inset
15244
15245
15246 \begin_inset Formula $\to$
15247 \end_inset
15248
15249 _0
15250 \begin_inset Formula $\to$
15251 \end_inset
15252
15253 A(x)
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 </row>
15271 </lyxtabular>
15272
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15280  Pour les formules hors ligne, les limites sont placées au dessus ou en
15281  dessous de l'opérateur, sauf pour les limites des intégrales.
15282 \end_layout
15283
15284 \begin_layout Standard
15285 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15286  après l'opérateur et on change le type de limite avec le menu 
15287 \family sans
15288 Édition\SpecialChar \menuseparator
15289 Math\SpecialChar \menuseparator
15290 Changer
15291 \begin_inset space ~
15292 \end_inset
15293
15294 le
15295 \begin_inset space ~
15296 \end_inset
15297
15298 type
15299 \begin_inset space ~
15300 \end_inset
15301
15302 de
15303 \begin_inset space ~
15304 \end_inset
15305
15306 limites
15307 \family default
15308  pour 
15309 \family sans
15310 En
15311 \begin_inset space ~
15312 \end_inset
15313
15314 ligne
15315 \family default
15316  (raccourci 
15317 \family sans
15318 Alt+M
15319 \family default
15320
15321 \begin_inset space ~
15322 \end_inset
15323
15324
15325 \family sans
15326 L
15327 \family default
15328 ).
15329  Un exemple:
15330 \end_layout
15331
15332 \begin_layout Standard
15333 Implicitement les limites ont ce type:
15334 \begin_inset Formula 
15335 \[
15336 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15337 \]
15338
15339 \end_inset
15340
15341 Voici à quoi elles ressemblent si on change le type des limites à 
15342 \family sans
15343 En
15344 \begin_inset space ~
15345 \end_inset
15346
15347 ligne
15348 \family default
15349 :
15350 \begin_inset Formula 
15351 \[
15352 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15353 \]
15354
15355 \end_inset
15356
15357 Pour les intégrales, à part pour celles dont le nom se termine en 
15358 \series bold
15359 op
15360 \series default
15361  comme 
15362 \series bold
15363
15364 \backslash
15365 intop
15366 \series default
15367
15368 \series bold
15369
15370 \backslash
15371 ointop
15372 \series default
15373  etc., les limites sont placées implicitement après l'opérateur.
15374  Mais pour les intégrales multiples les limites sont souvent placées sous
15375  l'opérateur.
15376  Dans l'exemple suivant, le type de limites a donc été mis à 
15377 \series bold
15378 Hors
15379 \begin_inset space ~
15380 \end_inset
15381
15382 ligne 
15383 \series default
15384 et elles sont donc placées sous les intégrales:
15385 \begin_inset Formula 
15386 \begin{equation}
15387 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15388 \end{equation}
15389
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \begin_layout Standard
15396 \begin_inset VSpace medskip
15397 \end_inset
15398
15399 Pour préciser des conditions pour les limites, on utilise les commandes
15400  
15401 \series bold
15402
15403 \backslash
15404 subarray
15405 \series default
15406
15407 \begin_inset Index idx
15408 status collapsed
15409
15410 \begin_layout Plain Layout
15411 Commandes ! S ! 
15412 \backslash
15413 subarray
15414 \end_layout
15415
15416 \end_inset
15417
15418  et 
15419 \series bold
15420
15421 \backslash
15422 substack
15423 \series default
15424
15425 \begin_inset Index idx
15426 status collapsed
15427
15428 \begin_layout Plain Layout
15429 Commandes ! S ! 
15430 \backslash
15431 substack
15432 \end_layout
15433
15434 \end_inset
15435
15436 .
15437  Par exemple, pour obtenir cette expression 
15438 \begin_inset Formula 
15439 \begin{equation}
15440 \sum_{\begin{subarray}{c}
15441 0<k<1000\\
15442 \\
15443 k\,\in\,\mathbb{N}
15444 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15445 \end{equation}
15446
15447 \end_inset
15448
15449
15450 \end_layout
15451
15452 \begin_layout Standard
15453 on doit faire ceci:
15454 \begin_inset Newline newline
15455 \end_inset
15456
15457 D'abord taper la commande 
15458 \series bold
15459
15460 \backslash
15461 sum
15462 \series default
15463 ^
15464 \series bold
15465 n
15466 \begin_inset space \textvisiblespace{}
15467 \end_inset
15468
15469 _
15470 \series default
15471  .
15472  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
15473  on y insère la commande 
15474 \series bold
15475
15476 \backslash
15477 subarray
15478 \begin_inset space \textvisiblespace{}
15479 \end_inset
15480
15481
15482 \series default
15483 .
15484  La boîte bleue se trouve maintenant dans une boîte violette et on peut
15485  écrire plusieurs lignes les unes au dessus des autres.
15486  On crée une nouvelle ligne en insérant un saut de ligne (
15487 \family sans
15488 Ctrl+Entrée
15489 \family default
15490 ).
15491  Maintenant, quand on tape
15492 \begin_inset Newline newline
15493 \end_inset
15494
15495
15496 \series bold
15497 0<k<1000 Ctrl+Entrée
15498 \begin_inset Newline newline
15499 \end_inset
15500
15501
15502 \series default
15503 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
15504 \end_layout
15505
15506 \begin_layout Standard
15507 L'alignement des lignes peut être modifié en alignement à gauche avec la
15508  barre d'outils 
15509 \family sans
15510 Tableaux
15511 \family default
15512  ou avec le menu 
15513 \family sans
15514 Édition\SpecialChar \menuseparator
15515 Lignes
15516 \begin_inset space ~
15517 \end_inset
15518
15519 &
15520 \begin_inset space ~
15521 \end_inset
15522
15523 colonnes
15524 \family default
15525 .
15526  Pour avoir un alignement à droite, on insère un 
15527 \series bold
15528
15529 \backslash
15530 hfill
15531 \begin_inset space \textvisiblespace{}
15532 \end_inset
15533
15534
15535 \series default
15536  au début de la ligne.
15537 \end_layout
15538
15539 \begin_layout Standard
15540 La commande 
15541 \series bold
15542
15543 \backslash
15544 substack
15545 \series default
15546  est équivalente à 
15547 \series bold
15548
15549 \backslash
15550 subarray
15551 \series default
15552  avec la différence que les lignes sont toujours centrées.
15553 \end_layout
15554
15555 \begin_layout Standard
15556 \begin_inset VSpace bigskip
15557 \end_inset
15558
15559 Comme dans le cas de la formule 
15560 \begin_inset CommandInset ref
15561 LatexCommand eqref
15562 reference "eq:substack"
15563
15564 \end_inset
15565
15566 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
15567 s qui suivent l'opérateur se trouvent après la limite.
15568  Pour éviter cela, on peut utiliser la commande 
15569 \series bold
15570
15571 \backslash
15572 mathclap
15573 \series default
15574
15575 \begin_inset Index idx
15576 status collapsed
15577
15578 \begin_layout Plain Layout
15579 Commandes ! M ! 
15580 \backslash
15581 mathclap
15582 \end_layout
15583
15584 \end_inset
15585
15586  qui met la largeur 
15587 \lang english
15588 of its content
15589 \lang french
15590  à 0
15591 \begin_inset space \thinspace{}
15592 \end_inset
15593
15594 pt.
15595 \begin_inset Newline newline
15596 \end_inset
15597
15598 Appliqué à la formule 
15599 \begin_inset CommandInset ref
15600 LatexCommand eqref
15601 reference "eq:substack"
15602
15603 \end_inset
15604
15605 , on utilise la commande
15606 \end_layout
15607
15608 \begin_layout Standard
15609
15610 \series bold
15611
15612 \backslash
15613 sum_
15614 \backslash
15615 mathclap
15616 \backslash
15617 substack
15618 \begin_inset space \textvisiblespace{}
15619 \end_inset
15620
15621 0<k<1000 Ctrl+Entrée
15622 \end_layout
15623
15624 \begin_layout Standard
15625 pour créer la limite inférieure.
15626  L'opérande est maintenant juste après l'opérateur de sommation:
15627 \begin_inset Formula 
15628 \[
15629 \sum_{\mathclap{\substack{0<k<1000\\
15630 \\
15631 k\,\in\,\mathbb{N}
15632 }
15633 }}^{n}k^{-2}
15634 \]
15635
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \begin_layout Standard
15642 \begin_inset VSpace bigskip
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Standard
15649
15650 \lang english
15651 When several consecutive operators have limits the typesetting of the limits
15652  looks often imperfect in the output, see this example:
15653 \lang french
15654
15655 \begin_inset Formula 
15656 \[
15657 \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}
15658 \]
15659
15660 \end_inset
15661
15662
15663 \lang english
15664 To improve the typesetting set in the document settings under 
15665 \family sans
15666 Math
15667 \begin_inset space ~
15668 \end_inset
15669
15670 Options
15671 \family default
15672  for the package
15673 \lang french
15674  
15675 \series bold
15676 mathtools
15677 \series default
15678
15679 \begin_inset Index idx
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 Paquetages ! mathtools
15684 \end_layout
15685
15686 \end_inset
15687
15688  
15689 \lang english
15690 the option 
15691 \family sans
15692 Load
15693 \begin_inset space ~
15694 \end_inset
15695
15696 always
15697 \family default
15698 .
15699  Then insert into your formula the command 
15700 \series bold
15701 \lang french
15702
15703 \backslash
15704 adjustlimits
15705 \series default
15706
15707 \begin_inset Index idx
15708 status collapsed
15709
15710 \begin_layout Plain Layout
15711 Commandes ! A ! 
15712 \backslash
15713 adjustlimits
15714 \end_layout
15715
15716 \end_inset
15717
15718  
15719 \lang english
15720 directly before the first operator.
15721  The example will then look like this:
15722 \lang french
15723
15724 \begin_inset Formula 
15725 \[
15726 \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}
15727 \]
15728
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \begin_layout Standard
15735 \begin_inset VSpace bigskip
15736 \end_inset
15737
15738 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
15739 \begin_inset CommandInset ref
15740 LatexCommand ref
15741 reference "sub:Opérateurs-personnalisés"
15742
15743 \end_inset
15744
15745 .
15746 \end_layout
15747
15748 \begin_layout Subsection
15749 Décoration pour les opérateurs
15750 \begin_inset Index idx
15751 status collapsed
15752
15753 \begin_layout Plain Layout
15754 Opérateurs ! Décoration
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \begin_layout Standard
15763 Avec les commandes 
15764 \series bold
15765
15766 \backslash
15767 overset
15768 \series default
15769
15770 \begin_inset Index idx
15771 status collapsed
15772
15773 \begin_layout Plain Layout
15774 Commandes ! O ! 
15775 \backslash
15776 overset
15777 \end_layout
15778
15779 \end_inset
15780
15781  et 
15782 \series bold
15783
15784 \backslash
15785 underset
15786 \series default
15787
15788 \begin_inset Index idx
15789 status collapsed
15790
15791 \begin_layout Plain Layout
15792 Commandes ! U ! 
15793 \backslash
15794 underset
15795 \end_layout
15796
15797 \end_inset
15798
15799  on peut placer des caractères respectivement au dessus ou en dessous d'un
15800  opérateur.
15801  Avec la commande 
15802 \series bold
15803
15804 \backslash
15805 sideset
15806 \series default
15807
15808 \begin_inset Index idx
15809 status collapsed
15810
15811 \begin_layout Plain Layout
15812 Commandes ! S ! 
15813 \backslash
15814 sideset
15815 \end_layout
15816
15817 \end_inset
15818
15819 , on peut placer des caractères avant ou après un grand opérateur.
15820 \end_layout
15821
15822 \begin_layout Standard
15823
15824 \lang english
15825 There are 4
15826 \begin_inset space ~
15827 \end_inset
15828
15829 variants of 
15830 \series bold
15831
15832 \backslash
15833 sideset
15834 \series default
15835 :
15836 \end_layout
15837
15838 \begin_layout Itemize
15839
15840 \series bold
15841 \lang english
15842
15843 \backslash
15844 sideset
15845 \series default
15846  is used to set characters at the corners of the operator
15847 \end_layout
15848
15849 \begin_layout Itemize
15850
15851 \series bold
15852 \lang english
15853
15854 \backslash
15855 sidesetn
15856 \series default
15857  is used to set characters before and/or behind the operator (this variant
15858  represents LaTeX's original 
15859 \series bold
15860
15861 \backslash
15862 sideset
15863 \series default
15864  command)
15865 \end_layout
15866
15867 \begin_layout Itemize
15868
15869 \series bold
15870 \lang english
15871
15872 \backslash
15873 sidesetl
15874 \series default
15875  is used to set characters at the left corners and/or behind the operator
15876 \end_layout
15877
15878 \begin_layout Itemize
15879
15880 \series bold
15881 \lang english
15882
15883 \backslash
15884 sidesetr
15885 \series default
15886  is used to set characters at the right corners and/or before the operator
15887 \end_layout
15888
15889 \begin_layout Standard
15890 Par exemple la commande 
15891 \series bold
15892
15893 \backslash
15894 sidesetn
15895 \begin_inset space \textvisiblespace{}
15896 \end_inset
15897
15898
15899 \backslash
15900 sum
15901 \begin_inset space \textvisiblespace{}
15902 \end_inset
15903
15904
15905 \begin_inset Formula $\to$
15906 \end_inset
15907
15908 '
15909 \begin_inset Formula $\to$
15910 \end_inset
15911
15912 _k=1
15913 \begin_inset space \textvisiblespace{}
15914 \end_inset
15915
15916
15917 \series default
15918 ^
15919 \series bold
15920 n
15921 \series default
15922  donne:
15923 \begin_inset Formula 
15924 \[
15925 \sideset{}{'}\sum_{k=1}^{n}
15926 \]
15927
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \begin_layout Standard
15934 \begin_inset Note Greyedout
15935 status open
15936
15937 \begin_layout Plain Layout
15938
15939 \series bold
15940 Nota: 
15941 \backslash
15942 sideset
15943 \series default
15944  ne peut être utilisé que pour les grands opérateurs, il ne convient pas
15945  pour les opérateurs binaires.
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \begin_layout Standard
15954 Avec 
15955 \series bold
15956
15957 \backslash
15958 overset
15959 \series default
15960  et 
15961 \series bold
15962
15963 \backslash
15964 underset
15965 \series default
15966  on peut aussi décorer des symboles et des caractères.
15967  Pour exemple la commande 
15968 \series bold
15969
15970 \backslash
15971 overset
15972 \begin_inset space \textvisiblespace{}
15973 \end_inset
15974
15975
15976 \backslash
15977 maltese
15978 \begin_inset space \textvisiblespace{}
15979 \end_inset
15980
15981
15982 \series default
15983
15984 \begin_inset Formula $\uparrow$
15985 \end_inset
15986
15987
15988 \series bold
15989 a
15990 \series default
15991  donne:
15992 \begin_inset Formula 
15993 \[
15994 \overset{a}{\maltese}
15995 \]
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Subsection
16003 Opérateurs binaires
16004 \begin_inset CommandInset label
16005 LatexCommand label
16006 name "sub:Opérateurs-binaires"
16007
16008 \end_inset
16009
16010
16011 \begin_inset Index idx
16012 status collapsed
16013
16014 \begin_layout Plain Layout
16015 Opérateurs ! binaires
16016 \end_layout
16017
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \begin_layout Standard
16024 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
16025  avant et après eux.
16026 \begin_inset VSpace medskip
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \begin_layout Standard
16033 \begin_inset space \hfill{}
16034 \end_inset
16035
16036
16037 \begin_inset Tabular
16038 <lyxtabular version="3" rows="13" columns="2">
16039 <features rotate="0" tabularvalignment="middle">
16040 <column alignment="center" valignment="top" width="0pt">
16041 <column alignment="center" valignment="top" width="0pt">
16042 <row>
16043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 Commande
16048 \begin_inset Note Note
16049 status collapsed
16050
16051 \begin_layout Plain Layout
16052
16053 \series bold
16054
16055 \backslash
16056 raisebox
16057 \series default
16058  est seulement utilisée pour faire de la place
16059 \end_layout
16060
16061 \end_inset
16062
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 Résultat
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 +
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 \begin_inset Formula $+$
16093 \end_inset
16094
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 -
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 \begin_inset Formula $-$
16116 \end_inset
16117
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 </row>
16124 <row>
16125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129
16130 \backslash
16131 pm
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Formula $\pm$
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 </row>
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154
16155 \backslash
16156 mp
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 \begin_inset Formula $\mp$
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 <row>
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179
16180 \backslash
16181 cdot
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 \begin_inset Formula $\cdot$
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 </row>
16199 <row>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204
16205 \backslash
16206 times
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 \begin_inset Formula $\times$
16216 \end_inset
16217
16218
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 </row>
16224 <row>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229
16230 \backslash
16231 div
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 \begin_inset Formula $\div$
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 </row>
16249 <row>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 raisebox{-1.2mm}{
16262 \end_layout
16263
16264 \end_inset
16265
16266 *
16267 \begin_inset ERT
16268 status collapsed
16269
16270 \begin_layout Plain Layout
16271
16272 }
16273 \end_layout
16274
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 \begin_inset Formula $*$
16287 \end_inset
16288
16289
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 </row>
16295 <row>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300
16301 \backslash
16302 star
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311 \begin_inset Formula $\star$
16312 \end_inset
16313
16314
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 </row>
16320 <row>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \backslash
16327 circ
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 \begin_inset Formula $\circ$
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 <row>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350
16351 \backslash
16352 diamond
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 \begin_inset Formula $\diamond$
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 </row>
16370 <row>
16371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375
16376 \backslash
16377 bullet
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 \begin_inset Formula $\bullet$
16387 \end_inset
16388
16389
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 </row>
16395 </lyxtabular>
16396
16397 \end_inset
16398
16399
16400 \begin_inset space \hfill{}
16401 \end_inset
16402
16403
16404 \begin_inset Tabular
16405 <lyxtabular version="3" rows="13" columns="2">
16406 <features rotate="0" tabularvalignment="middle">
16407 <column alignment="center" valignment="top" width="0pt">
16408 <column alignment="center" valignment="top" width="0pt">
16409 <row>
16410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 Commande
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423 Résultat
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 </row>
16429 <row>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434
16435 \backslash
16436 nabla
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 \begin_inset Formula $\nabla$
16446 \end_inset
16447
16448
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459
16460 \backslash
16461 bigtriangledown
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 \begin_inset Formula $\bigtriangledown$
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 <row>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484
16485 \backslash
16486 bigtriangleup
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 \begin_inset Formula $\bigtriangleup$
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 </row>
16504 <row>
16505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509
16510 \backslash
16511 Box
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 \begin_inset Formula $\Box$
16521 \end_inset
16522
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 <row>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534
16535 \backslash
16536 cap 
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 \begin_inset Formula $\cap$
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \backslash
16561 cup
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Formula $\cup$
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \backslash
16586 dagger
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\dagger$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \backslash
16611 ddagger
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $\ddagger$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 wr
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\wr$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \backslash
16661 bigcirc
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Formula $\bigcirc$
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684
16685 \backslash
16686 wedge
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\wedge$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709
16710 \backslash
16711 vee
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 \begin_inset Formula $\vee$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 </lyxtabular>
16730
16731 \end_inset
16732
16733
16734 \begin_inset space \hfill{}
16735 \end_inset
16736
16737
16738 \begin_inset Tabular
16739 <lyxtabular version="3" rows="13" columns="2">
16740 <features rotate="0" tabularvalignment="middle">
16741 <column alignment="center" valignment="top" width="0pt">
16742 <column alignment="center" valignment="top" width="0pt">
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 Commande
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 Résultat
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768
16769 \backslash
16770 oplus
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $\oplus$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 <row>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793
16794 \backslash
16795 ominus
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 \begin_inset Formula $\ominus$
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \backslash
16820 otimes
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Formula $\otimes$
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843
16844 \backslash
16845 oslash
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 \begin_inset Formula $\oslash$
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \backslash
16870 odot
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Formula $\odot$
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \backslash
16895 amalg
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $\amalg$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \backslash
16920 uplus
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $\uplus$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \backslash
16945 setminus
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $\setminus$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \backslash
16970 sqcap
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $\sqcap$
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \backslash
16995 sqcup
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $\sqcup$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \backslash
17020 triangleleft
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\triangleleft$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 <row>
17039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \backslash
17045 triangleright
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Formula $\triangleright$
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 </row>
17063 </lyxtabular>
17064
17065 \end_inset
17066
17067
17068 \begin_inset space \hfill{}
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \begin_layout Standard
17075 Tous les opérateurs binaires peuvent être insérés avec le bouton 
17076 \begin_inset Info
17077 type  "icon"
17078 arg   "math-insert \\pm"
17079 \end_inset
17080
17081  de la barre d'outils mathématique.
17082 \end_layout
17083
17084 \begin_layout Standard
17085 Pour obtenir l'opérateur Laplacien, on peut utiliser 
17086 \series bold
17087
17088 \backslash
17089 Delta
17090 \series default
17091  ou 
17092 \series bold
17093
17094 \backslash
17095 nabla
17096 \series default
17097 ^
17098 \series bold
17099 2
17100 \series default
17101  (
17102 \begin_inset Formula $\nabla^{2}$
17103 \end_inset
17104
17105 ) à la place de 
17106 \series bold
17107
17108 \backslash
17109 bigtriangleup
17110 \series default
17111  .
17112 \end_layout
17113
17114 \begin_layout Standard
17115 Le caractère 
17116 \family sans
17117 Séparateur
17118 \begin_inset space ~
17119 \end_inset
17120
17121 de
17122 \begin_inset space ~
17123 \end_inset
17124
17125 menu
17126 \family default
17127  du menu 
17128 \family sans
17129 Insertion\SpecialChar \menuseparator
17130 Caractères
17131 \begin_inset space ~
17132 \end_inset
17133
17134 spécial
17135 \family default
17136  est en fait l'opérateur 
17137 \series bold
17138
17139 \backslash
17140 triangleright
17141 \series default
17142 .
17143 \end_layout
17144
17145 \begin_layout Subsection
17146 Opérateurs personnalisés
17147 \begin_inset CommandInset label
17148 LatexCommand label
17149 name "sub:Opérateurs-personnalisés"
17150
17151 \end_inset
17152
17153
17154 \begin_inset Index idx
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158 Opérateurs ! personnalisés
17159 \end_layout
17160
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \begin_layout Standard
17167 Avec l'aide de la commande 
17168 \series bold
17169
17170 \backslash
17171 DeclareMathOperator
17172 \series default
17173
17174 \begin_inset Index idx
17175 status collapsed
17176
17177 \begin_layout Plain Layout
17178 Commandes ! D ! 
17179 \backslash
17180 dbinom@
17181 \backslash
17182 DeclareMathOperator
17183 \end_layout
17184
17185 \end_inset
17186
17187 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
17188  La syntaxe de la commande est:
17189 \end_layout
17190
17191 \begin_layout Standard
17192
17193 \series bold
17194
17195 \backslash
17196 DeclareMathOperator{nouvelle commande}{affichage}
17197 \end_layout
17198
17199 \begin_layout Standard
17200 L'affichage peut être composé de caractères ou de symboles qui définissent
17201  comment l'opérateur doit apparaître dans la sortie finale.
17202  Pour définir un grand opérateur, on met une * après la commande.
17203  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
17204  c'est décrit dans 
17205 \begin_inset CommandInset ref
17206 LatexCommand ref
17207 reference "sub:Limites-des-opérateurs"
17208
17209 \end_inset
17210
17211 .
17212 \end_layout
17213
17214 \begin_layout Standard
17215 Par exemple la ligne 
17216 \end_layout
17217
17218 \begin_layout Standard
17219
17220 \series bold
17221
17222 \backslash
17223 DeclareMathOperator*{
17224 \backslash
17225 Losange}{
17226 \backslash
17227 blacklozenge}
17228 \end_layout
17229
17230 \begin_layout Standard
17231 dans le préambule LaTeX définit la commande 
17232 \series bold
17233
17234 \backslash
17235 Losange
17236 \series default
17237 , qui insère un grand opérateur qui consiste en un symbole losange venant
17238  de 
17239 \begin_inset CommandInset ref
17240 LatexCommand ref
17241 reference "sub:Symboles-divers"
17242
17243 \end_inset
17244
17245 :
17246 \begin_inset Formula 
17247 \[
17248 \Losange_{n=1}^{\infty}
17249 \]
17250
17251 \end_inset
17252
17253 La commande utilisée pour cette formule est: 
17254 \series bold
17255
17256 \backslash
17257 Losange
17258 \series default
17259 ^
17260 \series bold
17261
17262 \backslash
17263 infty
17264 \begin_inset Formula $\to$
17265 \end_inset
17266
17267 _n=1
17268 \end_layout
17269
17270 \begin_layout Standard
17271 \begin_inset VSpace bigskip
17272 \end_inset
17273
17274 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
17275  document, on peut aussi le définir avec les commandes 
17276 \series bold
17277
17278 \backslash
17279 mathop
17280 \series default
17281
17282 \begin_inset Index idx
17283 status collapsed
17284
17285 \begin_layout Plain Layout
17286 Commandes ! M ! 
17287 \backslash
17288 mathop
17289 \end_layout
17290
17291 \end_inset
17292
17293  et 
17294 \series bold
17295
17296 \backslash
17297 mathbin
17298 \series default
17299
17300 \begin_inset Index idx
17301 status collapsed
17302
17303 \begin_layout Plain Layout
17304 Commandes ! M ! 
17305 \backslash
17306 mathbin
17307 \end_layout
17308
17309 \end_inset
17310
17311 , qui ont les syntaxes suivantes:
17312 \end_layout
17313
17314 \begin_layout Standard
17315
17316 \series bold
17317
17318 \backslash
17319 mathop{affichage}
17320 \series default
17321  et 
17322 \series bold
17323
17324 \backslash
17325 mathbin{affichage}
17326 \end_layout
17327
17328 \begin_layout Standard
17329
17330 \series bold
17331
17332 \backslash
17333 mathop
17334 \series default
17335  définit des grands opérateurs et 
17336 \series bold
17337
17338 \backslash
17339 mathbin
17340 \series default
17341  des opérateurs binaires.
17342 \end_layout
17343
17344 \begin_layout Standard
17345
17346 \series bold
17347
17348 \backslash
17349 mathop
17350 \series default
17351  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17352 \end_layout
17353
17354 \begin_layout Standard
17355 \begin_inset Formula 
17356 \[
17357 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17358 \]
17359
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \begin_layout Standard
17366 La commande pour la formule précédente est:
17367 \begin_inset Newline newline
17368 \end_inset
17369
17370
17371 \series bold
17372
17373 \backslash
17374 mathop{
17375 \backslash
17376 sum
17377 \backslash
17378 negmedspace
17379 \backslash
17380 sum
17381 \series default
17382
17383 \begin_inset space \textvisiblespace{}
17384 \end_inset
17385
17386
17387 \series bold
17388
17389 \begin_inset Formula $\to$
17390 \end_inset
17391
17392 ^N
17393 \series default
17394
17395 \begin_inset space \textvisiblespace{}
17396 \end_inset
17397
17398
17399 \series bold
17400 _i,j=1
17401 \end_layout
17402
17403 \begin_layout Standard
17404 \begin_inset Newpage newpage
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \begin_layout Section
17411 Polices de caractères
17412 \begin_inset Index idx
17413 status collapsed
17414
17415 \begin_layout Plain Layout
17416 Polices de caractères
17417 \end_layout
17418
17419 \end_inset
17420
17421
17422 \begin_inset Index idx
17423 status collapsed
17424
17425 \begin_layout Plain Layout
17426 Fontes| see
17427 \begin_inset ERT
17428 status collapsed
17429
17430 \begin_layout Plain Layout
17431
17432 {
17433 \end_layout
17434
17435 \end_inset
17436
17437 Polices de caractères
17438 \begin_inset ERT
17439 status collapsed
17440
17441 \begin_layout Plain Layout
17442
17443 }
17444 \end_layout
17445
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \begin_layout Subsection
17457 Styles de polices
17458 \begin_inset CommandInset label
17459 LatexCommand label
17460 name "sub:Styles-de-polices"
17461
17462 \end_inset
17463
17464
17465 \begin_inset Index idx
17466 status collapsed
17467
17468 \begin_layout Plain Layout
17469 Polices de caractères ! style
17470 \end_layout
17471
17472 \end_inset
17473
17474
17475 \end_layout
17476
17477 \begin_layout Standard
17478 Dans les formules on peut affecter aux lettres latines un des styles de
17479  police suivant:
17480 \begin_inset VSpace -2mm
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \begin_layout Standard
17487 \align center
17488 \begin_inset Tabular
17489 <lyxtabular version="3" rows="7" columns="3">
17490 <features rotate="0" tabularvalignment="middle">
17491 <column alignment="center" valignment="top">
17492 <column alignment="center" valignment="top">
17493 <column alignment="center" valignment="top">
17494 <row>
17495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 Commande
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 Résultat
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 Raccourci
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 </row>
17523 <row>
17524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528
17529 \backslash
17530 mathbb
17531 \begin_inset space \textvisiblespace{}
17532 \end_inset
17533
17534 ABC
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Formula $\mathbb{ABC}$
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \family sans
17557 Alt+C C
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 </row>
17563 <row>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568
17569 \backslash
17570 mathbf
17571 \begin_inset space \textvisiblespace{}
17572 \end_inset
17573
17574 AbC
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 \begin_inset Formula $\mathbf{AbC}$
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595
17596 \family sans
17597 Ctrl+B
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 <row>
17604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608
17609 \backslash
17610 boldsymbol
17611 \begin_inset space \textvisiblespace{}
17612 \end_inset
17613
17614 AbC
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 \begin_inset Formula $\boldsymbol{AbC}$
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635
17636 \family sans
17637 Alt+C B
17638 \family default
17639  ou 
17640 \family sans
17641 Ctrl+Alt+B
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 <row>
17648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652
17653 \backslash
17654 mathcal
17655 \begin_inset space \textvisiblespace{}
17656 \end_inset
17657
17658 ABC
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667 \begin_inset Formula $\mathcal{ABC}$
17668 \end_inset
17669
17670
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679
17680 \family sans
17681 Ctrl+E
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 </row>
17687 <row>
17688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692
17693 \backslash
17694 mathfrak
17695 \begin_inset space \textvisiblespace{}
17696 \end_inset
17697
17698 AbC
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707 \begin_inset Formula $\mathfrak{AbC}$
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 -
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \backslash
17732 mathscr
17733 \series bold
17734
17735 \begin_inset space \textvisiblespace{}
17736 \end_inset
17737
17738
17739 \series default
17740 AbC
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749 \begin_inset Formula $\mathscr{AbC}$
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761 -
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 </row>
17767 </lyxtabular>
17768
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \begin_layout Standard
17775 \align center
17776 \begin_inset Tabular
17777 <lyxtabular version="3" rows="5" columns="3">
17778 <features rotate="0" tabularvalignment="middle">
17779 <column alignment="center" valignment="top">
17780 <column alignment="center" valignment="top">
17781 <column alignment="center" valignment="top">
17782 <row>
17783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 Commande
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Plain Layout
17796 Résultat
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805 Raccourci
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 </row>
17811 <row>
17812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816
17817 \backslash
17818 mathit
17819 \begin_inset space \textvisiblespace{}
17820 \end_inset
17821
17822 AbC
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 \begin_inset Formula $\mathit{AbC}$
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843 -
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 </row>
17849 <row>
17850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854
17855 \backslash
17856 mathrm
17857 \begin_inset space \textvisiblespace{}
17858 \end_inset
17859
17860 AbC
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 \begin_inset Formula $\mathrm{AbC}$
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881
17882 \family sans
17883 Alt+C R
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 </row>
17889 <row>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894
17895 \backslash
17896 mathsf
17897 \begin_inset space \textvisiblespace{}
17898 \end_inset
17899
17900 AbC
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 \begin_inset Formula $\mathsf{AbC}$
17910 \end_inset
17911
17912
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \family sans
17923 Alt+C S
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row>
17930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \backslash
17936 mathtt
17937 \begin_inset space \textvisiblespace{}
17938 \end_inset
17939
17940 AbC
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 \begin_inset Formula $\mathtt{AbC}$
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961
17962 \family sans
17963 Ctrl+Shift+P
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 </lyxtabular>
17970
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \begin_layout Standard
17977 \begin_inset Note Greyedout
17978 status open
17979
17980 \begin_layout Plain Layout
17981
17982 \series bold
17983 Note:
17984 \series default
17985  Les styles 
17986 \series bold
17987
17988 \backslash
17989 mathbb
17990 \series default
17991  et 
17992 \series bold
17993
17994 \backslash
17995 mathcal
17996 \series default
17997  ne peuvent être utilisés que pour les lettres majuscules.
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \begin_layout Standard
18006 Le style prédéfini est 
18007 \series bold
18008
18009 \backslash
18010 mathnormal
18011 \series default
18012 .
18013 \end_layout
18014
18015 \begin_layout Standard
18016 Les commandes de style fonctionnent aussi pour des caractères dans des construct
18017 ions mathématiques:
18018 \begin_inset Formula 
18019 \[
18020 \mathfrak{A=\frac{b}{C}}
18021 \]
18022
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \begin_layout Standard
18029 Les caractères en texte mathématique n'apparaissent pas avec un style de
18030  police mathématique mais avec le style de police texte 
18031 \series bold
18032
18033 \backslash
18034 textrm
18035 \series default
18036 .
18037  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
18038  de style est un bug de LyX.
18039 \begin_inset Foot
18040 status collapsed
18041
18042 \begin_layout Plain Layout
18043 \begin_inset CommandInset href
18044 LatexCommand href
18045 name "LyX-bug #4629"
18046 target "http://www.lyx.org/trac/ticket/4629"
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \begin_layout Standard
18059 À la place des commandes de style, on peut utiliser le menu 
18060 \family sans
18061 Édition\SpecialChar \menuseparator
18062 Math\SpecialChar \menuseparator
18063 Style
18064 \begin_inset space ~
18065 \end_inset
18066
18067 de
18068 \begin_inset space ~
18069 \end_inset
18070
18071 Texte
18072 \family default
18073  ou le bouton 
18074 \begin_inset Info
18075 type  "icon"
18076 arg   "math-insert \\font"
18077 \end_inset
18078
18079  de la barre d'outils mathématique.
18080 \end_layout
18081
18082 \begin_layout Subsection
18083 Formules en gras
18084 \begin_inset CommandInset label
18085 LatexCommand label
18086 name "sub:Formules-en-gras"
18087
18088 \end_inset
18089
18090
18091 \begin_inset Index idx
18092 status collapsed
18093
18094 \begin_layout Plain Layout
18095 Formules ! en gras
18096 \end_layout
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \begin_layout Standard
18104 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
18105  
18106 \series bold
18107
18108 \backslash
18109 mathbf
18110 \series default
18111  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
18112  grecques minuscules.
18113  En plus elle affiche toujours les lettres latines en caractères droits,
18114  comme dans l'équation suivante:
18115 \end_layout
18116
18117 \begin_layout Standard
18118 \begin_inset Formula 
18119 \[
18120 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}
18121 \]
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Standard
18129 Pour afficher cette formule correctement; on utilise la commande 
18130 \series bold
18131
18132 \backslash
18133 boldsymbol
18134 \series default
18135 :
18136 \begin_inset Formula 
18137 \[
18138 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}
18139 \]
18140
18141 \end_inset
18142
18143 Il est aussi possible de mettre l'équation dans un environnement 
18144 \series bold
18145 boldmath
18146 \series default
18147 .
18148  On crée cet environnement en insérant la commande 
18149 \series bold
18150
18151 \backslash
18152 boldmath
18153 \series default
18154
18155 \begin_inset Index idx
18156 status collapsed
18157
18158 \begin_layout Plain Layout
18159 Commandes ! B ! 
18160 \backslash
18161 boldmath
18162 \end_layout
18163
18164 \end_inset
18165
18166  en mode TeX.
18167  Pour terminer l'environnement, on insère la commande 
18168 \series bold
18169
18170 \backslash
18171 unboldmath
18172 \series default
18173
18174 \begin_inset Index idx
18175 status collapsed
18176
18177 \begin_layout Plain Layout
18178 Commandes ! U ! 
18179 \backslash
18180 unboldmath
18181 \end_layout
18182
18183 \end_inset
18184
18185  toujours en mode TeX.
18186 \begin_inset ERT
18187 status collapsed
18188
18189 \begin_layout Plain Layout
18190
18191
18192 \backslash
18193 boldmath 
18194 \end_layout
18195
18196 \end_inset
18197
18198
18199 \begin_inset Formula 
18200 \[
18201 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}
18202 \]
18203
18204 \end_inset
18205
18206
18207 \begin_inset ERT
18208 status collapsed
18209
18210 \begin_layout Plain Layout
18211
18212
18213 \backslash
18214 unboldmath 
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Subsection
18223 Formules en couleur
18224 \begin_inset Index idx
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228 Formules ! en couleur
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 Les formules peuvent être colorées comme du texte normal : mettez en évidence
18238  la formule ou la portion de formule et utilisez la fenêtre de dialogue
18239  
18240 \family sans
18241 Style de texte
18242 \family default
18243 .
18244  Voici une formule en magenta :
18245 \end_layout
18246
18247 \begin_layout Standard
18248 \begin_inset Formula 
18249 \[
18250 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18251 \]
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 Vous pouvez aussi définir vos propres couleurs comme c'est expliqué dans
18260 \begin_inset space ~
18261 \end_inset
18262
18263
18264 \begin_inset CommandInset ref
18265 LatexCommand ref
18266 reference "sub:Boîtes-colorées"
18267
18268 \end_inset
18269
18270 .
18271  Elles peuvent ensuite être utilisées avec la commande en code TeX 
18272 \series bold
18273
18274 \backslash
18275 textcolor
18276 \series default
18277  
18278 \begin_inset Index idx
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282 Commandes ! T ! 
18283 \backslash
18284 textcolor
18285 \end_layout
18286
18287 \end_inset
18288
18289  avec la syntaxe 
18290 \end_layout
18291
18292 \begin_layout Standard
18293
18294 \series bold
18295
18296 \backslash
18297 textcolor{couleur}{caractères ou formule}
18298 \end_layout
18299
18300 \begin_layout Standard
18301 L'exemple suivant a été coloré entièrement en vert foncé et partiellement
18302  en rouge :
18303 \end_layout
18304
18305 \begin_layout Standard
18306 \begin_inset ERT
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310
18311
18312 \backslash
18313 textcolor{vertfonce}{
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \begin_inset Formula 
18320 \[
18321 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18322 \]
18323
18324 \end_inset
18325
18326
18327 \begin_inset ERT
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331
18332 }
18333 \end_layout
18334
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Standard
18341 A cause d'un bug de LyX, on peut colorer seulement des formules complètes
18342  avec des couleurs personnalisées.
18343 \begin_inset Foot
18344 status collapsed
18345
18346 \begin_layout Plain Layout
18347 \begin_inset CommandInset href
18348 LatexCommand href
18349 name "LyX-bug #5269"
18350 target "http://www.lyx.org/trac/ticket/5269"
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \begin_layout Subsection
18363 Tailles de polices
18364 \begin_inset CommandInset label
18365 LatexCommand label
18366 name "sub:Tailles-polices"
18367
18368 \end_inset
18369
18370
18371 \begin_inset Index idx
18372 status collapsed
18373
18374 \begin_layout Plain Layout
18375 Polices ! tailles
18376 \end_layout
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18385  les caractères qui sont dans le texte, les commandes de changement de taille
18386  suivantes:
18387 \end_layout
18388
18389 \begin_layout Standard
18390
18391 \series bold
18392
18393 \backslash
18394 Huge
18395 \series default
18396
18397 \series bold
18398
18399 \backslash
18400 huge
18401 \series default
18402
18403 \series bold
18404
18405 \backslash
18406 LARGE
18407 \series default
18408
18409 \series bold
18410
18411 \backslash
18412 Large
18413 \series default
18414
18415 \series bold
18416
18417 \backslash
18418 large
18419 \series default
18420
18421 \series bold
18422
18423 \backslash
18424 normalsize
18425 \series default
18426
18427 \series bold
18428
18429 \backslash
18430 small
18431 \series default
18432 ,
18433 \begin_inset Newline newline
18434 \end_inset
18435
18436
18437 \series bold
18438
18439 \backslash
18440 footnotesize
18441 \series default
18442
18443 \series bold
18444
18445 \backslash
18446 scriptsize
18447 \series default
18448  et 
18449 \series bold
18450
18451 \backslash
18452 tiny
18453 \begin_inset Foot
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
18458  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
18459 \end_layout
18460
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \begin_layout Standard
18467 La taille des caractères produits par ces commandes dépend de la taille
18468  de police du document, qui correspond à la commande 
18469 \series bold
18470
18471 \backslash
18472 normalsize
18473 \series default
18474 .
18475  Les autres commandes produisent des tailles plus ou moins grandes que 
18476 \series bold
18477
18478 \backslash
18479 normalsize
18480 \series default
18481 .
18482  La taille de la police ne peut donc pas dépasser une certaine valeur.
18483  Par exemple, pour un document dans une police de taille 12
18484 \begin_inset space \thinspace{}
18485 \end_inset
18486
18487 pt, la commande 
18488 \series bold
18489
18490 \backslash
18491 Huge
18492 \series default
18493  va donner la même taille que 
18494 \series bold
18495
18496 \backslash
18497 huge
18498 \series default
18499 .
18500  
18501 \end_layout
18502
18503 \begin_layout Standard
18504 Une commande de changement de taille est insérée en mode TeX avant la formule
18505  et fixe la taille de toutes les formules qui suivent ainsi que celle des
18506  caractères du texte.
18507  Pour revenir à la taille initiale, on doit insérer la commande 
18508 \series bold
18509
18510 \backslash
18511 normalsize
18512 \series default
18513  en mode TeX après la formule.
18514 \end_layout
18515
18516 \begin_layout Standard
18517 Dans un formule, la taille peut être modifiée grâce aux commandes suivantes
18518  ou le bouton 
18519 \begin_inset Info
18520 type  "icon"
18521 arg   "math-insert \\style"
18522 \end_inset
18523
18524  de la barre d'outils mathématique:
18525 \end_layout
18526
18527 \begin_layout Standard
18528 \noindent
18529 \align center
18530 \begin_inset Tabular
18531 <lyxtabular version="3" rows="5" columns="2">
18532 <features rotate="0" tabularvalignment="middle">
18533 <column alignment="center" valignment="top">
18534 <column alignment="center" valignment="top">
18535 <row>
18536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 Commande
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 Résultat
18550 \begin_inset Note Note
18551 status collapsed
18552
18553 \begin_layout Plain Layout
18554
18555 \series bold
18556
18557 \backslash
18558 raisebox
18559 \series default
18560  est seulement utilisée pour faire de la place
18561 \end_layout
18562
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 </row>
18571 <row>
18572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576
18577 \backslash
18578 displaystyle
18579 \begin_inset Index idx
18580 status collapsed
18581
18582 \begin_layout Plain Layout
18583 Commandes ! D ! 
18584 \backslash
18585 displaystyle
18586 \end_layout
18587
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18600 \end_inset
18601
18602
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 </row>
18608 <row>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \backslash
18615 textstyle
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 </row>
18633 <row>
18634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638
18639 \backslash
18640 scriptstyle
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18650 \end_inset
18651
18652
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 </row>
18658 <row>
18659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663
18664 \backslash
18665 scriptscriptstyle
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 </row>
18683 </lyxtabular>
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \begin_layout Standard
18691 Après la saisie de ces commandes, une boîte bleue apparaît, où doivent être
18692  saisies les parties de formule concernées.
18693 \end_layout
18694
18695 \begin_layout Standard
18696 Il existe une autre méthode pour changer la taille de la police, qui ne
18697  s'applique que pour modifier la taille des symboles et des lettres dans
18698  le texte mathématique.
18699  Pour l'utiliser, une des commandes usuelles de modification de taille de
18700  texte vues plus haut est insérée en mode mathématique: tous les caractères
18701  qui suivent jusqu'à la fin du texte mathématique ou jusqu'à ce que la taille
18702  soit de nouveau modifiée, auront la taille choisie.
18703  Deux exemples:
18704 \begin_inset VSpace -2mm
18705 \end_inset
18706
18707
18708 \end_layout
18709
18710 \begin_layout Standard
18711 \begin_inset ERT
18712 status collapsed
18713
18714 \begin_layout Plain Layout
18715
18716
18717 \backslash
18718 huge 
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \begin_inset Formula 
18725 \[
18726 A=\frac{B}{c}\cdot\maltese
18727 \]
18728
18729 \end_inset
18730
18731
18732 \begin_inset Formula 
18733 \[
18734 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18735 \]
18736
18737 \end_inset
18738
18739
18740 \begin_inset ERT
18741 status collapsed
18742
18743 \begin_layout Plain Layout
18744
18745
18746 \backslash
18747 normalsize 
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Standard
18756 \begin_inset VSpace medskip
18757 \end_inset
18758
18759 Avant les deux formules, on a inséré la commande 
18760 \series bold
18761
18762 \backslash
18763 huge
18764 \series default
18765 .
18766  La commande utilisée pour la deuxième formule est:
18767 \begin_inset Newline newline
18768 \end_inset
18769
18770
18771 \series bold
18772
18773 \backslash
18774 maltese
18775 \begin_inset space \textvisiblespace{}
18776 \end_inset
18777
18778 A Alt+M M 
18779 \backslash
18780 Large
18781 \begin_inset space \textvisiblespace{}
18782 \end_inset
18783
18784
18785 \backslash
18786 maltese
18787 \begin_inset space \textvisiblespace{}
18788 \end_inset
18789
18790
18791 \backslash
18792 textit
18793 \begin_inset space \textvisiblespace{}
18794 \end_inset
18795
18796 A
18797 \begin_inset Formula $\to$
18798 \end_inset
18799
18800
18801 \begin_inset Formula $\to$
18802 \end_inset
18803
18804
18805 \begin_inset Newline newline
18806 \end_inset
18807
18808
18809 \series default
18810
18811 \begin_inset space \hspace*{}
18812 \length 1cm
18813 \end_inset
18814
18815
18816 \series bold
18817 Alt+M M 
18818 \backslash
18819 tiny
18820 \begin_inset space \textvisiblespace{}
18821 \end_inset
18822
18823
18824 \backslash
18825 maltese
18826 \begin_inset space \textvisiblespace{}
18827 \end_inset
18828
18829
18830 \backslash
18831 textit
18832 \begin_inset space \textvisiblespace{}
18833 \end_inset
18834
18835 A
18836 \end_layout
18837
18838 \begin_layout Standard
18839 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
18840  affiché dans la taille implicite
18841 \end_layout
18842
18843 \begin_layout Section
18844 Les lettres grecques
18845 \begin_inset Index idx
18846 status collapsed
18847
18848 \begin_layout Plain Layout
18849 Lettres grecques
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \begin_layout Standard
18858 On peut insérer toutes les lettres grecques avec le bouton 
18859 \begin_inset Info
18860 type  "icon"
18861 arg   "math-insert \\alpha"
18862 \end_inset
18863
18864  de la barre d'outils mathématiques.
18865  Toutes les normes internationales de typographie indiquent que les lettres
18866  grecques en mathématique doivent être écrites en italique.
18867  Dans certaines langues comme le russe et le français, elles sont parfois
18868  quand même en lettres droites.
18869 \end_layout
18870
18871 \begin_layout Subsection
18872 Lettres minuscules
18873 \begin_inset Index idx
18874 status collapsed
18875
18876 \begin_layout Plain Layout
18877 Lettres grecques ! minuscules
18878 \end_layout
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Standard
18886 \begin_inset space \hfill{}
18887 \end_inset
18888
18889
18890 \begin_inset Tabular
18891 <lyxtabular version="3" rows="11" columns="2">
18892 <features rotate="0" tabularvalignment="middle">
18893 <column alignment="center" valignment="top" width="0pt">
18894 <column alignment="center" valignment="top" width="0pt">
18895 <row>
18896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900 Commande
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 Résultat
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 </row>
18915 <row>
18916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920
18921 \backslash
18922 alpha
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 \begin_inset Formula $\alpha$
18932 \end_inset
18933
18934
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 </row>
18940 <row>
18941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \backslash
18947 beta
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956 \begin_inset Formula $\beta$
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 </row>
18965 <row>
18966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970
18971 \backslash
18972 gamma
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 \begin_inset Formula $\gamma$
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 </row>
18990 <row>
18991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995
18996 \backslash
18997 delta
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Formula $\delta$
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 <row>
19016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020
19021 \backslash
19022 epsilon
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 \begin_inset Formula $\epsilon$
19032 \end_inset
19033
19034
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 </row>
19040 <row>
19041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \backslash
19047 varepsilon
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 \begin_inset Formula $\varepsilon$
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 </row>
19065 <row>
19066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070
19071 \backslash
19072 zeta
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 \begin_inset Formula $\zeta$
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 </row>
19090 <row>
19091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095
19096 \backslash
19097 eta
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 \begin_inset Formula $\eta$
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 </row>
19115 <row>
19116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19117 \begin_inset Text
19118
19119 \begin_layout Plain Layout
19120
19121 \backslash
19122 theta
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131 \begin_inset Formula $\theta$
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \backslash
19147 vartheta
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 \begin_inset Formula $\vartheta$
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 </row>
19165 </lyxtabular>
19166
19167 \end_inset
19168
19169
19170 \begin_inset space \hfill{}
19171 \end_inset
19172
19173
19174 \begin_inset Tabular
19175 <lyxtabular version="3" rows="12" columns="2">
19176 <features rotate="0" tabularvalignment="middle">
19177 <column alignment="center" valignment="top" width="0pt">
19178 <column alignment="center" valignment="top" width="0pt">
19179 <row>
19180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184 Commande
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193 Résultat
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 </row>
19199 <row>
19200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204
19205 \backslash
19206 iota
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 \begin_inset Formula $\iota$
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 </row>
19224 <row>
19225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229
19230 \backslash
19231 kappa
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240 \begin_inset Formula $\kappa$
19241 \end_inset
19242
19243
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 </row>
19249 <row>
19250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \backslash
19256 varkappa
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 \begin_inset Formula $\varkappa$
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row>
19275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \backslash
19281 lambda
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290 \begin_inset Formula $\lambda$
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 </row>
19299 <row>
19300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304
19305 \backslash
19306 mu
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 \begin_inset Formula $\mu$
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row>
19325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329
19330 \backslash
19331 nu
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 \begin_inset Formula $\nu$
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row>
19350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \backslash
19356 xi
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 \begin_inset Formula $\xi$
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 o
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 \begin_inset Formula $o$
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \backslash
19404 pi
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Formula $\pi$
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 </row>
19422 <row>
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427
19428 \backslash
19429 varpi
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 \begin_inset Formula $\varpi$
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 </row>
19447 <row>
19448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452
19453 \backslash
19454 rho
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 \begin_inset Formula $\rho$
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 </row>
19472 </lyxtabular>
19473
19474 \end_inset
19475
19476
19477 \begin_inset space \hfill{}
19478 \end_inset
19479
19480
19481 \begin_inset Tabular
19482 <lyxtabular version="3" rows="11" columns="2">
19483 <features rotate="0" tabularvalignment="middle">
19484 <column alignment="center" valignment="top" width="0pt">
19485 <column alignment="center" valignment="top" width="0pt">
19486 <row>
19487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491 Commande
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500 Résultat
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 </row>
19506 <row>
19507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511
19512 \backslash
19513 varrho
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 \begin_inset Formula $\varrho$
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 <row>
19532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536
19537 \backslash
19538 sigma
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 \begin_inset Formula $\sigma$
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 </row>
19556 <row>
19557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561
19562 \backslash
19563 varsigma
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572 \begin_inset Formula $\varsigma$
19573 \end_inset
19574
19575
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 <row>
19582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586
19587 \backslash
19588 tau
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 \begin_inset Formula $\tau$
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611
19612 \backslash
19613 upsilon
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622 \begin_inset Formula $\upsilon$
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 </row>
19631 <row>
19632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636
19637 \backslash
19638 phi
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647 \begin_inset Formula $\phi$
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 </row>
19656 <row>
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661
19662 \backslash
19663 varphi
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Plain Layout
19672 \begin_inset Formula $\varphi$
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 </row>
19681 <row>
19682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686
19687 \backslash
19688 chi
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 \begin_inset Formula $\chi$
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 </row>
19706 <row>
19707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711
19712 \backslash
19713 psi
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 \begin_inset Formula $\psi$
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 </row>
19731 <row>
19732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736
19737 \backslash
19738 omega
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 \begin_inset Formula $\omega$
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 </row>
19756 </lyxtabular>
19757
19758 \end_inset
19759
19760
19761 \begin_inset space \hfill{}
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \begin_layout Standard
19768 \begin_inset VSpace medskip
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \begin_layout Standard
19775 On explique comment obtenir des lettres grecques droites spéciales dans
19776  
19777 \begin_inset CommandInset ref
19778 LatexCommand ref
19779 reference "sub:minuscules-grecques-droites"
19780
19781 \end_inset
19782
19783 .
19784 \end_layout
19785
19786 \begin_layout Standard
19787 \begin_inset Newpage newpage
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \begin_layout Subsection
19794 Lettres majuscules
19795 \begin_inset Index idx
19796 status collapsed
19797
19798 \begin_layout Plain Layout
19799 Lettres grecques ! majuscules
19800 \end_layout
19801
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \begin_layout Standard
19808 \begin_inset space \hfill{}
19809 \end_inset
19810
19811
19812 \begin_inset Tabular
19813 <lyxtabular version="3" rows="7" columns="2">
19814 <features rotate="0" tabularvalignment="middle">
19815 <column alignment="center" valignment="top" width="0pt">
19816 <column alignment="center" valignment="top" width="0pt">
19817 <row>
19818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822 Commande
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831 Résultat
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 </row>
19837 <row>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842
19843 \backslash
19844 Gamma
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 \begin_inset Formula $\Gamma$
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 </row>
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867
19868 \backslash
19869 Delta
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878 \begin_inset Formula $\Delta$
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 </row>
19887 <row>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892
19893 \backslash
19894 Theta
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 \begin_inset Formula $\Theta$
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 </row>
19912 <row>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917
19918 \backslash
19919 Lambda
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset Formula $\Lambda$
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 </row>
19937 <row>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942
19943 \backslash
19944 Xi
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 \begin_inset Formula $\Xi$
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 </row>
19962 <row>
19963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967
19968 \backslash
19969 Pi
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 \begin_inset Formula $\Pi$
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 </lyxtabular>
19988
19989 \end_inset
19990
19991
19992 \begin_inset space \hfill{}
19993 \end_inset
19994
19995
19996 \begin_inset Tabular
19997 <lyxtabular version="3" rows="6" columns="2">
19998 <features rotate="0" tabularvalignment="middle">
19999 <column alignment="center" valignment="top" width="0pt">
20000 <column alignment="center" valignment="top" width="0pt">
20001 <row>
20002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 Commande
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015 Résultat
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 </row>
20021 <row>
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026
20027 \backslash
20028 Sigma
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 \begin_inset Formula $\Sigma$
20038 \end_inset
20039
20040
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 </row>
20046 <row>
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051
20052 \backslash
20053 Upsilon
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 \begin_inset Formula $\Upsilon$
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 </row>
20071 <row>
20072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076
20077 \backslash
20078 Phi
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087 \begin_inset Formula $\Phi$
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 <row>
20097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101
20102 \backslash
20103 Psi
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112 \begin_inset Formula $\Psi$
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 </row>
20121 <row>
20122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126
20127 \backslash
20128 Omega
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset Formula $\Omega$
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 </row>
20146 </lyxtabular>
20147
20148 \end_inset
20149
20150
20151 \begin_inset space \hfill{}
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \begin_layout Standard
20158 \begin_inset VSpace medskip
20159 \end_inset
20160
20161 Le fait que les lettres grecques majuscules apparaissent droites provient
20162  d'un défaut de conception quand TeX a été développé.
20163  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
20164  commande par 
20165 \series bold
20166 var
20167 \series default
20168 .
20169  Par exemple, la commande 
20170 \series bold
20171
20172 \backslash
20173 varGamma
20174 \series default
20175  produit 
20176 \begin_inset Formula $\varGamma$
20177 \end_inset
20178
20179 .
20180  Une autre méthode consiste à charger le paquetage 
20181 \series bold
20182 fixmath
20183 \series default
20184
20185 \begin_inset Foot
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189
20190 \series bold
20191 fixmath
20192 \series default
20193  fait partie du paquetage 
20194 \series bold
20195 was
20196 \series default
20197
20198 \begin_inset Index idx
20199 status collapsed
20200
20201 \begin_layout Plain Layout
20202 Paquetages ! was
20203 \begin_inset ERT
20204 status collapsed
20205
20206 \begin_layout Plain Layout
20207
20208
20209 \backslash
20210 vspace{4mm}
20211 \end_layout
20212
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \end_inset
20219
20220 .
20221 \end_layout
20222
20223 \end_inset
20224
20225
20226 \begin_inset Index idx
20227 status collapsed
20228
20229 \begin_layout Plain Layout
20230 Paquetages ! fixmath
20231 \end_layout
20232
20233 \end_inset
20234
20235  avec la ligne suivante dans le préambule LaTeX :
20236 \end_layout
20237
20238 \begin_layout Standard
20239
20240 \series bold
20241
20242 \backslash
20243 usepackage{fixmath}
20244 \end_layout
20245
20246 \begin_layout Standard
20247 Toutes les majuscules grecques du document seront alors mises en italique.
20248 \end_layout
20249
20250 \begin_layout Subsection
20251 Lettres grasses
20252 \begin_inset Index idx
20253 status collapsed
20254
20255 \begin_layout Plain Layout
20256 Lettres grecques ! grasses
20257 \end_layout
20258
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \begin_layout Standard
20265 Les lettres grecques ne peuvent être mise dans différents styles de polices
20266  comme les lettres latines.
20267  Elles peuvent seulement être mises en gras avec la commande 
20268 \series bold
20269
20270 \backslash
20271 boldsymbol
20272 \series default
20273
20274 \begin_inset Index idx
20275 status collapsed
20276
20277 \begin_layout Plain Layout
20278 Commandes ! B ! 
20279 \backslash
20280 boldsymbol
20281 \end_layout
20282
20283 \end_inset
20284
20285 .
20286 \end_layout
20287
20288 \begin_layout Standard
20289 \align center
20290 \begin_inset Tabular
20291 <lyxtabular version="3" rows="3" columns="2">
20292 <features rotate="0" tabularvalignment="middle">
20293 <column alignment="center" valignment="top">
20294 <column alignment="center" valignment="top">
20295 <row>
20296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300 Commande
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 Résultat
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 </row>
20315 <row>
20316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320
20321 \backslash
20322 Upsilon
20323 \backslash
20324 boldsymbol
20325 \backslash
20326 Upsilon
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \backslash
20351 theta
20352 \backslash
20353 boldsymbol
20354 \backslash
20355 theta
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset Formula $\theta\boldsymbol{\theta}$
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 </row>
20373 </lyxtabular>
20374
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \begin_layout Section
20381 Symboles
20382 \begin_inset ERT
20383 status collapsed
20384
20385 \begin_layout Plain Layout
20386
20387
20388 \backslash
20389 texorpdfstring{
20390 \end_layout
20391
20392 \end_inset
20393
20394
20395 \begin_inset Foot
20396 status collapsed
20397
20398 \begin_layout Plain Layout
20399 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20400  être trouvée dans 
20401 \begin_inset CommandInset citation
20402 LatexCommand cite
20403 key "Symbols"
20404
20405 \end_inset
20406
20407 .
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \begin_inset ERT
20414 status collapsed
20415
20416 \begin_layout Plain Layout
20417
20418 }{}
20419 \end_layout
20420
20421 \end_inset
20422
20423
20424 \begin_inset Note Note
20425 status collapsed
20426
20427 \begin_layout Plain Layout
20428
20429 \backslash
20430 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20431  dans les signets PDF.
20432 \end_layout
20433
20434 \begin_layout Plain Layout
20435 Plus au sujet de 
20436 \backslash
20437 texorpdfstring dans la section 
20438 \begin_inset CommandInset ref
20439 LatexCommand ref
20440 reference "sub:formules-dans-les-entêtes"
20441
20442 \end_inset
20443
20444 .
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \begin_inset Index idx
20451 status collapsed
20452
20453 \begin_layout Plain Layout
20454 Symboles
20455 \end_layout
20456
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \begin_layout Standard
20463 Plusieurs symboles listés dans cette section peuvent aussi être insérés
20464  grâce aux boutons 
20465 \begin_inset Info
20466 type  "icon"
20467 arg   "math-insert \\nabla"
20468 \end_inset
20469
20470  et 
20471 \begin_inset Info
20472 type  "icon"
20473 arg   "math-insert \\digamma"
20474 \end_inset
20475
20476  de la barre d'outils mathématique.
20477 \end_layout
20478
20479 \begin_layout Subsection
20480 Symboles mathématiques
20481 \begin_inset CommandInset label
20482 LatexCommand label
20483 name "sub:Symboles-mathématiques"
20484
20485 \end_inset
20486
20487
20488 \begin_inset Index idx
20489 status collapsed
20490
20491 \begin_layout Plain Layout
20492 Symboles ! mathématiques
20493 \end_layout
20494
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \begin_layout Standard
20501 \begin_inset space \hfill{}
20502 \end_inset
20503
20504
20505 \begin_inset Tabular
20506 <lyxtabular version="3" rows="10" columns="2">
20507 <features rotate="0" tabularvalignment="middle">
20508 <column alignment="center" valignment="top" width="0pt">
20509 <column alignment="center" valignment="top" width="0pt">
20510 <row>
20511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515 Commande
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524 Résultat
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \backslash
20537 neg
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 \begin_inset Formula $\neg$
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560
20561 \backslash
20562 Im
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571 \begin_inset Formula $\Im$
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 <row>
20581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585
20586 \backslash
20587 Re
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 \begin_inset Formula $\Re$
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 </row>
20605 <row>
20606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \backslash
20612 aleph
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Formula $\aleph$
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 <row>
20631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \backslash
20637 partial
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Formula $\partial$
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \backslash
20662 infty
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Formula $\infty$
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 <row>
20681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685
20686 \backslash
20687 wp
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 \begin_inset Formula $\wp$
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 </row>
20705 <row>
20706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710
20711 \backslash
20712 imath
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 \begin_inset Formula $\imath$
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 </row>
20730 <row>
20731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \backslash
20737 jmath
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746 \begin_inset Formula $\jmath$
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 </row>
20755 </lyxtabular>
20756
20757 \end_inset
20758
20759
20760 \begin_inset space \hfill{}
20761 \end_inset
20762
20763
20764 \begin_inset Tabular
20765 <lyxtabular version="3" rows="10" columns="2">
20766 <features rotate="0" tabularvalignment="middle">
20767 <column alignment="center" valignment="top" width="0pt">
20768 <column alignment="center" valignment="top" width="0pt">
20769 <row>
20770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 Commande
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 Résultat
20784 \begin_inset Note Note
20785 status collapsed
20786
20787 \begin_layout Plain Layout
20788
20789 \series bold
20790
20791 \backslash
20792 raisebox
20793 \series default
20794  est seulement utilisée pour faire de la place
20795 \end_layout
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 </row>
20805 <row>
20806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810
20811 \backslash
20812 forall
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 \begin_inset Formula $\forall$
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \backslash
20837 exists
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 \begin_inset Formula $\exists$
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 <row>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860
20861 \backslash
20862 nexists
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 \begin_inset Formula $\nexists$
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \backslash
20887 emptyset
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 \begin_inset Formula $\emptyset$
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \backslash
20912 varnothing
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 \begin_inset Formula $\varnothing$
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 <row>
20931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935
20936 \backslash
20937 dag
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 \begin_inset Formula $\dag$
20947 \end_inset
20948
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row>
20956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960
20961 \backslash
20962 ddag
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 \begin_inset Formula $\ddag$
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 <row>
20981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985
20986 \backslash
20987 complement
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996 \begin_inset ERT
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000
21001
21002 \backslash
21003 raisebox{-0.8mm}{
21004 \end_layout
21005
21006 \end_inset
21007
21008
21009 \begin_inset Formula $\complement$
21010 \end_inset
21011
21012
21013 \begin_inset ERT
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017
21018 }
21019 \end_layout
21020
21021 \end_inset
21022
21023
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 <row>
21030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034
21035 \backslash
21036 Bbbk
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 \begin_inset Formula $\Bbbk$
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 </row>
21054 </lyxtabular>
21055
21056 \end_inset
21057
21058
21059 \begin_inset space \hfill{}
21060 \end_inset
21061
21062
21063 \begin_inset Tabular
21064 <lyxtabular version="3" rows="10" columns="2">
21065 <features rotate="0" tabularvalignment="middle">
21066 <column alignment="center" valignment="top" width="0pt">
21067 <column alignment="center" valignment="top" width="0pt">
21068 <row>
21069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 Commande
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082 Résultat
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 <row>
21089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \backslash
21095 prime
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Formula $\prime$
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 <row>
21114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118
21119 \backslash
21120 backprime
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129 \begin_inset Formula $\backprime$
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 </row>
21138 <row>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143
21144 \backslash
21145 mho
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 \begin_inset Formula $\mho$
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 </row>
21163 <row>
21164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168
21169 \backslash
21170 triangle
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179 \begin_inset Formula $\triangle$
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 </row>
21188 <row>
21189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193
21194 \backslash
21195 angle
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 \begin_inset Formula $\angle$
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 </row>
21213 <row>
21214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218
21219 \backslash
21220 measuredangle
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 \begin_inset Formula $\measuredangle$
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 </row>
21238 <row>
21239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243
21244 \backslash
21245 sphericalangle
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 \begin_inset Formula $\sphericalangle$
21255 \end_inset
21256
21257
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 </row>
21263 <row>
21264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268
21269 \backslash
21270 top
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 \begin_inset Formula $\top$
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 </row>
21288 <row>
21289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293
21294 \backslash
21295 bot
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 \begin_inset Formula $\bot$
21305 \end_inset
21306
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 </row>
21313 </lyxtabular>
21314
21315 \end_inset
21316
21317
21318 \begin_inset space \hfill{}
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \begin_layout Subsection
21325 Symboles divers
21326 \begin_inset CommandInset label
21327 LatexCommand label
21328 name "sub:Symboles-divers"
21329
21330 \end_inset
21331
21332
21333 \begin_inset Index idx
21334 status collapsed
21335
21336 \begin_layout Plain Layout
21337 Symboles ! divers
21338 \end_layout
21339
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \begin_layout Standard
21346 \noindent
21347 \align center
21348 \begin_inset Tabular
21349 <lyxtabular version="3" rows="10" columns="2">
21350 <features rotate="0" tabularvalignment="middle">
21351 <column alignment="center" valignment="top" width="0pt">
21352 <column alignment="center" valignment="top" width="0pt">
21353 <row>
21354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 Commande
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 Résultat
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 </row>
21373 <row>
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378
21379 \backslash
21380 flat
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 \begin_inset Formula $\flat$
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row>
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403
21404 \backslash
21405 natural
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 \begin_inset Formula $\natural$
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 </row>
21423 <row>
21424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428
21429 \backslash
21430 sharp
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Formula $\sharp$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 </row>
21448 <row>
21449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453
21454 \backslash
21455 surd
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 \begin_inset Formula $\surd$
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 <row>
21474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \backslash
21480 checkmark
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 \begin_inset Formula $\checkmark$
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 <row>
21499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503
21504 \backslash
21505 yen
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514 \begin_inset Formula $\yen$
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 </row>
21523 <row>
21524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528
21529 \backslash
21530 pounds
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 \begin_inset Formula $\pounds$
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 </row>
21548 <row>
21549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 $
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 \begin_inset Formula $\$$
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 </row>
21571 <row>
21572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 §
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585 \begin_inset Formula $§$
21586 \end_inset
21587
21588
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 </row>
21594 </lyxtabular>
21595
21596 \end_inset
21597
21598
21599 \begin_inset Tabular
21600 <lyxtabular version="3" rows="10" columns="2">
21601 <features rotate="0" tabularvalignment="middle">
21602 <column alignment="center" valignment="top">
21603 <column alignment="center" valignment="top">
21604 <row>
21605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609 Commande
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 Résultat
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 </row>
21624 <row>
21625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629
21630 \backslash
21631 hbar
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 \begin_inset Formula $\hbar$
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 </row>
21649 <row>
21650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654
21655 \backslash
21656 hslash
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665 \begin_inset Formula $\hslash$
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 </row>
21674 <row>
21675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679
21680 \backslash
21681 clubsuit
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Formula $\clubsuit$
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 <row>
21700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704
21705 \backslash
21706 spadesuit
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 \begin_inset Formula $\spadesuit$
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729
21730 \backslash
21731 bigstar
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 \begin_inset Formula $\bigstar$
21741 \end_inset
21742
21743
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 </row>
21749 <row>
21750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754
21755 \backslash
21756 blacklozenge
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 \begin_inset Formula $\blacklozenge$
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 </row>
21774 <row>
21775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779
21780 \backslash
21781 blacktriangle
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 \begin_inset Formula $\blacktriangle$
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \backslash
21806 blacktiangledown
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 \begin_inset Formula $\blacktriangledown$
21816 \end_inset
21817
21818
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 <row>
21825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829
21830 \backslash
21831 bullet
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 \begin_inset Formula $\bullet$
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 </row>
21849 </lyxtabular>
21850
21851 \end_inset
21852
21853
21854 \begin_inset Tabular
21855 <lyxtabular version="3" rows="10" columns="2">
21856 <features rotate="0" tabularvalignment="middle">
21857 <column alignment="center" valignment="top" width="0pt">
21858 <column alignment="center" valignment="top" width="0pt">
21859 <row>
21860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 Commande
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 Résultat
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884
21885 \backslash
21886 diamondsuit
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 \begin_inset Formula $\diamondsuit$
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \backslash
21911 Diamond
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Formula $\Diamond$
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \backslash
21936 heartsuit
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Formula $\heartsuit$
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 P
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\P$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \backslash
21986 copyright
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Formula $\copyright$
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 circledR
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\circledR$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 <row>
22030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034
22035 \backslash
22036 maltese
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Formula $\maltese$
22046 \end_inset
22047
22048
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 </row>
22054 <row>
22055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059
22060 \backslash
22061 diagup
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 \begin_inset Formula $\diagup$
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 <row>
22080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \backslash
22086 diagdown
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 \begin_inset Formula $\diagdown$
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 </row>
22104 </lyxtabular>
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Standard
22112 \begin_inset VSpace medskip
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \begin_layout Standard
22119 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
22120 \begin_inset CommandInset ref
22121 LatexCommand ref
22122 reference "sub:Tailles-polices"
22123
22124 \end_inset
22125
22126 .
22127 \end_layout
22128
22129 \begin_layout Subsection
22130 Le symbole de l'Euro €
22131 \begin_inset Index idx
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135 Symboles ! symbole de l'Euro
22136 \end_layout
22137
22138 \end_inset
22139
22140
22141 \begin_inset Index idx
22142 status collapsed
22143
22144 \begin_layout Plain Layout
22145
22146 \backslash
22147 @
22148 \begin_inset ERT
22149 status collapsed
22150
22151 \begin_layout Plain Layout
22152
22153
22154 \backslash
22155 officialeuro
22156 \end_layout
22157
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \begin_layout Standard
22169 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
22170  paquetage LaTeX 
22171 \series bold
22172 eurosym
22173 \series default
22174
22175 \begin_inset Index idx
22176 status collapsed
22177
22178 \begin_layout Plain Layout
22179 Paquetages ! eurosym
22180 \end_layout
22181
22182 \end_inset
22183
22184  et le charger avec la ligne suivante dans le préambule LaTeX
22185 \end_layout
22186
22187 \begin_layout Standard
22188
22189 \series bold
22190
22191 \backslash
22192 usepackage[gennarrow]{eurosym}
22193 \end_layout
22194
22195 \begin_layout Standard
22196 Le symbole de l'Euro peut alors être inséré avec la commande 
22197 \series bold
22198
22199 \backslash
22200 euro
22201 \series default
22202
22203 \begin_inset Index idx
22204 status collapsed
22205
22206 \begin_layout Plain Layout
22207 Commandes ! E ! 
22208 \backslash
22209 euro
22210 \end_layout
22211
22212 \end_inset
22213
22214 .
22215 \end_layout
22216
22217 \begin_layout Standard
22218 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
22219 e avec la touche €, sans avoir à installer le paquetage 
22220 \series bold
22221 eurosym
22222 \series default
22223 .
22224  Quand 
22225 \series bold
22226 eurosym
22227 \series default
22228  est installé, on peut aussi insérer la commande 
22229 \series bold
22230
22231 \backslash
22232 euro
22233 \series default
22234  en mode TeX.
22235  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
22236  
22237 \series bold
22238
22239 \backslash
22240 officialeuro
22241 \series default
22242
22243 \begin_inset Index idx
22244 status collapsed
22245
22246 \begin_layout Plain Layout
22247 Commandes ! O ! 
22248 \backslash
22249 officialeuro
22250 \end_layout
22251
22252 \end_inset
22253
22254 , qui n'est utilisable qu'en mode TeX.
22255 \end_layout
22256
22257 \begin_layout Standard
22258 \begin_inset ERT
22259 status collapsed
22260
22261 \begin_layout Plain Layout
22262
22263
22264 \backslash
22265 ifeurosym 
22266 \end_layout
22267
22268 \end_inset
22269
22270
22271 \begin_inset Note Note
22272 status open
22273
22274 \begin_layout Plain Layout
22275 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
22276 \series bold
22277 eurosym
22278 \series default
22279  est installé.
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \begin_layout Standard
22288 Un aperçu des différents symboles de l'Euro:
22289 \end_layout
22290
22291 \begin_layout Standard
22292 \align center
22293 \begin_inset Tabular
22294 <lyxtabular version="3" rows="4" columns="3">
22295 <features rotate="0" tabularvalignment="middle">
22296 <column alignment="center" valignment="top" width="0pt">
22297 <column alignment="center" valignment="top" width="0pt">
22298 <column alignment="center" valignment="top" width="0pt">
22299 <row>
22300 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 Commande 
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 Résultat
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 formule
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342
22343 \backslash
22344 euro
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353 \begin_inset Formula $\euro$
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 </row>
22362 <row>
22363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 texte mathématique
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 \begin_inset Formula $\mbox{€}$
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 </row>
22394 <row>
22395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 mode TeX
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408
22409 \backslash
22410 officialeuro
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 \begin_inset ERT
22420 status collapsed
22421
22422 \begin_layout Plain Layout
22423
22424
22425 \backslash
22426 officialeuro
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 </row>
22437 </lyxtabular>
22438
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \begin_layout Standard
22445 \begin_inset ERT
22446 status collapsed
22447
22448 \begin_layout Plain Layout
22449
22450
22451 \backslash
22452 else 
22453 \end_layout
22454
22455 \end_inset
22456
22457
22458 \begin_inset Note Note
22459 status open
22460
22461 \begin_layout Plain Layout
22462 Ce qui suit sera affiché si le paquetage LaTeX 
22463 \series bold
22464 eurosym
22465 \series default
22466  n'est pas installé:
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Standard
22475 Vous devez installer le paquetage LaTeX 
22476 \series bold
22477 eurosym
22478 \series default
22479  pour voir le reste de cette section dans la sortie imprimée.
22480 \end_layout
22481
22482 \begin_layout Standard
22483 \begin_inset ERT
22484 status collapsed
22485
22486 \begin_layout Plain Layout
22487
22488
22489 \backslash
22490 fi 
22491 \end_layout
22492
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \begin_layout Section
22499 Opérateurs de relation
22500 \begin_inset CommandInset label
22501 LatexCommand label
22502 name "sec:Relations"
22503
22504 \end_inset
22505
22506
22507 \begin_inset Index idx
22508 status collapsed
22509
22510 \begin_layout Plain Layout
22511 Relations
22512 \end_layout
22513
22514 \end_inset
22515
22516
22517 \begin_inset Index idx
22518 status collapsed
22519
22520 \begin_layout Plain Layout
22521 Comparaisons|see
22522 \begin_inset ERT
22523 status collapsed
22524
22525 \begin_layout Plain Layout
22526
22527 {
22528 \end_layout
22529
22530 \end_inset
22531
22532 Relations
22533 \begin_inset ERT
22534 status collapsed
22535
22536 \begin_layout Plain Layout
22537
22538 }
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Standard
22552 Tous les opérateurs de relation peuvent aussi être insérés en passant par
22553  le bouton 
22554 \begin_inset Info
22555 type  "icon"
22556 arg   "math-insert \\leq"
22557 \end_inset
22558
22559  de la barre d'outils.
22560 \end_layout
22561
22562 \begin_layout Standard
22563 \begin_inset Tabular
22564 <lyxtabular version="3" rows="17" columns="2">
22565 <features rotate="0" tabularvalignment="middle">
22566 <column alignment="center" valignment="top" width="0pt">
22567 <column alignment="center" valignment="top">
22568 <row>
22569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573
22574 \size small
22575 Commande
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584
22585 \size small
22586 Résultat
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 </row>
22592 <row>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 <
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 \begin_inset Formula $<$
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 <row>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620
22621 \backslash
22622 le
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Formula $\le$
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 <row>
22641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645
22646 \backslash
22647 ll
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $\ll$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 </row>
22665 <row>
22666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \backslash
22672 prec
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Formula $\prec$
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 <row>
22691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \backslash
22697 preceq
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 \begin_inset Formula $\preceq$
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720
22721 \backslash
22722 subset
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 \begin_inset Formula $\subset$
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 </row>
22740 <row>
22741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745
22746 \backslash
22747 subseteq
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756 \begin_inset Formula $\subseteq$
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 </row>
22765 <row>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770
22771 \backslash
22772 sqsubseteq
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 \begin_inset Formula $\sqsubseteq$
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 </row>
22790 <row>
22791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795
22796 \backslash
22797 in
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 \begin_inset Formula $\in$
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 </row>
22815 <row>
22816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820
22821 \backslash
22822 vdash
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831 \begin_inset Formula $\vdash$
22832 \end_inset
22833
22834
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 </row>
22840 <row>
22841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845
22846 \backslash
22847 smile
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856 \begin_inset Formula $\smile$
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 </row>
22865 <row>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870
22871 \backslash
22872 lhd
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 \begin_inset Formula $\lhd$
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 </row>
22890 <row>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895
22896 \backslash
22897 unlhd
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 \begin_inset Formula $\unlhd$
22907 \end_inset
22908
22909
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 </row>
22915 <row>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920
22921 \backslash
22922 gtrless
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 \begin_inset Formula $\gtrless$
22932 \end_inset
22933
22934
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 </row>
22940 <row>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945
22946 \backslash
22947 mid
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 \begin_inset Formula $\mid$
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 </row>
22965 <row>
22966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \backslash
22972 nmid
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 \begin_inset Formula $\nmid$
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 </row>
22990 </lyxtabular>
22991
22992 \end_inset
22993
22994
22995 \begin_inset space \hfill{}
22996 \end_inset
22997
22998
22999 \begin_inset Tabular
23000 <lyxtabular version="3" rows="17" columns="2">
23001 <features rotate="0" tabularvalignment="middle">
23002 <column alignment="center" valignment="top" width="0pt">
23003 <column alignment="center" valignment="top">
23004 <row>
23005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009
23010 \size small
23011 Commande
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020
23021 \size small
23022 Résultat
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 </row>
23028 <row>
23029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 =
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042 \begin_inset Formula $=$
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 </row>
23051 <row>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \backslash
23058 not=
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 \begin_inset Formula $\not=$
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 </row>
23076 <row>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081
23082 \backslash
23083 equiv
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 \begin_inset Formula $\equiv$
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 </row>
23101 <row>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106
23107 \backslash
23108 sim
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 \begin_inset Formula $\sim$
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 </row>
23126 <row>
23127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131
23132 \backslash
23133 simeq
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 \begin_inset Formula $\simeq$
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \end_inset
23149 </cell>
23150 </row>
23151 <row>
23152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156
23157 \backslash
23158 approx
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167 \begin_inset Formula $\approx$
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \end_inset
23174 </cell>
23175 </row>
23176 <row>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181
23182 \backslash
23183 cong
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192 \begin_inset Formula $\cong$
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 </row>
23201 <row>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206
23207 \backslash
23208 bowtie
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 \begin_inset Formula $\bowtie$
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 </row>
23226 <row>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \backslash
23233 notin
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 \begin_inset Formula $\notin$
23243 \end_inset
23244
23245
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 </row>
23251 <row>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256
23257 \backslash
23258 perp
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267 \begin_inset Formula $\perp$
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 </row>
23276 <row>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281
23282 \backslash
23283 propto
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 \begin_inset Formula $\propto$
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \end_inset
23299 </cell>
23300 </row>
23301 <row>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306
23307 \backslash
23308 asymp
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 \begin_inset Formula $\asymp$
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 </row>
23326 <row>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331
23332 \backslash
23333 doteq
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342 \begin_inset Formula $\doteq$
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 </row>
23351 <row>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356
23357 \backslash
23358 circeq
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 \begin_inset Formula $\circeq$
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 </row>
23376 <row>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381
23382 \backslash
23383 models
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392 \begin_inset Formula $\models$
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 </row>
23401 <row>
23402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \backslash
23408 widehat=
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 \begin_inset Formula $\widehat{=}$
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 </row>
23426 </lyxtabular>
23427
23428 \end_inset
23429
23430
23431 \begin_inset space \hfill{}
23432 \end_inset
23433
23434
23435 \begin_inset Tabular
23436 <lyxtabular version="3" rows="17" columns="2">
23437 <features rotate="0" tabularvalignment="middle">
23438 <column alignment="center" valignment="top" width="0pt">
23439 <column alignment="center" valignment="top">
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445
23446 \size small
23447 Commande
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456
23457 \size small
23458 Résultat
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 >
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $>$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 ge
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\ge$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 gg
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\gg$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 succ
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\succ$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 succeq
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\succeq$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 supset
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\supset$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 supseteq
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\supseteq$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 sqsupseteq
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\sqsupseteq$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 ni
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\ni$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 dashv
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $\dashv$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 frown
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\frown$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \backslash
23744 rhd
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $\rhd$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 <row>
23763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767
23768 \backslash
23769 unrhd
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778 \begin_inset Formula $\unrhd$
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 </row>
23787 <row>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792
23793 \backslash
23794 lessgtr
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 \begin_inset Formula $\lessgtr$
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 </row>
23812 <row>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \backslash
23819 parallel
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 \begin_inset Formula $\parallel$
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 </row>
23837 <row>
23838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842
23843 \backslash
23844 nparallel
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 \begin_inset Formula $\nparallel$
23854 \end_inset
23855
23856
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 </row>
23862 </lyxtabular>
23863
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \begin_layout Standard
23870 \begin_inset VSpace medskip
23871 \end_inset
23872
23873 Les caractères 
23874 \series bold
23875
23876 \backslash
23877 lhd
23878 \series default
23879  et 
23880 \series bold
23881
23882 \backslash
23883 rhd
23884 \series default
23885  sont plus gros que les opérateurs 
23886 \series bold
23887
23888 \backslash
23889 triangleleft
23890 \series default
23891  et 
23892 \series bold
23893
23894 \backslash
23895 triangleright
23896 \series default
23897  auxquels ils ressemblent.
23898 \end_layout
23899
23900 \begin_layout Standard
23901
23902 \lang english
23903 LyX supports also many special relations.
23904  Use the toolbar button
23905 \lang french
23906  
23907 \begin_inset Info
23908 type  "icon"
23909 arg   "math-insert \\leqq"
23910 \end_inset
23911
23912  
23913 \lang english
23914 to see a list of these relations.
23915 \end_layout
23916
23917 \begin_layout Standard
23918 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
23919  par des espaces.
23920 \end_layout
23921
23922 \begin_layout Standard
23923 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
23924  commande 
23925 \series bold
23926
23927 \backslash
23928 stackrel
23929 \series default
23930
23931 \begin_inset Index idx
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935 Commandes ! S ! 
23936 \backslash
23937 stackrel
23938 \end_layout
23939
23940 \end_inset
23941
23942 :
23943 \end_layout
23944
23945 \begin_layout Standard
23946 \align center
23947 \begin_inset Tabular
23948 <lyxtabular version="3" rows="2" columns="2">
23949 <features rotate="0" tabularvalignment="middle">
23950 <column alignment="center" valignment="top">
23951 <column alignment="center" valignment="top">
23952 <row>
23953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 Commande
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 Résultat
23967 \begin_inset Note Note
23968 status collapsed
23969
23970 \begin_layout Plain Layout
23971
23972 \series bold
23973
23974 \backslash
23975 raisebox
23976 \series default
23977  est seulement utilisée pour faire de la place
23978 \end_layout
23979
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 <row>
23989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993 A(r)
23994 \backslash
23995 stackrel
23996 \begin_inset space \textvisiblespace{}
23997 \end_inset
23998
23999 r
24000 \backslash
24001 to
24002 \backslash
24003 infty
24004 \begin_inset space \textvisiblespace{}
24005 \end_inset
24006
24007
24008 \begin_inset Formula $\downarrow$
24009 \end_inset
24010
24011
24012 \backslash
24013 approx
24014 \begin_inset space \textvisiblespace{}
24015 \end_inset
24016
24017
24018 \begin_inset space \textvisiblespace{}
24019 \end_inset
24020
24021 B
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 </lyxtabular>
24040
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \begin_layout Section
24047 Fonctions
24048 \end_layout
24049
24050 \begin_layout Subsection
24051 Fonctions prédéfinies
24052 \begin_inset CommandInset label
24053 LatexCommand label
24054 name "sub:Fonctions-prédéfinies"
24055
24056 \end_inset
24057
24058
24059 \begin_inset Index idx
24060 status collapsed
24061
24062 \begin_layout Plain Layout
24063 Fonctions ! prédéfinies
24064 \end_layout
24065
24066 \end_inset
24067
24068
24069 \end_layout
24070
24071 \begin_layout Standard
24072 En général, les variables sont écrites en 
24073 \emph on
24074 italiques
24075 \emph default
24076  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
24077  
24078 \begin_inset Formula $sin$
24079 \end_inset
24080
24081  pourrait être confondue avec le produit 
24082 \begin_inset Formula $s\cdot i\cdot n$
24083 \end_inset
24084
24085 .
24086  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
24087  arguments par un peu d'espace.
24088  Elles sont insérées comme des commandes commençant par une barre de fraction
24089  inverse avant leur nom.
24090 \end_layout
24091
24092 \begin_layout Standard
24093 \align center
24094 \begin_inset Tabular
24095 <lyxtabular version="3" rows="2" columns="4">
24096 <features rotate="0" tabularvalignment="middle">
24097 <column alignment="center" valignment="top" width="0pt">
24098 <column alignment="center" valignment="top" width="0pt">
24099 <column alignment="center" valignment="top" width="0pt">
24100 <column alignment="center" valignment="top" width="0pt">
24101 <row>
24102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 Commande
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115 Résultat
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124 Commande
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 Résultat
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 Asin(x)+B
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153 \begin_inset Formula $Asin(x)+B$
24154 \end_inset
24155
24156
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165 A
24166 \backslash
24167 sin(x)+B
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176 \begin_inset Formula $A\sin(x)+B$
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 </row>
24185 </lyxtabular>
24186
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \begin_layout Standard
24193 Les fonctions suivantes sont prédéfinies:
24194 \end_layout
24195
24196 \begin_layout Standard
24197 \begin_inset VSpace -2mm
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \begin_layout Standard
24204 \align center
24205 \begin_inset Tabular
24206 <lyxtabular version="3" rows="9" columns="4">
24207 <features rotate="0" tabularvalignment="middle">
24208 <column alignment="center" valignment="top" width="0pt">
24209 <column alignment="center" valignment="top" width="0pt">
24210 <column alignment="center" valignment="top" width="0pt">
24211 <column alignment="center" valignment="top" width="0pt">
24212 <row>
24213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 Commande
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226 Commande
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235 Commande
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 Commande
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 <row>
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 sin
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 sinh
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 arcsin
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288
24289 \backslash
24290 sup
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 </row>
24296 <row>
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 cos
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 cosh
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 arccos
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 inf
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 </row>
24342 <row>
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 tan
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 tanh
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 arctan
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 lim
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 </row>
24388 <row>
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 cot
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 coth
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415
24416 \backslash
24417 arg
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426
24427 \backslash
24428 liminf
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 </row>
24434 <row>
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 sec
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 min
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \backslash
24463 deg
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472
24473 \backslash
24474 limsup
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
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 csc
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 max
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 det
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518
24519 \backslash
24520 Pr
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 </row>
24526 <row>
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 ln
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 exp
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553
24554 \backslash
24555 dim
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564
24565 \backslash
24566 hom
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 <row>
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 lg
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 log
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599
24600 \backslash
24601 ker
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610
24611 \backslash
24612 gcd
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 </row>
24618 </lyxtabular>
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Standard
24626 Elles peuvent aussi être insérées en utilisant le bouton 
24627 \begin_inset Info
24628 type  "icon"
24629 arg   "math-insert \\functions"
24630 \end_inset
24631
24632  de la barre d'outils mathématique.
24633 \end_layout
24634
24635 \begin_layout Subsection
24636 Fonctions définies par l'utilisateur
24637 \begin_inset Index idx
24638 status collapsed
24639
24640 \begin_layout Plain Layout
24641 Fonctions ! définies par l'utilisateur
24642 \end_layout
24643
24644 \end_inset
24645
24646
24647 \end_layout
24648
24649 \begin_layout Standard
24650 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
24651  fonction sgn(x), il y a deux possibilités:
24652 \end_layout
24653
24654 \begin_layout Itemize
24655 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
24656 \begin_inset Foot
24657 status collapsed
24658
24659 \begin_layout Plain Layout
24660 Pour en savoir plus sur la commande 
24661 \series bold
24662
24663 \backslash
24664 DeclareMathOperator
24665 \series default
24666  voir 
24667 \begin_inset CommandInset ref
24668 LatexCommand ref
24669 reference "sub:Opérateurs-personnalisés"
24670
24671 \end_inset
24672
24673 .
24674 \end_layout
24675
24676 \end_inset
24677
24678
24679 \begin_inset Newline newline
24680 \end_inset
24681
24682
24683 \begin_inset VSpace -3mm
24684 \end_inset
24685
24686
24687 \begin_inset Newline newline
24688 \end_inset
24689
24690
24691 \series bold
24692
24693 \backslash
24694 DeclareMathOperator{
24695 \backslash
24696 sgn}{sgn}
24697 \series default
24698
24699 \begin_inset Index idx
24700 status collapsed
24701
24702 \begin_layout Plain Layout
24703 Commandes ! D ! 
24704 \backslash
24705 dbinom@
24706 \backslash
24707 DeclareMathOperator
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \begin_inset Newline newline
24714 \end_inset
24715
24716
24717 \begin_inset VSpace -2mm
24718 \end_inset
24719
24720
24721 \begin_inset Newline newline
24722 \end_inset
24723
24724 Maintenant la fonction qui vient d'être définie peut être appelée avec la
24725  commande 
24726 \series bold
24727
24728 \backslash
24729 sgn
24730 \series default
24731 .
24732 \end_layout
24733
24734 \begin_layout Itemize
24735 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
24736  notre exemple les lettres 
24737 \emph on
24738 sgn
24739 \emph default
24740  -- et les changer en texte mathématique.
24741  Pour finir, on insère une espace entre le préfacteur et la fonction.
24742 \end_layout
24743
24744 \begin_layout Standard
24745 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
24746 \begin_inset Foot
24747 status collapsed
24748
24749 \begin_layout Plain Layout
24750 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
24751 eur en rouge.
24752 \end_layout
24753
24754 \end_inset
24755
24756 :
24757 \end_layout
24758
24759 \begin_layout Standard
24760 \align center
24761 \begin_inset Tabular
24762 <lyxtabular version="3" rows="3" columns="2">
24763 <features rotate="0" tabularvalignment="middle">
24764 <column alignment="center" valignment="top" width="0pt">
24765 <column alignment="center" valignment="top" width="0pt">
24766 <row>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771 Commande
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780 Résultat
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 </row>
24786 <row>
24787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 A
24792 \backslash
24793 sgn(x)+B
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802 \begin_inset Formula $A\sgn(x)+B$
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 </row>
24811 <row>
24812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816 A
24817 \backslash
24818 ,
24819 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24820 \end_inset
24821
24822 (x)+B
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 </row>
24840 </lyxtabular>
24841
24842 \end_inset
24843
24844
24845 \end_layout
24846
24847 \begin_layout Standard
24848 La première méthode est recommandée quand la fonction définie doit être
24849  utilisée plusieurs fois dans le document.
24850 \end_layout
24851
24852 \begin_layout Subsection
24853 Les limites
24854 \begin_inset Index idx
24855 status collapsed
24856
24857 \begin_layout Plain Layout
24858 Limites
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \begin_layout Standard
24867 Pour les limites, en plus des commandes 
24868 \series bold
24869
24870 \backslash
24871 lim
24872 \series default
24873
24874 \begin_inset Index idx
24875 status collapsed
24876
24877 \begin_layout Plain Layout
24878 Commandes ! L ! 
24879 \backslash
24880 lim
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \series bold
24887
24888 \backslash
24889 liminf
24890 \series default
24891  et 
24892 \series bold
24893
24894 \backslash
24895 limsup
24896 \series default
24897  on a aussi les fonctions suivantes:
24898 \end_layout
24899
24900 \begin_layout Standard
24901 \align center
24902 \begin_inset Tabular
24903 <lyxtabular version="3" rows="5" columns="2">
24904 <features rotate="0" tabularvalignment="middle">
24905 <column alignment="center" valignment="top">
24906 <column alignment="center" valignment="top">
24907 <row>
24908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912 Commande
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 Résultat
24922 \begin_inset Note Note
24923 status collapsed
24924
24925 \begin_layout Plain Layout
24926
24927 \series bold
24928
24929 \backslash
24930 raisebox
24931 \series default
24932  est seulement utilisée pour faire de la place
24933 \end_layout
24934
24935 \end_inset
24936
24937
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 </row>
24943 <row>
24944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24945 \begin_inset Text
24946
24947 \begin_layout Plain Layout
24948
24949 \backslash
24950 varliminf
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959 \begin_inset Formula $\varliminf$
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 </row>
24968 <row>
24969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973
24974 \backslash
24975 varlimsup
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 \begin_inset Formula $\varlimsup$
24985 \end_inset
24986
24987
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 </row>
24993 <row>
24994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \backslash
25000 varprojlim
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009 \begin_inset Formula $\varprojlim$
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 </row>
25018 <row>
25019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25020 \begin_inset Text
25021
25022 \begin_layout Plain Layout
25023
25024 \backslash
25025 varinjlim
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25031 \begin_inset Text
25032
25033 \begin_layout Plain Layout
25034 \begin_inset Formula $\varinjlim$
25035 \end_inset
25036
25037
25038 \begin_inset Formula $\raisebox{-2.5mm}{}$
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 </row>
25047 </lyxtabular>
25048
25049 \end_inset
25050
25051
25052 \end_layout
25053
25054 \begin_layout Standard
25055 \begin_inset VSpace medskip
25056 \end_inset
25057
25058 La valeur de la limite est créée en ajoutant un indice.
25059  Il est placé juste à la droite de la fonction dans le cas d'une formule
25060  en ligne:
25061 \end_layout
25062
25063 \begin_layout Standard
25064 \align center
25065 \begin_inset Tabular
25066 <lyxtabular version="3" rows="2" columns="2">
25067 <features rotate="0" tabularvalignment="middle">
25068 <column alignment="center" valignment="top" width="0pt">
25069 <column alignment="center" valignment="top" width="0pt">
25070 <row>
25071 <cell alignment="center" valignment="top" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075 Commande
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084 \begin_inset space \hspace{}
25085 \length 1cm
25086 \end_inset
25087
25088 Résultat
25089 \begin_inset Note Note
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093 L'espace
25094 \series bold
25095  
25096 \series default
25097 et 
25098 \series bold
25099
25100 \backslash
25101 raisebox
25102 \series default
25103  sont seulement utilisées pour faire de la place.
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 </row>
25114 <row>
25115 <cell alignment="center" valignment="top" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 lim_x
25122 \backslash
25123 to
25124 \begin_inset space \textvisiblespace{}
25125 \end_inset
25126
25127 A
25128 \begin_inset space \textvisiblespace{}
25129 \end_inset
25130
25131 x=B
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 <cell alignment="center" valignment="top" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 </lyxtabular>
25150
25151 \end_inset
25152
25153
25154 \end_layout
25155
25156 \begin_layout Standard
25157 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
25158  en dessous de la fonction:
25159 \begin_inset Formula 
25160 \[
25161 \lim_{x\to A}x=B
25162 \]
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Standard
25170 \begin_inset VSpace medskip
25171 \end_inset
25172
25173
25174 \end_layout
25175
25176 \begin_layout Standard
25177
25178 \lang english
25179 How to adjust the typesetting of the limits see
25180 \lang french
25181  
25182 \begin_inset CommandInset ref
25183 LatexCommand ref
25184 reference "sub:Limites-des-opérateurs"
25185
25186 \end_inset
25187
25188 .
25189 \end_layout
25190
25191 \begin_layout Subsection
25192 Les fonctions modulo
25193 \begin_inset Index idx
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197 Fonctions ! modulo
25198 \end_layout
25199
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \begin_layout Standard
25206 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
25207 \end_layout
25208
25209 \begin_layout Standard
25210 Les variantes pour une formule hors ligne:
25211 \begin_inset Formula 
25212 \begin{align*}
25213 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25214 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25215 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25216 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25217 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25218 \end{align*}
25219
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \begin_layout Standard
25226 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
25227  la fonction, quelque soit la variante.
25228  
25229 \lang english
25230 By default the modulo-functions take only the first following character
25231  into account.
25232  To use more than one character, one has to put them into TeX-braces:
25233 \lang french
25234
25235 \begin_inset Formula 
25236 \begin{align*}
25237 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25238 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25239 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25240 \end{align*}
25241
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \begin_layout Section
25248 Caractères spéciaux
25249 \begin_inset Index idx
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253 Caractères spéciaux
25254 \end_layout
25255
25256 \end_inset
25257
25258
25259 \end_layout
25260
25261 \begin_layout Subsection
25262 Caractères spéciaux en  texte mathématique
25263 \end_layout
25264
25265 \begin_layout Standard
25266 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
25267  ou en mode TeX:
25268 \end_layout
25269
25270 \begin_layout Standard
25271 \begin_inset space \hfill{}
25272 \end_inset
25273
25274
25275 \begin_inset Tabular
25276 <lyxtabular version="3" rows="8" columns="2">
25277 <features rotate="0" tabularvalignment="middle">
25278 <column alignment="block" valignment="top">
25279 <column alignment="block" valignment="top">
25280 <row>
25281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285 Commande
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294 Résultat
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 </row>
25300 <row>
25301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305
25306 \backslash
25307 oe
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 \begin_inset Formula $\textrm{œ}$
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 </row>
25325 <row>
25326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330
25331 \backslash
25332 OE
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 \begin_inset Formula $\textrm{Œ}$
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 </row>
25350 <row>
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355
25356 \backslash
25357 ae
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366 \begin_inset Formula $\textrm{æ}$
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 </row>
25375 <row>
25376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380
25381 \backslash
25382 AE
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391 \begin_inset Formula $\textrm{Æ}$
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 </row>
25400 <row>
25401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405
25406 \backslash
25407 aa
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416 \begin_inset Formula $\textrm{\aa}$
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 </row>
25425 <row>
25426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430
25431 \backslash
25432 AA
25433 \begin_inset Index idx
25434 status collapsed
25435
25436 \begin_layout Plain Layout
25437
25438 \backslash
25439 @
25440 \begin_inset ERT
25441 status collapsed
25442
25443 \begin_layout Plain Layout
25444
25445
25446 \backslash
25447 textrm{
25448 \backslash
25449 AA}
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \end_inset
25463 </cell>
25464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25465 \begin_inset Text
25466
25467 \begin_layout Plain Layout
25468 \begin_inset Formula $\textrm{Å}$
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 </row>
25477 <row>
25478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482
25483 \backslash
25484 i
25485 \end_layout
25486
25487 \end_inset
25488 </cell>
25489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493 \begin_inset Formula $\textrm{ı}$
25494 \end_inset
25495
25496
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 </row>
25502 </lyxtabular>
25503
25504 \end_inset
25505
25506
25507 \begin_inset space \hfill{}
25508 \end_inset
25509
25510
25511 \begin_inset Tabular
25512 <lyxtabular version="3" rows="8" columns="2">
25513 <features rotate="0" tabularvalignment="middle">
25514 <column alignment="block" valignment="top">
25515 <column alignment="center" valignment="top">
25516 <row>
25517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521 commande
25522 \begin_inset Note Note
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526 L'espace de 0
25527 \begin_inset space \thinspace{}
25528 \end_inset
25529
25530 mm est utilisée pour faire une séparation invisible, sinon la sortie finale
25531  serait respectivement ¡ et ¿.
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
25541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545 Résultat
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 </row>
25551 <row>
25552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Plain Layout
25556
25557 \backslash
25558 o
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567 \begin_inset Formula $\textrm{ø}$
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 </row>
25576 <row>
25577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581
25582 \backslash
25583 O
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592 \begin_inset Formula $\textrm{Ø}$
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \end_inset
25599 </cell>
25600 </row>
25601 <row>
25602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606
25607 \backslash
25608 l
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617 \begin_inset Formula $\textrm{ł}$
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \end_inset
25624 </cell>
25625 </row>
25626 <row>
25627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25628 \begin_inset Text
25629
25630 \begin_layout Plain Layout
25631
25632 \backslash
25633 L
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642 \begin_inset Formula $\textrm{Ł}$
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 </row>
25651 <row>
25652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656 !
25657 \begin_inset space \hspace{}
25658 \length 0mm
25659 \end_inset
25660
25661 `
25662 \begin_inset space \textvisiblespace{}
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Formula $\textrm{!`}$
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 </row>
25683 <row>
25684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688 ?
25689 \begin_inset space \hspace{}
25690 \length 0mm
25691 \end_inset
25692
25693 `
25694 \begin_inset space \textvisiblespace{}
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25703 \begin_inset Text
25704
25705 \begin_layout Plain Layout
25706 \begin_inset Formula $\textrm{?`}$
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 </row>
25715 <row>
25716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720
25721 \backslash
25722 j
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25728 \begin_inset Text
25729
25730 \begin_layout Plain Layout
25731 \begin_inset Formula $\textrm{ȷ}$
25732 \end_inset
25733
25734
25735 \end_layout
25736
25737 \end_inset
25738 </cell>
25739 </row>
25740 </lyxtabular>
25741
25742 \end_inset
25743
25744
25745 \begin_inset space \hfill{}
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \begin_layout Standard
25752 Les caractères 
25753 \begin_inset Formula $\textrm{\textrm{Å}}$
25754 \end_inset
25755
25756  et 
25757 \begin_inset Formula $\textrm{\textrm{Ø}}$
25758 \end_inset
25759
25760  peuvent aussi être insérés avec le bouton 
25761 \begin_inset Info
25762 type  "icon"
25763 arg   "math-insert \\digamma"
25764 \end_inset
25765
25766  de la barre d'outils mathématique.
25767 \end_layout
25768
25769 \begin_layout Standard
25770 Les commandes 
25771 \series bold
25772 !
25773 \begin_inset space \hspace{}
25774 \length 0mm
25775 \end_inset
25776
25777 `
25778 \series default
25779  et ?
25780 \series bold
25781
25782 \begin_inset space \hspace{}
25783 \length 0mm
25784 \end_inset
25785
25786
25787 \series default
25788 ` sont des exceptions puisqu'elles peuvent être insérées directement dans
25789  le texte dans LyX.
25790 \end_layout
25791
25792 \begin_layout Subsection
25793 Les accents dans le texte
25794 \begin_inset CommandInset label
25795 LatexCommand label
25796 name "sub:Accents-dans-le-texte"
25797
25798 \end_inset
25799
25800
25801 \begin_inset Index idx
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805 Accents ! dans le texte
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 Avec les commandes suivantes, on peut accentuer toutes les lettres.
25815  Ces commandes doivent être insérées en mode TeX.
25816 \end_layout
25817
25818 \begin_layout Standard
25819 \begin_inset space \hfill{}
25820 \end_inset
25821
25822
25823 \begin_inset Tabular
25824 <lyxtabular version="3" rows="8" columns="2">
25825 <features rotate="0" tabularvalignment="middle">
25826 <column alignment="block" valignment="top">
25827 <column alignment="block" valignment="top">
25828 <row>
25829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 Commande
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842 Résultat
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 <row>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853
25854 \backslash
25855
25856 \begin_inset Quotes grd
25857 \end_inset
25858
25859 e
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872
25873
25874 \backslash
25875 "e
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 </row>
25886 <row>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891
25892 \backslash
25893 `e
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Plain Layout
25902 \begin_inset ERT
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906
25907
25908 \backslash
25909 `e
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925
25926 \backslash
25927 ^
25928 \begin_inset space \textvisiblespace{}
25929 \end_inset
25930
25931 e
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940 \begin_inset ERT
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944
25945
25946 \backslash
25947 ^e
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 </row>
25958 <row>
25959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963
25964 \backslash
25965 =e
25966 \end_layout
25967
25968 \end_inset
25969 </cell>
25970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25971 \begin_inset Text
25972
25973 \begin_layout Plain Layout
25974 \begin_inset ERT
25975 status collapsed
25976
25977 \begin_layout Plain Layout
25978
25979
25980 \backslash
25981 =e
25982 \end_layout
25983
25984 \end_inset
25985
25986
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 </row>
25992 <row>
25993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997
25998 \backslash
25999 u
26000 \begin_inset space \textvisiblespace{}
26001 \end_inset
26002
26003 e
26004 \end_layout
26005
26006 \end_inset
26007 </cell>
26008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26009 \begin_inset Text
26010
26011 \begin_layout Plain Layout
26012 \begin_inset ERT
26013 status collapsed
26014
26015 \begin_layout Plain Layout
26016
26017
26018 \backslash
26019 u e
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 </row>
26030 <row>
26031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035
26036 \backslash
26037 b
26038 \begin_inset space \textvisiblespace{}
26039 \end_inset
26040
26041 e
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26047 \begin_inset Text
26048
26049 \begin_layout Plain Layout
26050 \begin_inset ERT
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054
26055
26056 \backslash
26057 b e
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 </row>
26068 <row>
26069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073
26074 \backslash
26075 t
26076 \begin_inset space \textvisiblespace{}
26077 \end_inset
26078
26079 ee
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset ERT
26089 status collapsed
26090
26091 \begin_layout Plain Layout
26092
26093
26094 \backslash
26095 t ee
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 </row>
26106 </lyxtabular>
26107
26108 \end_inset
26109
26110
26111 \begin_inset space \hfill{}
26112 \end_inset
26113
26114
26115 \begin_inset Tabular
26116 <lyxtabular version="3" rows="8" columns="2">
26117 <features rotate="0" tabularvalignment="middle">
26118 <column alignment="block" valignment="top">
26119 <column alignment="center" valignment="top">
26120 <row>
26121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 Commande
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134 Résultat
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 </row>
26140 <row>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145
26146 \backslash
26147 H
26148 \begin_inset space \textvisiblespace{}
26149 \end_inset
26150
26151 e
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Plain Layout
26160 \begin_inset ERT
26161 status collapsed
26162
26163 \begin_layout Plain Layout
26164
26165
26166 \backslash
26167 H e
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 </row>
26178 <row>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183
26184 \backslash
26185 'e
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Plain Layout
26194 \begin_inset ERT
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198
26199
26200 \backslash
26201 'e
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 </row>
26212 <row>
26213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217
26218 \backslash
26219 ~e
26220 \begin_inset Index idx
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224 Tilde
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238 \begin_inset ERT
26239 status collapsed
26240
26241 \begin_layout Plain Layout
26242
26243
26244 \backslash
26245 ~e
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 </row>
26256 <row>
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261
26262 \backslash
26263 .e
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26269 \begin_inset Text
26270
26271 \begin_layout Plain Layout
26272 \begin_inset ERT
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276
26277
26278 \backslash
26279 .e
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 </row>
26290 <row>
26291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295
26296 \backslash
26297 v
26298 \begin_inset space \textvisiblespace{}
26299 \end_inset
26300
26301 e
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 \begin_inset ERT
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314
26315
26316 \backslash
26317 v e
26318 \end_layout
26319
26320 \end_inset
26321
26322
26323 \end_layout
26324
26325 \end_inset
26326 </cell>
26327 </row>
26328 <row>
26329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333
26334 \backslash
26335 d
26336 \begin_inset space \textvisiblespace{}
26337 \end_inset
26338
26339 e
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 \begin_inset ERT
26349 status collapsed
26350
26351 \begin_layout Plain Layout
26352
26353
26354 \backslash
26355 d e
26356 \end_layout
26357
26358 \end_inset
26359
26360
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 </row>
26366 <row>
26367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371
26372 \backslash
26373 c
26374 \begin_inset space \textvisiblespace{}
26375 \end_inset
26376
26377 e
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390
26391
26392 \backslash
26393 c e
26394 \end_layout
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 </lyxtabular>
26405
26406 \end_inset
26407
26408
26409 \begin_inset space \hfill{}
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Standard
26416 \begin_inset VSpace medskip
26417 \end_inset
26418
26419 Avec la commande 
26420 \series bold
26421
26422 \backslash
26423 t
26424 \series default
26425  on peut aussi accentuer deux caractères différents.
26426  La commande 
26427 \series bold
26428
26429 \backslash
26430 t
26431 \begin_inset space \textvisiblespace{}
26432 \end_inset
26433
26434 sz
26435 \series default
26436  va donner: 
26437 \begin_inset ERT
26438 status collapsed
26439
26440 \begin_layout Plain Layout
26441
26442
26443 \backslash
26444 t sz
26445 \end_layout
26446
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \begin_layout Standard
26453 Les accents 
26454 \series bold
26455 `
26456 \series default
26457  , 
26458 \series bold
26459 '
26460 \series default
26461  , et 
26462 \series bold
26463 ^
26464 \series default
26465  peuvent être insérés directement avec le clavier, sans utiliser le mode
26466  TeX, quand ils sont utilisés avec des voyelles.
26467  La même chose s'applique au tilde
26468 \begin_inset Foot
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
26473  accent.
26474 \end_layout
26475
26476 \end_inset
26477
26478  
26479 \series bold
26480 ~
26481 \series default
26482  en combinaison avec 
26483 \emph on
26484 a
26485 \emph default
26486  , 
26487 \emph on
26488 n
26489 \emph default
26490  , ou 
26491 \emph on
26492 o
26493 \emph default
26494 .
26495 \end_layout
26496
26497 \begin_layout Standard
26498 Les commandes 
26499 \series bold
26500
26501 \backslash
26502 b
26503 \series default
26504  , 
26505 \series bold
26506
26507 \backslash
26508 c
26509 \series default
26510  , 
26511 \series bold
26512
26513 \backslash
26514 d
26515 \series default
26516  , 
26517 \series bold
26518
26519 \backslash
26520 H
26521 \series default
26522  , 
26523 \series bold
26524
26525 \backslash
26526 t
26527 \series default
26528  , 
26529 \series bold
26530
26531 \backslash
26532 u
26533 \series default
26534  , 
26535 \series bold
26536
26537 \backslash
26538 v
26539 \series default
26540 , et les accents qui sont insérés directement au clavier sont aussi disponibles
26541  en texte mathématique.
26542  Pour les autres accents, il y a des commandes mathématiques spéciales à
26543  utiliser dans les formules, voir 
26544 \begin_inset CommandInset ref
26545 LatexCommand ref
26546 reference "sub:Accents-sur-un-caractère"
26547
26548 \end_inset
26549
26550 .
26551 \end_layout
26552
26553 \begin_layout Standard
26554 \begin_inset VSpace bigskip
26555 \end_inset
26556
26557 En plus, avec la commande 
26558 \series bold
26559
26560 \backslash
26561 textcircled
26562 \series default
26563
26564 \begin_inset Index idx
26565 status collapsed
26566
26567 \begin_layout Plain Layout
26568 Commandes ! T ! 
26569 \backslash
26570 textcircled
26571 \end_layout
26572
26573 \end_inset
26574
26575  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
26576  comme pour le symbole du copyright.
26577 \end_layout
26578
26579 \begin_layout Standard
26580 \align center
26581 \begin_inset Tabular
26582 <lyxtabular version="3" rows="3" columns="2">
26583 <features rotate="0" tabularvalignment="middle">
26584 <column alignment="center" valignment="top">
26585 <column alignment="center" valignment="top">
26586 <row>
26587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 Commande
26592 \end_layout
26593
26594 \end_inset
26595 </cell>
26596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Plain Layout
26600 Résultat
26601 \begin_inset Note Note
26602 status collapsed
26603
26604 \begin_layout Plain Layout
26605
26606 \series bold
26607
26608 \backslash
26609 raisebox
26610 \series default
26611  est seulement utilisée pour faire de la place
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 </row>
26622 <row>
26623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26624 \begin_inset Text
26625
26626 \begin_layout Plain Layout
26627
26628 \backslash
26629 textcircled{w}
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638 \begin_inset ERT
26639 status collapsed
26640
26641 \begin_layout Plain Layout
26642
26643
26644 \backslash
26645 textcircled{w}
26646 \end_layout
26647
26648 \end_inset
26649
26650
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 </row>
26656 <row>
26657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661
26662 \backslash
26663 Large 
26664 \backslash
26665 textcircled{
26666 \backslash
26667 normalsize
26668 \backslash
26669 protect
26670 \backslash
26671 raisebox{-1.5pt}{W}}
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 \begin_inset Formula $\raisebox{4.5mm}{}$
26681 \end_inset
26682
26683
26684 \begin_inset ERT
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689
26690 \backslash
26691 Large 
26692 \backslash
26693 textcircled{
26694 \backslash
26695 normalsize
26696 \backslash
26697 protect
26698 \backslash
26699 raisebox{-1.5pt}W}
26700 \end_layout
26701
26702 \end_inset
26703
26704
26705 \begin_inset Formula $\raisebox{-2mm}{}$
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 </lyxtabular>
26715
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \begin_layout Standard
26722 On doit faire attentions à ce que le caractère tienne dans le cercle.
26723  
26724 \series bold
26725
26726 \backslash
26727 Large
26728 \series default
26729
26730 \begin_inset Foot
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734 voir 
26735 \begin_inset CommandInset ref
26736 LatexCommand ref
26737 reference "sub:Tailles-polices"
26738
26739 \end_inset
26740
26741
26742 \end_layout
26743
26744 \end_inset
26745
26746  donne ici la taille du cercle.
26747  On peut centrer le caractère avec l'aide de la commande  
26748 \series bold
26749
26750 \backslash
26751 raisebox
26752 \series default
26753
26754 \begin_inset Foot
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758 voir 
26759 \begin_inset CommandInset ref
26760 LatexCommand ref
26761 reference "sub:Boîtes-sans-cadre"
26762
26763 \end_inset
26764
26765
26766 \end_layout
26767
26768 \end_inset
26769
26770  .
26771 \end_layout
26772
26773 \begin_layout Subsection
26774 Nombres en minuscules
26775 \begin_inset Index idx
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779 Minuscules pour les nombres
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \end_layout
26786
26787 \begin_layout Standard
26788 Les nombres en minuscule sont créés avec la commande 
26789 \series bold
26790
26791 \backslash
26792 oldstylenums
26793 \series default
26794
26795 \begin_inset Index idx
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799 Commandes ! O ! 
26800 \backslash
26801 oldstylenums
26802 \end_layout
26803
26804 \end_inset
26805
26806 .
26807  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
26808  La syntaxe de la commande est:
26809 \end_layout
26810
26811 \begin_layout Standard
26812
26813 \series bold
26814
26815 \backslash
26816 oldstylenums{nombre}
26817 \end_layout
26818
26819 \begin_layout Standard
26820 La commande 
26821 \series bold
26822
26823 \backslash
26824 oldstylenums{0123456789
26825 \series default
26826  donne: 
26827 \begin_inset Formula $\oldstylenums{0123456789}$
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \begin_layout Section
26834 Styles de formules
26835 \begin_inset CommandInset label
26836 LatexCommand label
26837 name "sec:Styles-de-formules"
26838
26839 \end_inset
26840
26841
26842 \begin_inset Index idx
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846 Formules ! styles
26847 \end_layout
26848
26849 \end_inset
26850
26851
26852 \end_layout
26853
26854 \begin_layout Itemize
26855 Il y a deux styles d'alignements différents:
26856 \end_layout
26857
26858 \begin_deeper
26859 \begin_layout Description
26860 Centré est le standard prédéfini
26861 \end_layout
26862
26863 \begin_layout Description
26864 Indenté pour ce style, l'option 
26865 \series bold
26866 fleqn
26867 \series default
26868  doit être insérée dans la fenêtre de dialogue 
26869 \family sans
26870 Document\SpecialChar \menuseparator
26871 Paramètres
26872 \family default
26873  dans la rubrique 
26874 \family sans
26875 Classe
26876 \begin_inset space ~
26877 \end_inset
26878
26879 de
26880 \begin_inset space ~
26881 \end_inset
26882
26883 Document
26884 \end_layout
26885
26886 \begin_layout Standard
26887 Quand on utilise 
26888 \series bold
26889 Indenté
26890 \series default
26891 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
26892  
26893 \series bold
26894
26895 \backslash
26896 mathindent
26897 \series default
26898
26899 \begin_inset Index idx
26900 status collapsed
26901
26902 \begin_layout Plain Layout
26903 Commandes ! M ! 
26904 \backslash
26905 mathindent
26906 \end_layout
26907
26908 \end_inset
26909
26910 .
26911  Par exemple, pour une distance de 15
26912 \begin_inset space \thinspace{}
26913 \end_inset
26914
26915 mm, on insère la ligne de commande suivante dans le préambule LaTeX
26916 \end_layout
26917
26918 \begin_layout Standard
26919
26920 \series bold
26921
26922 \backslash
26923 setlength{
26924 \backslash
26925 mathindent}{15mm}
26926 \end_layout
26927
26928 \begin_layout Standard
26929 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
26930 \begin_inset space \thinspace{}
26931 \end_inset
26932
26933 pt est utilisée.
26934 \end_layout
26935
26936 \end_deeper
26937 \begin_layout Itemize
26938 Et deux styles différents de numérotation:
26939 \end_layout
26940
26941 \begin_deeper
26942 \begin_layout Description
26943 Droite est le standard prédéfini
26944 \end_layout
26945
26946 \begin_layout Description
26947 Gauche pour ce style, l'option 
26948 \series bold
26949 leqno
26950 \series default
26951  doit être insérée dans la fenêtre de dialogue 
26952 \family sans
26953 Document\SpecialChar \menuseparator
26954 Paramètres
26955 \family default
26956  dans la rubrique 
26957 \family sans
26958 Classe
26959 \begin_inset space ~
26960 \end_inset
26961
26962 de
26963 \begin_inset space ~
26964 \end_inset
26965
26966 Document
26967 \end_layout
26968
26969 \end_deeper
26970 \begin_layout Standard
26971
26972 \series bold
26973 fleqn
26974 \series default
26975  et 
26976 \series bold
26977 leqno
26978 \series default
26979  peuvent être utilisés ensembles.
26980  Dans ce cas les deux options sont insérées, séparées par une virgule.
26981 \end_layout
26982
26983 \begin_layout Standard
26984 Les styles choisis sont utilisés par toutes les formules du document.
26985  Quand il faut créer à la fois des formules centrées et des formules alignées,
26986  on utilise le style 
26987 \series bold
26988 Centré
26989 \series default
26990 .
26991  Les formules indentées sont alors placées dans un environnement 
26992 \series bold
26993 falign, 
26994 \series default
26995 voir 
26996 \begin_inset CommandInset ref
26997 LatexCommand ref
26998 reference "sub:Environnement-Flalign"
26999
27000 \end_inset
27001
27002 .
27003 \end_layout
27004
27005 \begin_layout Section
27006 Formules multi-lignes
27007 \begin_inset CommandInset label
27008 LatexCommand label
27009 name "sec:Formules-multi-lignes"
27010
27011 \end_inset
27012
27013
27014 \begin_inset Index idx
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018 Formules ! multi-lignes
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \end_layout
27025
27026 \begin_layout Subsection
27027 Généralités
27028 \end_layout
27029
27030 \begin_layout Standard
27031 Dans LyX, on crée les formules multi-lignes en appuyant sur 
27032 \family sans
27033 Ctrl+Entrée
27034 \family default
27035  à l'intérieur d'une formule.
27036  Cela crée soit un environnement 
27037 \series bold
27038 equnarray 
27039 \series default
27040 qui est décrit dans
27041 \begin_inset space ~
27042 \end_inset
27043
27044
27045 \begin_inset CommandInset ref
27046 LatexCommand ref
27047 reference "sub:Environnement-eqnarray"
27048
27049 \end_inset
27050
27051  
27052 \series bold
27053 ,
27054 \series default
27055  soit dans le cas où l'option 
27056 \family sans
27057 Utilise le paquetage math AMS
27058 \family default
27059  est activé dans les préférences du document, un environnement 
27060 \series bold
27061 align 
27062 \series default
27063 qui est décrit dans 
27064 \begin_inset CommandInset ref
27065 LatexCommand ref
27066 reference "sub:Environnement-align-standard"
27067
27068 \end_inset
27069
27070 .
27071  L'environnement
27072 \series bold
27073  align
27074 \series default
27075  est recommandé car il produit une sortie typographiquement correcte dans
27076  tous les cas.
27077 \end_layout
27078
27079 \begin_layout Standard
27080 Il y a d'autres environnement de formules multi-lignes qui peuvent être
27081  créés en passant par le menu 
27082 \family sans
27083 Insertion\SpecialChar \menuseparator
27084 Math
27085 \family default
27086 .
27087  Ces environnements sont décrits dans les sections qui suivent.
27088 \end_layout
27089
27090 \begin_layout Standard
27091 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
27092  est créée en appuyant sur 
27093 \family sans
27094 Ctrl+Entrée
27095 \family default
27096 .
27097  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
27098  boutons 
27099 \begin_inset Info
27100 type  "icon"
27101 arg   "inset-modify tabular append-row"
27102 \end_inset
27103
27104  ou 
27105 \begin_inset Info
27106 type  "icon"
27107 arg   "inset-modify tabular delete-row"
27108 \end_inset
27109
27110  de la barre d'outils mathématique ou bien le menu 
27111 \family sans
27112 Édition\SpecialChar \menuseparator
27113 Lignes
27114 \begin_inset space \thinspace{}
27115 \end_inset
27116
27117 &
27118 \begin_inset space \thinspace{}
27119 \end_inset
27120
27121 Colonnes
27122 \family default
27123 .
27124 \end_layout
27125
27126 \begin_layout Subsubsection
27127 Séparation des lignes
27128 \begin_inset CommandInset label
27129 LatexCommand label
27130 name "sub:Séparation-des-lignes"
27131
27132 \end_inset
27133
27134
27135 \begin_inset Index idx
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139 Formules ! multi-lignes ! Séparation des lignes
27140 \end_layout
27141
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \begin_layout Standard
27148 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
27149 \begin_inset Formula 
27150 \begin{eqnarray*}
27151 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}\\
27152 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
27153 \end{eqnarray*}
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Standard
27161 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
27162  qu'argument optionnel de la commande de saut de ligne.
27163  Ce n'est pas encore possible avec LyX
27164 \begin_inset Foot
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168 voir 
27169 \begin_inset CommandInset href
27170 LatexCommand href
27171 name "LyX-bug #1505"
27172 target "http://www.lyx.org/trac/ticket/1505"
27173
27174 \end_inset
27175
27176
27177 \end_layout
27178
27179 \end_inset
27180
27181 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
27182  Pour ajouter de l'espace dans notre exemple, on insère la commande 
27183 \series bold
27184
27185 \backslash
27186
27187 \backslash
27188 [3mm]
27189 \series default
27190  à la fin de la première ligne et on obtient: 
27191 \begin_inset ERT
27192 status collapsed
27193
27194 \begin_layout Plain Layout
27195
27196
27197 \backslash
27198 begin{eqnarray*}
27199 \end_layout
27200
27201 \begin_layout Plain Layout
27202
27203 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27204  = & 
27205 \backslash
27206 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27207 \backslash
27208
27209 \backslash
27210 [3mm]
27211 \end_layout
27212
27213 \begin_layout Plain Layout
27214
27215 4x^{2}
27216 \backslash
27217 left(B^{2}+x_{0}^{2}
27218 \backslash
27219 right)+4x_{0}x
27220 \backslash
27221 left(D-B^{2}
27222 \backslash
27223 right)+B^{2}
27224 \backslash
27225 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27226 \backslash
27227 right) & = & 0
27228 \end_layout
27229
27230 \begin_layout Plain Layout
27231
27232
27233 \backslash
27234 end{eqnarray*}
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \begin_layout Standard
27243 \begin_inset VSpace bigskip
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \begin_layout Standard
27250 Pour modifier l'interligne pour toutes les lignes d'une formule, on doit
27251  changer la valeur de la longueur 
27252 \series bold
27253
27254 \backslash
27255 jot
27256 \series default
27257
27258 \begin_inset Index idx
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262 Commandes ! J ! 
27263 \backslash
27264 jot
27265 \begin_inset ERT
27266 status collapsed
27267
27268 \begin_layout Plain Layout
27269
27270
27271 \backslash
27272 vspace{4mm}
27273 \end_layout
27274
27275 \end_inset
27276
27277
27278 \end_layout
27279
27280 \end_inset
27281
27282 .
27283  La définition est : 
27284 \begin_inset Formula $\mathrm{interligne}=6\,\mathrm{pt}+\backslash\mathrm{jot}$
27285 \end_inset
27286
27287 .
27288  La valeur prédéfinie de 
27289 \series bold
27290
27291 \backslash
27292 jot 
27293 \series default
27294 est de 3
27295 \begin_inset space \thinspace{}
27296 \end_inset
27297
27298 pt.
27299  Pour créer un interligne supplémentaire de 3
27300 \begin_inset space \thinspace{}
27301 \end_inset
27302
27303 mm, comme dans l'exemple précédent, on insère la commande 
27304 \end_layout
27305
27306 \begin_layout Standard
27307
27308 \series bold
27309
27310 \backslash
27311 setlength{
27312 \backslash
27313 jot}{3mm+3pt}
27314 \end_layout
27315
27316 \begin_layout Standard
27317 en Code TeX avant la formule.
27318  Cela exige que le paquetage LaTeX 
27319 \series bold
27320 calc
27321 \begin_inset Foot
27322 status collapsed
27323
27324 \begin_layout Plain Layout
27325
27326 \series bold
27327 calc 
27328 \series default
27329 fait partie de toutes les distributions standard de LaTeX.
27330 \end_layout
27331
27332 \end_inset
27333
27334
27335 \series default
27336
27337 \begin_inset Index idx
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341 Paquetages ! calc
27342 \end_layout
27343
27344 \end_inset
27345
27346  ait été chargé dans le préambule LaTeX avec la ligne
27347 \end_layout
27348
27349 \begin_layout Standard
27350
27351 \series bold
27352
27353 \backslash
27354 usepackage{calc}
27355 \end_layout
27356
27357 \begin_layout Standard
27358 On obtient alors: 
27359 \begin_inset ERT
27360 status collapsed
27361
27362 \begin_layout Plain Layout
27363
27364
27365 \backslash
27366 setlength{
27367 \backslash
27368 jot}{3mm+3pt}
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \begin_inset Formula 
27375 \begin{eqnarray*}
27376 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}\\
27377 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
27378 \end{eqnarray*}
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Standard
27386 \begin_inset ERT
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390
27391
27392 \backslash
27393 setlength{
27394 \backslash
27395 jot}{3pt}
27396 \end_layout
27397
27398 \end_inset
27399
27400  Pour revenir à l'espacement implicite, on remet la valeur de 
27401 \series bold
27402
27403 \backslash
27404 jot
27405 \series default
27406  à 3
27407 \begin_inset space \thinspace{}
27408 \end_inset
27409
27410 pt.
27411 \end_layout
27412
27413 \begin_layout Subsubsection
27414 Séparation des colonnes
27415 \begin_inset CommandInset label
27416 LatexCommand label
27417 name "sub:Séparation-des-colonnes"
27418
27419 \end_inset
27420
27421
27422 \begin_inset Index idx
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426 Formules ! multi-lignes ! Séparation des colonnes
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \begin_layout Standard
27435 Les formules multi-lignes forment une matrice.
27436  Une formule dans un environnement eqnarray est par exemple une matrice
27437  à trois colonnes.
27438  En changeant l'espacement des colonnes de cet environnement, on peut modifier
27439  l'espace à côté du symbole de relation.
27440 \end_layout
27441
27442 \begin_layout Standard
27443 L'espacement des colonnes est spécifié avec la longueur 
27444 \series bold
27445
27446 \backslash
27447 arraycolsep
27448 \series default
27449
27450 \begin_inset Index idx
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 Commandes ! A ! 
27455 \backslash
27456 arraycolsep
27457 \end_layout
27458
27459 \end_inset
27460
27461  selon la relation:
27462 \begin_inset Newline newline
27463 \end_inset
27464
27465 séparation des colonnes = 2
27466 \begin_inset space \thinspace{}
27467 \end_inset
27468
27469
27470 \series bold
27471
27472 \backslash
27473 arraycolsep
27474 \series default
27475
27476 \begin_inset Newline newline
27477 \end_inset
27478
27479 Donc, la commande
27480 \end_layout
27481
27482 \begin_layout Standard
27483
27484 \series bold
27485
27486 \backslash
27487 setlength{
27488 \backslash
27489 arraycolsep}{1cm}
27490 \end_layout
27491
27492 \begin_layout Standard
27493 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
27494  des colonnes à 2
27495 \begin_inset space \thinspace{}
27496 \end_inset
27497
27498 cm.
27499  Pour revenir à la valeur implicite, on met 
27500 \series bold
27501
27502 \backslash
27503 arraycolsep
27504 \series default
27505  à 5
27506 \begin_inset space \thinspace{}
27507 \end_inset
27508
27509 pt.
27510 \end_layout
27511
27512 \begin_layout Standard
27513 Une formule avec des colonnes séparées de 2
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 cm:
27518 \begin_inset ERT
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522
27523
27524 \backslash
27525 setlength{
27526 \backslash
27527 arraycolsep}{1cm}
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \begin_inset Formula 
27534 \begin{eqnarray*}
27535 A & = & B\\
27536 C & \ne & A
27537 \end{eqnarray*}
27538
27539 \end_inset
27540
27541 Une formule avec la séparation de colonne prédéfinie de 10
27542 \begin_inset space \thinspace{}
27543 \end_inset
27544
27545 pt:
27546 \begin_inset ERT
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550
27551
27552 \backslash
27553 setlength{
27554 \backslash
27555 arraycolsep}{5pt}
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \begin_inset Formula 
27562 \begin{eqnarray*}
27563 A & = & B\\
27564 C & \ne & A
27565 \end{eqnarray*}
27566
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \begin_layout Standard
27573 \begin_inset Newpage newpage
27574 \end_inset
27575
27576
27577 \end_layout
27578
27579 \begin_layout Subsubsection
27580 Formules longues
27581 \begin_inset Index idx
27582 status collapsed
27583
27584 \begin_layout Plain Layout
27585 Formules ! longues
27586 \end_layout
27587
27588 \end_inset
27589
27590
27591 \end_layout
27592
27593 \begin_layout Standard
27594 Les formules longues peuvent être mises en forme en utilisant une de ces
27595  méthodes:
27596 \end_layout
27597
27598 \begin_layout Itemize
27599 Quand un des membres de l'équation est beaucoup plus court que la largeur
27600  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
27601  de droite est écrit sur deux lignes: 
27602 \begin_inset Formula 
27603 \begin{eqnarray}
27604 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 \\
27605  &  & -\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}
27606 \end{eqnarray}
27607
27608 \end_inset
27609
27610 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
27611  comme un opérateur puisqu'il est le premier caractère de la ligne.
27612  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
27613  difficile à distinguer de la barre de fraction.
27614  Pour éviter cela, une espace de 3
27615 \begin_inset space \thinspace{}
27616 \end_inset
27617
27618 pt a été insérée après les signe moins avec la commande 
27619 \series bold
27620
27621 \backslash
27622 hspace
27623 \series default
27624 .
27625 \begin_inset Foot
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629 plus au sujet de la commande 
27630 \series bold
27631
27632 \backslash
27633 hspace
27634 \series default
27635 , voir 
27636 \begin_inset CommandInset ref
27637 LatexCommand ref
27638 reference "sub:Espace-variable"
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \end_inset
27646
27647
27648 \begin_inset Index idx
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 Commandes ! H ! 
27653 \backslash
27654 hspace
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Itemize
27663 Quand les deux membre de l'équation sont trop longs, on utilise la commande
27664  
27665 \series bold
27666
27667 \backslash
27668 lefteqn
27669 \series default
27670
27671 \begin_inset Index idx
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675 Commandes ! L ! 
27676 \backslash
27677 lefteqn
27678 \end_layout
27679
27680 \end_inset
27681
27682 .
27683  Elle est insérée dans la première colonne de la première ligne et a comme
27684  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
27685 \begin_inset Formula 
27686 \begin{eqnarray}
27687 \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 \\
27688  &  & -\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 \\
27689  &  & =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}
27690 \end{eqnarray}
27691
27692 \end_inset
27693
27694 Après l'insertion de la commande 
27695 \series bold
27696
27697 \backslash
27698 lefteqn
27699 \series default
27700 , le curseur se trouve dans une boîte violette qui est légèrement décalée
27701  vers la gauche par rapport à la boîte bleue.
27702  C'est dans cette dernière que l'on insère la formule.
27703 \begin_inset Newline newline
27704 \end_inset
27705
27706 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
27707  celles d'après.
27708  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
27709 \begin_inset VSpace medskip
27710 \end_inset
27711
27712
27713 \begin_inset Newline newline
27714 \end_inset
27715
27716
27717 \begin_inset Note Greyedout
27718 status open
27719
27720 \begin_layout Plain Layout
27721 Notez les points suivants quand vous utilisez 
27722 \series bold
27723
27724 \backslash
27725 lefteqn
27726 \series default
27727 :
27728 \end_layout
27729
27730 \begin_layout Itemize
27731 La formule n'utilise pas la totalité de la largeur de la page.
27732  Quand par exemple on a ajouté le terme 
27733 \begin_inset Formula $-B^{2}$
27734 \end_inset
27735
27736  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
27737  de la marge.
27738  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
27739  négatif en début de la première ligne.
27740 \end_layout
27741
27742 \begin_layout Itemize
27743 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
27744  première ligne avec la souris
27745 \begin_inset Foot
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749 \begin_inset CommandInset href
27750 LatexCommand href
27751 name "LyX-bug #1429"
27752 target "http://www.lyx.org/trac/ticket/1429"
27753
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \end_inset
27760
27761 .
27762  On peut seulement placer le curseur au début de la ligne et ensuite le
27763  déplacer avec les flèches du clavier.
27764 \end_layout
27765
27766 \end_inset
27767
27768
27769 \end_layout
27770
27771 \begin_layout Itemize
27772 D'autres méthodes pour créer des formules longues sont offertes par les
27773  environnements décrits dans 
27774 \begin_inset CommandInset ref
27775 LatexCommand ref
27776 reference "sub:Environnement-Multline"
27777
27778 \end_inset
27779
27780  et 
27781 \begin_inset CommandInset ref
27782 LatexCommand ref
27783 reference "sub:Portions-de-formules-en-multiligne"
27784
27785 \end_inset
27786
27787 .
27788 \end_layout
27789
27790 \begin_layout Subsubsection
27791 Crochets sur plusieurs lignes
27792 \begin_inset CommandInset label
27793 LatexCommand label
27794 name "sub:Crochets-multilignes"
27795
27796 \end_inset
27797
27798
27799 \begin_inset Index idx
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803 Crochets ! pour expressions multi-lignes
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \begin_layout Standard
27812 Pour des parenthèses ou des crochets entourant des expressions réparties
27813  sur plusieurs lignes, on rencontre le problème suivant:
27814 \begin_inset Formula 
27815 \begin{eqnarray*}
27816 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27817  &  & \left.\cdots+B-D\right]
27818 \end{eqnarray*}
27819
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \begin_layout Standard
27826 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
27827  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
27828 \end_layout
27829
27830 \begin_layout Standard
27831 Pour donner la bonne taille au crochet de la deuxième ligne, la première
27832  ligne doit se terminer par la commande 
27833 \series bold
27834
27835 \backslash
27836 right.
27837 \series default
27838
27839 \begin_inset Index idx
27840 status collapsed
27841
27842 \begin_layout Plain Layout
27843 Commandes ! R ! 
27844 \backslash
27845 right
27846 \end_layout
27847
27848 \end_inset
27849
27850  et la seconde commencer par 
27851 \series bold
27852
27853 \backslash
27854 left.
27855 \begin_inset Foot
27856 status collapsed
27857
27858 \begin_layout Plain Layout
27859 pour plus au sujet des commandes 
27860 \series bold
27861
27862 \backslash
27863 left
27864 \series default
27865  et 
27866 \series bold
27867
27868 \backslash
27869 right
27870 \series default
27871  voir 
27872 \begin_inset CommandInset ref
27873 LatexCommand ref
27874 reference "sub:Taille-parenthèses-automatique"
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \series default
27885
27886 \begin_inset Index idx
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890 Commandes ! L ! 
27891 \backslash
27892 left
27893 \end_layout
27894
27895 \end_inset
27896
27897 .
27898  Après le 
27899 \series bold
27900
27901 \backslash
27902 left.
27903
27904 \series default
27905  on insère la commande 
27906 \series bold
27907
27908 \backslash
27909 vphantom
27910 \series default
27911
27912 \begin_inset space \textvisiblespace{}
27913 \end_inset
27914
27915
27916 \series bold
27917
27918 \backslash
27919 prod
27920 \series default
27921 ^
27922 \begin_inset space \textvisiblespace{}
27923 \end_inset
27924
27925
27926 \series bold
27927
27928 \backslash
27929 infty
27930 \series default
27931
27932 \begin_inset space \textvisiblespace{}
27933 \end_inset
27934
27935
27936 \series bold
27937
27938 \begin_inset Formula $\downarrow$
27939 \end_inset
27940
27941 _R=1}
27942 \series default
27943
27944 \begin_inset Index idx
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 Commandes ! V ! 
27949 \backslash
27950 vphantom
27951 \end_layout
27952
27953 \end_inset
27954
27955  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
27956  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
27957  de la deuxième ligne.
27958 \end_layout
27959
27960 \begin_layout Standard
27961 On obtient ceci:
27962 \end_layout
27963
27964 \begin_layout Standard
27965 \begin_inset Formula 
27966 \begin{eqnarray*}
27967 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27968  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27969 \end{eqnarray*}
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \begin_layout Subsection
27977 Les environnements align 
27978 \end_layout
27979
27980 \begin_layout Standard
27981 Les environnements align peuvent être utilisés pour tous les cas de formules
27982  multi-lignes.
27983  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
27984 e.
27985 \end_layout
27986
27987 \begin_layout Standard
27988 Les environnement Align sont composés de colonnes.
27989  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
27990  sont alignées à droite.
27991  Chaque ligne d'un environnement Align peut être numérotée.
27992 \end_layout
27993
27994 \begin_layout Standard
27995 Les environnement Align sont créés avec le menu 
27996 \family sans
27997 Insertion\SpecialChar \menuseparator
27998 Math
27999 \family default
28000 .
28001  Avec le menu 
28002 \family sans
28003 Édition\SpecialChar \menuseparator
28004 Math\SpecialChar \menuseparator
28005 Change le type de formule
28006 \family default
28007  on peut convertir des formules existantes en environnement Align.
28008 \end_layout
28009
28010 \begin_layout Standard
28011 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
28012  
28013 \begin_inset Info
28014 type  "icon"
28015 arg   "inset-modify tabular append-column"
28016 \end_inset
28017
28018  ou 
28019 \begin_inset Info
28020 type  "icon"
28021 arg   "inset-modify tabular delete-column"
28022 \end_inset
28023
28024 , respectivement, soit le menu 
28025 \family sans
28026 Édition\SpecialChar \menuseparator
28027 Lignes & colonnes
28028 \family default
28029 .
28030 \end_layout
28031
28032 \begin_layout Subsubsection
28033 L'environnement align standard
28034 \begin_inset CommandInset label
28035 LatexCommand label
28036 name "sub:Environnement-align-standard"
28037
28038 \end_inset
28039
28040
28041 \begin_inset Index idx
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045 Formules ! multi-lignes ! environnement align
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \begin_layout Standard
28054 Cet environnement align est créé en appuyant sur 
28055 \family sans
28056 Ctrl+Entrée
28057 \family default
28058  dans une formule ou en utilisant le menu 
28059 \family sans
28060 Insertion\SpecialChar \menuseparator
28061 Math\SpecialChar \menuseparator
28062 Environnement
28063 \begin_inset space ~
28064 \end_inset
28065
28066 AMS
28067 \begin_inset space ~
28068 \end_inset
28069
28070 align
28071 \family default
28072 .
28073 \end_layout
28074
28075 \begin_layout Standard
28076 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
28077  align à quatre colonnes:
28078 \begin_inset Formula 
28079 \begin{align*}
28080 A & =\sin(B) & C & =D\\
28081 C & \ne A & B & \ne D
28082 \end{align*}
28083
28084 \end_inset
28085
28086 Comme on peut le voir, dans cet environnement les formules sont placées
28087  comme s'il y avait un 
28088 \series bold
28089
28090 \backslash
28091 hfill
28092 \begin_inset Foot
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096 pour plus d'information au sujet de 
28097 \series bold
28098
28099 \backslash
28100 hfill
28101 \series default
28102  voir 
28103 \begin_inset CommandInset ref
28104 LatexCommand ref
28105 reference "sub:Espace-variable"
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \series default
28116  avant la première colonne et après chaque colonne paire.
28117  Quand on utilise le style 
28118 \series bold
28119 Indenté
28120 \begin_inset Foot
28121 status collapsed
28122
28123 \begin_layout Plain Layout
28124 pour les styles de formules, voir 
28125 \begin_inset CommandInset ref
28126 LatexCommand ref
28127 reference "sec:Styles-de-formules"
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \end_inset
28135
28136  
28137 \series default
28138 la formule est écrite sans le 
28139 \series bold
28140
28141 \backslash
28142 hfill
28143 \series default
28144  avant la première colonne.
28145 \end_layout
28146
28147 \begin_layout Subsubsection
28148 L'environnement alignat
28149 \begin_inset Index idx
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153 Formules ! multi-lignes ! environnement alignat
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \begin_layout Standard
28162 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
28163  Il peut être inséré manuellement avec les espaces qui sont décrits en 
28164 \begin_inset CommandInset ref
28165 LatexCommand ref
28166 reference "sub:Espace"
28167
28168 \end_inset
28169
28170 .
28171 \end_layout
28172
28173 \begin_layout Standard
28174 Voici l'exemple précédent dans un environnement alignat où on a inséré une
28175  espace de 1
28176 \begin_inset space \thinspace{}
28177 \end_inset
28178
28179 cm au début de la deuxième formule:
28180 \begin_inset Formula 
28181 \begin{alignat*}{2}
28182 A & =\sin(B) & \hspace{1cm}C & =D\\
28183 C & \ne A & B & \ne D
28184 \end{alignat*}
28185
28186 \end_inset
28187
28188 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
28189  colonne, cet environnement est particulièrement adapté aux cas où on a
28190  trois colonnes ou plus côte-à-côte.
28191  
28192 \end_layout
28193
28194 \begin_layout Standard
28195 \begin_inset Newpage newpage
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Subsubsection
28202 Environnement flalign
28203 \begin_inset CommandInset label
28204 LatexCommand label
28205 name "sub:Environnement-Flalign"
28206
28207 \end_inset
28208
28209
28210 \begin_inset Index idx
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214 Formules ! multi-lignes ! environnement flalign
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \begin_layout Standard
28223 Dans cet environnement les deux premières colonnes sont placées le plus
28224  à gauche possible et les deux dernière le plus à droite possible.
28225  Un exemple:
28226 \begin_inset Formula 
28227 \begin{flalign*}
28228 A & =1 & B & =2 & C & =3\\
28229 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28230 \end{flalign*}
28231
28232 \end_inset
28233
28234
28235 \end_layout
28236
28237 \begin_layout Standard
28238 En créant un environnement flalign avec un nombre impair de colonnes et
28239  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
28240  formules d'un document peuvent être mises à gauche, bien que le style de
28241  formules 
28242 \series bold
28243 Centré 
28244 \series default
28245 soit utilisé.
28246  Comme exemple la formule 
28247 \begin_inset CommandInset ref
28248 LatexCommand eqref
28249 reference "eq:VolInt"
28250
28251 \end_inset
28252
28253  indentée:
28254 \begin_inset Formula 
28255 \begin{flalign}
28256 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28257 \end{flalign}
28258
28259 \end_inset
28260
28261 Les deux premières colonnes contiennent la formule.
28262  Pour l'indenter comme avec le style de formule 
28263 \series bold
28264 Indenté,
28265 \series default
28266  on a inséré une espace de 30
28267 \begin_inset space \thinspace{}
28268 \end_inset
28269
28270 pt au début de la première colonne.
28271 \end_layout
28272
28273 \begin_layout Subsection
28274 Environnement eqnarray
28275 \begin_inset CommandInset label
28276 LatexCommand label
28277 name "sub:Environnement-eqnarray"
28278
28279 \end_inset
28280
28281
28282 \begin_inset Index idx
28283 status collapsed
28284
28285 \begin_layout Plain Layout
28286 Formules ! multi-lignes ! environnement eqnarray
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \end_layout
28293
28294 \begin_layout Standard
28295 Quand on créé cet environnement, trois boîtes bleues apparaissent.
28296  Le contenu de la première boîte est aligné à droite, celui de la dernière
28297  est aligné à gauche.
28298  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
28299  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
28300 \begin_inset Formula 
28301 \begin{eqnarray*}
28302 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28303 AB & AB & AB\\
28304 A & = & A
28305 \end{eqnarray*}
28306
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \begin_layout Subsection
28313 Environnement gather
28314 \begin_inset Index idx
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 Formules ! multi-lignes ! environnement gather
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Standard
28327 Cet environnement consiste seulement en une colonne centrée.
28328  Chaque ligne peut être numérotée.
28329 \begin_inset Formula 
28330 \begin{gather}
28331 A=1\\
28332 X=\textrm{-}1
28333 \end{gather}
28334
28335 \end_inset
28336
28337
28338 \end_layout
28339
28340 \begin_layout Subsection
28341 Environnement multline
28342 \begin_inset CommandInset label
28343 LatexCommand label
28344 name "sub:Environnement-Multline"
28345
28346 \end_inset
28347
28348
28349 \begin_inset Index idx
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353 Formules ! multi-lignes ! environnement multline
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \begin_layout Standard
28362 L'environnement multline consiste, comme l'environnement gather en une seule
28363  colonne.
28364  Mais la première ligne est alignée à gauche, la dernière est alignée à
28365  droite et toutes les autres sont centrées.
28366  Cet environnement est donc particulièrement adapté aux formules très longues.
28367  Comme exemple, voici la formule 
28368 \begin_inset CommandInset ref
28369 LatexCommand eqref
28370 reference "eq:lefteqn"
28371
28372 \end_inset
28373
28374  dans un environnement multline:
28375 \begin_inset Formula 
28376 \begin{multline}
28377 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}\\
28378 -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}\\
28379 =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}}
28380 \end{multline}
28381
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \begin_layout Standard
28388 Dans la sortie finale, seule la dernière ligne d'un environnement multline
28389  apparaît numérotée si le document est numéroté à droite, la première s'il
28390  est numéroté à gauche.
28391 \begin_inset Foot
28392 status collapsed
28393
28394 \begin_layout Plain Layout
28395 pour les styles de numérotation, voir 
28396 \begin_inset CommandInset ref
28397 LatexCommand ref
28398 reference "sec:Styles-de-formules"
28399
28400 \end_inset
28401
28402
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \begin_layout Standard
28411 Avec les commandes 
28412 \series bold
28413
28414 \backslash
28415 shoveright
28416 \series default
28417
28418 \begin_inset Index idx
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422 Commandes ! S ! 
28423 \backslash
28424 shoveright
28425 \end_layout
28426
28427 \end_inset
28428
28429  et 
28430 \series bold
28431
28432 \backslash
28433 shoveleft
28434 \series default
28435
28436 \begin_inset Index idx
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440 Commandes ! S ! 
28441 \backslash
28442 shoveleft
28443 \end_layout
28444
28445 \end_inset
28446
28447  une ligne centrée peut être alignée respectivement à droite ou à gauche.
28448  Les commandes sont utilisées de la façon suivante:
28449 \end_layout
28450
28451 \begin_layout Standard
28452
28453 \series bold
28454
28455 \backslash
28456 shoveright{contenu de la ligne}
28457 \series default
28458  et 
28459 \series bold
28460
28461 \backslash
28462 shoveleft{contenu de la ligne}
28463 \end_layout
28464
28465 \begin_layout Standard
28466 \begin_inset VSpace medskip
28467 \end_inset
28468
28469 La longueur 
28470 \series bold
28471
28472 \backslash
28473 multlinegap
28474 \series default
28475
28476 \begin_inset Index idx
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480 Commandes ! M ! 
28481 \backslash
28482 multlinegap
28483 \end_layout
28484
28485 \end_inset
28486
28487  précise la distance entre le début de la première ligne et la marge de
28488  gauche.
28489  La valeur prédéfinie est 0
28490 \begin_inset space \thinspace{}
28491 \end_inset
28492
28493 pt.
28494 \end_layout
28495
28496 \begin_layout Standard
28497 Comme exemple, la formule précédente en ajoutant avant en mode TeX
28498 \end_layout
28499
28500 \begin_layout Standard
28501
28502 \series bold
28503
28504 \backslash
28505 setlength{
28506 \backslash
28507 multlinegap}{2cm}
28508 \end_layout
28509
28510 \begin_layout Standard
28511 \begin_inset ERT
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515
28516
28517 \backslash
28518 setlength{
28519 \backslash
28520 multlinegap}{2cm}
28521 \end_layout
28522
28523 \end_inset
28524
28525
28526 \begin_inset Formula 
28527 \begin{multline}
28528 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}\\
28529 \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}}\\
28530 =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}}
28531 \end{multline}
28532
28533 \end_inset
28534
28535
28536 \begin_inset ERT
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540
28541
28542 \backslash
28543 setlength{
28544 \backslash
28545 multlinegap}{0pt}
28546 \end_layout
28547
28548 \end_inset
28549
28550 La deuxième ligne a été alignée à gauche en utilisant 
28551 \series bold
28552
28553 \backslash
28554 shoveleft
28555 \series default
28556 .
28557 \end_layout
28558
28559 \begin_layout Subsection
28560 Portions de formules en multi-ligne
28561 \begin_inset CommandInset label
28562 LatexCommand label
28563 name "sub:Portions-de-formules-en-multiligne"
28564
28565 \end_inset
28566
28567
28568 \begin_inset Index idx
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572 Formules ! multi-lignes ! portions de formules
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \begin_layout Standard
28581 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
28582  on peut utiliser l'un des environnements suivants: 
28583 \series bold
28584 aligned
28585 \series default
28586
28587 \series bold
28588 alignedat
28589 \series default
28590
28591 \series bold
28592 gathered
28593 \series default
28594  or 
28595 \series bold
28596 split
28597 \series default
28598 .
28599  Ils peuvent être insérés en utilisant le menu 
28600 \family sans
28601 Insertion\SpecialChar \menuseparator
28602 Math
28603 \family default
28604  ou en utilisant les commandes décrites dans cette section.
28605 \end_layout
28606
28607 \begin_layout Standard
28608 Les trois premier ont les mêmes propriétés que les environnements de formules
28609  correspondants, à part le fait que l'on peut ajouter d'autres portions
28610  de formules après eux.
28611  Un exemple:
28612 \begin_inset Formula 
28613 \[
28614 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28615 \Delta E\Delta t & \ge\frac{\hbar}{2}
28616 \end{aligned}
28617 \right\} \textrm{Relations d'incertitude}
28618 \]
28619
28620 \end_inset
28621
28622
28623 \end_layout
28624
28625 \begin_layout Standard
28626 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
28627  on insère la commande 
28628 \series bold
28629
28630 \backslash
28631 aligned
28632 \series default
28633
28634 \begin_inset Index idx
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638 Commandes ! A ! 
28639 \backslash
28640 aligned
28641 \end_layout
28642
28643 \end_inset
28644
28645 .
28646  Une boîte violette apparaît autour de la boîte de formule dans laquelle
28647  on peut ajouter des lignes et des colonnes.
28648  En dehors de l'environnement multiligne, on peut mettre d'autres portions
28649  de formules, comme des accolades.
28650 \end_layout
28651
28652 \begin_layout Standard
28653 L'environnement aligned est aussi utilisable pour de longues formules dont
28654  les lignes sont alignées horizontalement.
28655  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
28656  est que le numéro des formules est centré verticalement après les formules.
28657  Un exemple, la formule
28658 \begin_inset CommandInset ref
28659 LatexCommand eqref
28660 reference "eq:courtlong"
28661
28662 \end_inset
28663
28664  dans l'environnement aligned:
28665 \begin_inset Formula 
28666 \begin{equation}
28667 \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}|}\\
28668  & -\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}|}
28669 \end{aligned}
28670 \end{equation}
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \begin_layout Standard
28678 Pour utiliser les environnements 
28679 \series bold
28680 alignedat
28681 \series default
28682
28683 \series bold
28684 gathered
28685 \series default
28686 , ou 
28687 \series bold
28688 split
28689 \series default
28690 , on doit insérer respectivement, les commandes 
28691 \series bold
28692
28693 \backslash
28694 alignedat
28695 \series default
28696 ,
28697 \begin_inset Index idx
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701 Commandes ! A ! 
28702 \backslash
28703 alignedat
28704 \end_layout
28705
28706 \end_inset
28707
28708  
28709 \series bold
28710
28711 \backslash
28712 gathered
28713 \series default
28714
28715 \begin_inset Index idx
28716 status collapsed
28717
28718 \begin_layout Plain Layout
28719 Commandes ! G ! 
28720 \backslash
28721 gathered
28722 \end_layout
28723
28724 \end_inset
28725
28726 , ou 
28727 \series bold
28728
28729 \backslash
28730 split
28731 \series default
28732
28733 \begin_inset Index idx
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737 Commandes ! S ! 
28738 \backslash
28739 split
28740 \end_layout
28741
28742 \end_inset
28743
28744 .
28745  L'environnement split a les mêmes propriétés que l'environnement aligned,
28746  mais il ne peut avoir que deux colonnes.
28747 \end_layout
28748
28749 \begin_layout Subsection
28750 Texte dans les formules multi-lignes
28751 \begin_inset CommandInset label
28752 LatexCommand label
28753 name "sub:Texte-dans-multi-lignes"
28754
28755 \end_inset
28756
28757
28758 \begin_inset Index idx
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 Texte ! dans les formules
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \begin_inset Index idx
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772 Formules ! multi-lignes ! texte
28773 \end_layout
28774
28775 \end_inset
28776
28777
28778 \end_layout
28779
28780 \begin_layout Standard
28781 Dans les environnements align, multline et gather, on peut insérer du texte
28782  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
28783  des colonnes.
28784  Pour faire cela, on utilise la commande 
28785 \series bold
28786
28787 \backslash
28788 intertext
28789 \series default
28790
28791 \begin_inset Index idx
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795 Commandes ! I ! 
28796 \backslash
28797 intertext
28798 \end_layout
28799
28800 \end_inset
28801
28802  avec la syntaxe suivante:
28803 \end_layout
28804
28805 \begin_layout Standard
28806
28807 \series bold
28808
28809 \backslash
28810 intertext{texte}
28811 \end_layout
28812
28813 \begin_layout Standard
28814 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
28815  subir de césure.
28816  Comme LyX ne supporte pas directement 
28817 \series bold
28818
28819 \backslash
28820 intertext
28821 \series default
28822 , le texte doit être écrit comme du texte mathématique.
28823  Le texte inséré avec 
28824 \series bold
28825
28826 \backslash
28827 intertext
28828 \series default
28829  doit être au début d'une ligne pour se trouver dans la sortie final au
28830  dessus de celle-ci.
28831  Un exemple où le texte a été inséré au début de la deuxième ligne:
28832 \begin_inset Newpage newpage
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Standard
28839 \begin_inset Formula 
28840 \begin{align}
28841 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28842 \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
28843 \end{align}
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Standard
28851
28852 \series bold
28853
28854 \backslash
28855 intertext
28856 \series default
28857  
28858 \lang english
28859 always creates some vertical space between the text and the formula lines.
28860  To avoid this space, set in the document settings under 
28861 \family sans
28862 Math
28863 \begin_inset space ~
28864 \end_inset
28865
28866 Options
28867 \family default
28868  for the package 
28869 \series bold
28870 \lang french
28871 mathtools
28872 \series default
28873
28874 \begin_inset Index idx
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878 Paquetages ! mathtools
28879 \end_layout
28880
28881 \end_inset
28882
28883  
28884 \lang english
28885 the option 
28886 \family sans
28887 Load
28888 \begin_inset space ~
28889 \end_inset
28890
28891 always
28892 \family default
28893 .
28894  Then you can use the command
28895 \lang french
28896  
28897 \series bold
28898
28899 \backslash
28900 shortintertext
28901 \series default
28902
28903 \begin_inset Index idx
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 Commandes ! S ! 
28908 \backslash
28909 shortintertext
28910 \end_layout
28911
28912 \end_inset
28913
28914  
28915 \lang english
28916 instead of 
28917 \series bold
28918
28919 \backslash
28920 intertext
28921 \series default
28922 :
28923 \lang french
28924
28925 \begin_inset Formula 
28926 \begin{align}
28927 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28928 \shortintertext{\text{l'intégrande est symétrique autour de \ensuremath{\phi=\pi}, donc}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28929 \end{align}
28930
28931 \end_inset
28932
28933
28934 \end_layout
28935
28936 \begin_layout Section
28937 Numérotation des formules
28938 \begin_inset Index idx
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942 Numérotation des formules
28943 \end_layout
28944
28945 \end_inset
28946
28947
28948 \begin_inset Index idx
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952 Formules ! numérotation|see
28953 \begin_inset ERT
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957
28958 {
28959 \end_layout
28960
28961 \end_inset
28962
28963 Numérotation des formules
28964 \begin_inset ERT
28965 status collapsed
28966
28967 \begin_layout Plain Layout
28968
28969 }
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Subsection
28983 Généralités
28984 \end_layout
28985
28986 \begin_layout Standard
28987 On peut créer des formules numérotées avec le menu 
28988 \family sans
28989 Insertion\SpecialChar \menuseparator
28990 Math\SpecialChar \menuseparator
28991 Formule
28992 \begin_inset space ~
28993 \end_inset
28994
28995 numérotée
28996 \family default
28997  (raccourci 
28998 \family sans
28999 Ctrl+Alt
29000 \begin_inset space ~
29001 \end_inset
29002
29003
29004 \family default
29005 N).
29006  On peut aussi numéroter des formules existantes avec le menu 
29007 \family sans
29008 Édition\SpecialChar \menuseparator
29009 Math\SpecialChar \menuseparator
29010 (Dés)Activer
29011 \begin_inset space ~
29012 \end_inset
29013
29014 numérotation
29015 \family default
29016  (raccourci 
29017 \family sans
29018 Alt+M
29019 \family default
29020
29021 \begin_inset space ~
29022 \end_inset
29023
29024
29025 \family sans
29026 N
29027 \family default
29028 ).
29029  Le numéro de la formule est affiché dans LyX après la formule sous la forme
29030  d'un dièse entre parenthèse
29031 \begin_inset Foot
29032 status collapsed
29033
29034 \begin_layout Plain Layout
29035 En anglais le dièse est le symbole du numéro (NdT).
29036 \end_layout
29037
29038 \end_inset
29039
29040 .
29041  Le dièse est remplacé dans la sortie finale par le numéro de la formule
29042 \end_layout
29043
29044 \begin_layout Standard
29045 Quand on active la numérotation sur des formules multi-lignes, toutes les
29046  lignes sont numérotées.
29047  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
29048  
29049 \family sans
29050 Édition\SpecialChar \menuseparator
29051 Math\SpecialChar \menuseparator
29052 (Dés)Activer
29053 \begin_inset space ~
29054 \end_inset
29055
29056 Numérotation
29057 \begin_inset space ~
29058 \end_inset
29059
29060 de
29061 \begin_inset space ~
29062 \end_inset
29063
29064 cette
29065 \begin_inset space ~
29066 \end_inset
29067
29068 ligne
29069 \family default
29070  (raccourci
29071 \begin_inset Newline newline
29072 \end_inset
29073
29074
29075 \family sans
29076 Alt+M
29077 \begin_inset space ~
29078 \end_inset
29079
29080 Shift+N
29081 \family default
29082 ).
29083 \end_layout
29084
29085 \begin_layout Standard
29086 À part pour les formules en ligne, toutes les formules peuvent être numérotées
29087  avec deux styles différents, voir 
29088 \begin_inset CommandInset ref
29089 LatexCommand ref
29090 reference "sec:Styles-de-formules"
29091
29092 \end_inset
29093
29094 .
29095 \end_layout
29096
29097 \begin_layout Subsection
29098 Références croisées
29099 \begin_inset Index idx
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103 References@Références croisées ! à des formules
29104 \end_layout
29105
29106 \end_inset
29107
29108
29109 \end_layout
29110
29111 \begin_layout Standard
29112 On peut faire référence à toute formule ayant une étiquette.
29113  On ajoute une étiquette avec le menu 
29114 \family sans
29115 Insertion\SpecialChar \menuseparator
29116 Étiquette
29117 \family default
29118  ou avec le bouton 
29119 \begin_inset Info
29120 type  "icon"
29121 arg   "label-insert"
29122 \end_inset
29123
29124  de la barre d'outils.
29125  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
29126  ligne.
29127  Vous pouvez également effectuer un clic droit sur la formule et choisir
29128  
29129 \family sans
29130 Étiquette d'équation
29131 \family default
29132 \lang english
29133 .
29134
29135 \lang french
29136  Une fenêtre de dialogue apparaît affichant le préfixe 
29137 \series bold
29138 eq:
29139 \series default
29140  dans un champ de texte.
29141  L'étiquette est insérée à cet endroit, juste après le préfixe.
29142  Le préfixe prédéfini signifie 
29143 \begin_inset Quotes eld
29144 \end_inset
29145
29146 équation
29147 \begin_inset Quotes erd
29148 \end_inset
29149
29150  et rend plus facile la recherche d'une étiquette dans les grand documents
29151  en l'identifiant comme une étiquette de formule et pas, par exemple comme
29152  une étiquette de section.
29153  Pour modifier l'étiquette vous devez repasser par le menu 
29154 \family sans
29155 Insertion\SpecialChar \menuseparator
29156 Étiquette 
29157 \family default
29158 ou effectuer un clic droit sur la formule et choisir 
29159 \family sans
29160 Étiquette d'équation
29161 \family default
29162 .
29163 \end_layout
29164
29165 \begin_layout Standard
29166 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
29167  la formule.
29168  Une formule avec une étiquette est toujours numérotée.
29169 \end_layout
29170
29171 \begin_layout Standard
29172 On insère une référence croisée avec le menu 
29173 \family sans
29174 Insertion\SpecialChar \menuseparator
29175 Référence
29176 \begin_inset space ~
29177 \end_inset
29178
29179 croisée
29180 \family default
29181  ou avec le bouton 
29182 \begin_inset Info
29183 type  "icon"
29184 arg   "dialog-show-new-inset ref"
29185 \end_inset
29186
29187  de la barre d'outils.
29188  Une référence croisée à une formule apparaît dans la sortie finale comme
29189  un numéro de formule.
29190  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
29191  
29192 \series bold
29193 (<reference>),
29194 \series default
29195  la référence croisée apparaît dans la sortie finale comme un numéro de
29196  formule entre parenthèses.
29197 \begin_inset Newline newline
29198 \end_inset
29199
29200 En faisant un clic droit sur une référence croisée dans LyX, on saute à
29201  la formule qui est référencée.
29202 \end_layout
29203
29204 \begin_layout Standard
29205 Voici comme exemples des références croisées à des formules qui se trouvent
29206  dans les sous-sections qui suivent:
29207 \begin_inset Note Note
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211 Noter les différents types de références croisées.
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \begin_layout Standard
29220 Les équations 
29221 \begin_inset CommandInset ref
29222 LatexCommand eqref
29223 reference "eq:tag"
29224
29225 \end_inset
29226
29227  et 
29228 \begin_inset CommandInset ref
29229 LatexCommand eqref
29230 reference "eq:c"
29231
29232 \end_inset
29233
29234  sont équivalentes.
29235  Dans (
29236 \begin_inset CommandInset ref
29237 LatexCommand ref
29238 reference "eq:Lat"
29239
29240 \end_inset
29241
29242 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
29243  à  (
29244 \begin_inset CommandInset ref
29245 LatexCommand ref
29246 reference "eq:Rom"
29247
29248 \end_inset
29249
29250 ).
29251 \end_layout
29252
29253 \begin_layout Standard
29254 \begin_inset VSpace medskip
29255 \end_inset
29256
29257 Quand l'argument de 
29258 \series bold
29259
29260 \backslash
29261 tag
29262 \begin_inset Foot
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266
29267 \series bold
29268
29269 \backslash
29270 tag
29271 \series default
29272  est décrit dans 
29273 \begin_inset CommandInset ref
29274 LatexCommand ref
29275 reference "sub:Numérotation-personnalisée"
29276
29277 \end_inset
29278
29279 .
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \series default
29286  contient une boîte comme dans 
29287 \begin_inset CommandInset ref
29288 LatexCommand ref
29289 reference "sub:Boîtes-de-paragraphes"
29290
29291 \end_inset
29292
29293 , la formule ne peut pas être référencée.
29294 \end_layout
29295
29296 \begin_layout Subsection
29297 Sous-numérotation
29298 \begin_inset Index idx
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302 Numérotation des formules ! sous-numérotation
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \begin_layout Standard
29311 Avec l'aide des commandes 
29312 \series bold
29313
29314 \backslash
29315 begin{subequations}
29316 \series default
29317  et 
29318 \series bold
29319
29320 \backslash
29321 end{subequations}
29322 \series default
29323  on peut faire une sous-numérotation de formules.
29324  Les deux commandes doivent être insérées en mode TeX.
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Un exemple:
29329 \begin_inset Formula 
29330 \begin{equation}
29331 A=C-B\label{eq:a}
29332 \end{equation}
29333
29334 \end_inset
29335
29336
29337 \begin_inset ERT
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341
29342
29343 \backslash
29344 addtocounter{equation}{-1}
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \begin_inset ERT
29351 status collapsed
29352
29353 \begin_layout Plain Layout
29354
29355
29356 \backslash
29357 begin{subequations}
29358 \end_layout
29359
29360 \end_inset
29361
29362
29363 \begin_inset VSpace -5mm
29364 \end_inset
29365
29366
29367 \begin_inset Formula 
29368 \begin{equation}
29369 B=C-A\label{eq:b}
29370 \end{equation}
29371
29372 \end_inset
29373
29374
29375 \begin_inset Formula 
29376 \begin{equation}
29377 C=A+B\label{eq:c}
29378 \end{equation}
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \begin_layout Standard
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390
29391
29392 \backslash
29393 end{subequations}
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \begin_layout Standard
29402 Pour créer cet exemple, on fait ce qui suit:
29403 \end_layout
29404
29405 \begin_layout Enumerate
29406 on insère la première formule
29407 \end_layout
29408
29409 \begin_layout Enumerate
29410 après la première formule on insère 
29411 \begin_inset Newline newline
29412 \end_inset
29413
29414
29415 \series bold
29416
29417 \backslash
29418 addtocounter{equation}{-1} 
29419 \backslash
29420 begin{subequations}
29421 \begin_inset Index idx
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425 Commandes ! A ! 
29426 \backslash
29427 addtocounter
29428 \end_layout
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \begin_layout Enumerate
29436 on insère la deuxième formule
29437 \end_layout
29438
29439 \begin_layout Enumerate
29440 on insère la troisième formule
29441 \end_layout
29442
29443 \begin_layout Enumerate
29444 on insère 
29445 \series bold
29446
29447 \backslash
29448 end{subequations}
29449 \series default
29450  après la troisième formule
29451 \end_layout
29452
29453 \begin_layout Standard
29454 Chaque formule entre les commandes 
29455 \series bold
29456
29457 \backslash
29458 begin
29459 \series default
29460  et 
29461 \series bold
29462
29463 \backslash
29464 end
29465 \series default
29466  est sous-numérotée avec a, b,
29467 \begin_inset Newline linebreak
29468 \end_inset
29469
29470 c, \SpecialChar \ldots{}
29471  Pour les formules multi-lignes, chaque ligne sera numérotée.
29472  Toutes les formules sous-numérotées sont traitées comme 
29473 \emph on
29474 une seule 
29475 \emph default
29476 formule.
29477  Mais comme chaque formule numérotée incrémente le compteur 
29478 \series bold
29479 equation
29480 \series default
29481  de un, on a besoin de la commande 
29482 \series bold
29483
29484 \backslash
29485 addtocounter
29486 \series default
29487  pour le décrémenter.
29488  Sinon les formules 
29489 \begin_inset CommandInset ref
29490 LatexCommand eqref
29491 reference "eq:a"
29492
29493 \end_inset
29494
29495
29496 \begin_inset CommandInset ref
29497 LatexCommand eqref
29498 reference "eq:b"
29499
29500 \end_inset
29501
29502
29503 \begin_inset CommandInset ref
29504 LatexCommand eqref
29505 reference "eq:c"
29506
29507 \end_inset
29508
29509  seraient numérotées comme 
29510 \begin_inset CommandInset ref
29511 LatexCommand eqref
29512 reference "eq:a"
29513
29514 \end_inset
29515
29516
29517 \begin_inset CommandInset ref
29518 LatexCommand eqref
29519 reference "eq:d"
29520
29521 \end_inset
29522
29523
29524 \begin_inset CommandInset ref
29525 LatexCommand eqref
29526 reference "eq:f"
29527
29528 \end_inset
29529
29530 .
29531 \end_layout
29532
29533 \begin_layout Standard
29534 En insérant les commandes en mode TeX entre les deux premières formules,
29535  on crée un espace.
29536  Pour le supprimer, on insère un espace vertical négatif de -5
29537 \begin_inset space \thinspace{}
29538 \end_inset
29539
29540 mm après la commande 
29541 \series bold
29542
29543 \backslash
29544 begin{subequations}
29545 \series default
29546 .
29547  Quand on utilise le style 
29548 \series bold
29549 Indenté
29550 \begin_inset Foot
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554 pour les styles de formules, voir 
29555 \begin_inset CommandInset ref
29556 LatexCommand ref
29557 reference "sec:Styles-de-formules"
29558
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \series default
29568 on insère un espace de -7
29569 \begin_inset space \thinspace{}
29570 \end_inset
29571
29572 mm à la place.
29573 \end_layout
29574
29575 \begin_layout Standard
29576 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
29577  pour la deuxième ligne:
29578 \end_layout
29579
29580 \begin_layout Standard
29581 \begin_inset ERT
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585
29586
29587 \backslash
29588 begin{subequations}
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \begin_inset Formula 
29595 \begin{eqnarray}
29596 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29597  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29598  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29599 \end{eqnarray}
29600
29601 \end_inset
29602
29603
29604 \begin_inset ERT
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608
29609
29610 \backslash
29611 end{subequations}
29612 \end_layout
29613
29614 \end_inset
29615
29616
29617 \end_layout
29618
29619 \begin_layout Subsection
29620 Numérotation personnalisée
29621 \begin_inset CommandInset label
29622 LatexCommand label
29623 name "sub:Numérotation-personnalisée"
29624
29625 \end_inset
29626
29627
29628 \begin_inset Index idx
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632 Numérotation des formules !  personnalisée
29633 \end_layout
29634
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \begin_layout Standard
29641 \begin_inset Index idx
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645 Numérotation des formules ! délimiteurs personnalisés
29646 \end_layout
29647
29648 \end_inset
29649
29650 Avec la numérotation standard, on a des parenthèses autour du numéro de
29651  formule.
29652  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
29653  il faut ajouter la lignes suivante dans le préambule LaTeX:
29654 \end_layout
29655
29656 \begin_layout Standard
29657
29658 \series bold
29659
29660 \backslash
29661 def
29662 \backslash
29663 tagform@#1{
29664 \backslash
29665 maketag@@@{|#1|}}
29666 \series default
29667
29668 \begin_inset Note Note
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
29673  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
29674  début de ligne.
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \begin_layout Standard
29683 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
29684  autour du 
29685 \series bold
29686 #1
29687 \series default
29688  par un caractère ou plus.
29689  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
29690  verticales.
29691 \end_layout
29692
29693 \begin_layout Standard
29694 \begin_inset VSpace bigskip
29695 \end_inset
29696
29697 Si vous voulez avoir une expression de votre choix entre parenthèses après
29698  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
29699  commande 
29700 \series bold
29701
29702 \backslash
29703 tag
29704 \series default
29705
29706 \begin_inset Index idx
29707 status collapsed
29708
29709 \begin_layout Plain Layout
29710 Commandes ! T ! 
29711 \backslash
29712 tag
29713 \end_layout
29714
29715 \end_inset
29716
29717 :
29718 \begin_inset Formula 
29719 \begin{equation}
29720 A+B=C\tag{quelquechose}\label{eq:tag}
29721 \end{equation}
29722
29723 \end_inset
29724
29725 Dans cet exemple, on a mis la commande 
29726 \series bold
29727
29728 \backslash
29729 tag
29730 \series default
29731
29732 \begin_inset space \textvisiblespace{}
29733 \end_inset
29734
29735
29736 \series bold
29737 quelquechose
29738 \series default
29739  dans la formule.
29740 \end_layout
29741
29742 \begin_layout Standard
29743 Quand on insère la commande 
29744 \series bold
29745
29746 \backslash
29747 tag*
29748 \series default
29749
29750 \begin_inset space \textvisiblespace{}
29751 \end_inset
29752
29753
29754 \series bold
29755 quelquechose
29756 \series default
29757  à la place, l'astérisque supprime les parenthèses autour du texte:
29758 \begin_inset Formula 
29759 \[
29760 A+B=C\tag*{quelquechose}
29761 \]
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Standard
29769 \begin_inset VSpace bigskip
29770 \end_inset
29771
29772 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
29773  ou section du document, on utilise les commandes suivantes: 
29774 \end_layout
29775
29776 \begin_layout Standard
29777
29778 \series bold
29779
29780 \backslash
29781 @addtoreset{equation}{part}
29782 \series default
29783
29784 \begin_inset Index idx
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 Commandes ! 
29789 \begin_inset ERT
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793
29794 "
29795 \end_layout
29796
29797 \end_inset
29798
29799 @
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805 "
29806 \end_layout
29807
29808 \end_inset
29809
29810  ! 
29811 \backslash
29812
29813 \begin_inset ERT
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817
29818 "
29819 \end_layout
29820
29821 \end_inset
29822
29823 @
29824 \begin_inset ERT
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828
29829 "
29830 \end_layout
29831
29832 \end_inset
29833
29834 addtoreset
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \begin_inset Newline newline
29841 \end_inset
29842
29843 ou
29844 \begin_inset Newline newline
29845 \end_inset
29846
29847
29848 \series bold
29849
29850 \backslash
29851 @addtoreset{equation}{section}
29852 \end_layout
29853
29854 \begin_layout Standard
29855 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
29856 \begin_inset Quotes eld
29857 \end_inset
29858
29859 @
29860 \begin_inset Quotes erd
29861 \end_inset
29862
29863  doit être rendu 
29864 \begin_inset Quotes eld
29865 \end_inset
29866
29867 actif
29868 \begin_inset Quotes erd
29869 \end_inset
29870
29871  pour LaTeX en utilisant la commande 
29872 \series bold
29873
29874 \backslash
29875 makeatletter.
29876
29877 \series default
29878  La commande 
29879 \series bold
29880
29881 \backslash
29882 makeatother
29883 \series default
29884  le désactive.
29885  La suite de commandes en mode TeX est donc:
29886 \end_layout
29887
29888 \begin_layout Standard
29889
29890 \series bold
29891
29892 \backslash
29893 makeatletter
29894 \begin_inset Newline newline
29895 \end_inset
29896
29897
29898 \backslash
29899 @addtoreset{equation}{section}
29900 \begin_inset Newline newline
29901 \end_inset
29902
29903
29904 \backslash
29905 makeatother
29906 \end_layout
29907
29908 \begin_layout Standard
29909 Dans le préambule LaTeX on peut omettre les commandes 
29910 \series bold
29911
29912 \backslash
29913 makeatletter
29914 \series default
29915  et 
29916 \series bold
29917
29918 \backslash
29919 makeatother
29920 \series default
29921 , vu que LyX les insère automatiquement en interne.
29922 \end_layout
29923
29924 \begin_layout Standard
29925 Pour supprimer l'effet de 
29926 \series bold
29927
29928 \backslash
29929 @addtoreset
29930 \series default
29931 , on doit charger le fichier 
29932 \series bold
29933 remreset.sty
29934 \series default
29935
29936 \begin_inset Foot
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941 \series bold
29942 remreset
29943 \series default
29944  fait partie du paquetage LaTeX 
29945 \series bold
29946 carlisle
29947 \series default
29948
29949 \begin_inset Index idx
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953 Paquetages ! carlisle
29954 \end_layout
29955
29956 \end_inset
29957
29958  qui est compris dans toutes les installations LaTeX standard.
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \begin_inset Index idx
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968 Paquetages ! remreset
29969 \end_layout
29970
29971 \end_inset
29972
29973  dans le préambule LaTeX avec la ligne
29974 \end_layout
29975
29976 \begin_layout Standard
29977
29978 \series bold
29979
29980 \backslash
29981 usepackage{remreset}
29982 \end_layout
29983
29984 \begin_layout Standard
29985 On peut alors utiliser la commande 
29986 \series bold
29987
29988 \backslash
29989 @removefromreset
29990 \series default
29991
29992 \begin_inset Index idx
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996 Commandes ! 
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002 "
30003 \end_layout
30004
30005 \end_inset
30006
30007 @
30008 \begin_inset ERT
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012
30013 "
30014 \end_layout
30015
30016 \end_inset
30017
30018  ! 
30019 \backslash
30020
30021 \begin_inset ERT
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025
30026 "
30027 \end_layout
30028
30029 \end_inset
30030
30031 @
30032 \begin_inset ERT
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036
30037 "
30038 \end_layout
30039
30040 \end_inset
30041
30042 removefromreset
30043 \end_layout
30044
30045 \end_inset
30046
30047  avec la même syntaxe que 
30048 \series bold
30049
30050 \backslash
30051 @addtoreset
30052 \series default
30053 .
30054 \end_layout
30055
30056 \begin_layout Standard
30057 \begin_inset VSpace bigskip
30058 \end_inset
30059
30060 On doit parfois numéroter les formules de la façon suivante
30061 \end_layout
30062
30063 \begin_layout Standard
30064
30065 \family typewriter
30066 (numéro de section.numéro de formule)
30067 \end_layout
30068
30069 \begin_layout Standard
30070 Le numéro de formule repart à 
30071 \begin_inset Quotes eld
30072 \end_inset
30073
30074 1
30075 \begin_inset Quotes erd
30076 \end_inset
30077
30078  à chaque nouvelle section
30079 \end_layout
30080
30081 \begin_layout Standard
30082 Dans ce cas, on peut utiliser la commande 
30083 \series bold
30084
30085 \backslash
30086 numberwithin
30087 \series default
30088
30089 \begin_inset Index idx
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093 Commandes ! N ! 
30094 \backslash
30095 numberwithin
30096 \end_layout
30097
30098 \end_inset
30099
30100 , qui a la syntaxe suivante:
30101 \end_layout
30102
30103 \begin_layout Standard
30104
30105 \series bold
30106
30107 \backslash
30108 numberwithin{compteur}{sectionnement}
30109 \end_layout
30110
30111 \begin_layout Standard
30112 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
30113 nt indique quel numéro est placé avant le point.
30114 \end_layout
30115
30116 \begin_layout Standard
30117 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
30118  LaTeX soit en mode TeX:
30119 \end_layout
30120
30121 \begin_layout Standard
30122
30123 \series bold
30124
30125 \backslash
30126 numberwithin{equation}{section}
30127 \end_layout
30128
30129 \begin_layout Standard
30130 Voici le résultat:
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136
30137 \backslash
30138 numberwithin{equation}{section}
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \begin_inset Formula 
30145 \begin{equation}
30146 A+B=C
30147 \end{equation}
30148
30149 \end_inset
30150
30151
30152 \end_layout
30153
30154 \begin_layout Standard
30155 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
30156  on utilisera
30157 \begin_inset Newline newline
30158 \end_inset
30159
30160
30161 \series bold
30162
30163 \backslash
30164 numberwithin{table}{part}
30165 \end_layout
30166
30167 \begin_layout Standard
30168 Pour revenir à la numérotation standard pour éviter ce type de numérotation
30169  quand elle est définie par la classe du document, on insère la commande
30170  suivante, soit dans le préambule, soit en mode TeX:
30171 \end_layout
30172
30173 \begin_layout Standard
30174
30175 \series bold
30176
30177 \backslash
30178 renewcommand{
30179 \backslash
30180 theequation}{
30181 \backslash
30182 arabic{equation}}
30183 \begin_inset Index idx
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187 Commandes ! A ! 
30188 \backslash
30189 arabic
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \series default
30196
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202
30203 \backslash
30204 renewcommand{
30205 \backslash
30206 theequation}{
30207 \backslash
30208 arabic{equation}}
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \series bold
30215
30216 \begin_inset Newline newline
30217 \end_inset
30218
30219
30220 \series default
30221 ou
30222 \series bold
30223
30224 \begin_inset Newline newline
30225 \end_inset
30226
30227
30228 \backslash
30229 renewcommand{
30230 \backslash
30231 thetable}{
30232 \backslash
30233 arabic{table}}
30234 \end_layout
30235
30236 \begin_layout Standard
30237
30238 \series bold
30239
30240 \backslash
30241 numberwithin
30242 \series default
30243  utilise en interne la commande 
30244 \series bold
30245
30246 \backslash
30247 @addtoreset
30248 \series default
30249 , décrite plus haut et qui doit aussi être annulée.
30250 \begin_inset ERT
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254
30255
30256 \backslash
30257 makeatletter
30258 \end_layout
30259
30260 \begin_layout Plain Layout
30261
30262
30263 \backslash
30264 @removefromreset{equation}{section}
30265 \end_layout
30266
30267 \begin_layout Plain Layout
30268
30269
30270 \backslash
30271 makeatother
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \end_layout
30278
30279 \begin_layout Subsection
30280 Numérotation avec des chiffres romains ou des lettres
30281 \begin_inset Index idx
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285 Numérotation des formules ! avec des lettres
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \begin_inset Index idx
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295 Numérotation des formules ! avec des chiffres romains
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \end_layout
30302
30303 \begin_layout Standard
30304 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
30305  latines.
30306  Par exemple, pour numéroter avec des petits chiffres romains, on insère
30307  la commande
30308 \end_layout
30309
30310 \begin_layout Standard
30311
30312 \series bold
30313
30314 \backslash
30315 renewcommand{
30316 \backslash
30317 theequation}{
30318 \backslash
30319 roman{equation}}
30320 \end_layout
30321
30322 \begin_layout Standard
30323 en mode TeX juste avant la formule.
30324  
30325 \series bold
30326
30327 \backslash
30328 renewcommand
30329 \series default
30330
30331 \begin_inset Index idx
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335 Commandes ! R ! 
30336 \backslash
30337 renewcommand
30338 \end_layout
30339
30340 \end_inset
30341
30342  redéfinit la commande prédéfinie 
30343 \series bold
30344
30345 \backslash
30346 theequation
30347 \series default
30348  en la commande 
30349 \series bold
30350
30351 \backslash
30352 roman{equation}
30353 \series default
30354
30355 \begin_inset Foot
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359 La commande 
30360 \series bold
30361
30362 \backslash
30363 renewcommand
30364 \series default
30365  a la même syntaxe que la commande 
30366 \series bold
30367
30368 \backslash
30369 newcommand
30370 \series default
30371  qui est décrite dans 
30372 \begin_inset CommandInset ref
30373 LatexCommand ref
30374 reference "sec:Commandes-personnalisées"
30375
30376 \end_inset
30377
30378 .
30379 \end_layout
30380
30381 \end_inset
30382
30383 .
30384  
30385 \series bold
30386 equation
30387 \series default
30388  est le compteur pour les formules.
30389  Quand la commande 
30390 \series bold
30391
30392 \backslash
30393 the
30394 \series default
30395  est utilisée comme préfixe pour un compteur, la valeur du compteur est
30396  écrite en utilisant des chiffres arabes.
30397  Quand une formule est numérotée, LaTeX met en interne la commande 
30398 \series bold
30399
30400 \backslash
30401 theequation
30402 \series default
30403  après la formule.
30404  
30405 \series bold
30406
30407 \backslash
30408 roman{equation}
30409 \begin_inset Index idx
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413 Commandes ! R ! 
30414 \backslash
30415 roman
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \series default
30422  écrit la valeur du compteur en utilisant des petits chiffres romains.
30423 \end_layout
30424
30425 \begin_layout Standard
30426 Toutes les formules qui suivent 
30427 \series bold
30428
30429 \backslash
30430 renew
30431 \series default
30432 c
30433 \series bold
30434 ommand
30435 \series default
30436  sont maintenant numérotées en chiffres romains.
30437  Pour passer à une numérotation avec de gros chiffres romains, on insère
30438  la même commande, mais avec 
30439 \series bold
30440
30441 \backslash
30442 roman
30443 \series default
30444  remplacé par 
30445 \series bold
30446
30447 \backslash
30448 Roman
30449 \series default
30450
30451 \begin_inset Index idx
30452 status collapsed
30453
30454 \begin_layout Plain Layout
30455 Commandes ! R ! 
30456 \backslash
30457 roman@
30458 \backslash
30459 Roman
30460 \end_layout
30461
30462 \end_inset
30463
30464 .
30465  Pour numéroter avec des lettres latines minuscules, on a la commande 
30466 \series bold
30467
30468 \backslash
30469 alph
30470 \series default
30471
30472 \begin_inset Index idx
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476 Commandes ! A ! 
30477 \backslash
30478 alphe
30479 \end_layout
30480
30481 \end_inset
30482
30483 , pour les lettres majuscules, on a 
30484 \series bold
30485
30486 \backslash
30487 Alph
30488 \series default
30489
30490 \begin_inset Index idx
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494 Commandes ! A ! 
30495 \backslash
30496 alph@
30497 \backslash
30498 Alph
30499 \end_layout
30500
30501 \end_inset
30502
30503 .
30504 \end_layout
30505
30506 \begin_layout Standard
30507 \begin_inset Note Greyedout
30508 status open
30509
30510 \begin_layout Plain Layout
30511
30512 \series bold
30513 \color none
30514 Note:
30515 \series default
30516  on peut numéroter au maximum 26
30517 \begin_inset space ~
30518 \end_inset
30519
30520 formules avec des lettres latines dans un même document.
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \end_layout
30527
30528 \begin_layout Standard
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534
30535 \backslash
30536 renewcommand{
30537 \backslash
30538 theequation}{
30539 \backslash
30540 roman{equation}}
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \end_layout
30547
30548 \begin_layout Standard
30549 \begin_inset Formula 
30550 \begin{equation}
30551 A=\textrm{romains minuscules}
30552 \end{equation}
30553
30554 \end_inset
30555
30556
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562
30563 \backslash
30564 renewcommand{
30565 \backslash
30566 theequation}{
30567 \backslash
30568 Roman{equation}}
30569 \end_layout
30570
30571 \end_inset
30572
30573
30574 \begin_inset Formula 
30575 \begin{equation}
30576 B=\textrm{romains majuscules}\label{eq:Rom}
30577 \end{equation}
30578
30579 \end_inset
30580
30581
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587
30588 \backslash
30589 renewcommand{
30590 \backslash
30591 theequation}{
30592 \backslash
30593 alph{equation}}
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \begin_inset Formula 
30600 \begin{equation}
30601 C=\textrm{latines minuscules}
30602 \end{equation}
30603
30604 \end_inset
30605
30606
30607 \begin_inset ERT
30608 status collapsed
30609
30610 \begin_layout Plain Layout
30611
30612
30613 \backslash
30614 renewcommand{
30615 \backslash
30616 theequation}{
30617 \backslash
30618 Alph{equation}}
30619 \end_layout
30620
30621 \end_inset
30622
30623
30624 \begin_inset Formula 
30625 \begin{equation}
30626 D=\textrm{latines majuscules}\label{eq:Lat}
30627 \end{equation}
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635 Pour revenir à la numérotation implicite, on insère la commande:
30636 \end_layout
30637
30638 \begin_layout Standard
30639
30640 \series bold
30641
30642 \backslash
30643 renewcommand{
30644 \backslash
30645 theequation}{
30646 \backslash
30647 arabic{equation}}
30648 \begin_inset Index idx
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 Commandes ! A ! 
30653 \backslash
30654 arabic
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \begin_layout Standard
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668
30669 \backslash
30670 renewcommand{
30671 \backslash
30672 theequation}{
30673 \backslash
30674 arabic{equation}}
30675 \end_layout
30676
30677 \end_inset
30678
30679
30680 \begin_inset Formula 
30681 \begin{equation}
30682 E=\textrm{Arabes}
30683 \end{equation}
30684
30685 \end_inset
30686
30687
30688 \end_layout
30689
30690 \begin_layout Standard
30691 \begin_inset VSpace medskip
30692 \end_inset
30693
30694 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
30695  du style de numérotation.
30696  Si l'on veut que la numérotation reparte à 
30697 \begin_inset Quotes eld
30698 \end_inset
30699
30700 1
30701 \begin_inset Quotes erd
30702 \end_inset
30703
30704  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
30705  On trouvera une description de cette opération dans le fichier 
30706 \begin_inset CommandInset href
30707 LatexCommand href
30708 name "Formula-numbering.lyx"
30709 target "run:Formula-numbering.lyx"
30710
30711 \end_inset
30712
30713 .
30714 \end_layout
30715
30716 \begin_layout Section
30717 Symboles et équations chimiques
30718 \begin_inset CommandInset label
30719 LatexCommand label
30720 name "sub:Symboles-chimiques"
30721
30722 \end_inset
30723
30724
30725 \begin_inset Index idx
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729 Equations@Équations chimiques
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \begin_inset Index idx
30736 status collapsed
30737
30738 \begin_layout Plain Layout
30739 Symboles ! chimiques
30740 \end_layout
30741
30742 \end_inset
30743
30744
30745 \end_layout
30746
30747 \begin_layout Standard
30748 Un exemple de texte de chimie:
30749 \end_layout
30750
30751 \begin_layout Quote
30752 L'ion 
30753 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30754 \end_inset
30755
30756 réagit avec deux ions 
30757 \begin_inset Formula $\mathrm{Na^{+}}$
30758 \end_inset
30759
30760  pour donner du sulfate de sodium 
30761 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30762 \end_inset
30763
30764 .
30765  La réaction chimique peut être mise sous la forme:
30766 \begin_inset Formula 
30767 \begin{equation}
30768 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaction-chimique}
30769 \end{equation}
30770
30771 \end_inset
30772
30773
30774 \end_layout
30775
30776 \begin_layout Standard
30777 Cette équation chimique peut être créée directement sous la forme d'une
30778  formule.
30779  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
30780  et mettez-le dans la police droite avec le raccourci 
30781 \family sans
30782 Alt+C
30783 \begin_inset space ~
30784 \end_inset
30785
30786 R
30787 \family default
30788  .
30789 \begin_inset Foot
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793 Style de polices, voir 
30794 \begin_inset CommandInset ref
30795 LatexCommand ref
30796 reference "sub:Styles-de-polices"
30797
30798 \end_inset
30799
30800
30801 \end_layout
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Standard
30809 Une méthode plus pratique pour mettre en forme des formules chimiques est
30810  d'utiliser la commande 
30811 \series bold
30812
30813 \backslash
30814 ce
30815 \series default
30816
30817 \begin_inset Index idx
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821 Commandes ! C ! 
30822 \backslash
30823 ce
30824 \end_layout
30825
30826 \end_inset
30827
30828  qui est disponible si le paquetage LaTeX 
30829 \series bold
30830 mhchem
30831 \series default
30832
30833 \begin_inset Index idx
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837 Paquetages ! mhchem
30838 \end_layout
30839
30840 \end_inset
30841
30842  est installé.
30843  Quand on insère 
30844 \series bold
30845
30846 \backslash
30847 ce
30848 \series default
30849  dans une formule, une boîte bleue apparaît dans laquelle on peut saisir
30850  des formules chimiques de façon intuitive.
30851 \end_layout
30852
30853 \begin_layout Standard
30854 \align center
30855 \begin_inset Tabular
30856 <lyxtabular version="3" rows="9" columns="2">
30857 <features rotate="0" tabularvalignment="middle">
30858 <column alignment="center" valignment="top">
30859 <column alignment="center" valignment="top">
30860 <row>
30861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30862 \begin_inset Text
30863
30864 \begin_layout Plain Layout
30865 Commande
30866 \end_layout
30867
30868 \end_inset
30869 </cell>
30870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30871 \begin_inset Text
30872
30873 \begin_layout Plain Layout
30874 Résultat
30875 \begin_inset Note Note
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880 \series bold
30881
30882 \backslash
30883 raisebox
30884 \series default
30885  est seulement utilisée pour faire de la place
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \end_inset
30894 </cell>
30895 </row>
30896 <row>
30897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30898 \begin_inset Text
30899
30900 \begin_layout Plain Layout
30901
30902 \backslash
30903 ce
30904 \begin_inset space \textvisiblespace{}
30905 \end_inset
30906
30907 H2CO3
30908 \end_layout
30909
30910 \end_inset
30911 </cell>
30912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30913 \begin_inset Text
30914
30915 \begin_layout Plain Layout
30916 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30917 \end_inset
30918
30919
30920 \end_layout
30921
30922 \end_inset
30923 </cell>
30924 </row>
30925 <row>
30926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30927 \begin_inset Text
30928
30929 \begin_layout Plain Layout
30930
30931 \backslash
30932 ce
30933 \begin_inset space \textvisiblespace{}
30934 \end_inset
30935
30936 SO4^2-
30937 \end_layout
30938
30939 \end_inset
30940 </cell>
30941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30942 \begin_inset Text
30943
30944 \begin_layout Plain Layout
30945 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30946 \end_inset
30947
30948
30949 \end_layout
30950
30951 \end_inset
30952 </cell>
30953 </row>
30954 <row>
30955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30956 \begin_inset Text
30957
30958 \begin_layout Plain Layout
30959
30960 \backslash
30961 ce
30962 \begin_inset space \textvisiblespace{}
30963 \end_inset
30964
30965 (NH4)2S
30966 \end_layout
30967
30968 \end_inset
30969 </cell>
30970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30971 \begin_inset Text
30972
30973 \begin_layout Plain Layout
30974 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30975 \end_inset
30976
30977
30978 \end_layout
30979
30980 \end_inset
30981 </cell>
30982 </row>
30983 <row>
30984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30985 \begin_inset Text
30986
30987 \begin_layout Plain Layout
30988
30989 \backslash
30990 ce
30991 \begin_inset space \textvisiblespace{}
30992 \end_inset
30993
30994 KCr(SO4)2.12H2O
30995 \end_layout
30996
30997 \end_inset
30998 </cell>
30999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31000 \begin_inset Text
31001
31002 \begin_layout Plain Layout
31003 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31004 \end_inset
31005
31006
31007 \end_layout
31008
31009 \end_inset
31010 </cell>
31011 </row>
31012 <row>
31013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31014 \begin_inset Text
31015
31016 \begin_layout Plain Layout
31017
31018 \backslash
31019 ce
31020 \begin_inset space \textvisiblespace{}
31021 \end_inset
31022
31023 A-B
31024 \backslash
31025 dbond
31026 \begin_inset space \textvisiblespace{}
31027 \end_inset
31028
31029 C
31030 \backslash
31031 tbond
31032 \begin_inset space \textvisiblespace{}
31033 \end_inset
31034
31035 D
31036 \end_layout
31037
31038 \end_inset
31039 </cell>
31040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31041 \begin_inset Text
31042
31043 \begin_layout Plain Layout
31044 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \end_inset
31051 </cell>
31052 </row>
31053 <row>
31054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31055 \begin_inset Text
31056
31057 \begin_layout Plain Layout
31058
31059 \backslash
31060 ce
31061 \begin_inset space \textvisiblespace{}
31062 \end_inset
31063
31064 ^227
31065 \begin_inset Formula $\downarrow$
31066 \end_inset
31067
31068 _90
31069 \begin_inset Formula $\to$
31070 \end_inset
31071
31072 Th+
31073 \end_layout
31074
31075 \end_inset
31076 </cell>
31077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31078 \begin_inset Text
31079
31080 \begin_layout Plain Layout
31081 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \end_inset
31088 </cell>
31089 </row>
31090 <row>
31091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31092 \begin_inset Text
31093
31094 \begin_layout Plain Layout
31095
31096 \backslash
31097 ce
31098 \begin_inset space \textvisiblespace{}
31099 \end_inset
31100
31101 CO2
31102 \begin_inset space \textvisiblespace{}
31103 \end_inset
31104
31105 +
31106 \begin_inset space \textvisiblespace{}
31107 \end_inset
31108
31109 C
31110 \begin_inset space \textvisiblespace{}
31111 \end_inset
31112
31113 <=>
31114 \begin_inset space \textvisiblespace{}
31115 \end_inset
31116
31117 2CO
31118 \end_layout
31119
31120 \end_inset
31121 </cell>
31122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31123 \begin_inset Text
31124
31125 \begin_layout Plain Layout
31126 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31127 \end_inset
31128
31129
31130 \end_layout
31131
31132 \end_inset
31133 </cell>
31134 </row>
31135 <row>
31136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31137 \begin_inset Text
31138
31139 \begin_layout Plain Layout
31140
31141 \backslash
31142 ce
31143 \begin_inset space \textvisiblespace{}
31144 \end_inset
31145
31146 CO2
31147 \begin_inset space \textvisiblespace{}
31148 \end_inset
31149
31150 +
31151 \begin_inset space \textvisiblespace{}
31152 \end_inset
31153
31154 C
31155 \begin_inset space \textvisiblespace{}
31156 \end_inset
31157
31158 ->[
31159 \backslash
31160 alpha][
31161 \backslash
31162 beta]
31163 \begin_inset space \textvisiblespace{}
31164 \end_inset
31165
31166 2CO}
31167 \end_layout
31168
31169 \end_inset
31170 </cell>
31171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31172 \begin_inset Text
31173
31174 \begin_layout Plain Layout
31175 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31176 \end_inset
31177
31178
31179 \end_layout
31180
31181 \end_inset
31182 </cell>
31183 </row>
31184 </lyxtabular>
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Standard
31192 \begin_inset Note Greyedout
31193 status open
31194
31195 \begin_layout Plain Layout
31196
31197 \series bold
31198 \color none
31199 Note:
31200 \series default
31201  L'insertion d'une formule mathématique dans une boîte 
31202 \series bold
31203
31204 \backslash
31205 ce
31206 \series default
31207  va provoquer une erreur LaTeX.
31208  Dans ce cas le code TeX devra être utilisé comme par exemple pour 
31209 \series bold
31210
31211 \backslash
31212 ce{$
31213 \backslash
31214 mu
31215 \backslash
31216 hyphen$Cl}
31217 \series default
31218
31219 \begin_inset ERT
31220 status collapsed
31221
31222 \begin_layout Plain Layout
31223
31224
31225 \backslash
31226 ce{$
31227 \backslash
31228 mu
31229 \backslash
31230 hyphen$Cl}
31231 \end_layout
31232
31233 \end_inset
31234
31235  
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \end_layout
31242
31243 \begin_layout Standard
31244
31245 \lang english
31246 \begin_inset Note Greyedout
31247 status open
31248
31249 \begin_layout Plain Layout
31250
31251 \series bold
31252 \color none
31253 Nota:
31254 \series default
31255  il n'est pas possible avec LyX d'utiliser le caractère ^ pour obtenir une
31256  flèche vers le haut, comme il est expliqué dans le manuel de 
31257 \series bold
31258 mhchem
31259 \series default
31260  On doit utiliser à la place une espace fine négative suivie de la commande
31261  
31262 \series bold
31263
31264 \backslash
31265 uparrow
31266 \series default
31267
31268 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31269 \end_inset
31270
31271
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \end_layout
31278
31279 \begin_layout Standard
31280 L'utilisation de la commande 
31281 \series bold
31282
31283 \backslash
31284 ce
31285 \series default
31286  pour l'équation
31287 \begin_inset space ~
31288 \end_inset
31289
31290
31291 \begin_inset CommandInset ref
31292 LatexCommand eqref
31293 reference "eq:reaction-chimique"
31294
31295 \end_inset
31296
31297  donne
31298 \begin_inset Newline newline
31299 \end_inset
31300
31301
31302 \series bold
31303  
31304 \backslash
31305 ce
31306 \begin_inset space \textvisiblespace{}
31307 \end_inset
31308
31309 2Na+
31310 \begin_inset space \textvisiblespace{}
31311 \end_inset
31312
31313 +
31314 \begin_inset space \textvisiblespace{}
31315 \end_inset
31316
31317 SO4^2-
31318 \begin_inset space \textvisiblespace{}
31319 \end_inset
31320
31321
31322 \begin_inset space \textvisiblespace{}
31323 \end_inset
31324
31325 ->
31326 \begin_inset space \textvisiblespace{}
31327 \end_inset
31328
31329 Na2SO4
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Pour créer des équations chimiques multilignes, on crée d'abord une formule
31334  multiligne comme cela est décrit dans 
31335 \begin_inset CommandInset ref
31336 LatexCommand ref
31337 reference "sec:Formules-multi-lignes"
31338
31339 \end_inset
31340
31341 .
31342  Ensuite on utilise la commande 
31343 \series bold
31344
31345 \backslash
31346 ce
31347 \series default
31348  dans chaque petite boîte bleue de la formule.
31349  
31350 \begin_inset CommandInset ref
31351 LatexCommand eqref
31352 reference "eq:TEOS-reaction-1"
31353
31354 \end_inset
31355
31356  et 
31357 \begin_inset CommandInset ref
31358 LatexCommand eqref
31359 reference "eq:TEOS-reaction-2"
31360
31361 \end_inset
31362
31363  sont un exemple d'une réaction chimique multi-étape où chaque équation
31364  a son propre numéro.
31365 \begin_inset Formula 
31366 \begin{eqnarray}
31367 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31368 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31369 \end{eqnarray}
31370
31371 \end_inset
31372
31373
31374 \end_layout
31375
31376 \begin_layout Standard
31377 En plus de 
31378 \series bold
31379
31380 \backslash
31381 ce
31382 \series default
31383  le paquetage 
31384 \series bold
31385 mhchem
31386 \series default
31387  fournit la commande 
31388 \series bold
31389
31390 \backslash
31391 cf
31392 \series default
31393
31394 \begin_inset Index idx
31395 status collapsed
31396
31397 \begin_layout Plain Layout
31398 Commandes ! C ! 
31399 \backslash
31400 cf
31401 \end_layout
31402
31403 \end_inset
31404
31405  qui doit être réservée à des cas spéciaux.
31406  Pour avoir plus d'information au sujet de 
31407 \series bold
31408
31409 \backslash
31410 cf
31411 \series default
31412  et plus d'exemples, jetez un coup d'oeil à la documentation de 
31413 \series bold
31414 mhchem
31415 \series default
31416
31417 \begin_inset CommandInset citation
31418 LatexCommand cite
31419 key "mhchem"
31420
31421 \end_inset
31422
31423 .
31424 \end_layout
31425
31426 \begin_layout Section
31427 Diagrammes
31428 \end_layout
31429
31430 \begin_layout Standard
31431 LyX gère deux types de diagrammes commutatifs; 
31432 \series bold
31433 amscd
31434 \series default
31435  et
31436 \series bold
31437  xymatrix
31438 \series default
31439  qui sont décrits dans ce qui suit.
31440 \end_layout
31441
31442 \begin_layout Subsection
31443 Les diagrammes amscd
31444 \begin_inset Index idx
31445 status collapsed
31446
31447 \begin_layout Plain Layout
31448 Diagrammes ! amscd
31449 \end_layout
31450
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \begin_layout Standard
31457 Des diagrammes de ce type visualisent les relations par des lignes verticales
31458  ou horizontales ou encore des flèches: 
31459 \begin_inset Formula 
31460 \[
31461 \begin{CD}A@>>>B@>>>C\\
31462 @AAA@.@VVV\\
31463 F@<<<E@<<<D
31464 \end{CD}
31465 \]
31466
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \begin_layout Standard
31473 Pour les obtenir, on insère la commande 
31474 \series bold
31475
31476 \backslash
31477 CD
31478 \begin_inset Index idx
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482 Commandes ! C ! 
31483 \backslash
31484 CD
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \series default
31491  dans une formule.
31492  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
31493  on peut insérer d'autres commandes.
31494  On crée une nouvelle ligne avec 
31495 \family sans
31496 Ctrl+Entrée
31497 \family default
31498 .
31499  Les relations horizontales sont insérées dans les lignes impaires et les
31500  relations verticales dans les lignes paires.
31501 \end_layout
31502
31503 \begin_layout Standard
31504 Pour créer les relations, il y a les commandes suivantes:
31505 \end_layout
31506
31507 \begin_layout Itemize
31508
31509 \series bold
31510 @<<<
31511 \series default
31512  crée une flèche gauche, 
31513 \series bold
31514 @>>>
31515 \series default
31516  une flèche droite, et 
31517 \series bold
31518 @=
31519 \series default
31520  un long signe égal
31521 \end_layout
31522
31523 \begin_layout Itemize
31524
31525 \series bold
31526 @AAA
31527 \series default
31528  crée une flèche vers le haut, 
31529 \series bold
31530 @VVV
31531 \series default
31532  une flèche vers le bas, et 
31533 \series bold
31534 @|
31535 \series default
31536  un signe égal vertical
31537 \end_layout
31538
31539 \begin_layout Itemize
31540
31541 \series bold
31542 @.
31543
31544 \series default
31545  sert de remplissage pour une relation inexistante
31546 \end_layout
31547
31548 \begin_layout Standard
31549 Toutes les flèches peuvent être étiquetées de la façon suivante:
31550 \end_layout
31551
31552 \begin_layout Itemize
31553 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
31554  de la flèche.
31555  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
31556  flèche.
31557 \end_layout
31558
31559 \begin_layout Itemize
31560 Quand le texte destiné à une flèche verticale est inséré entre le premier
31561  et le second A ou V, il est placé sur le côté gauche de la flèche.
31562  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
31563  de la flèche.
31564  Si le texte contient un A ou un V, ces lettres doivent être placées entre
31565  des accolades TeX.
31566 \end_layout
31567
31568 \begin_layout Standard
31569 Comme exemple, un diagramme avec toutes les relations possibles:
31570 \end_layout
31571
31572 \begin_layout Standard
31573 \begin_inset Formula 
31574 \[
31575 \begin{CD}A@>j>>B@>>k>C@=F\\
31576 @AmAA@.@VV{V}V@|\\
31577 D@<<j<E@>k>>F@=C
31578 \end{CD}
31579 \]
31580
31581 \end_inset
31582
31583
31584 \end_layout
31585
31586 \begin_layout Standard
31587 La commande pour l'obtenir:
31588 \begin_inset Newline newline
31589 \end_inset
31590
31591
31592 \series bold
31593
31594 \backslash
31595 CD
31596 \begin_inset space \textvisiblespace{}
31597 \end_inset
31598
31599 A@>j>>B@>>k>C@=F Ctrl+Entrée
31600 \begin_inset Newline newline
31601 \end_inset
31602
31603
31604 \begin_inset Phantom HPhantom
31605 status open
31606
31607 \begin_layout Plain Layout
31608
31609 \series bold
31610
31611 \backslash
31612 CD
31613 \begin_inset space \textvisiblespace{}
31614 \end_inset
31615
31616
31617 \end_layout
31618
31619 \end_inset
31620
31621 @AmAA@.@VV
31622 \backslash
31623 {V
31624 \series default
31625
31626 \begin_inset Formula $\to$
31627 \end_inset
31628
31629
31630 \series bold
31631 V@| Ctrl+Entrée
31632 \begin_inset Newline newline
31633 \end_inset
31634
31635
31636 \begin_inset Phantom HPhantom
31637 status open
31638
31639 \begin_layout Plain Layout
31640
31641 \series bold
31642
31643 \backslash
31644 CD
31645 \begin_inset space \textvisiblespace{}
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \end_inset
31652
31653 D@<<j<E@>k>>F@=C
31654 \end_layout
31655
31656 \begin_layout Subsection
31657 Les diagrammes xymatrix
31658 \begin_inset Index idx
31659 status collapsed
31660
31661 \begin_layout Plain Layout
31662 Diagrammes ! xymatrix
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \end_layout
31669
31670 \begin_layout Standard
31671 Pour pouvoir utiliser des xymatrices, on doit installer le paquetage LaTeX
31672  
31673 \series bold
31674 xypic
31675 \series default
31676 .
31677  Une xymatrice est créée en insérant la commande 
31678 \series bold
31679
31680 \backslash
31681 xymatrix
31682 \series default
31683  dans une formule.
31684  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31685  comme pour une matrice normale, voir 
31686 \begin_inset CommandInset ref
31687 LatexCommand ref
31688 reference "sec:Matrices"
31689
31690 \end_inset
31691
31692 .
31693 \end_layout
31694
31695 \begin_layout Standard
31696 Contrairement aux diagrammes amscd, les xymatrices acceptent les flèches
31697  diagonales ou courbes et plus encore.
31698  Toutes les possibilités pour créer des diagrammes commutatifs et leurs
31699  décorations sont expliquées en détail dans ce 
31700 \emph on
31701 manuel pour XY-pic 
31702 \emph default
31703 que vous trouverez dans le menu 
31704 \family sans
31705 Aide\SpecialChar \menuseparator
31706 Manuels
31707 \begin_inset space ~
31708 \end_inset
31709
31710 spécifiques
31711 \family default
31712 .
31713 \end_layout
31714
31715 \begin_layout Subsection
31716 Les diagrammes
31717 \noun on
31718  Feynman
31719 \noun default
31720
31721 \begin_inset Index idx
31722 status collapsed
31723
31724 \begin_layout Plain Layout
31725 Diagrammes ! Feynman
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \begin_layout Standard
31734 Pour pouvoir utiliser des diagrammes 
31735 \noun on
31736 Feynman
31737 \noun default
31738 , on doit installer le paquetage LaTeX 
31739 \series bold
31740 feyn
31741 \series default
31742 .
31743  Un diagramme 
31744 \noun on
31745 Feynman
31746 \noun default
31747  est créée en insérant la commande 
31748 \series bold
31749
31750 \backslash
31751 Diagram
31752 \series default
31753  dans une formule.
31754  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31755  comme pour une matrice normale, voir 
31756 \begin_inset CommandInset ref
31757 LatexCommand ref
31758 reference "sec:Matrices"
31759
31760 \end_inset
31761
31762 .
31763 \end_layout
31764
31765 \begin_layout Standard
31766 On trouvera des exemples montrant comment créer des diagrammes de 
31767 \noun on
31768 Feynman
31769 \noun default
31770  avec LyX dans le 
31771 \emph on
31772 Manuel des diagrammes de Feynman
31773 \emph default
31774  que vous trouverez dans le menu 
31775 \family sans
31776 Aide\SpecialChar \menuseparator
31777 Manuels
31778 \begin_inset space ~
31779 \end_inset
31780
31781 spécifiques
31782 \family default
31783 .
31784 \end_layout
31785
31786 \begin_layout Standard
31787 \begin_inset Newpage newpage
31788 \end_inset
31789
31790
31791 \end_layout
31792
31793 \begin_layout Section
31794 Commandes personnalisées
31795 \begin_inset CommandInset label
31796 LatexCommand label
31797 name "sec:Commandes-personnalisées"
31798
31799 \end_inset
31800
31801
31802 \begin_inset Index idx
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806 Commandes personnalisées
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \begin_layout Standard
31815 \begin_inset Note Greyedout
31816 status open
31817
31818 \begin_layout Plain Layout
31819
31820 \series bold
31821 Note:
31822 \series default
31823  Les noms des commandes personnalisées ne peuvent contenir que des lettres
31824  latines.
31825 \end_layout
31826
31827 \end_inset
31828
31829
31830 \end_layout
31831
31832 \begin_layout Subsection
31833 La commande 
31834 \backslash
31835 newcommand
31836 \begin_inset CommandInset label
31837 LatexCommand label
31838 name "sub:La-commande-newcommand"
31839
31840 \end_inset
31841
31842
31843 \begin_inset Index idx
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847 Commandes personnalisées ! 
31848 \backslash
31849 newcommand
31850 \end_layout
31851
31852 \end_inset
31853
31854
31855 \begin_inset Index idx
31856 status collapsed
31857
31858 \begin_layout Plain Layout
31859 Commandes ! N ! 
31860 \backslash
31861 newcommand
31862 \end_layout
31863
31864 \end_inset
31865
31866
31867 \end_layout
31868
31869 \begin_layout Standard
31870 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
31871  Mais on peut définir de nouvelles commandes plus courtes avec la commande
31872  
31873 \series bold
31874
31875 \backslash
31876 newcommand
31877 \series default
31878
31879 \begin_inset Index idx
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883 Commandes ! N ! 
31884 \backslash
31885 newcommand
31886 \end_layout
31887
31888 \end_inset
31889
31890  .
31891 \end_layout
31892
31893 \begin_layout Standard
31894 La syntaxe de 
31895 \series bold
31896
31897 \backslash
31898 newcommand
31899 \series default
31900  est:
31901 \end_layout
31902
31903 \begin_layout Standard
31904
31905 \series bold
31906
31907 \backslash
31908 newcommand{nom de la nouvelle commande}[nombre d'arguments][valeur optionnelle]
31909 \begin_inset Newline newline
31910 \end_inset
31911
31912
31913 \begin_inset Phantom HPhantom
31914 status open
31915
31916 \begin_layout Plain Layout
31917
31918 \series bold
31919
31920 \backslash
31921 newcommand
31922 \end_layout
31923
31924 \end_inset
31925
31926 {définition de la commande}
31927 \end_layout
31928
31929 \begin_layout Standard
31930 \begin_inset Note Greyedout
31931 status open
31932
31933 \begin_layout Plain Layout
31934
31935 \series bold
31936 Note:
31937 \series default
31938  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
31939  votre document ou par un des paquetages LaTeX que vous utilisez.
31940  Si par exemple, vous tentez de définir la commande 
31941 \series bold
31942
31943 \backslash
31944 le
31945 \series default
31946  pour 
31947 \series bold
31948
31949 \backslash
31950 Leftarrow
31951 \series default
31952 , vous aurez un message d'erreur puisque 
31953 \series bold
31954
31955 \backslash
31956 le
31957 \series default
31958  est déjà définie comme étant la commande pour le symbole 
31959 \begin_inset Quotes eld
31960 \end_inset
31961
31962
31963 \begin_inset Formula $\le$
31964 \end_inset
31965
31966
31967 \begin_inset Quotes erd
31968 \end_inset
31969
31970 .
31971 \end_layout
31972
31973 \end_inset
31974
31975
31976 \end_layout
31977
31978 \begin_layout Standard
31979 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
31980  d'argument que la commande doit avoir.
31981  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
31982  optionnel.
31983  Quand on utilise cette valeur, le 
31984 \emph on
31985 premier 
31986 \emph default
31987 argument de la nouvelle commande est automatiquement l'argument optionnel.
31988 \end_layout
31989
31990 \begin_layout Standard
31991 Voici quelques exemples:
31992 \end_layout
31993
31994 \begin_layout Itemize
31995 Pour définir la commande 
31996 \series bold
31997
31998 \backslash
31999 gr
32000 \series default
32001  pour 
32002 \series bold
32003
32004 \backslash
32005 Longrightarrow
32006 \series default
32007 , la ligne à insérer dans le préambule LaTeX est:
32008 \begin_inset VSpace medskip
32009 \end_inset
32010
32011
32012 \begin_inset Newline newline
32013 \end_inset
32014
32015
32016 \series bold
32017
32018 \backslash
32019 newcommand{
32020 \backslash
32021 gr}{
32022 \backslash
32023 Longrightarrow}
32024 \end_layout
32025
32026 \begin_layout Itemize
32027 Pour définir la commande
32028 \series bold
32029  
32030 \backslash
32031 us
32032 \series default
32033  pour 
32034 \series bold
32035
32036 \backslash
32037 underline
32038 \series default
32039 , l'argument (qui doit être souligné) doit être pris en compte.
32040  Pour cela, la ligne à insérer dans le préambule est:
32041 \begin_inset VSpace medskip
32042 \end_inset
32043
32044
32045 \begin_inset Newline newline
32046 \end_inset
32047
32048
32049 \series bold
32050
32051 \backslash
32052 newcommand{
32053 \backslash
32054 us}[1]{
32055 \backslash
32056 underline{#1}}
32057 \series default
32058
32059 \begin_inset VSpace medskip
32060 \end_inset
32061
32062
32063 \begin_inset Newline newline
32064 \end_inset
32065
32066 Le caractère 
32067 \series bold
32068 #
32069 \series default
32070  agit comme un argument formel, le 
32071 \series bold
32072 1
32073 \series default
32074  derrière lui indique qu'il représente le premier argument.
32075 \end_layout
32076
32077 \begin_layout Itemize
32078 Pour remplacer la commande 
32079 \series bold
32080
32081 \backslash
32082 framebox
32083 \series default
32084  on peut par exemple définir, la commande 
32085 \series bold
32086
32087 \backslash
32088 fb
32089 \series default
32090 :
32091 \begin_inset VSpace medskip
32092 \end_inset
32093
32094
32095 \begin_inset Newline newline
32096 \end_inset
32097
32098
32099 \series bold
32100
32101 \backslash
32102 newcommand{
32103 \backslash
32104 fb}[3]{
32105 \backslash
32106 framebox#1#2{$#3$}}
32107 \series default
32108
32109 \begin_inset VSpace medskip
32110 \end_inset
32111
32112
32113 \begin_inset Newline newline
32114 \end_inset
32115
32116 Les deux dollars créent une formule supplémentaire pour la commande 
32117 \series bold
32118
32119 \backslash
32120 framebox
32121 \series default
32122 , voir 
32123 \begin_inset CommandInset ref
32124 LatexCommand ref
32125 reference "sub:Boîtes-avec-cadre"
32126
32127 \end_inset
32128
32129 .
32130 \end_layout
32131
32132 \begin_layout Itemize
32133 Pour créer une nouvelle commande pour remplacer 
32134 \series bold
32135
32136 \backslash
32137 fcolorbox
32138 \series default
32139  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
32140  pour la couleur est défini comme optionnel:
32141 \begin_inset VSpace medskip
32142 \end_inset
32143
32144
32145 \begin_inset Newline newline
32146 \end_inset
32147
32148
32149 \series bold
32150
32151 \backslash
32152 newcommand{
32153 \backslash
32154 cb}[3][white]{
32155 \backslash
32156 fcolorbox{#2}{#1}{$#3$}}
32157 \series default
32158
32159 \begin_inset VSpace medskip
32160 \end_inset
32161
32162
32163 \begin_inset Newline newline
32164 \end_inset
32165
32166 Quand la couleur n'est pas définie lors d'une utilisation de 
32167 \series bold
32168
32169 \backslash
32170 cb
32171 \series default
32172 , la couleur prédéfinie 
32173 \series bold
32174 white
32175 \series default
32176  est utilisée implicitement.
32177 \end_layout
32178
32179 \begin_layout Standard
32180 Un test des nouvelles commandes:
32181 \end_layout
32182
32183 \begin_layout Standard
32184 \align center
32185 \begin_inset Tabular
32186 <lyxtabular version="3" rows="6" columns="2">
32187 <features rotate="0" tabularvalignment="middle">
32188 <column alignment="center" valignment="top">
32189 <column alignment="center" valignment="top">
32190 <row>
32191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32192 \begin_inset Text
32193
32194 \begin_layout Plain Layout
32195 Commande
32196 \end_layout
32197
32198 \end_inset
32199 </cell>
32200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32201 \begin_inset Text
32202
32203 \begin_layout Plain Layout
32204 Résultat
32205 \begin_inset Note Note
32206 status collapsed
32207
32208 \begin_layout Plain Layout
32209
32210 \series bold
32211
32212 \backslash
32213 raisebox
32214 \series default
32215  est seulement utilisée pour faire de la place
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 </row>
32226 <row>
32227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout Plain Layout
32231 A
32232 \backslash
32233 gr
32234 \begin_inset space \textvisiblespace{}
32235 \end_inset
32236
32237 B
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32243 \begin_inset Text
32244
32245 \begin_layout Plain Layout
32246 \begin_inset Formula $A\gr B$
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 </row>
32255 <row>
32256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32257 \begin_inset Text
32258
32259 \begin_layout Plain Layout
32260
32261 \backslash
32262 us{ABcd
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32268 \begin_inset Text
32269
32270 \begin_layout Plain Layout
32271 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \end_inset
32278 </cell>
32279 </row>
32280 <row>
32281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32282 \begin_inset Text
32283
32284 \begin_layout Plain Layout
32285
32286 \backslash
32287 fb{[2cm]
32288 \begin_inset Formula $\to$
32289 \end_inset
32290
32291
32292 \backslash
32293 {
32294 \begin_inset Formula $\to$
32295 \end_inset
32296
32297
32298 \backslash
32299 {
32300 \backslash
32301 int
32302 \begin_inset space \textvisiblespace{}
32303 \end_inset
32304
32305 A=B
32306 \end_layout
32307
32308 \end_inset
32309 </cell>
32310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32311 \begin_inset Text
32312
32313 \begin_layout Plain Layout
32314 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \end_inset
32321 </cell>
32322 </row>
32323 <row>
32324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32325 \begin_inset Text
32326
32327 \begin_layout Plain Layout
32328
32329 \backslash
32330 cb{red
32331 \begin_inset Formula $\to$
32332 \end_inset
32333
32334
32335 \backslash
32336 {
32337 \backslash
32338 int
32339 \begin_inset space \textvisiblespace{}
32340 \end_inset
32341
32342 A=B
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32348 \begin_inset Text
32349
32350 \begin_layout Plain Layout
32351 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \end_inset
32358 </cell>
32359 </row>
32360 <row>
32361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32362 \begin_inset Text
32363
32364 \begin_layout Plain Layout
32365
32366 \backslash
32367 cb[green]
32368 \backslash
32369 {red
32370 \begin_inset Formula $\to$
32371 \end_inset
32372
32373
32374 \backslash
32375 {
32376 \backslash
32377 int
32378 \begin_inset space \textvisiblespace{}
32379 \end_inset
32380
32381 A=B
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32391 \end_inset
32392
32393
32394 \end_layout
32395
32396 \end_inset
32397 </cell>
32398 </row>
32399 </lyxtabular>
32400
32401 \end_inset
32402
32403
32404 \end_layout
32405
32406 \begin_layout Subsection
32407 Macros en mode mathématique
32408 \begin_inset Index idx
32409 status collapsed
32410
32411 \begin_layout Plain Layout
32412 Commandes personnalisées ! macros mathématiques
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \begin_inset Index idx
32419 status collapsed
32420
32421 \begin_layout Plain Layout
32422 Macros
32423 \end_layout
32424
32425 \end_inset
32426
32427
32428 \end_layout
32429
32430 \begin_layout Standard
32431 LyX permet la définition de macros pour les formules, ce qui est parciculièremen
32432 t utile pour les expressions complexes.
32433  Par exemple, supposons que les solutions de l'équation du second degré
32434  apparaissent souvent dans votre document sous des formes variées.
32435  La forme générale de l'équation du second degré est:
32436 \begin_inset Formula 
32437 \[
32438 0=\lambda^{2}+p\lambda+q
32439 \]
32440
32441 \end_inset
32442
32443 La forme générale de ses solutions est:
32444 \begin_inset Formula 
32445 \[
32446 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32447 \]
32448
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \begin_layout Standard
32455 Pour définir une commande pour la formule de la solution, les paramètres
32456  
32457 \begin_inset Formula $\lambda$
32458 \end_inset
32459
32460
32461 \begin_inset Formula $p$
32462 \end_inset
32463
32464  et 
32465 \begin_inset Formula $q$
32466 \end_inset
32467
32468  peuvent prendre des formes variées et l'indice de 
32469 \begin_inset Formula $\lambda$
32470 \end_inset
32471
32472  doit pouvoir être donné de façon optionnelle, la ligne de préambule LaTeX
32473  est
32474 \begin_inset Newline newline
32475 \end_inset
32476
32477
32478 \series bold
32479
32480 \backslash
32481 newcommand{
32482 \backslash
32483 qG}[4][1,
32484 \backslash
32485 ,2]{#2_{#1}=-
32486 \backslash
32487 frac{#3}{2}
32488 \backslash
32489 pm
32490 \begin_inset Newline newline
32491 \end_inset
32492
32493
32494 \begin_inset Phantom HPhantom
32495 status open
32496
32497 \begin_layout Plain Layout
32498
32499 \series bold
32500
32501 \backslash
32502 newcommand
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \backslash
32509 sqrt{
32510 \backslash
32511 frac{#3^{2}}{4}-#4}}
32512 \end_layout
32513
32514 \begin_layout Standard
32515 Pour créer une formule de solution avec cette définition, on peut insérer
32516  dans une formule la commande:
32517 \end_layout
32518
32519 \begin_layout Standard
32520
32521 \series bold
32522
32523 \backslash
32524 qG{
32525 \backslash
32526 lambda
32527 \begin_inset Formula $\to$
32528 \end_inset
32529
32530
32531 \backslash
32532 {p
32533 \begin_inset Formula $\to$
32534 \end_inset
32535
32536
32537 \backslash
32538 {q
32539 \end_layout
32540
32541 \begin_layout Standard
32542 La définition de la nouvelle commande n'est pas intuitive parce que l'on
32543  doit connaître la syntaxe des commandes LaTeX que l'on utilise, par exemple
32544  que l'on insère une fraction en faisant 
32545 \series bold
32546
32547 \backslash
32548 frac{numérateur}{dénominateur}
32549 \series default
32550 .
32551  En plus on peut facilement oublier une accolade dans la définition et ne
32552  pas voir dans LyX ce que la nouvelle commande va faire.
32553  Pour éviter ces problèmes LyX offre la possibilité d'utiliser des macros
32554  mathématiques à la place de la commande 
32555 \series bold
32556
32557 \backslash
32558 newcommand
32559 \series default
32560 .
32561 \end_layout
32562
32563 \begin_layout Standard
32564 Une macro est créée en utilisant le menu 
32565 \family sans
32566 Insertion\SpecialChar \menuseparator
32567 Math\SpecialChar \menuseparator
32568 Macro
32569 \family default
32570  ou le bouton 
32571 \begin_inset Info
32572 type  "icon"
32573 arg   "math-macro newmacroname_newcommand"
32574 \end_inset
32575
32576  de la barre d'outils.
32577  La barre d'outils macro apparaît alors ainsi que la boîte suivante où on
32578  définit la macro:
32579 \begin_inset Newline newline
32580 \end_inset
32581
32582
32583 \begin_inset space \hspace*{\fill}
32584 \end_inset
32585
32586
32587 \begin_inset Graphics
32588         filename ../clipart/macrobox.png
32589
32590 \end_inset
32591
32592
32593 \begin_inset space \hspace*{\fill}
32594 \end_inset
32595
32596
32597 \begin_inset Newline newline
32598 \end_inset
32599
32600
32601 \begin_inset FormulaMacro
32602 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32603 \end_inset
32604
32605
32606 \backslash
32607 newmacroname est le nom qui est donné implicitement à la macro et qui doit
32608  être remplacé par quelquechose de raisonable.
32609  La formule voulue est insérée dans la première boîte bleue.
32610  On insère une réservation pour un argument avec la commande 
32611 \series bold
32612
32613 \backslash
32614 #numéro_argument
32615 \series default
32616 , par exemple 
32617 \series bold
32618
32619 \backslash
32620 #1
32621 \series default
32622 , ou en utilisant le bouton 
32623 \begin_inset Info
32624 type  "icon"
32625 arg   "math-macro-add-param"
32626 \end_inset
32627
32628  de la barre d'outils macro.
32629  On peut avoir au maximum 9
32630 \begin_inset space ~
32631 \end_inset
32632
32633 arguments.
32634  Les arguments optionnels sont créés avec le bouton 
32635 \begin_inset Info
32636 type  "icon"
32637 arg   "math-macro-add-optional-param"
32638 \end_inset
32639
32640  de la barre d'outils.
32641  Le prenier argument non optionnel peut être transformé en argument optionnel
32642  avec le bouton 
32643 \begin_inset Info
32644 type  "icon"
32645 arg   "math-macro-make-optional"
32646 \end_inset
32647
32648 .
32649  On peut utiliser la deuxième boîte bleue pour décrire l'apparence de la
32650  macro dans LyX.
32651  En principe, vous voudrez la voir comme vous l'avez définie, la boîte est
32652  alors laissée vide.
32653  Mais quand vous avez créé une macro qui demande beaucoup de place à l'écran,
32654  vous pouvez par exemple, insérer dans la boîte quelquechose comme ceci
32655 \begin_inset Newline newline
32656 \end_inset
32657
32658
32659 \series bold
32660 qG: 
32661 \backslash
32662 #1
32663 \series default
32664  
32665 \series bold
32666 ,
32667 \series default
32668  
32669 \series bold
32670
32671 \backslash
32672 #2
32673 \series default
32674  
32675 \series bold
32676 ,
32677 \series default
32678  
32679 \series bold
32680
32681 \backslash
32682 #3, 
32683 \backslash
32684 #4
32685 \begin_inset Newline newline
32686 \end_inset
32687
32688
32689 \series default
32690 Au niveau de la macro on n'affichera que les arguments, précédés du nom
32691  de la macro, ce qui facilitera la lisibilité.
32692  La formule sera imprimée sur la sortie conformément à la description de
32693  la première boîte.
32694 \begin_inset Newline newline
32695 \end_inset
32696
32697 L'apparence d'une macro dans une formule peut être modifiée en déplaçant
32698  le curseur dans la macro et en utilisant le menu 
32699 \family sans
32700 Visualiser\SpecialChar \menuseparator
32701 Déplier/Replier la macro mathématique
32702 \family default
32703 .
32704 \end_layout
32705
32706 \begin_layout Standard
32707 Pour utiliser une macro, son nom est inséré dans une formule comme une commande,
32708  dans notre cas, on met 
32709 \series bold
32710
32711 \backslash
32712 qG
32713 \series default
32714 .
32715  Dans Lyx, notre macro va ressembler à ceci:
32716 \begin_inset Newline newline
32717 \end_inset
32718
32719
32720 \begin_inset space \hspace*{\fill}
32721 \end_inset
32722
32723
32724 \begin_inset Graphics
32725         filename ../clipart/macrouse.png
32726
32727 \end_inset
32728
32729
32730 \begin_inset space \hspace*{\fill}
32731 \end_inset
32732
32733
32734 \begin_inset Newline newline
32735 \end_inset
32736
32737 Voici notre exemple avec les arguments 
32738 \begin_inset Formula $x$
32739 \end_inset
32740
32741
32742 \begin_inset Formula $\ln(x)$
32743 \end_inset
32744
32745  et 
32746 \begin_inset Formula $B$
32747 \end_inset
32748
32749 :
32750 \end_layout
32751
32752 \begin_layout Standard
32753 \begin_inset Formula 
32754 \[
32755 \qG x{\ln(x)}B
32756 \]
32757
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \begin_layout Standard
32764 LyX propose dans le menu 
32765 \family sans
32766 Outils
32767 \family default
32768 \SpecialChar \menuseparator
32769
32770 \family sans
32771 Préférences\SpecialChar \menuseparator
32772 En
32773 \begin_inset space ~
32774 \end_inset
32775
32776 cours
32777 \begin_inset space ~
32778 \end_inset
32779
32780 de
32781 \begin_inset space ~
32782 \end_inset
32783
32784 modification\SpecialChar \menuseparator
32785 Contrôle
32786 \family default
32787  different styles pour éditer les macros.
32788  Pour trouver le style qui vous convient le mieux, choisissez un style et
32789  placez le curseur dans une macro pour voir la différence.
32790 \end_layout
32791
32792 \begin_layout Standard
32793 En interne, une macro est transformée en une commande 
32794 \series bold
32795
32796 \backslash
32797 newcommand
32798 \series default
32799  au moment de l'exportation du document.
32800  Les commandes 
32801 \series bold
32802
32803 \backslash
32804 newcommand
32805 \series default
32806  qui sont ainsi générées ne sont pas placées dans le préambule LaTeX, ce
32807  qui fait que les macros ne peuvent être utilisées que dans des formules
32808  qui suivent leur boîte de définition dans le document.
32809 \end_layout
32810
32811 \begin_layout Standard
32812 On peut aussi créer une macro mathématique directement à partir d'une commande
32813  
32814 \series bold
32815
32816 \backslash
32817 newcommand
32818 \series default
32819 .
32820  Écrivez par exemple la commande
32821 \begin_inset Newline newline
32822 \end_inset
32823
32824
32825 \series bold
32826
32827 \backslash
32828 newcommand{
32829 \backslash
32830 larrow}[2]{
32831 \backslash
32832 xleftarrow[#2]{#1}}
32833 \series default
32834
32835 \begin_inset Newline newline
32836 \end_inset
32837
32838 dans LyX, en texte normal, sélectionnez-la et ensuite utilisez la raccourci
32839  clavier 
32840 \family sans
32841 Ctrl+M
32842 \family default
32843 , la commande sera transformée en macro mathématique.
32844  En utilisant cette méthode, vous devez faire attention au fait que la commande
32845  
32846 \series bold
32847
32848 \backslash
32849 newcommand
32850 \series default
32851  soit tapée correctement, sinon vous obtiendrez une macro corrompue qui
32852  amènera des erreurs LaTeX.
32853 \end_layout
32854
32855 \begin_layout Standard
32856 Les macro mathématiques ont encore actuellement un problème qui fait que
32857  les formules supplémentaires dans une définition de macro ne sont pas gérées
32858  correctement.
32859  Ce qui fait que l'exemple 
32860 \series bold
32861
32862 \backslash
32863 fb
32864 \series default
32865  de la sous-section
32866 \begin_inset space ~
32867 \end_inset
32868
32869
32870 \begin_inset CommandInset ref
32871 LatexCommand ref
32872 reference "sub:La-commande-newcommand"
32873
32874 \end_inset
32875
32876  ne peut pas être créée comme macro.
32877 \end_layout
32878
32879 \begin_layout Standard
32880 Quand le curseur se trouve dans la boîte de définition d'une macro, vous
32881  verrez dans la fenêtre de LyX, la barre d'outils macro :
32882 \end_layout
32883
32884 \begin_layout Standard
32885 \begin_inset VSpace defskip
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \begin_layout Standard
32892 \begin_inset Graphics
32893         filename ../clipart/MacroToolbar.png
32894
32895 \end_inset
32896
32897
32898 \begin_inset Index idx
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902 Macros ! Barre d'outils
32903 \end_layout
32904
32905 \end_inset
32906
32907
32908 \end_layout
32909
32910 \begin_layout Standard
32911 \begin_inset VSpace defskip
32912 \end_inset
32913
32914
32915 \end_layout
32916
32917 \begin_layout Standard
32918 La barre d'outils macro contient de la gauche vers la droite les boutons
32919  suivants :
32920 \end_layout
32921
32922 \begin_layout Standard
32923 \begin_inset VSpace defskip
32924 \end_inset
32925
32926
32927 \end_layout
32928
32929 \begin_layout Standard
32930 \begin_inset Tabular
32931 <lyxtabular version="3" rows="9" columns="2">
32932 <features rotate="0" islongtable="true" longtabularalignment="center">
32933 <column alignment="left" valignment="top">
32934 <column alignment="left" valignment="top" width="85col%">
32935 <row interlinespace="2.5mm">
32936 <cell alignment="center" valignment="top" usebox="none">
32937 \begin_inset Text
32938
32939 \begin_layout Plain Layout
32940 \begin_inset Info
32941 type  "icon"
32942 arg   "math-macro-remove-param"
32943 \end_inset
32944
32945
32946 \end_layout
32947
32948 \end_inset
32949 </cell>
32950 <cell alignment="center" valignment="top" usebox="none">
32951 \begin_inset Text
32952
32953 \begin_layout Plain Layout
32954
32955 \family sans
32956 Édition\SpecialChar \menuseparator
32957 Math\SpecialChar \menuseparator
32958 Définition
32959 \begin_inset space ~
32960 \end_inset
32961
32962 de
32963 \begin_inset space ~
32964 \end_inset
32965
32966 macro\SpecialChar \menuseparator
32967 Supprimer
32968 \begin_inset space ~
32969 \end_inset
32970
32971 le
32972 \begin_inset space ~
32973 \end_inset
32974
32975 dernier
32976 \begin_inset space ~
32977 \end_inset
32978
32979 argument
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 </row>
32985 <row interlinespace="2.5mm">
32986 <cell alignment="center" valignment="top" usebox="none">
32987 \begin_inset Text
32988
32989 \begin_layout Plain Layout
32990 \begin_inset Info
32991 type  "icon"
32992 arg   "math-macro-add-param"
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \end_inset
32999 </cell>
33000 <cell alignment="center" valignment="top" usebox="none">
33001 \begin_inset Text
33002
33003 \begin_layout Plain Layout
33004
33005 \family sans
33006 Édition\SpecialChar \menuseparator
33007 Math\SpecialChar \menuseparator
33008 Définition
33009 \begin_inset space ~
33010 \end_inset
33011
33012 de
33013 \begin_inset space ~
33014 \end_inset
33015
33016 macro\SpecialChar \menuseparator
33017 Ajouter
33018 \begin_inset space ~
33019 \end_inset
33020
33021 un
33022 \begin_inset space ~
33023 \end_inset
33024
33025 argument
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 </row>
33031 <row interlinespace="2.5mm">
33032 <cell alignment="center" valignment="top" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 \begin_inset Info
33037 type  "icon"
33038 arg   "math-macro-make-optional"
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \end_inset
33045 </cell>
33046 <cell alignment="center" valignment="top" usebox="none">
33047 \begin_inset Text
33048
33049 \begin_layout Plain Layout
33050
33051 \family sans
33052 Édition\SpecialChar \menuseparator
33053 Math\SpecialChar \menuseparator
33054 Définition
33055 \begin_inset space ~
33056 \end_inset
33057
33058 de
33059 \begin_inset space ~
33060 \end_inset
33061
33062 macro\SpecialChar \menuseparator
33063 Rendre optionnel le premier
33064 \begin_inset Newline newline
33065 \end_inset
33066
33067
33068 \begin_inset Phantom HPhantom
33069 status open
33070
33071 \begin_layout Plain Layout
33072
33073 \family sans
33074 Édition\SpecialChar \menuseparator
33075 Math\SpecialChar \menuseparator
33076 Définition
33077 \begin_inset space ~
33078 \end_inset
33079
33080 de
33081 \begin_inset space ~
33082 \end_inset
33083
33084 macro\SpecialChar \menuseparator
33085
33086 \end_layout
33087
33088 \end_inset
33089
33090 argument
33091 \begin_inset space ~
33092 \end_inset
33093
33094 non
33095 \begin_inset space ~
33096 \end_inset
33097
33098 optionnel
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 </row>
33104 <row interlinespace="2.5mm">
33105 <cell alignment="center" valignment="top" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109 \begin_inset Info
33110 type  "icon"
33111 arg   "math-macro-make-nonoptional"
33112 \end_inset
33113
33114
33115 \end_layout
33116
33117 \end_inset
33118 </cell>
33119 <cell alignment="center" valignment="top" usebox="none">
33120 \begin_inset Text
33121
33122 \begin_layout Plain Layout
33123
33124 \family sans
33125 Édition\SpecialChar \menuseparator
33126 Math\SpecialChar \menuseparator
33127 Définition
33128 \begin_inset space ~
33129 \end_inset
33130
33131 de
33132 \begin_inset space ~
33133 \end_inset
33134
33135 macro\SpecialChar \menuseparator
33136 Rendre non optionnel le dernier
33137 \begin_inset Newline newline
33138 \end_inset
33139
33140
33141 \begin_inset Phantom HPhantom
33142 status open
33143
33144 \begin_layout Plain Layout
33145
33146 \family sans
33147 Édition\SpecialChar \menuseparator
33148 Math\SpecialChar \menuseparator
33149 Définition
33150 \begin_inset space ~
33151 \end_inset
33152
33153 de
33154 \begin_inset space ~
33155 \end_inset
33156
33157 macro\SpecialChar \menuseparator
33158
33159 \end_layout
33160
33161 \end_inset
33162
33163 argument
33164 \begin_inset space ~
33165 \end_inset
33166
33167 optionnel
33168 \end_layout
33169
33170 \end_inset
33171 </cell>
33172 </row>
33173 <row interlinespace="2.5mm">
33174 <cell alignment="center" valignment="top" usebox="none">
33175 \begin_inset Text
33176
33177 \begin_layout Plain Layout
33178 \begin_inset Info
33179 type  "icon"
33180 arg   "math-macro-remove-optional-param"
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 <cell alignment="center" valignment="top" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192
33193 \family sans
33194 Édition\SpecialChar \menuseparator
33195 Math\SpecialChar \menuseparator
33196 Définition
33197 \begin_inset space ~
33198 \end_inset
33199
33200 de
33201 \begin_inset space ~
33202 \end_inset
33203
33204 macro\SpecialChar \menuseparator
33205 Supprimer
33206 \begin_inset space ~
33207 \end_inset
33208
33209 un
33210 \begin_inset space ~
33211 \end_inset
33212
33213 argument
33214 \begin_inset space ~
33215 \end_inset
33216
33217 optionnel
33218 \end_layout
33219
33220 \end_inset
33221 </cell>
33222 </row>
33223 <row interlinespace="2.5mm">
33224 <cell alignment="center" valignment="top" usebox="none">
33225 \begin_inset Text
33226
33227 \begin_layout Plain Layout
33228 \begin_inset Info
33229 type  "icon"
33230 arg   "math-macro-add-optional-param"
33231 \end_inset
33232
33233
33234 \end_layout
33235
33236 \end_inset
33237 </cell>
33238 <cell alignment="center" valignment="top" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242
33243 \family sans
33244 Édition\SpecialChar \menuseparator
33245 Math\SpecialChar \menuseparator
33246 Définition
33247 \begin_inset space ~
33248 \end_inset
33249
33250 de
33251 \begin_inset space ~
33252 \end_inset
33253
33254 macro\SpecialChar \menuseparator
33255 Insérer
33256 \begin_inset space ~
33257 \end_inset
33258
33259 un
33260 \begin_inset space ~
33261 \end_inset
33262
33263 argument
33264 \begin_inset space ~
33265 \end_inset
33266
33267 optionnel
33268 \end_layout
33269
33270 \end_inset
33271 </cell>
33272 </row>
33273 <row interlinespace="2.5mm">
33274 <cell alignment="center" valignment="top" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278 \begin_inset Info
33279 type  "icon"
33280 arg   "math-macro-remove-greedy-param"
33281 \end_inset
33282
33283
33284 \end_layout
33285
33286 \end_inset
33287 </cell>
33288 <cell alignment="center" valignment="top" usebox="none">
33289 \begin_inset Text
33290
33291 \begin_layout Plain Layout
33292
33293 \family sans
33294 Édition\SpecialChar \menuseparator
33295 Math\SpecialChar \menuseparator
33296 Définition
33297 \begin_inset space ~
33298 \end_inset
33299
33300 de
33301 \begin_inset space ~
33302 \end_inset
33303
33304 macro\SpecialChar \menuseparator
33305 Enlever
33306 \begin_inset space ~
33307 \end_inset
33308
33309 le
33310 \begin_inset space ~
33311 \end_inset
33312
33313 dernier
33314 \begin_inset space ~
33315 \end_inset
33316
33317 argument
33318 \begin_inset space ~
33319 \end_inset
33320
33321 en
33322 \begin_inset Newline newline
33323 \end_inset
33324
33325
33326 \begin_inset Phantom HPhantom
33327 status open
33328
33329 \begin_layout Plain Layout
33330
33331 \family sans
33332 Édition\SpecialChar \menuseparator
33333 Math\SpecialChar \menuseparator
33334 Définition
33335 \begin_inset space ~
33336 \end_inset
33337
33338 de
33339 \begin_inset space ~
33340 \end_inset
33341
33342 macro\SpecialChar \menuseparator
33343
33344 \end_layout
33345
33346 \end_inset
33347
33348 éjectant
33349 \begin_inset space ~
33350 \end_inset
33351
33352 par
33353 \begin_inset space ~
33354 \end_inset
33355
33356 la
33357 \begin_inset space ~
33358 \end_inset
33359
33360 droite
33361 \end_layout
33362
33363 \end_inset
33364 </cell>
33365 </row>
33366 <row interlinespace="2.5mm">
33367 <cell alignment="center" valignment="top" usebox="none">
33368 \begin_inset Text
33369
33370 \begin_layout Plain Layout
33371 \begin_inset Info
33372 type  "icon"
33373 arg   "math-macro-append-greedy-param"
33374 \end_inset
33375
33376
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 <cell alignment="center" valignment="top" usebox="none">
33382 \begin_inset Text
33383
33384 \begin_layout Plain Layout
33385
33386 \family sans
33387 Édition\SpecialChar \menuseparator
33388 Math\SpecialChar \menuseparator
33389 Définition
33390 \begin_inset space ~
33391 \end_inset
33392
33393 de
33394 \begin_inset space ~
33395 \end_inset
33396
33397 macro\SpecialChar \menuseparator
33398 Ajouter
33399 \begin_inset space ~
33400 \end_inset
33401
33402 l'argument
33403 \begin_inset space ~
33404 \end_inset
33405
33406 en
33407 \begin_inset space ~
33408 \end_inset
33409
33410 intégrant
33411 \begin_inset Newline newline
33412 \end_inset
33413
33414
33415 \begin_inset Phantom HPhantom
33416 status open
33417
33418 \begin_layout Plain Layout
33419
33420 \family sans
33421 Édition\SpecialChar \menuseparator
33422 Math\SpecialChar \menuseparator
33423 Définition
33424 \begin_inset space ~
33425 \end_inset
33426
33427 de
33428 \begin_inset space ~
33429 \end_inset
33430
33431 macro\SpecialChar \menuseparator
33432
33433 \end_layout
33434
33435 \end_inset
33436
33437 depuis
33438 \begin_inset space ~
33439 \end_inset
33440
33441 la
33442 \begin_inset space ~
33443 \end_inset
33444
33445 droite
33446 \end_layout
33447
33448 \end_inset
33449 </cell>
33450 </row>
33451 <row interlinespace="2.5mm">
33452 <cell alignment="center" valignment="top" usebox="none">
33453 \begin_inset Text
33454
33455 \begin_layout Plain Layout
33456 \begin_inset Info
33457 type  "icon"
33458 arg   "math-macro-add-greedy-optional-param"
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 <cell alignment="center" valignment="top" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470
33471 \family sans
33472 Édition\SpecialChar \menuseparator
33473 Math\SpecialChar \menuseparator
33474 Définition
33475 \begin_inset space ~
33476 \end_inset
33477
33478 de
33479 \begin_inset space ~
33480 \end_inset
33481
33482 macro\SpecialChar \menuseparator
33483 Ajouter
33484 \begin_inset space ~
33485 \end_inset
33486
33487 l'argument
33488 \begin_inset space ~
33489 \end_inset
33490
33491 optionnel
33492 \begin_inset space ~
33493 \end_inset
33494
33495 en
33496 \begin_inset Newline newline
33497 \end_inset
33498
33499
33500 \begin_inset Phantom HPhantom
33501 status open
33502
33503 \begin_layout Plain Layout
33504
33505 \family sans
33506 Édition\SpecialChar \menuseparator
33507 Math\SpecialChar \menuseparator
33508 Définition
33509 \begin_inset space ~
33510 \end_inset
33511
33512 de
33513 \begin_inset space ~
33514 \end_inset
33515
33516 macro\SpecialChar \menuseparator
33517
33518 \end_layout
33519
33520 \end_inset
33521
33522 intégrant
33523 \begin_inset space ~
33524 \end_inset
33525
33526 depuis
33527 \begin_inset space ~
33528 \end_inset
33529
33530 la
33531 \begin_inset space ~
33532 \end_inset
33533
33534 droite
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 </row>
33540 </lyxtabular>
33541
33542 \end_inset
33543
33544
33545 \end_layout
33546
33547 \begin_layout Section
33548 Système de calcul formel
33549 \end_layout
33550
33551 \begin_layout Standard
33552 LyX permet l'échange d'expressions mathématiques écrites avec l'éditeur
33553  mathématique de LyX et des applications externes ou des programmes écrits
33554  par l'utilisateur.
33555  Actuellement les applications qui sont gérées sont 
33556 \family sans
33557 Maple
33558 \family default
33559
33560 \family sans
33561 Mathematica
33562 \family default
33563
33564 \family sans
33565 Maxima
33566 \family default
33567  et 
33568 \family sans
33569 Octave
33570 \family default
33571 .
33572  Notez que les constructions mathematiques qui sont acceptées sont limitées
33573  à des cas très simples.
33574 \end_layout
33575
33576 \begin_layout Subsection
33577 Utilisation
33578 \end_layout
33579
33580 \begin_layout Standard
33581 Écrivez une expression dans une formule puis allez dans 
33582 \family sans
33583 Édition\SpecialChar \menuseparator
33584 Maths
33585 \family default
33586 \SpecialChar \menuseparator
33587
33588 \family sans
33589 Appel à un logiciel de calcul formel
33590 \family default
33591 , choisissez une des applications que vous avez installé sur votre ordinateur.
33592  Après cela, le résultat du calcul devrait apparaître sur le côté droit
33593  de l'expression avec l'opérateur 
33594 \begin_inset Quotes fld
33595 \end_inset
33596
33597 =
33598 \begin_inset Quotes frd
33599 \end_inset
33600
33601 .
33602 \end_layout
33603
33604 \begin_layout Standard
33605 Voici quelques exemples très simples ( avec les résultats de 
33606 \family sans
33607 Maxima
33608 \family default
33609  ) pour montrer quel genre de calculs on peut effectuer :
33610 \end_layout
33611
33612 \begin_layout Itemize
33613 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \begin_layout Itemize
33620 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Itemize
33627 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33628 \end_inset
33629
33630
33631 \end_layout
33632
33633 \begin_layout Itemize
33634 \begin_inset Formula $\det\left[\begin{array}{ccc}
33635 1 & 6 & 7\\
33636 2 & 5 & 8\\
33637 3 & 4 & 17
33638 \end{array}\right]=-56$
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Itemize
33645 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \begin_layout Subsection
33652 Raccourci clavier
33653 \end_layout
33654
33655 \begin_layout Standard
33656 Actuellement, il n'y a pas de raccourci clavier pour appeler les applications
33657  algébriques.
33658  On peut facilement attacher un raccourci à la fonction math-extern de LyX
33659  ( voir le manuel 
33660 \family sans
33661 \emph on
33662 Fonctions LyX
33663 \family default
33664 \emph default
33665  ).
33666  On peut par exemple attacher la touche 
33667 \family sans
33668 Entrée
33669 \family default
33670  à l'intérieur de l'éditeur mathématique à 
33671 \family sans
33672 Maxima
33673 \family default
33674 , ce qui donnera la commande de définition suivante pour le raccourci
33675 \begin_inset space ~
33676 \end_inset
33677
33678 :
33679 \end_layout
33680
33681 \begin_layout Standard
33682
33683 \series bold
33684 command-alternatives break-paragraph;math-extern maxima
33685 \end_layout
33686
33687 \begin_layout Section
33688 Points divers
33689 \begin_inset Index idx
33690 status collapsed
33691
33692 \begin_layout Plain Layout
33693 Points divers
33694 \end_layout
33695
33696 \end_inset
33697
33698
33699 \end_layout
33700
33701 \begin_layout Subsection
33702 Nombres négatifs
33703 \begin_inset Index idx
33704 status collapsed
33705
33706 \begin_layout Plain Layout
33707 Nombres ! négatifs
33708 \end_layout
33709
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
33717  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
33718  moins.
33719  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
33720  correctement.
33721 \end_layout
33722
33723 \begin_layout Standard
33724 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
33725 \end_layout
33726
33727 \begin_layout Standard
33728 Un exemple pour illustrer le problème:
33729 \end_layout
33730
33731 \begin_layout Standard
33732 \align center
33733 \begin_inset Tabular
33734 <lyxtabular version="3" rows="3" columns="2">
33735 <features rotate="0" tabularvalignment="middle">
33736 <column alignment="right" valignment="top">
33737 <column alignment="left" valignment="top">
33738 <row>
33739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33740 \begin_inset Text
33741
33742 \begin_layout Plain Layout
33743 texte normal:
33744 \end_layout
33745
33746 \end_inset
33747 </cell>
33748 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752 x = -2
33753 \end_layout
33754
33755 \end_inset
33756 </cell>
33757 </row>
33758 <row>
33759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Plain Layout
33763 formule:
33764 \end_layout
33765
33766 \end_inset
33767 </cell>
33768 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33769 \begin_inset Text
33770
33771 \begin_layout Plain Layout
33772 \begin_inset Formula $x=-2$
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \end_inset
33779 </cell>
33780 </row>
33781 <row>
33782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33783 \begin_inset Text
33784
33785 \begin_layout Plain Layout
33786 solution:
33787 \end_layout
33788
33789 \end_inset
33790 </cell>
33791 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33792 \begin_inset Text
33793
33794 \begin_layout Plain Layout
33795 \begin_inset Formula $x=\textrm{-}2$
33796 \end_inset
33797
33798
33799 \end_layout
33800
33801 \end_inset
33802 </cell>
33803 </row>
33804 </lyxtabular>
33805
33806 \end_inset
33807
33808
33809 \end_layout
33810
33811 \begin_layout Subsection
33812 La virgule comme séparateur décimal
33813 \begin_inset Index idx
33814 status collapsed
33815
33816 \begin_layout Plain Layout
33817 Virgule
33818 \end_layout
33819
33820 \end_inset
33821
33822
33823 \end_layout
33824
33825 \begin_layout Standard
33826 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
33827  pour grouper les chiffres dans un nombre.
33828  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
33829  formules.
33830 \end_layout
33831
33832 \begin_layout Standard
33833 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
33834  (raccourci 
33835 \family sans
33836 Ctrl+M
33837 \family default
33838 ).
33839 \end_layout
33840
33841 \begin_layout Standard
33842 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
33843  on doit charger le fichier 
33844 \series bold
33845 icomma.sty
33846 \series default
33847
33848 \begin_inset Foot
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852
33853 \series bold
33854 icomma
33855 \series default
33856  fait partie du paquetage 
33857 \series bold
33858 was
33859 \series default
33860
33861 \begin_inset Index idx
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865 Paquetages ! was
33866 \begin_inset ERT
33867 status collapsed
33868
33869 \begin_layout Plain Layout
33870
33871
33872 \backslash
33873 vspace{4mm}
33874 \end_layout
33875
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \end_inset
33882
33883 .
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \begin_inset Index idx
33890 status collapsed
33891
33892 \begin_layout Plain Layout
33893 Paquetages ! icomma
33894 \end_layout
33895
33896 \end_inset
33897
33898  dans le préambule LaTeX avec la ligne
33899 \end_layout
33900
33901 \begin_layout Standard
33902
33903 \series bold
33904
33905 \backslash
33906 usepackage{icomma}
33907 \end_layout
33908
33909 \begin_layout Subsection
33910 Les vecteurs physiques
33911 \begin_inset CommandInset label
33912 LatexCommand label
33913 name "sub:Vecteurs-physiques"
33914
33915 \end_inset
33916
33917
33918 \begin_inset Index idx
33919 status collapsed
33920
33921 \begin_layout Plain Layout
33922 Vecteurs ! physiques
33923 \end_layout
33924
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
33932 \series bold
33933  braket
33934 \series default
33935
33936 \begin_inset Index idx
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940 Paquetages ! braket
33941 \end_layout
33942
33943 \end_inset
33944
33945  que l'on charge en mettant dans le préambule LaTeX la ligne
33946 \end_layout
33947
33948 \begin_layout Standard
33949
33950 \series bold
33951
33952 \backslash
33953 usepackage{braket}
33954 \end_layout
33955
33956 \begin_layout Standard
33957 \begin_inset ERT
33958 status collapsed
33959
33960 \begin_layout Plain Layout
33961
33962
33963 \backslash
33964 ifbraket 
33965 \end_layout
33966
33967 \end_inset
33968
33969
33970 \begin_inset Note Note
33971 status open
33972
33973 \begin_layout Plain Layout
33974 Ce qui suit ne sera affiché que si le paquetage LaTeX 
33975 \series bold
33976 braket
33977 \series default
33978  est installé:
33979 \end_layout
33980
33981 \end_inset
33982
33983
33984 \end_layout
33985
33986 \begin_layout Standard
33987 \begin_inset Newpage newpage
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 Les commandes suivantes sont définies:
33995 \end_layout
33996
33997 \begin_layout Standard
33998 \align center
33999 \begin_inset Tabular
34000 <lyxtabular version="3" rows="4" columns="2">
34001 <features rotate="0" tabularvalignment="middle">
34002 <column alignment="center" valignment="top">
34003 <column alignment="center" valignment="top">
34004 <row>
34005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34006 \begin_inset Text
34007
34008 \begin_layout Plain Layout
34009 Commande
34010 \end_layout
34011
34012 \end_inset
34013 </cell>
34014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34015 \begin_inset Text
34016
34017 \begin_layout Plain Layout
34018 Résultat
34019 \end_layout
34020
34021 \end_inset
34022 </cell>
34023 </row>
34024 <row>
34025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34026 \begin_inset Text
34027
34028 \begin_layout Plain Layout
34029
34030 \backslash
34031 Bra{
34032 \backslash
34033 psi
34034 \end_layout
34035
34036 \end_inset
34037 </cell>
34038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34039 \begin_inset Text
34040
34041 \begin_layout Plain Layout
34042 \begin_inset Formula $\Bra{\psi}$
34043 \end_inset
34044
34045
34046 \end_layout
34047
34048 \end_inset
34049 </cell>
34050 </row>
34051 <row>
34052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34053 \begin_inset Text
34054
34055 \begin_layout Plain Layout
34056
34057 \backslash
34058 Ket{
34059 \backslash
34060 psi
34061 \end_layout
34062
34063 \end_inset
34064 </cell>
34065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34066 \begin_inset Text
34067
34068 \begin_layout Plain Layout
34069 \begin_inset Formula $\Ket{\psi}$
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \end_inset
34076 </cell>
34077 </row>
34078 <row>
34079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34080 \begin_inset Text
34081
34082 \begin_layout Plain Layout
34083
34084 \backslash
34085 Braket{
34086 \backslash
34087 psi|
34088 \backslash
34089 phi
34090 \end_layout
34091
34092 \end_inset
34093 </cell>
34094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34095 \begin_inset Text
34096
34097 \begin_layout Plain Layout
34098 \begin_inset Formula $\Braket{\psi|\phi}$
34099 \end_inset
34100
34101
34102 \end_layout
34103
34104 \end_inset
34105 </cell>
34106 </row>
34107 </lyxtabular>
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 La commande 
34116 \series bold
34117
34118 \backslash
34119 Braket
34120 \series default
34121  assure que toutes les barres verticales ont la même taille que les crochets
34122  englobants:
34123 \begin_inset Formula 
34124 \[
34125 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34126 \]
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 \begin_inset ERT
34135 status collapsed
34136
34137 \begin_layout Plain Layout
34138
34139
34140 \backslash
34141 else 
34142 \end_layout
34143
34144 \end_inset
34145
34146
34147 \begin_inset Note Note
34148 status open
34149
34150 \begin_layout Plain Layout
34151 Ce qui suit sera affiché si la paquetage LaTeX 
34152 \series bold
34153 braket
34154 \series default
34155  n'est pas installé:
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Standard
34164 Vous avez besoin du paquetage LaTeX 
34165 \series bold
34166 braket
34167 \series default
34168  pour voir le reste de cette sous section dans la sortie finale.
34169 \end_layout
34170
34171 \begin_layout Standard
34172 \begin_inset ERT
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176
34177
34178 \backslash
34179 fi 
34180 \end_layout
34181
34182 \end_inset
34183
34184
34185 \end_layout
34186
34187 \begin_layout Standard
34188 L'effet de la commande 
34189 \series bold
34190
34191 \backslash
34192 Braket
34193 \series default
34194  peut aussi être obtenu en utilisant la commande 
34195 \series bold
34196
34197 \backslash
34198 middle
34199 \series default
34200 , qui est décrite dans 
34201 \begin_inset CommandInset ref
34202 LatexCommand ref
34203 reference "sub:Taille-parenthèses-automatique"
34204
34205 \end_inset
34206
34207 .
34208 \end_layout
34209
34210 \begin_layout Subsection
34211 Fractions personnalisées
34212 \begin_inset CommandInset label
34213 LatexCommand label
34214 name "sub:Fractions-personnalisées"
34215
34216 \end_inset
34217
34218
34219 \begin_inset Index idx
34220 status collapsed
34221
34222 \begin_layout Plain Layout
34223 Fractions ! personnalisées
34224 \end_layout
34225
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \begin_layout Standard
34232 Pour définir des commandes personnalisées pour les fractions, on utilise
34233  la commande 
34234 \series bold
34235
34236 \backslash
34237 genfrac
34238 \series default
34239
34240 \begin_inset Index idx
34241 status collapsed
34242
34243 \begin_layout Plain Layout
34244 Commandes ! G ! 
34245 \backslash
34246 genfrac
34247 \end_layout
34248
34249 \end_inset
34250
34251  avec la syntaxe suivante:
34252 \end_layout
34253
34254 \begin_layout Standard
34255
34256 \series bold
34257
34258 \backslash
34259 genfrac{parenthèse gauche}{parenthèse droite}
34260 \begin_inset Newline newline
34261 \end_inset
34262
34263
34264 \begin_inset Phantom HPhantom
34265 status open
34266
34267 \begin_layout Plain Layout
34268
34269 \series bold
34270
34271 \backslash
34272 genfrac
34273 \end_layout
34274
34275 \end_inset
34276
34277 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
34278 \end_layout
34279
34280 \begin_layout Standard
34281 Le style est un nombre allant de 0 à 3.
34282 \end_layout
34283
34284 \begin_layout Standard
34285 \align center
34286 \begin_inset Tabular
34287 <lyxtabular version="3" rows="5" columns="2">
34288 <features rotate="0" tabularvalignment="middle">
34289 <column alignment="center" valignment="top">
34290 <column alignment="center" valignment="top">
34291 <row>
34292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296 Nombre
34297 \end_layout
34298
34299 \end_inset
34300 </cell>
34301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34302 \begin_inset Text
34303
34304 \begin_layout Plain Layout
34305 Style (Taille)
34306 \end_layout
34307
34308 \end_inset
34309 </cell>
34310 </row>
34311 <row>
34312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34313 \begin_inset Text
34314
34315 \begin_layout Plain Layout
34316 0
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34322 \begin_inset Text
34323
34324 \begin_layout Plain Layout
34325 formule hors ligne
34326 \end_layout
34327
34328 \end_inset
34329 </cell>
34330 </row>
34331 <row>
34332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34333 \begin_inset Text
34334
34335 \begin_layout Plain Layout
34336 1
34337 \end_layout
34338
34339 \end_inset
34340 </cell>
34341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34342 \begin_inset Text
34343
34344 \begin_layout Plain Layout
34345 formule en ligne
34346 \end_layout
34347
34348 \end_inset
34349 </cell>
34350 </row>
34351 <row>
34352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34353 \begin_inset Text
34354
34355 \begin_layout Plain Layout
34356 2
34357 \end_layout
34358
34359 \end_inset
34360 </cell>
34361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34362 \begin_inset Text
34363
34364 \begin_layout Plain Layout
34365 petit (small)
34366 \end_layout
34367
34368 \end_inset
34369 </cell>
34370 </row>
34371 <row>
34372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34373 \begin_inset Text
34374
34375 \begin_layout Plain Layout
34376 3
34377 \end_layout
34378
34379 \end_inset
34380 </cell>
34381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34382 \begin_inset Text
34383
34384 \begin_layout Plain Layout
34385 minuscule (tiny)
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 </row>
34391 </lyxtabular>
34392
34393 \end_inset
34394
34395
34396 \end_layout
34397
34398 \begin_layout Standard
34399 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
34400  dans lequel on se trouve, comme avec la commande 
34401 \series bold
34402
34403 \backslash
34404 frac
34405 \series default
34406 .
34407 \end_layout
34408
34409 \begin_layout Standard
34410 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
34411 e de 0.4
34412 \begin_inset space \thinspace{}
34413 \end_inset
34414
34415 pt est utilisée.
34416 \end_layout
34417
34418 \begin_layout Standard
34419 \begin_inset VSpace medskip
34420 \end_inset
34421
34422 Par exemple les commandes 
34423 \series bold
34424
34425 \backslash
34426 dfrac
34427 \series default
34428  et 
34429 \series bold
34430
34431 \backslash
34432 tbinom
34433 \series default
34434  vues en 
34435 \begin_inset CommandInset ref
34436 LatexCommand ref
34437 reference "sub:Fractions"
34438
34439 \end_inset
34440
34441  sont définies avec les commandes 
34442 \end_layout
34443
34444 \begin_layout Standard
34445
34446 \series bold
34447
34448 \backslash
34449 newcommand{
34450 \backslash
34451 dfrac}[2]{
34452 \backslash
34453 genfrac{}{}{}{0}{#1}{#2}}
34454 \end_layout
34455
34456 \begin_layout Standard
34457 et
34458 \end_layout
34459
34460 \begin_layout Standard
34461
34462 \series bold
34463
34464 \backslash
34465 newcommand{
34466 \backslash
34467 tbinom}[2]{
34468 \backslash
34469 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34470 \end_layout
34471
34472 \begin_layout Standard
34473 \begin_inset VSpace medskip
34474 \end_inset
34475
34476 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
34477  en argument, on insère la ligne suivante dans le préambule LaTeX:
34478 \end_layout
34479
34480 \begin_layout Standard
34481
34482 \series bold
34483
34484 \backslash
34485 newcommand{
34486 \backslash
34487 fracS}[3][]{
34488 \backslash
34489 genfrac{}{}{#1}{}{#2}{#3}}
34490 \end_layout
34491
34492 \begin_layout Standard
34493 Un test:
34494 \begin_inset Formula 
34495 \begin{align*}
34496 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34497 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34498 \end{align*}
34499
34500 \end_inset
34501
34502 Comme on peut le voir, la distance entre le numérateur et le dénominateur
34503  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
34504 \end_layout
34505
34506 \begin_layout Subsection
34507 Formules barrées
34508 \begin_inset Index idx
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512 Formules ! barrées
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \begin_layout Standard
34521 \begin_inset ERT
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525
34526
34527 \backslash
34528 ifcancel 
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \begin_inset Note Note
34535 status open
34536
34537 \begin_layout Plain Layout
34538 Ce qui suit ne sera affiché que si le paquetage LaTeX 
34539 \series bold
34540 cancel
34541 \series default
34542  est installé:
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \begin_layout Standard
34551 Il y a quatre façon de barrer une formule u une portion de formule:
34552 \end_layout
34553
34554 \begin_layout Standard
34555 \align center
34556 \begin_inset Tabular
34557 <lyxtabular version="3" rows="5" columns="2">
34558 <features rotate="0" tabularvalignment="middle">
34559 <column alignment="center" valignment="top">
34560 <column alignment="center" valignment="top">
34561 <row>
34562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34563 \begin_inset Text
34564
34565 \begin_layout Plain Layout
34566 Commande
34567 \end_layout
34568
34569 \end_inset
34570 </cell>
34571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34572 \begin_inset Text
34573
34574 \begin_layout Plain Layout
34575 Résultat
34576 \begin_inset Note Note
34577 status collapsed
34578
34579 \begin_layout Plain Layout
34580 L'espace et
34581 \series bold
34582  
34583 \backslash
34584 raisebox 
34585 \series default
34586 sont seulement utilisées pour faire de la place.
34587 \end_layout
34588
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \end_inset
34595 </cell>
34596 </row>
34597 <row>
34598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34599 \begin_inset Text
34600
34601 \begin_layout Plain Layout
34602
34603 \backslash
34604 cancel
34605 \begin_inset space \textvisiblespace{}
34606 \end_inset
34607
34608
34609 \backslash
34610 int
34611 \begin_inset space \textvisiblespace{}
34612 \end_inset
34613
34614 A=B
34615 \end_layout
34616
34617 \end_inset
34618 </cell>
34619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34620 \begin_inset Text
34621
34622 \begin_layout Plain Layout
34623 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \end_inset
34630 </cell>
34631 </row>
34632 <row>
34633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637
34638 \backslash
34639 bcancel
34640 \begin_inset space \textvisiblespace{}
34641 \end_inset
34642
34643
34644 \backslash
34645 int
34646 \begin_inset space \textvisiblespace{}
34647 \end_inset
34648
34649 A=B
34650 \end_layout
34651
34652 \end_inset
34653 </cell>
34654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34655 \begin_inset Text
34656
34657 \begin_layout Plain Layout
34658 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \end_inset
34665 </cell>
34666 </row>
34667 <row>
34668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34669 \begin_inset Text
34670
34671 \begin_layout Plain Layout
34672
34673 \backslash
34674 xcancel
34675 \begin_inset space \textvisiblespace{}
34676 \end_inset
34677
34678 int
34679 \begin_inset space \textvisiblespace{}
34680 \end_inset
34681
34682 A=B
34683 \end_layout
34684
34685 \end_inset
34686 </cell>
34687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34692 \end_inset
34693
34694
34695 \end_layout
34696
34697 \end_inset
34698 </cell>
34699 </row>
34700 <row>
34701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34702 \begin_inset Text
34703
34704 \begin_layout Plain Layout
34705
34706 \backslash
34707 cancelto
34708 \begin_inset space \textvisiblespace{}
34709 \end_inset
34710
34711
34712 \backslash
34713 int
34714 \begin_inset space \textvisiblespace{}
34715 \end_inset
34716
34717 A=B
34718 \begin_inset Formula $\to$
34719 \end_inset
34720
34721 1
34722 \end_layout
34723
34724 \end_inset
34725 </cell>
34726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34727 \begin_inset Text
34728
34729 \begin_layout Plain Layout
34730 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \end_inset
34737 </cell>
34738 </row>
34739 </lyxtabular>
34740
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Standard
34747
34748 \series bold
34749
34750 \backslash
34751 cancelto
34752 \series default
34753  est particulièrement utile pour visionner des simplifications de fractions
34754  dans les formules:
34755 \begin_inset Formula 
34756 \[
34757 \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}}}
34758 \]
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Standard
34766 Pour modifier la taille de la valeur d' 
34767 \begin_inset Quotes fld
34768 \end_inset
34769
34770 indice
34771 \begin_inset Quotes frd
34772 \end_inset
34773
34774  de 
34775 \series bold
34776
34777 \backslash
34778 cancelto
34779 \series default
34780  , il est possible de 
34781 \lang english
34782 add the LaTeX-preamble line
34783 \end_layout
34784
34785 \begin_layout Standard
34786
34787 \series bold
34788
34789 \backslash
34790 PassOptionsToPackage{option}{cancel}
34791 \end_layout
34792
34793 \begin_layout Standard
34794
34795 \lang english
34796 where 
34797 \series bold
34798 option
34799 \series default
34800  is either 
34801 \series bold
34802 \lang french
34803 samesize
34804 \series default
34805  qui laissera la valeur barrée avec la même taille, ou 
34806 \series bold
34807 Smaller
34808 \series default
34809  qui la met dans une taille un peu plus petite que la taille normale.
34810 \end_layout
34811
34812 \begin_layout Standard
34813 Pour mettre la barre en couleur, il faut ajouter cette commande en mode
34814  TeX:
34815 \end_layout
34816
34817 \begin_layout Standard
34818
34819 \series bold
34820
34821 \backslash
34822 renewcommand{
34823 \backslash
34824 CancelColor}{
34825 \backslash
34826 color{red}}
34827 \end_layout
34828
34829 \begin_layout Standard
34830 où 
34831 \series bold
34832 \lang english
34833 red
34834 \series default
34835 \lang french
34836  peut être remplacé par ma couleur de votre choix.
34837 \end_layout
34838
34839 \begin_layout Standard
34840 \begin_inset ERT
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844
34845
34846 \backslash
34847 renewcommand{
34848 \backslash
34849 CancelColor}{
34850 \backslash
34851 color{red}}
34852 \end_layout
34853
34854 \end_inset
34855
34856
34857 \end_layout
34858
34859 \begin_layout Standard
34860 \begin_inset Formula 
34861 \[
34862 \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}}}
34863 \]
34864
34865 \end_inset
34866
34867
34868 \end_layout
34869
34870 \begin_layout Standard
34871 \begin_inset ERT
34872 status collapsed
34873
34874 \begin_layout Plain Layout
34875
34876
34877 \backslash
34878 renewcommand{
34879 \backslash
34880 CancelColor}{
34881 \backslash
34882 color{black}}
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \begin_inset Note Note
34889 status open
34890
34891 \begin_layout Plain Layout
34892
34893 \lang english
34894 reset the color
34895 \end_layout
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \begin_layout Standard
34903 Pour d'autres personnalisations, voir le manuel du paquetage 
34904 \series bold
34905 cancel
34906 \series default
34907
34908 \begin_inset CommandInset citation
34909 LatexCommand cite
34910 key "cancel"
34911
34912 \end_inset
34913
34914 .
34915 \begin_inset Index idx
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919 Paquetages ! cancel
34920 \end_layout
34921
34922 \end_inset
34923
34924
34925 \end_layout
34926
34927 \begin_layout Standard
34928 \begin_inset ERT
34929 status collapsed
34930
34931 \begin_layout Plain Layout
34932
34933
34934 \backslash
34935 else 
34936 \end_layout
34937
34938 \end_inset
34939
34940
34941 \begin_inset Note Note
34942 status open
34943
34944 \begin_layout Plain Layout
34945 Ce qui suit sera affiché si la paquetage LaTeX 
34946 \series bold
34947 cancel
34948 \series default
34949  n'est pas installé:
34950 \end_layout
34951
34952 \end_inset
34953
34954
34955 \end_layout
34956
34957 \begin_layout Standard
34958 Vous avez besoin du paquetage LaTeX 
34959 \series bold
34960 cancel
34961 \series default
34962  pour voir le reste de cette sous section dans la sortie finale.
34963 \end_layout
34964
34965 \begin_layout Standard
34966 \begin_inset ERT
34967 status collapsed
34968
34969 \begin_layout Plain Layout
34970
34971
34972 \backslash
34973 fi 
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \begin_layout Subsection
34982 Formules dans les entêtes de section
34983 \begin_inset CommandInset label
34984 LatexCommand label
34985 name "sub:formules-dans-les-entêtes"
34986
34987 \end_inset
34988
34989
34990 \begin_inset Index idx
34991 status collapsed
34992
34993 \begin_layout Plain Layout
34994 Formules ! dans les entêtes de section
34995 \end_layout
34996
34997 \end_inset
34998
34999
35000 \end_layout
35001
35002 \begin_layout Standard
35003 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
35004  en compte les points suivants:
35005 \end_layout
35006
35007 \begin_layout Standard
35008 \begin_inset Note Greyedout
35009 status open
35010
35011 \begin_layout Plain Layout
35012 Quand la gestion de 
35013 \series bold
35014 hyperref
35015 \series default
35016
35017 \begin_inset Index idx
35018 status collapsed
35019
35020 \begin_layout Plain Layout
35021 Paquetages ! hyperref
35022 \end_layout
35023
35024 \end_inset
35025
35026  est activée dans le dialogue paramètres du document dans la rubrique 
35027 \family sans
35028 Propriétés du PDF
35029 \family default
35030 , les signets PDF sont créés dans la table des matières pour chaque entête
35031  de section.
35032  Si l'entête de section contient une formule, elle est affichée de façon
35033  incorrecte dans le texte du signet parce que les formules dans les signets
35034  ne respectent pas certaines conventions du PDF.
35035  
35036 \end_layout
35037
35038 \end_inset
35039
35040
35041 \end_layout
35042
35043 \begin_layout Standard
35044 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
35045  de section un titre court avec le menu 
35046 \family sans
35047 Insertion\SpecialChar \menuseparator
35048 Titre
35049 \begin_inset space ~
35050 \end_inset
35051
35052 court
35053 \family default
35054 .
35055  Les titres courts sont en général utilisés avec des entêtes de section
35056  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
35057  Seul le titre court apparaît dans la table des matières et donc dans les
35058  signets PDF.
35059 \end_layout
35060
35061 \begin_layout Standard
35062 Quand des formules doivent apparaître dans la table des matières mais que
35063  l'on utilise aussi 
35064 \series bold
35065 hyperref
35066 \series default
35067 , on peut utiliser la commande suivante en mode TeX:
35068 \end_layout
35069
35070 \begin_layout Standard
35071
35072 \series bold
35073
35074 \backslash
35075 texorpdfstring{partie à problème}{alternative}
35076 \begin_inset Index idx
35077 status collapsed
35078
35079 \begin_layout Plain Layout
35080 Commandes ! T ! 
35081 \backslash
35082 texorpdfstring
35083 \end_layout
35084
35085 \end_inset
35086
35087
35088 \end_layout
35089
35090 \begin_layout Standard
35091 \begin_inset Quotes eld
35092 \end_inset
35093
35094 Partie à problème
35095 \begin_inset Quotes erd
35096 \end_inset
35097
35098  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
35099  Cela peut être des caractères, des formules, des notes de bas de page,
35100  mais aussi des références croisées.
35101  L'
35102 \begin_inset Quotes erd
35103 \end_inset
35104
35105 alternative
35106 \begin_inset Quotes erd
35107 \end_inset
35108
35109  est utilisée à la place de la 
35110 \begin_inset Quotes eld
35111 \end_inset
35112
35113 partie à problème
35114 \begin_inset Quotes erd
35115 \end_inset
35116
35117  pour les signets.
35118 \end_layout
35119
35120 \begin_layout Standard
35121 Voici deux exemples d'entêtes de section:
35122 \begin_inset VSpace -3mm
35123 \end_inset
35124
35125
35126 \begin_inset ERT
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130
35131
35132 \backslash
35133 boldmath 
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Subsubsection
35142 Entête de section sans formule dans la table des matières 
35143 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35144 \end_inset
35145
35146
35147 \begin_inset Argument 1
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 Entête sans formule dans la table des matières
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Subsubsection
35160 Entête de section avec formule dans la table des matières
35161 \begin_inset ERT
35162 status collapsed
35163
35164 \begin_layout Plain Layout
35165
35166
35167 \backslash
35168 texorpdfstring{
35169 \end_layout
35170
35171 \end_inset
35172
35173  
35174 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35175 \end_inset
35176
35177
35178 \begin_inset ERT
35179 status collapsed
35180
35181 \begin_layout Plain Layout
35182
35183 }{}
35184 \end_layout
35185
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Standard
35192 \begin_inset ERT
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196
35197
35198 \backslash
35199 unboldmath 
35200 \end_layout
35201
35202 \end_inset
35203
35204 Dans le premier entête, on a utilisé un titre court, dans le second la commande
35205  
35206 \series bold
35207
35208 \backslash
35209 texorpdfstring
35210 \series default
35211 .
35212 \end_layout
35213
35214 \begin_layout Standard
35215 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
35216  a été placée dans un environnement  
35217 \series bold
35218 boldmath
35219 \series default
35220 .
35221 \begin_inset Foot
35222 status collapsed
35223
35224 \begin_layout Plain Layout
35225 voir 
35226 \begin_inset CommandInset ref
35227 LatexCommand ref
35228 reference "sub:Formules-en-gras"
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \begin_layout Subsection
35241 Formules dans du texte multi-colonnes
35242 \begin_inset Index idx
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246 Formules ! dans du texte multi-colonnes
35247 \end_layout
35248
35249 \end_inset
35250
35251
35252 \end_layout
35253
35254 \begin_layout Standard
35255 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
35256  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
35257  utiliser toute la largeur de la page.
35258  Pour faire cela, on utilise le paquetage LaTeX 
35259 \series bold
35260 multicol
35261 \series default
35262
35263 \begin_inset Foot
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267
35268 \series bold
35269 multicol
35270 \series default
35271  fait partie de toutes les installations LaTeX standard.
35272 \end_layout
35273
35274 \end_inset
35275
35276
35277 \begin_inset Index idx
35278 status collapsed
35279
35280 \begin_layout Plain Layout
35281 Paquetages ! multicol
35282 \end_layout
35283
35284 \end_inset
35285
35286 , qui est chargé avec la ligne suivante dans le préambule LaTeX
35287 \end_layout
35288
35289 \begin_layout Standard
35290
35291 \series bold
35292
35293 \backslash
35294 usepackage{multicol}
35295 \end_layout
35296
35297 \begin_layout Standard
35298 \begin_inset Note Greyedout
35299 status open
35300
35301 \begin_layout Plain Layout
35302 Noter que dans ce cas on ne 
35303 \emph on
35304 doit pas 
35305 \emph default
35306 activer l'option 
35307 \family sans
35308 Document
35309 \begin_inset space ~
35310 \end_inset
35311
35312 sur
35313 \begin_inset space ~
35314 \end_inset
35315
35316 deux
35317 \begin_inset space ~
35318 \end_inset
35319
35320 colonnes
35321 \family default
35322  dans la rubrique 
35323 \family sans
35324 Format
35325 \begin_inset space ~
35326 \end_inset
35327
35328 du
35329 \begin_inset space ~
35330 \end_inset
35331
35332 texte 
35333 \family default
35334 du menu 
35335 \family sans
35336 Document\SpecialChar \menuseparator
35337 Paramètres
35338 \family default
35339 .
35340 \end_layout
35341
35342 \end_inset
35343
35344
35345 \end_layout
35346
35347 \begin_layout Standard
35348 Avant le texte multi-colonnes on met la commande
35349 \end_layout
35350
35351 \begin_layout Standard
35352
35353 \series bold
35354
35355 \backslash
35356 begin{multicols}{nombre de colonnes}
35357 \end_layout
35358
35359 \begin_layout Standard
35360 en mode TeX.
35361  Le nombre de colonnes est un entier entre 2 et 10.
35362  Avant la formule, le texte multi-colonnes et interrompu avec la commande
35363 \end_layout
35364
35365 \begin_layout Standard
35366
35367 \series bold
35368
35369 \backslash
35370 end{multicols}
35371 \end_layout
35372
35373 \begin_layout Standard
35374 en mode TeX.
35375 \end_layout
35376
35377 \begin_layout Standard
35378 À cause de la commande, un peu d'espace est ajouté automatiquement avant
35379  la formule.
35380  Pour le supprimer, on peut insérer avant la formule un espace vertical
35381  de -6
35382 \begin_inset space \thinspace{}
35383 \end_inset
35384
35385 mm.
35386  Quand on utilise le style de formules 
35387 \series bold
35388 Indenté
35389 \begin_inset Foot
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393 voir 
35394 \begin_inset CommandInset ref
35395 LatexCommand ref
35396 reference "sec:Styles-de-formules"
35397
35398 \end_inset
35399
35400  pour les styles de formules.
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \series default
35407 , il faut mettre un espace de -9
35408 \begin_inset space \thinspace{}
35409 \end_inset
35410
35411 mm à la place.
35412 \end_layout
35413
35414 \begin_layout Standard
35415 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
35416 \end_layout
35417
35418 \begin_layout Standard
35419
35420 \lang german
35421 \begin_inset ERT
35422 status collapsed
35423
35424 \begin_layout Plain Layout
35425
35426
35427 \backslash
35428 begin{multicols}{2}
35429 \end_layout
35430
35431 \end_inset
35432
35433 Das Spektrum wird fouriertransformiert.
35434  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35435 , Lösungsmittel) zu trennen.
35436  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35437  nun das Aussehen des Ausgangssignals.
35438  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35439  über alle Phasen integrieren muss.
35440  Sei nun 
35441 \begin_inset Formula $S$
35442 \end_inset
35443
35444  unser normiertes Ausgangssignal und 
35445 \begin_inset Formula $P$
35446 \end_inset
35447
35448  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35449 \begin_inset ERT
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453
35454
35455 \backslash
35456 end{multicols}
35457 \end_layout
35458
35459 \end_inset
35460
35461
35462 \begin_inset VSpace -6mm
35463 \end_inset
35464
35465
35466 \begin_inset Formula 
35467 \begin{equation}
35468 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35469 \end{equation}
35470
35471 \end_inset
35472
35473
35474 \begin_inset ERT
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478
35479
35480 \backslash
35481 begin{multicols}{2}
35482 \end_layout
35483
35484 \end_inset
35485
35486 wobei 
35487 \begin_inset Formula $S_{0}$
35488 \end_inset
35489
35490  das Signal ohne Gradient ist und die Normierungsbedingung 
35491 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35492 \end_inset
35493
35494  gilt.
35495  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35496  Direkt nach dem 
35497 \begin_inset Formula $\nicefrac{\pi}{2}$
35498 \end_inset
35499
35500
35501 \begin_inset space \thinspace{}
35502 \end_inset
35503
35504 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35505  das Signal zusätzlich abschwächt.
35506  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35507  
35508 \begin_inset Formula $T_{2}$
35509 \end_inset
35510
35511 -Zeit.
35512 \end_layout
35513
35514 \begin_layout Standard
35515
35516 \lang german
35517 \begin_inset ERT
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521
35522
35523 \backslash
35524 end{multicols}
35525 \end_layout
35526
35527 \end_inset
35528
35529
35530 \end_layout
35531
35532 \begin_layout Subsection
35533 Formules avec description des variables
35534 \begin_inset Index idx
35535 status collapsed
35536
35537 \begin_layout Plain Layout
35538 Formules ! avec description des variables
35539 \end_layout
35540
35541 \end_inset
35542
35543
35544 \end_layout
35545
35546 \begin_layout Standard
35547 Pour décrire les variable au sein d'une formule, comme dans la formule 
35548 \begin_inset CommandInset ref
35549 LatexCommand eqref
35550 reference "eq:within"
35551
35552 \end_inset
35553
35554 , on peut utiliser une matrice
35555 \begin_inset space ~
35556 \end_inset
35557
35558 2
35559 \series bold
35560 ×
35561 \series default
35562
35563 \begin_inset Formula $n$
35564 \end_inset
35565
35566  avec une colonne alignée à gauche pour les 
35567 \begin_inset Formula $n$
35568 \end_inset
35569
35570  variables utilisées.
35571 \begin_inset Foot
35572 status collapsed
35573
35574 \begin_layout Plain Layout
35575 pour les matrices, voir 
35576 \begin_inset CommandInset ref
35577 LatexCommand ref
35578 reference "sec:Matrices"
35579
35580 \end_inset
35581
35582
35583 \end_layout
35584
35585 \end_inset
35586
35587  Pour mettre la description en plus petits caractères, on peut insérer par
35588  exemple la commande 
35589 \series bold
35590
35591 \backslash
35592 footnotesize
35593 \series default
35594  avant la matrice.
35595 \begin_inset Foot
35596 status collapsed
35597
35598 \begin_layout Plain Layout
35599 pour les tailles de polices, voir 
35600 \begin_inset CommandInset ref
35601 LatexCommand ref
35602 reference "sub:Tailles-polices"
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \begin_layout Standard
35615 Quand on utilise le style de formules 
35616 \series bold
35617 Indenté
35618 \begin_inset Foot
35619 status collapsed
35620
35621 \begin_layout Plain Layout
35622 pour les styles de formules, voir 
35623 \begin_inset CommandInset ref
35624 LatexCommand ref
35625 reference "sec:Styles-de-formules"
35626
35627 \end_inset
35628
35629
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \series default
35636 , on insère un 
35637 \series bold
35638
35639 \backslash
35640 hfill
35641 \series default
35642
35643 \begin_inset Foot
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647
35648 \series bold
35649
35650 \backslash
35651 hfill
35652 \series default
35653  marche seulement avec des formules dans le style 
35654 \series bold
35655 Indenté
35656 \series default
35657 , voir 
35658 \begin_inset CommandInset ref
35659 LatexCommand ref
35660 reference "sub:Espace-variable"
35661
35662 \end_inset
35663
35664 .
35665 \end_layout
35666
35667 \end_inset
35668
35669  avant et après la matrice pour avoir la même séparation entre la matrice
35670  et la formule et entre la matrice et la marge.
35671 \end_layout
35672
35673 \begin_layout Standard
35674 Quand on utilise le style de formules
35675 \series bold
35676  Centré
35677 \series default
35678 , on utilise la méthode décrite dans 
35679 \begin_inset CommandInset ref
35680 LatexCommand ref
35681 reference "sub:Environnement-Flalign"
35682
35683 \end_inset
35684
35685  pour indenter les formules.
35686  La formule 
35687 \begin_inset CommandInset ref
35688 LatexCommand eqref
35689 reference "eq:within"
35690
35691 \end_inset
35692
35693  consiste en cinq colonnes dont les deux premières contiennent l'équation,
35694  la troisième la matrice et la dernière une accolade TeX vide.
35695 \begin_inset Formula 
35696 \begin{flalign}
35697 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35698 \rho & \textrm{density}\\
35699 V & \textrm{volume}\\
35700 g & \textrm{gravitational acceleration}
35701 \end{array} &  & {}\label{eq:within}
35702 \end{flalign}
35703
35704 \end_inset
35705
35706
35707 \end_layout
35708
35709 \begin_layout Subsection
35710 Lettres grecques minuscules droites
35711 \begin_inset CommandInset label
35712 LatexCommand label
35713 name "sub:minuscules-grecques-droites"
35714
35715 \end_inset
35716
35717
35718 \begin_inset Index idx
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722 Lettres grecques ! droites
35723 \end_layout
35724
35725 \end_inset
35726
35727
35728 \end_layout
35729
35730 \begin_layout Standard
35731 La plupart des polices de caractères mathématiques ne fournissent que des
35732  minuscules grecques italiques.
35733  Mais pour les symboles des particules élémentaires comme les pions et le
35734  neutrinos, on a besoin de lettre grecques droites.
35735  Elles sont fournies par le fichier 
35736 \series bold
35737 upgreek.sty
35738 \series default
35739
35740 \begin_inset Foot
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744
35745 \series bold
35746 upgreek
35747 \series default
35748  fait partie du paquetage LaTeX 
35749 \series bold
35750 was
35751 \series default
35752
35753 \begin_inset Index idx
35754 status collapsed
35755
35756 \begin_layout Plain Layout
35757 Paquetages ! was
35758 \begin_inset ERT
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762
35763
35764 \backslash
35765 vspace{4mm}
35766 \end_layout
35767
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \end_inset
35774
35775 .
35776 \end_layout
35777
35778 \end_inset
35779
35780
35781 \begin_inset Index idx
35782 status collapsed
35783
35784 \begin_layout Plain Layout
35785 Paquetages ! upgreek
35786 \end_layout
35787
35788 \end_inset
35789
35790  qui est chargé avec la ligne suivante dans le préambule LaTeX:
35791 \end_layout
35792
35793 \begin_layout Standard
35794
35795 \series bold
35796
35797 \backslash
35798 usepackage{upgreek}
35799 \end_layout
35800
35801 \begin_layout Standard
35802 \begin_inset ERT
35803 status collapsed
35804
35805 \begin_layout Plain Layout
35806
35807
35808 \backslash
35809 ifupgreek 
35810 \end_layout
35811
35812 \end_inset
35813
35814
35815 \begin_inset Note Note
35816 status open
35817
35818 \begin_layout Plain Layout
35819 Ce qui suit ne sera affiché que si le paquetage LaTeX 
35820 \series bold
35821 upgreek
35822 \series default
35823  est installé:
35824 \end_layout
35825
35826 \end_inset
35827
35828  On crée ces minuscules droites en commençant la commande pour une minuscule
35829  grecque par 
35830 \series bold
35831 up
35832 \series default
35833 .
35834  Par exemple, la commande 
35835 \series bold
35836
35837 \backslash
35838 uptau
35839 \series default
35840  donne ceci: 
35841 \begin_inset Formula $\uptau$
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \begin_layout Standard
35848 Avec ces commandes, on peut typographier des réactions entre particules
35849  élémentaires:
35850 \begin_inset Formula 
35851 \[
35852 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35853 \]
35854
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \begin_layout Standard
35861 Les lettres droites sont plus grasses et plus larges que les italiques.
35862  On ne doit donc pas les utiliser pour des unités comme 
35863 \begin_inset Quotes eld
35864 \end_inset
35865
35866 µm
35867 \begin_inset Quotes erd
35868 \end_inset
35869
35870 .
35871 \end_layout
35872
35873 \begin_layout Standard
35874 \begin_inset ERT
35875 status collapsed
35876
35877 \begin_layout Plain Layout
35878
35879
35880 \backslash
35881 else 
35882 \end_layout
35883
35884 \end_inset
35885
35886
35887 \begin_inset Note Note
35888 status open
35889
35890 \begin_layout Plain Layout
35891 Ce qui suit sera affiché si la paquetage LaTeX 
35892 \series bold
35893 upgreek
35894 \series default
35895  n'est pas installé:
35896 \end_layout
35897
35898 \end_inset
35899
35900
35901 \end_layout
35902
35903 \begin_layout Standard
35904 Vous avez besoin du paquetage LaTeX 
35905 \series bold
35906 upgreek
35907 \series default
35908  pour voir le reste de cette sous section dans la sortie finale.
35909 \end_layout
35910
35911 \begin_layout Standard
35912 \begin_inset ERT
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916
35917
35918 \backslash
35919 fi 
35920 \end_layout
35921
35922 \end_inset
35923
35924
35925 \end_layout
35926
35927 \begin_layout Subsection
35928 Caractères texte dans les formules
35929 \begin_inset CommandInset label
35930 LatexCommand label
35931 name "sub:Caractères-texte"
35932
35933 \end_inset
35934
35935
35936 \begin_inset Index idx
35937 status collapsed
35938
35939 \begin_layout Plain Layout
35940 Texte ! dans les formules
35941 \end_layout
35942
35943 \end_inset
35944
35945
35946 \end_layout
35947
35948 \begin_layout Standard
35949 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
35950  directement dans des formules.
35951  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
35952  du genre 
35953 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35954 \end_inset
35955
35956 , vous devrez insérer tout le temps la commande 
35957 \series bold
35958
35959 \backslash
35960 cdot
35961 \series default
35962
35963 \begin_inset Foot
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967 voir 
35968 \begin_inset CommandInset ref
35969 LatexCommand ref
35970 reference "sub:Opérateurs-binaires"
35971
35972 \end_inset
35973
35974
35975 \end_layout
35976
35977 \end_inset
35978
35979 , puisque ce caractère est défini dans tous les encodages comme un caractère
35980  texte.
35981  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
35982 \end_layout
35983
35984 \begin_layout Standard
35985
35986 \series bold
35987
35988 \backslash
35989 Declare Inputtext{183}{
35990 \backslash
35991 ifmmode
35992 \backslash
35993 cdot
35994 \backslash
35995 else
35996 \backslash
35997 textperiodcentered
35998 \backslash
35999 f\SpecialChar \textcompwordmark{}
36000 i}
36001 \end_layout
36002
36003 \begin_layout Standard
36004 En plus du point centré, dans ce document on a défini le symbole degré °
36005  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
36006  suivante dans le préambule LaTeX:
36007 \end_layout
36008
36009 \begin_layout Standard
36010
36011 \series bold
36012
36013 \backslash
36014 DeclareInputtext{176}{
36015 \backslash
36016 ifmmode^
36017 \backslash
36018 circ
36019 \backslash
36020 else
36021 \backslash
36022 textdegree
36023 \backslash
36024 f\SpecialChar \textcompwordmark{}
36025 i}
36026 \end_layout
36027
36028 \begin_layout Standard
36029 \begin_inset Newpage newpage
36030 \end_inset
36031
36032
36033 \end_layout
36034
36035 \begin_layout Section
36036 \start_of_appendix
36037 Conseils Typographiques
36038 \begin_inset Index idx
36039 status collapsed
36040
36041 \begin_layout Plain Layout
36042 Typographiques, conseils
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \end_layout
36049
36050 \begin_layout Standard
36051 Ce paragraphe est un résumé des usages typographiques les plus importants,
36052  documentés dans les normes ISO.
36053 \begin_inset Foot
36054 status collapsed
36055
36056 \begin_layout Plain Layout
36057 Cette collection a été extraite partiellement du dictionnaire allmend semi-offic
36058 iel dénommé 
36059 \begin_inset Quotes fld
36060 \end_inset
36061
36062 Duden
36063 \begin_inset Quotes frd
36064 \end_inset
36065
36066  
36067 \begin_inset CommandInset citation
36068 LatexCommand cite
36069 key "Duden"
36070
36071 \end_inset
36072
36073  qui indique quelques règles ISO.
36074  D'autre règles sont décrites dans 
36075 \begin_inset CommandInset citation
36076 LatexCommand cite
36077 key "Checklist"
36078
36079 \end_inset
36080
36081 .
36082 \end_layout
36083
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \begin_layout Itemize
36090 Les symboles d'unités sont 
36091 \emph on
36092 toujours
36093 \emph default
36094  en caractères droits
36095 \begin_inset Foot
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 obtenu avec les styles de polices, voir 
36100 \begin_inset CommandInset ref
36101 LatexCommand ref
36102 reference "sub:Styles-de-polices"
36103
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \end_inset
36110
36111 , même dans un texte en italique: 30
36112 \begin_inset space \thinspace{}
36113 \end_inset
36114
36115 km/h
36116 \begin_inset Newline newline
36117 \end_inset
36118
36119 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
36120 \begin_inset CommandInset ref
36121 LatexCommand ref
36122 reference "sub:Espace-prédéfini"
36123
36124 \end_inset
36125
36126 .
36127 \begin_inset Newline newline
36128 \end_inset
36129
36130 Cette convention est automatiquement respectée quand on utilise la commande
36131  
36132 \series bold
36133
36134 \backslash
36135 unittwo.
36136  
36137 \series default
36138 Quand on l'insère dans une formule, deux boîtes apparaissent.
36139  Dans la première on met la valeur et dans la seconde l'unité et on obtient
36140  comme ci-dessus: 
36141 \begin_inset Formula $\unit[30]{km/h}$
36142 \end_inset
36143
36144
36145 \begin_inset space \thinspace{}
36146 \end_inset
36147
36148 .
36149  Notez que 
36150 \series bold
36151
36152 \backslash
36153 unittwo
36154 \series default
36155  n'est pas une vraie commande LaTeX, mais c'est la commande 
36156 \series bold
36157
36158 \backslash
36159 unit[valeur]{unité}
36160 \series default
36161 , vous ne pouvez donc pas l'insérer en code TeX.
36162 \end_layout
36163
36164 \begin_layout Itemize
36165 Les symboles pourcent et les pour mille sont présentés comme les symboles
36166  d'unités:
36167 \begin_inset Newline newline
36168 \end_inset
36169
36170 1,2
36171 \begin_inset space \thinspace{}
36172 \end_inset
36173
36174 ‰ d'alcool dans le sang
36175 \begin_inset Foot
36176 status collapsed
36177
36178 \begin_layout Plain Layout
36179 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
36180 \end_layout
36181
36182 \end_inset
36183
36184
36185 \end_layout
36186
36187 \begin_layout Itemize
36188 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
36189  est utilisé dans une unité: 15
36190 \begin_inset space \thinspace{}
36191 \end_inset
36192
36193 °C
36194 \end_layout
36195
36196 \begin_layout Itemize
36197 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
36198  tous les trois chiffres pour les grouper: 18
36199 \begin_inset space \thinspace{}
36200 \end_inset
36201
36202 473
36203 \begin_inset space \thinspace{}
36204 \end_inset
36205
36206 588
36207 \end_layout
36208
36209 \begin_layout Itemize
36210 Pour exprimer des dimensions comme par exemple 120×90×40
36211 \begin_inset space \thinspace{}
36212 \end_inset
36213
36214 cm on utilise le signe de la multiplication 
36215 \begin_inset Quotes eld
36216 \end_inset
36217
36218 ×
36219 \begin_inset Quotes erd
36220 \end_inset
36221
36222  .
36223  Il est accessible soit par la commande 
36224 \series bold
36225
36226 \backslash
36227 times
36228 \series default
36229  ou par le menu 
36230 \family sans
36231 Insertion\SpecialChar \menuseparator
36232 Caractère
36233 \begin_inset space ~
36234 \end_inset
36235
36236 spécial\SpecialChar \menuseparator
36237 Symboles,
36238 \family default
36239  mais il peut aussi être accessible directement sur certains claviers.
36240 \begin_inset Foot
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244 Par exemple sous Windows on l'obtient avec 
36245 \family sans
36246 Alt-0215
36247 \family default
36248  (NdT).
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \end_layout
36255
36256 \begin_layout Itemize
36257 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
36258  sont écrites en caractères droits pour éviter toute confusion, voir 
36259 \begin_inset CommandInset ref
36260 LatexCommand ref
36261 reference "sub:Fonctions-prédéfinies"
36262
36263 \end_inset
36264
36265 .
36266 \end_layout
36267
36268 \begin_layout Itemize
36269 Les indices composés de plusieurs caractères sont écrits en caractères droits:
36270  
36271 \begin_inset Formula $E_{\mathrm{kin}}$
36272 \end_inset
36273
36274
36275 \begin_inset Newline newline
36276 \end_inset
36277
36278 Les composants de matrices sont en italiques: 
36279 \begin_inset Formula $\hat{H}_{kl}$
36280 \end_inset
36281
36282
36283 \end_layout
36284
36285 \begin_layout Itemize
36286 L'opérateur 
36287 \begin_inset Quotes fld
36288 \end_inset
36289
36290 d
36291 \begin_inset Quotes frd
36292 \end_inset
36293
36294  de différentiation/intégration, la constante d'Euler 
36295 \begin_inset Quotes fld
36296 \end_inset
36297
36298 e
36299 \begin_inset Quotes frd
36300 \end_inset
36301
36302 , et la base des nombre imaginaires 
36303 \begin_inset Quotes fld
36304 \end_inset
36305
36306 i
36307 \begin_inset Quotes frd
36308 \end_inset
36309
36310  devraient être écrits en caractères droits pour éviter de les mélanger
36311  avec les autres variables.
36312 \end_layout
36313
36314 \begin_layout Itemize
36315 Le caractère qui représente une transformation de Fourier peut être obtenu
36316  soit avec la commande 
36317 \series bold
36318
36319 \backslash
36320 mathscr
36321 \begin_inset space \textvisiblespace{}
36322 \end_inset
36323
36324 F
36325 \series default
36326 , soit avec le menu 
36327 \family sans
36328 Insertion\SpecialChar \menuseparator
36329 Caractère
36330 \begin_inset space ~
36331 \end_inset
36332
36333 spécial\SpecialChar \menuseparator
36334 Symboles\SpecialChar \menuseparator
36335 Symboles de type lettre
36336 \family default
36337 .
36338 \end_layout
36339
36340 \begin_layout Standard
36341 \begin_inset Newpage newpage
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \begin_layout Section
36348 Synonymes
36349 \begin_inset Index idx
36350 status collapsed
36351
36352 \begin_layout Plain Layout
36353 Synonymes
36354 \end_layout
36355
36356 \end_inset
36357
36358
36359 \end_layout
36360
36361 \begin_layout Standard
36362 Certains caractères peuvent être obtenus en utilisant différentes commandes.
36363  Voici une liste de commandes synonymes:
36364 \end_layout
36365
36366 \begin_layout Standard
36367 \begin_inset VSpace bigskip
36368 \end_inset
36369
36370
36371 \begin_inset space \hfill{}
36372 \end_inset
36373
36374
36375 \begin_inset Tabular
36376 <lyxtabular version="3" rows="12" columns="2">
36377 <features rotate="0" tabularvalignment="middle">
36378 <column alignment="center" valignment="top" width="0pt">
36379 <column alignment="center" valignment="top" width="0pt">
36380 <row>
36381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36382 \begin_inset Text
36383
36384 \begin_layout Plain Layout
36385 Commande
36386 \end_layout
36387
36388 \end_inset
36389 </cell>
36390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36391 \begin_inset Text
36392
36393 \begin_layout Plain Layout
36394 est équivalente à
36395 \begin_inset Note Note
36396 status collapsed
36397
36398 \begin_layout Plain Layout
36399
36400 \series bold
36401
36402 \backslash
36403 raisebox
36404 \series default
36405  est seulement utilisée pour faire de la place
36406 \end_layout
36407
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \end_inset
36414 </cell>
36415 </row>
36416 <row>
36417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36418 \begin_inset Text
36419
36420 \begin_layout Plain Layout
36421
36422 \backslash
36423 ast
36424 \end_layout
36425
36426 \end_inset
36427 </cell>
36428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36429 \begin_inset Text
36430
36431 \begin_layout Plain Layout
36432 \begin_inset ERT
36433 status collapsed
36434
36435 \begin_layout Plain Layout
36436
36437
36438 \backslash
36439 raisebox{-1.2mm}{
36440 \end_layout
36441
36442 \end_inset
36443
36444 *
36445 \begin_inset ERT
36446 status collapsed
36447
36448 \begin_layout Plain Layout
36449
36450 }
36451 \end_layout
36452
36453 \end_inset
36454
36455
36456 \end_layout
36457
36458 \end_inset
36459 </cell>
36460 </row>
36461 <row>
36462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36463 \begin_inset Text
36464
36465 \begin_layout Plain Layout
36466
36467 \backslash
36468 choose
36469 \end_layout
36470
36471 \end_inset
36472 </cell>
36473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477
36478 \backslash
36479 binom
36480 \end_layout
36481
36482 \end_inset
36483 </cell>
36484 </row>
36485 <row>
36486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36487 \begin_inset Text
36488
36489 \begin_layout Plain Layout
36490
36491 \backslash
36492 geq
36493 \end_layout
36494
36495 \end_inset
36496 </cell>
36497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36498 \begin_inset Text
36499
36500 \begin_layout Plain Layout
36501
36502 \backslash
36503 ge
36504 \end_layout
36505
36506 \end_inset
36507 </cell>
36508 </row>
36509 <row>
36510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36511 \begin_inset Text
36512
36513 \begin_layout Plain Layout
36514
36515 \backslash
36516 lbrace
36517 \end_layout
36518
36519 \end_inset
36520 </cell>
36521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36522 \begin_inset Text
36523
36524 \begin_layout Plain Layout
36525 {
36526 \end_layout
36527
36528 \end_inset
36529 </cell>
36530 </row>
36531 <row>
36532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36533 \begin_inset Text
36534
36535 \begin_layout Plain Layout
36536
36537 \backslash
36538 lbracket
36539 \end_layout
36540
36541 \end_inset
36542 </cell>
36543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36544 \begin_inset Text
36545
36546 \begin_layout Plain Layout
36547 [
36548 \end_layout
36549
36550 \end_inset
36551 </cell>
36552 </row>
36553 <row>
36554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36555 \begin_inset Text
36556
36557 \begin_layout Plain Layout
36558
36559 \backslash
36560 leftarrow
36561 \end_layout
36562
36563 \end_inset
36564 </cell>
36565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36566 \begin_inset Text
36567
36568 \begin_layout Plain Layout
36569
36570 \backslash
36571 gets
36572 \end_layout
36573
36574 \end_inset
36575 </cell>
36576 </row>
36577 <row>
36578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582
36583 \backslash
36584 leq
36585 \end_layout
36586
36587 \end_inset
36588 </cell>
36589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36590 \begin_inset Text
36591
36592 \begin_layout Plain Layout
36593
36594 \backslash
36595 le
36596 \end_layout
36597
36598 \end_inset
36599 </cell>
36600 </row>
36601 <row>
36602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606
36607 \backslash
36608 lor
36609 \end_layout
36610
36611 \end_inset
36612 </cell>
36613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617
36618 \backslash
36619 vee
36620 \end_layout
36621
36622 \end_inset
36623 </cell>
36624 </row>
36625 <row>
36626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36627 \begin_inset Text
36628
36629 \begin_layout Plain Layout
36630
36631 \backslash
36632 neq
36633 \end_layout
36634
36635 \end_inset
36636 </cell>
36637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36638 \begin_inset Text
36639
36640 \begin_layout Plain Layout
36641
36642 \backslash
36643 not=
36644 \end_layout
36645
36646 \end_inset
36647 </cell>
36648 </row>
36649 <row>
36650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36651 \begin_inset Text
36652
36653 \begin_layout Plain Layout
36654
36655 \backslash
36656 slash
36657 \end_layout
36658
36659 \end_inset
36660 </cell>
36661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36662 \begin_inset Text
36663
36664 \begin_layout Plain Layout
36665 /
36666 \end_layout
36667
36668 \end_inset
36669 </cell>
36670 </row>
36671 <row>
36672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36673 \begin_inset Text
36674
36675 \begin_layout Plain Layout
36676
36677 \backslash
36678 vert
36679 \end_layout
36680
36681 \end_inset
36682 </cell>
36683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36684 \begin_inset Text
36685
36686 \begin_layout Plain Layout
36687 |
36688 \end_layout
36689
36690 \end_inset
36691 </cell>
36692 </row>
36693 </lyxtabular>
36694
36695 \end_inset
36696
36697
36698 \begin_inset space \hfill{}
36699 \end_inset
36700
36701
36702 \begin_inset Tabular
36703 <lyxtabular version="3" rows="12" columns="2">
36704 <features rotate="0" tabularvalignment="middle">
36705 <column alignment="center" valignment="top" width="0pt">
36706 <column alignment="center" valignment="top" width="0pt">
36707 <row>
36708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36709 \begin_inset Text
36710
36711 \begin_layout Plain Layout
36712 Commande
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36718 \begin_inset Text
36719
36720 \begin_layout Plain Layout
36721 est équivalente à
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 </row>
36727 <row>
36728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732
36733 \backslash
36734 backslash
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743
36744 \backslash
36745
36746 \backslash
36747
36748 \end_layout
36749
36750 \end_inset
36751 </cell>
36752 </row>
36753 <row>
36754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36755 \begin_inset Text
36756
36757 \begin_layout Plain Layout
36758
36759 \backslash
36760 dasharrow
36761 \end_layout
36762
36763 \end_inset
36764 </cell>
36765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36766 \begin_inset Text
36767
36768 \begin_layout Plain Layout
36769
36770 \backslash
36771 dashrightarrow
36772 \end_layout
36773
36774 \end_inset
36775 </cell>
36776 </row>
36777 <row>
36778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36779 \begin_inset Text
36780
36781 \begin_layout Plain Layout
36782
36783 \backslash
36784 land
36785 \end_layout
36786
36787 \end_inset
36788 </cell>
36789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36790 \begin_inset Text
36791
36792 \begin_layout Plain Layout
36793
36794 \backslash
36795 wedge
36796 \end_layout
36797
36798 \end_inset
36799 </cell>
36800 </row>
36801 <row>
36802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36803 \begin_inset Text
36804
36805 \begin_layout Plain Layout
36806
36807 \backslash
36808 rbrace
36809 \end_layout
36810
36811 \end_inset
36812 </cell>
36813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36814 \begin_inset Text
36815
36816 \begin_layout Plain Layout
36817 }
36818 \end_layout
36819
36820 \end_inset
36821 </cell>
36822 </row>
36823 <row>
36824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36825 \begin_inset Text
36826
36827 \begin_layout Plain Layout
36828
36829 \backslash
36830 rbracket
36831 \end_layout
36832
36833 \end_inset
36834 </cell>
36835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839 ]
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 </row>
36845 <row>
36846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850
36851 \backslash
36852 rightarrow
36853 \end_layout
36854
36855 \end_inset
36856 </cell>
36857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36858 \begin_inset Text
36859
36860 \begin_layout Plain Layout
36861
36862 \backslash
36863 to
36864 \end_layout
36865
36866 \end_inset
36867 </cell>
36868 </row>
36869 <row>
36870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36871 \begin_inset Text
36872
36873 \begin_layout Plain Layout
36874
36875 \backslash
36876 lnot
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36882 \begin_inset Text
36883
36884 \begin_layout Plain Layout
36885
36886 \backslash
36887 neg
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 </row>
36893 <row>
36894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36895 \begin_inset Text
36896
36897 \begin_layout Plain Layout
36898
36899 \backslash
36900 ne
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36906 \begin_inset Text
36907
36908 \begin_layout Plain Layout
36909
36910 \backslash
36911 not=
36912 \end_layout
36913
36914 \end_inset
36915 </cell>
36916 </row>
36917 <row>
36918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36919 \begin_inset Text
36920
36921 \begin_layout Plain Layout
36922
36923 \backslash
36924 owns
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36930 \begin_inset Text
36931
36932 \begin_layout Plain Layout
36933
36934 \backslash
36935 ni
36936 \end_layout
36937
36938 \end_inset
36939 </cell>
36940 </row>
36941 <row>
36942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36943 \begin_inset Text
36944
36945 \begin_layout Plain Layout
36946
36947 \backslash
36948 square
36949 \end_layout
36950
36951 \end_inset
36952 </cell>
36953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36954 \begin_inset Text
36955
36956 \begin_layout Plain Layout
36957
36958 \backslash
36959 Box
36960 \end_layout
36961
36962 \end_inset
36963 </cell>
36964 </row>
36965 <row>
36966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970
36971 \backslash
36972 Vert
36973 \end_layout
36974
36975 \end_inset
36976 </cell>
36977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36978 \begin_inset Text
36979
36980 \begin_layout Plain Layout
36981
36982 \backslash
36983 |
36984 \end_layout
36985
36986 \end_inset
36987 </cell>
36988 </row>
36989 </lyxtabular>
36990
36991 \end_inset
36992
36993
36994 \begin_inset space \hfill{}
36995 \end_inset
36996
36997
36998 \end_layout
36999
37000 \begin_layout Standard
37001 \begin_inset Newpage newpage
37002 \end_inset
37003
37004
37005 \end_layout
37006
37007 \begin_layout Bibliography
37008 \begin_inset CommandInset bibitem
37009 LatexCommand bibitem
37010 key "TLC2"
37011
37012 \end_inset
37013
37014
37015 \shape smallcaps
37016 Mittelbach, F.
37017  ; Goossens, M.
37018 \shape default
37019
37020 \shape italic
37021 The LaTeX Companion
37022 \shape default
37023 .
37024  Addison Wesley, 2004
37025 \end_layout
37026
37027 \begin_layout Bibliography
37028 \begin_inset CommandInset bibitem
37029 LatexCommand bibitem
37030 key "Mathmode"
37031
37032 \end_inset
37033
37034
37035 \begin_inset CommandInset href
37036 LatexCommand href
37037 name "Description"
37038 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37039
37040 \end_inset
37041
37042  des possibilités mathématiques de LaTeX
37043 \end_layout
37044
37045 \begin_layout Bibliography
37046 \begin_inset CommandInset bibitem
37047 LatexCommand bibitem
37048 key "AMS"
37049
37050 \end_inset
37051
37052
37053 \begin_inset CommandInset href
37054 LatexCommand href
37055 name "Description"
37056 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37057
37058 \end_inset
37059
37060  de 
37061 \begin_inset ERT
37062 status collapsed
37063
37064 \begin_layout Plain Layout
37065
37066
37067 \backslash
37068 AmS
37069 \end_layout
37070
37071 \end_inset
37072
37073 -LaTeX
37074 \end_layout
37075
37076 \begin_layout Bibliography
37077 \begin_inset CommandInset bibitem
37078 LatexCommand bibitem
37079 key "Symbols"
37080
37081 \end_inset
37082
37083
37084 \begin_inset CommandInset href
37085 LatexCommand href
37086 name "Liste"
37087 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37088
37089 \end_inset
37090
37091  de tous les symboles disponibles avec les paquetages LaTeX
37092 \end_layout
37093
37094 \begin_layout Bibliography
37095 \begin_inset CommandInset bibitem
37096 LatexCommand bibitem
37097 key "cancel"
37098
37099 \end_inset
37100
37101
37102 \begin_inset CommandInset href
37103 LatexCommand href
37104 name "Documentation"
37105 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37106
37107 \end_inset
37108
37109  paquetage LaTeX 
37110 \series bold
37111 cancel
37112 \series default
37113
37114 \begin_inset Index idx
37115 status collapsed
37116
37117 \begin_layout Plain Layout
37118 Paquetages ! cancel
37119 \end_layout
37120
37121 \end_inset
37122
37123
37124 \end_layout
37125
37126 \begin_layout Bibliography
37127 \begin_inset CommandInset bibitem
37128 LatexCommand bibitem
37129 key "hyperref"
37130
37131 \end_inset
37132
37133
37134 \begin_inset CommandInset href
37135 LatexCommand href
37136 name "Documentation"
37137 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37138
37139 \end_inset
37140
37141  paquetage LaTeX 
37142 \series bold
37143 hyperref
37144 \series default
37145
37146 \begin_inset Index idx
37147 status collapsed
37148
37149 \begin_layout Plain Layout
37150 Paquetages ! hyperref
37151 \end_layout
37152
37153 \end_inset
37154
37155
37156 \end_layout
37157
37158 \begin_layout Bibliography
37159 \begin_inset CommandInset bibitem
37160 LatexCommand bibitem
37161 key "mhchem"
37162
37163 \end_inset
37164
37165
37166 \begin_inset CommandInset href
37167 LatexCommand href
37168 name "Documentation"
37169 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37170
37171 \end_inset
37172
37173  paquetage LaTeX 
37174 \series bold
37175 mhchem
37176 \series default
37177
37178 \begin_inset Index idx
37179 status collapsed
37180
37181 \begin_layout Plain Layout
37182 Paquetages ! mhchem
37183 \end_layout
37184
37185 \end_inset
37186
37187
37188 \end_layout
37189
37190 \begin_layout Bibliography
37191 \begin_inset CommandInset bibitem
37192 LatexCommand bibitem
37193 key "Mathclap"
37194
37195 \end_inset
37196
37197
37198 \begin_inset CommandInset href
37199 LatexCommand href
37200 name "Description"
37201 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37202
37203 \end_inset
37204
37205  de la commande 
37206 \series bold
37207
37208 \backslash
37209 mathclap
37210 \series default
37211 , décrite dans 
37212 \begin_inset CommandInset ref
37213 LatexCommand ref
37214 reference "sub:Limites-des-opérateurs"
37215
37216 \end_inset
37217
37218
37219 \begin_inset Index idx
37220 status collapsed
37221
37222 \begin_layout Plain Layout
37223 Commandes ! M ! 
37224 \backslash
37225 mathclap
37226 \end_layout
37227
37228 \end_inset
37229
37230
37231 \end_layout
37232
37233 \begin_layout Bibliography
37234 \begin_inset CommandInset bibitem
37235 LatexCommand bibitem
37236 key "Duden"
37237
37238 \end_inset
37239
37240
37241 \emph on
37242 Duden Band 1
37243 \emph default
37244 .
37245  22.
37246  Auflage, Duden 2001
37247 \end_layout
37248
37249 \begin_layout Bibliography
37250 \begin_inset CommandInset bibitem
37251 LatexCommand bibitem
37252 key "Checklist"
37253
37254 \end_inset
37255
37256
37257 \begin_inset CommandInset href
37258 LatexCommand href
37259 name "Check list"
37260 target "http://physics.nist.gov/Document/checklist.pdf"
37261
37262 \end_inset
37263
37264  pour relire les manuscrits
37265 \end_layout
37266
37267 \begin_layout Standard
37268 \begin_inset CommandInset index_print
37269 LatexCommand printindex
37270 type "idx"
37271
37272 \end_inset
37273
37274
37275 \end_layout
37276
37277 \end_body
37278 \end_document