]> git.lyx.org Git - features.git/blob - lib/doc/fr/Math.lyx
French Math.lyx, EmbeddedObjects.lyx: updates by Siegfried
[features.git] / lib / doc / fr / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasfrench{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.4
74 \usepackage{braket}
75
76 % used in Kap. 22.6
77 \usepackage[samesize]{cancel}
78
79 % enables calculation of values,
80 \usepackage{calc}
81
82 % for multiple table row and column cells
83 \usepackage{multirow}
84 \usepackage{multicol}
85
86 % needed for diagrams
87 \usepackage{amscd}
88
89 % needed in sec. 19.4
90 \usepackage{remreset}
91
92 % center multirows (e.g. in sec. 13.3)
93 \renewcommand{\multirowsetup}{\centering}
94
95 % define a color, used in sec.9.3
96 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
97
98 % declare operators (see sec. 10.4 and sec. 15.2)
99 \DeclareMathOperator*{\Losange}{\blacklozenge}
100 \DeclareMathOperator{\sgn}{sgn}
101
102 \newcommand{\spce}{\textvisiblespace}
103
104 % example definitions for sec. 20.1 
105 \newcommand{\gr}{\Longrightarrow}
106 \newcommand{\us}[1]{\underline{#1}}
107 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
108 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
109 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
110
111 % example macro from sec. 19.4
112 %\def\tagform@#1{\maketag@@@{|#1|}}
113
114 % macro from sec. 10.2
115 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
116 \def\mathclap {\mathpalette \mathclapinternal}
117 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
118
119 % redefine the greyed out note
120 \renewenvironment{lyxgreyedout}
121  {\textcolor{blue}\bgroup}{\egroup}
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package eurosym
128 % used for the Euro symbol
129 \newboolean{eurosym}
130 \IfFileExists{eurosym.sty}
131  {\usepackage[gennarrow]{eurosym}
132   \setboolean{eurosym}{true}}
133  {\setboolean{eurosym}{false}}
134
135 % needed in sec. 22.10
136 % check for package upgreek
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142 \end_preamble
143 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
144 \language french
145 \inputencoding auto
146 \font_roman default
147 \font_sans default
148 \font_typewriter default
149 \font_default_family default
150 \font_sc false
151 \font_osf false
152 \font_sf_scale 100
153 \font_tt_scale 100
154
155 \graphics default
156 \paperfontsize 12
157 \spacing single
158 \use_hyperref true
159 \pdf_title "Manuel mathématique de LyX"
160 \pdf_author "L'équipe LyX, Uwe Stöhr, traducteur: Siegfried Meunier-Guttin-Cluzel"
161 \pdf_subject "Documentation sur les mathématiques avec LyX"
162 \pdf_keywords "LyX, Mathed"
163 \pdf_bookmarks true
164 \pdf_bookmarksnumbered true
165 \pdf_bookmarksopen true
166 \pdf_bookmarksopenlevel 1
167 \pdf_breaklinks false
168 \pdf_pdfborder false
169 \pdf_colorlinks true
170 \pdf_backref false
171 \pdf_pagebackref false
172 \pdf_pdfusetitle false
173 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
174 \papersize a4paper
175 \use_geometry false
176 \use_amsmath 2
177 \use_esint 1
178 \cite_engine basic
179 \use_bibtopic false
180 \paperorientation portrait
181 \secnumdepth 4
182 \tocdepth 3
183 \paragraph_separation skip
184 \defskip medskip
185 \quotes_language english
186 \papercolumns 1
187 \papersides 2
188 \paperpagestyle plain
189 \bullet 1 0 6 -1
190 \bullet 2 2 35 -1
191 \bullet 3 2 7 -1
192 \tracking_changes false
193 \output_changes false
194 \author "" 
195 \author "" 
196 \end_header
197
198 \begin_body
199
200 \begin_layout Title
201 Manuel mathématique détaillé de LyX
202 \end_layout
203
204 \begin_layout Author
205 par l'équipe LyX 
206 \begin_inset Foot
207 status collapsed
208
209 \begin_layout Plain Layout
210 \noindent
211 Si vous avez des commentaires ou des corrections d'erreurs, faites les parvenir
212  à la liste de diffusion de la documentation de LyX: 
213 \family typewriter
214
215 \begin_inset CommandInset href
216 LatexCommand href
217 name "lyx-docs@lists.lyx.org"
218 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
219
220 \end_inset
221
222
223 \end_layout
224
225 \end_inset
226
227
228 \begin_inset Note Note
229 status collapsed
230
231 \begin_layout Plain Layout
232 auteur: Uwe Stöhr
233 \end_layout
234
235 \begin_layout Plain Layout
236 traducteur: Siegfried Meunier-Guttin-Cluzel
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset Newline newline
243 \end_inset
244
245
246 \begin_inset Newline newline
247 \end_inset
248
249
250 \family sans
251 Version 1.6svn
252 \end_layout
253
254 \begin_layout Standard
255 \begin_inset CommandInset toc
256 LatexCommand tableofcontents
257
258 \end_inset
259
260
261 \end_layout
262
263 \begin_layout Standard
264 \begin_inset Note Note
265 status open
266
267 \begin_layout Plain Layout
268 Pour pouvoir exporter ce document en PDF, PS, ou DVI les paquetages LaTeX
269  
270 \series bold
271 eurosym,
272 \series default
273  
274 \series bold
275 multirow,
276 \series default
277  et 
278 \series bold
279 was
280 \series default
281  doivent être installés.
282  S'ils ne sont pas installés, vous pouvez quand même exporter votre document,
283  mais les sections où ces paquetages sont nécessaires ne seront pas visibles
284  sur la sortie finale.
285 \end_layout
286
287 \end_inset
288
289
290 \end_layout
291
292 \begin_layout Standard
293 \begin_inset Newpage newpage
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Section
300 Introduction
301 \begin_inset CommandInset label
302 LatexCommand label
303 name "sec:Introduction"
304
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Standard
311 Ce document explique les fonctions mathématiques de LyX et c'est aussi une
312  collection de commandes LaTeX utilisées pour les symboles et les constructions
313  mathématiques.
314  Les explications mettent l'accent sur l'utilisation des commandes, il est
315  donc indispensable que vous ayez déjà lu la section sur les 
316 \family typewriter
317 Formules Mathématiques
318 \family default
319  du Manuel de l'Utilisateur.
320 \end_layout
321
322 \begin_layout Standard
323 La plupart des symboles et plusieurs constructions expliquées dans ce manuel
324  sont aussi accessibles par le menu
325 \family sans
326  Insérer\SpecialChar \menuseparator
327 Math
328 \family default
329 , ou par la 
330 \family sans
331 barre d'outils mathématique.
332  
333 \family default
334 Mais quand on tape beaucoup de formules, on constate vite qu'il est plus
335  rapide d'utiliser une commande plutôt que la barre d'outils.
336  C'est pourquoi ce manuel se focalise sur les commandes tout en mentionnant
337  les boutons correspondants quand il y en a de disponibles.
338 \end_layout
339
340 \begin_layout Standard
341 Sauf mention contraire les commandes ne sont disponibles qu'au sein d'une
342  formule.
343  Pour pouvoir utiliser toutes les commandes expliquées dans ce document
344  il faut utiliser l'option 
345 \family sans
346 Utiliser le paquetage math AMS
347 \family default
348  dans les paramètres du document (menu
349 \family sans
350  Document\SpecialChar \menuseparator
351 Paramètres\SpecialChar \menuseparator
352 Options mode math
353 \family default
354 )
355 \begin_inset Foot
356 status collapsed
357
358 \begin_layout Plain Layout
359 L'option 
360 \family sans
361 Utiliser automatiquement le paquetage math AMS
362 \family default
363  n'utilise les maths-
364 \begin_inset ERT
365 status collapsed
366
367 \begin_layout Plain Layout
368
369
370 \backslash
371 AmS 
372 \end_layout
373
374 \end_inset
375
376
377 \begin_inset space ~
378 \end_inset
379
380 que si on utilise des constructions mathématiques qui sont reconnues par
381  LyX.
382 \end_layout
383
384 \end_inset
385
386 .
387 \end_layout
388
389 \begin_layout Standard
390 Ce document ne liste pas la totalité des commandes math-
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396
397 \backslash
398 AmS 
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset space ~
405 \end_inset
406
407 pour des raisons de bon sens
408 \begin_inset Foot
409 status collapsed
410
411 \begin_layout Plain Layout
412 On trouve une liste de toutes les commandes math-
413 \begin_inset ERT
414 status collapsed
415
416 \begin_layout Plain Layout
417
418
419 \backslash
420 AmS 
421 \end_layout
422
423 \end_inset
424
425
426 \begin_inset space ~
427 \end_inset
428
429 dans le fichier 
430 \family sans
431
432 \begin_inset CommandInset href
433 LatexCommand href
434 name "amsguide.ps"
435 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
436
437 \end_inset
438
439
440 \family default
441 , qui est inclus dans toutes les installations LaTeX standard.
442 \end_layout
443
444 \end_inset
445
446 .
447 \end_layout
448
449 \begin_layout Section
450 Instructions générales
451 \begin_inset CommandInset label
452 LatexCommand label
453 name "sec:Instructions-générales"
454
455 \end_inset
456
457
458 \end_layout
459
460 \begin_layout Standard
461 Pour créer une formule en ligne
462 \begin_inset Index
463 status collapsed
464
465 \begin_layout Plain Layout
466 Formules ! en ligne
467 \end_layout
468
469 \end_inset
470
471  c'est-à-dire qui soit incorporée à la ligne de texte, appuyez sur 
472 \family sans
473 Ctrl-m
474 \family default
475  ou sur le bouton 
476 \begin_inset Graphics
477         filename ../../images/math-mode.png
478         scale 85
479
480 \end_inset
481
482  de la barre d'outils
483 \begin_inset Newline newline
484 \end_inset
485
486 Pour créer une formule hors ligne
487 \begin_inset Index
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formules ! hors ligne
492 \end_layout
493
494 \end_inset
495
496  c'est-à-dire qui apparaîtra plus grosse et qui aura son propre paragraphe,
497  appuyez sur 
498 \family sans
499 Ctrl-M
500 \family default
501 .
502 \end_layout
503
504 \begin_layout Standard
505 Pour changer une formule en ligne en une formule hors ligne, placez le curseur
506  dans la formule et appuyez sur 
507 \family sans
508 Ctrl-M
509 \family default
510  ou utilisez 
511 \family sans
512 Éditer\SpecialChar \menuseparator
513 Math\SpecialChar \menuseparator
514 Changer le type de formule
515 \family default
516 .
517  De la même façon, on peut changer une formule hors ligne en une formule
518  en ligne.
519 \end_layout
520
521 \begin_layout Standard
522 Pour afficher des parties d'une formule en ligne avec la même taille qu'une
523  formule hors ligne, entrez la commande 
524 \series bold
525
526 \backslash
527 displaystyle
528 \begin_inset Index
529 status collapsed
530
531 \begin_layout Plain Layout
532 Commandes ! D ! 
533 \backslash
534 displaystyle
535 \end_layout
536
537 \end_inset
538
539
540 \series default
541  dans la formule.
542  Une nouvelle boîte bleue apparaît alors dans laquelle on peut insérer les
543  parties de formules qui doivent avoir la taille hors ligne.
544 \end_layout
545
546 \begin_layout Standard
547 Seules les formules en ligne sont autorisées dans les tableaux.
548 \end_layout
549
550 \begin_layout Standard
551 La barre d'outils mathématique peut être activée avec le menu 
552 \family sans
553 Visualiser\SpecialChar \menuseparator
554 Barres d'outils
555 \family default
556 .
557  Quand vous y cliquez sur 
558 \begin_inset Quotes eld
559 \end_inset
560
561 Math
562 \begin_inset Quotes erd
563 \end_inset
564
565  la barre d'outils s'affiche de façon permanente en bas de l'interface;
566  cet état est visualisé dans le menu 
567 \family sans
568 Barres
569 \begin_inset space ~
570 \end_inset
571
572 d'outils 
573 \family default
574 par une coche.
575  Si, dans cet état, vous cliquez une nouvelle fois sur 
576 \begin_inset Quotes eld
577 \end_inset
578
579 Math
580 \begin_inset Quotes erd
581 \end_inset
582
583  la barre d'outils ne s'affichera plus que lorsque le curseur se trouvera
584  à l'intérieur d'une formule; cet état est visualisé en changeant l'entrée
585  de menu de 
586 \begin_inset Quotes eld
587 \end_inset
588
589 Math
590 \begin_inset Quotes erd
591 \end_inset
592
593  en 
594 \begin_inset Quotes eld
595 \end_inset
596
597 Math (auto)
598 \begin_inset Quotes erd
599 \end_inset
600
601 .
602 \end_layout
603
604 \begin_layout Standard
605 Le mode TeX
606 \begin_inset Index
607 status collapsed
608
609 \begin_layout Plain Layout
610 Mode TeX
611 \end_layout
612
613 \end_inset
614
615  est activé en appuyant sur le bouton 
616 \begin_inset Graphics
617         filename ../../images/ert-insert.png
618         scale 85
619
620 \end_inset
621
622  de la barre d'outils ou en utilisant le menu 
623 \family sans
624 Insérer\SpecialChar \menuseparator
625 Code
626 \begin_inset space ~
627 \end_inset
628
629 Te
630 \begin_inset ERT
631 status collapsed
632
633 \begin_layout Plain Layout
634
635 {}
636 \end_layout
637
638 \end_inset
639
640 X
641 \family default
642  (raccourci 
643 \family sans
644 Ctrl-l
645 \family default
646 ).
647 \begin_inset Note Note
648 status collapsed
649
650 \begin_layout Plain Layout
651 Dans LyX il y a trois 
652 \begin_inset Quotes eld
653 \end_inset
654
655 nom propres
656 \begin_inset Quotes erd
657 \end_inset
658
659  qui apparaissent dans la sortie finale avec des lettres mises en indice
660  ou en exposant: TeX, LaTeX, et LyX
661 \end_layout
662
663 \begin_layout Plain Layout
664 Pour éviter que ces noms soient reconnus comme des noms propres, 
665 \lang english
666 a
667 \lang french
668  accolade TeX 
669 \lang english
670 pair is inserted
671 \lang french
672 .
673 \end_layout
674
675 \end_inset
676
677
678 \end_layout
679
680 \begin_layout Standard
681 Pour modifier le préambule LaTeX
682 \begin_inset Index
683 status collapsed
684
685 \begin_layout Plain Layout
686 Préambule LaTeX
687 \end_layout
688
689 \end_inset
690
691 , on utilise le menu 
692 \family sans
693 Document\SpecialChar \menuseparator
694 Paramètres\SpecialChar \menuseparator
695 Préambule
696 \begin_inset space ~
697 \end_inset
698
699 LaT
700 \begin_inset ERT
701 status collapsed
702
703 \begin_layout Plain Layout
704
705 {}
706 \end_layout
707
708 \end_inset
709
710 eX
711 \family default
712 .
713 \end_layout
714
715 \begin_layout Standard
716 Pour éditer des matrices, des différentiations de cas et des formules multiligne
717 s après coup, on peut utiliser les menus 
718 \family sans
719 Éditer\SpecialChar \menuseparator
720 Math
721 \family default
722  and 
723 \family sans
724 Éditer\SpecialChar \menuseparator
725 Lignes
726 \begin_inset space \thinspace{}
727 \end_inset
728
729 &
730 \begin_inset space \thinspace{}
731 \end_inset
732
733 colonnes,
734 \family default
735  ou la barre d'outils 
736 \family sans
737 Tableau
738 \family default
739 .
740  Quand deux lignes ou deux colonnes sont permutées à l'aide du menu, la
741  ligne ou la colonne où se trouve le curseur est échangée avec la ligne
742  d'en dessous ou la colonne directement à droite.
743  Si le curseur se trouve dans la dernière ligne ou colonne, l'échange se
744  fera avec la ligne précédente ou la colonne directement à gauche.
745 \end_layout
746
747 \begin_layout Standard
748 Quand on veut écrire du texte dans des formules
749 \begin_inset Foot
750 status collapsed
751
752 \begin_layout Plain Layout
753 Pour les formules multilignes, on utilise la commande 
754 \series bold
755
756 \backslash
757 intertext,
758 \series default
759  voir 
760 \begin_inset CommandInset ref
761 LatexCommand ref
762 reference "sub:Texte-dans-multi-lignes"
763
764 \end_inset
765
766 .
767 \end_layout
768
769 \end_inset
770
771 , on doit utiliser du 
772 \emph on
773 texte mathématique
774 \emph default
775
776 \begin_inset Index
777 status collapsed
778
779 \begin_layout Plain Layout
780 Texte ! dans les formules
781 \end_layout
782
783 \end_inset
784
785
786 \begin_inset Index
787 status collapsed
788
789 \begin_layout Plain Layout
790 Mathématique, texte
791 \end_layout
792
793 \end_inset
794
795 .
796  Ce mode est invoqué à l'aide du raccourci
797 \family sans
798  Alt-m
799 \begin_inset space ~
800 \end_inset
801
802 m
803 \family default
804  ou en insérant la commande 
805 \series bold
806
807 \backslash
808 text
809 \begin_inset Index
810 status collapsed
811
812 \begin_layout Plain Layout
813 Commandes ! T ! 
814 \backslash
815 text
816 \end_layout
817
818 \end_inset
819
820
821 \series default
822 .
823  Dans LyX, le texte apparaît en noir et peut donc être distingué des autres
824  parties de la formule qui apparaissent en bleu.
825  Dans la sortie finale, le texte mathématique est en caractères droits,
826  contrairement aux autres éléments de formule.
827 \end_layout
828
829 \begin_layout Subsection*
830 Syntaxe des commandes
831 \end_layout
832
833 \begin_layout Standard
834 La plupart des commandes LaTeX utilisées dans les constructions mathématiques
835  suivent la syntaxe suivante:
836 \end_layout
837
838 \begin_layout Standard
839
840 \series bold
841
842 \backslash
843 nomdelacommande[argument optionnel]{argument obligatoire}
844 \end_layout
845
846 \begin_layout Standard
847 Une commande commence toujours par une barre de fraction inverse (anti-slash)
848  
849 \begin_inset Quotes gld
850 \end_inset
851
852
853 \series bold
854
855 \backslash
856
857 \series default
858
859 \begin_inset Quotes grd
860 \end_inset
861
862 .
863  Pour omettre l'argument optionnel, il faut aussi omettre les crochets qui
864  vont avec.
865  Les accolades placées autour des arguments obligatoires seront nommées
866  accolade TeX dans ce document
867 \begin_inset Index
868 status collapsed
869
870 \begin_layout Plain Layout
871 Accolades TeX
872 \end_layout
873
874 \end_inset
875
876 .
877  Si dans une formule, vous ajoutez à un nom de commande une accolade gauche,
878  LyX créera automatiquement une accolade droite.
879  Dans tous les autres cas les accolades TeX sont créées dans des formules
880  avec la commande 
881 \series bold
882
883 \backslash
884 {
885 \series default
886 .
887  Les accolades TeX apparaissent en rouge dans LyX, contrairement aux accolades
888  normales qui apparaissent en bleu.
889  En mode TeX, on n'a pas besoin d'une commande pour obtenir des accolades
890  TeX.
891  Les accolades TeX n'apparaissent pas dans la sortie finale.
892 \end_layout
893
894 \begin_layout Standard
895 Quand on entre en mode TeX des commandes sans argument, comme les commandes
896  pour les symboles, on doit 
897 \emph on
898 toujours
899 \emph default
900  placer une espace après la commande pour la terminer.
901  Cette espace n'apparaît pas dans la sortie finale.
902
903 \emph on
904  
905 \emph default
906 Si une espace doit apparaître dans la sortie finale, l'espace doit être
907  suivie par une espace insécable en texte normal.
908 \end_layout
909
910 \begin_layout Standard
911 On insère une espace insécable avec 
912 \family sans
913 Ctrl-Space
914 \family default
915 .
916 \end_layout
917
918 \begin_layout Subsection*
919 \begin_inset Newpage newpage
920 \end_inset
921
922 Explications sur la syntaxe
923 \end_layout
924
925 \begin_layout Itemize
926 Le symbole
927 \begin_inset Foot
928 status collapsed
929
930 \begin_layout Plain Layout
931 Ce caractère espace visible peut être obtenu en utilisant la commande 
932 \series bold
933
934 \backslash
935 textvisiblespace
936 \series default
937
938 \begin_inset Index
939 status collapsed
940
941 \begin_layout Plain Layout
942 Commandes ! T ! 
943 \backslash
944 textvisiblespace
945 \end_layout
946
947 \end_inset
948
949 , insérée en mode TeX.
950 \end_layout
951
952 \end_inset
953
954  
955 \begin_inset ERT
956 status collapsed
957
958 \begin_layout Plain Layout
959
960
961 \backslash
962 spce 
963 \end_layout
964
965 \end_inset
966
967
968 \begin_inset space ~
969 \end_inset
970
971 indique que l'on doit mettre une espace.
972 \end_layout
973
974 \begin_layout Itemize
975 Une flèche comme celle-ci 
976 \begin_inset Formula $\to$
977 \end_inset
978
979  indique que l'on doit appuyer sur la flèche correspondante du clavier.
980 \end_layout
981
982 \begin_layout Subsection*
983 Unités utilisées
984 \end_layout
985
986 \begin_layout Standard
987 \align center
988 \begin_inset Float table
989 placement H
990 wide false
991 sideways false
992 status open
993
994 \begin_layout Plain Layout
995 \align center
996 \begin_inset Caption
997
998 \begin_layout Plain Layout
999 \begin_inset CommandInset label
1000 LatexCommand label
1001 name "tab:Unités-utilisées"
1002
1003 \end_inset
1004
1005 Unités utilisées
1006 \end_layout
1007
1008 \end_inset
1009
1010
1011 \end_layout
1012
1013 \begin_layout Plain Layout
1014 \align center
1015 \begin_inset Tabular
1016 <lyxtabular version="3" rows="13" columns="2">
1017 <features>
1018 <column alignment="center" valignment="top" width="0">
1019 <column alignment="center" valignment="top" width="0">
1020 <row>
1021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 Unité
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 Nom / Description
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 </row>
1040 <row>
1041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 mm
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 Millimètre
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 </row>
1060 <row>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 cm
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 Centimètre
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 </row>
1080 <row>
1081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 in
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 Pouce (1
1095 \begin_inset space \thinspace{}
1096 \end_inset
1097
1098 in = 2,54
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 cm)
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 </row>
1108 <row>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 pt
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 Point (72.27
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 pt = 1
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 in)
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 </row>
1136 <row>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 pc
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 Pica (1
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 pc = 12
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 pt)
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 </row>
1164 <row>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 sp
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 scaled point (65536
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 sp = 1
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 pt)
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 </row>
1192 <row>
1193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 bp
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 big point (72
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 bp = 1
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 in)
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 </row>
1220 <row>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 dd
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 Didot (1
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 dd 
1239 \begin_inset Formula $\approx$
1240 \end_inset
1241
1242  0.376
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 mm)
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 </row>
1252 <row>
1253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Plain Layout
1257 cc
1258 \end_layout
1259
1260 \end_inset
1261 </cell>
1262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 Cicero (1
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 cc = 12
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 dd)
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 </row>
1280 <row>
1281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Plain Layout
1285 ex
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 Hauteur de la lettre 
1295 \emph on
1296
1297 \begin_inset Quotes eld
1298 \end_inset
1299
1300 x
1301 \emph default
1302
1303 \begin_inset Quotes erd
1304 \end_inset
1305
1306  dans la police courante
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 em
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 Largeur de la lettre 
1327 \begin_inset Quotes eld
1328 \end_inset
1329
1330
1331 \emph on
1332 M
1333 \emph default
1334
1335 \begin_inset Quotes erd
1336 \end_inset
1337
1338  dans la police courante
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 </row>
1344 <row>
1345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1346 \begin_inset Text
1347
1348 \begin_layout Plain Layout
1349 mu
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 unité math  (1
1359 \begin_inset space \thinspace{}
1360 \end_inset
1361
1362 mu = 
1363 \begin_inset Formula $\nicefrac{1}{18}$
1364 \end_inset
1365
1366
1367 \begin_inset space \thinspace{}
1368 \end_inset
1369
1370 em)
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 </row>
1376 </lyxtabular>
1377
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \end_inset
1384
1385
1386 \end_layout
1387
1388 \begin_layout Standard
1389 \begin_inset Newpage newpage
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \begin_layout Section
1396 Fonctions de base
1397 \end_layout
1398
1399 \begin_layout Subsection
1400 Exposants
1401 \begin_inset Index
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 Exposants
1406 \end_layout
1407
1408 \end_inset
1409
1410  et indices
1411 \begin_inset Index
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 Indices
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \end_layout
1422
1423 \begin_layout Standard
1424 Les indices sont créés avec le caractère souligné 
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428 _
1429 \begin_inset Quotes erd
1430 \end_inset
1431
1432  ou avec le bouton 
1433 \begin_inset Graphics
1434         filename ../../images/math-subscript.png
1435         scale 85
1436
1437 \end_inset
1438
1439 de la barre d'outils mathématique, les exposants avec un accent circonflexe
1440  
1441 \begin_inset Quotes eld
1442 \end_inset
1443
1444 ^
1445 \begin_inset Quotes erd
1446 \end_inset
1447
1448  ou avec le bouton 
1449 \begin_inset Graphics
1450         filename ../../images/math-superscript.png
1451         scale 85
1452
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>
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 est seulement utilisée pour faire de la place
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497 </cell>
1498 </row>
1499 <row>
1500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1501 \begin_inset Text
1502
1503 \begin_layout Plain Layout
1504 B_V
1505 \end_layout
1506
1507 \end_inset
1508 </cell>
1509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1510 \begin_inset Text
1511
1512 \begin_layout Plain Layout
1513 \begin_inset Formula $B_{V}$
1514 \end_inset
1515
1516
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 </row>
1522 <row>
1523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527 B^V
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1537 \end_inset
1538
1539
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 </row>
1545 <row>
1546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550 B^
1551 \begin_inset ERT
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555
1556
1557 \backslash
1558 spce 
1559 \end_layout
1560
1561 \end_inset
1562
1563 A
1564 \end_layout
1565
1566 \end_inset
1567 </cell>
1568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1573 \end_inset
1574
1575
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 </row>
1581 </lyxtabular>
1582
1583 \end_inset
1584
1585
1586 \end_layout
1587
1588 \begin_layout Standard
1589 Pour éviter que l'accent se retrouve sur la lettre qui le suit au lieu de
1590  la mettre en exposant, vous pouvez soit appuyer sur 
1591 \family sans
1592 Espace 
1593 \family default
1594 après l'accent circonflexe comme dans le dernier exemple ou utiliser l'accent
1595  qui se trouve sur la touche du 9.
1596 \end_layout
1597
1598 \begin_layout Subsection
1599 Fractions
1600 \begin_inset CommandInset label
1601 LatexCommand label
1602 name "sub:Fractions"
1603
1604 \end_inset
1605
1606
1607 \begin_inset Index
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611 Fractions
1612 \end_layout
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \begin_layout Standard
1620 Les fractions sont créées avec la commande 
1621 \series bold
1622
1623 \backslash
1624 frac
1625 \series default
1626
1627 \begin_inset Index
1628 status collapsed
1629
1630 \begin_layout Plain Layout
1631 Commandes ! F ! 
1632 \backslash
1633 frac
1634 \end_layout
1635
1636 \end_inset
1637
1638  ou avec le bouton 
1639 \begin_inset Graphics
1640         filename ../../images/math/frac.png
1641         scale 50
1642
1643 \end_inset
1644
1645  de la barre d'outils mathématique.
1646  La taille de la police est ajustée automatiquement selon que l'on se trouve
1647  dans une formule en ligne ou hors ligne.
1648  Avec le bouton 
1649 \begin_inset Graphics
1650         filename ../../images/math/frac-square.png
1651         scale 85
1652
1653 \end_inset
1654
1655  de la barre d'outils mathématique, vous pouvez choisir entre différents
1656  types de fractions.
1657 \end_layout
1658
1659 \begin_layout Standard
1660 Avec la commande 
1661 \series bold
1662
1663 \backslash
1664 dfrac
1665 \begin_inset Index
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 Commandes ! D ! 
1670 \backslash
1671 dfrac
1672 \end_layout
1673
1674 \end_inset
1675
1676
1677 \series default
1678  on peut créer une fraction qui a dans tous les cas la taille d'une fraction
1679  qui se trouverait dans une formule hors ligne.
1680  Avec 
1681 \series bold
1682
1683 \backslash
1684 tfrac
1685 \begin_inset Index
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689 Commandes ! T ! 
1690 \backslash
1691 tfrac
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \series default
1698  la fraction aura toujours la taille d'une formule en ligne.
1699  Un exemple:
1700 \end_layout
1701
1702 \begin_layout Standard
1703 Une ligne avec la fraction 
1704 \begin_inset Formula $\frac{1}{2}$
1705 \end_inset
1706
1707  créée avec la commande 
1708 \series bold
1709
1710 \backslash
1711 frac
1712 \series default
1713 .
1714 \end_layout
1715
1716 \begin_layout Standard
1717 Une ligne avec la fraction 
1718 \begin_inset Formula $\dfrac{1}{2}$
1719 \end_inset
1720
1721  créée avec la commande 
1722 \series bold
1723
1724 \backslash
1725 dfrac
1726 \series default
1727 .
1728 \end_layout
1729
1730 \begin_layout Standard
1731 \align center
1732 \begin_inset Tabular
1733 <lyxtabular version="3" rows="4" columns="2">
1734 <features>
1735 <column alignment="center" valignment="top" width="0pt">
1736 <column alignment="center" valignment="top" width="0pt">
1737 <row>
1738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742 Commande
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751 Résultat
1752 \begin_inset Note Note
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756
1757 \series bold
1758
1759 \backslash
1760 raisebox est seulement utilisée pour faire de la place
1761 \end_layout
1762
1763 \end_inset
1764
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 </row>
1771 <row>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \backslash
1778 frac
1779 \begin_inset ERT
1780 status collapsed
1781
1782 \begin_layout Plain Layout
1783
1784
1785 \backslash
1786 spce 
1787 \end_layout
1788
1789 \end_inset
1790
1791 A
1792 \begin_inset Formula $\downarrow$
1793 \end_inset
1794
1795 B
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1805 \end_inset
1806
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 </row>
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \backslash
1820 dfrac
1821 \begin_inset ERT
1822 status collapsed
1823
1824 \begin_layout Plain Layout
1825
1826
1827 \backslash
1828 spce 
1829 \end_layout
1830
1831 \end_inset
1832
1833 A
1834 \begin_inset Formula $\downarrow$
1835 \end_inset
1836
1837 B
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \backslash
1862 dfrac
1863 \begin_inset ERT
1864 status collapsed
1865
1866 \begin_layout Plain Layout
1867
1868
1869 \backslash
1870 spce 
1871 \end_layout
1872
1873 \end_inset
1874
1875 e^
1876 \begin_inset ERT
1877 status collapsed
1878
1879 \begin_layout Plain Layout
1880
1881
1882 \backslash
1883 spce 
1884 \end_layout
1885
1886 \end_inset
1887
1888
1889 \backslash
1890 frac
1891 \begin_inset ERT
1892 status collapsed
1893
1894 \begin_layout Plain Layout
1895
1896
1897 \backslash
1898 spce 
1899 \end_layout
1900
1901 \end_inset
1902
1903 1
1904 \begin_inset Formula $\downarrow$
1905 \end_inset
1906
1907 2
1908 \begin_inset Formula $\downarrow\downarrow$
1909 \end_inset
1910
1911 3
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 </row>
1929 </lyxtabular>
1930
1931 \end_inset
1932
1933
1934 \end_layout
1935
1936 \begin_layout Standard
1937 \begin_inset VSpace bigskip
1938 \end_inset
1939
1940
1941 \begin_inset Newpage newpage
1942 \end_inset
1943
1944 Pour des fractions emboîtées, on peut utiliser la commande 
1945 \series bold
1946
1947 \backslash
1948 cfrac
1949 \series default
1950
1951 \begin_inset Index
1952 status collapsed
1953
1954 \begin_layout Plain Layout
1955 Commandes ! C ! 
1956 \backslash
1957 cfrac
1958 \end_layout
1959
1960 \end_inset
1961
1962 .
1963  Voici un exemple:
1964 \begin_inset VSpace -3mm
1965 \end_inset
1966
1967
1968 \end_layout
1969
1970 \begin_layout Standard
1971 \begin_inset Formula \begin{align*}
1972 \textrm{créée avec \textbf{\textbackslash frac}} &  & \textrm{créée avec \textbf{\textbackslash cfrac}}\\
1973 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
1974
1975 \end_inset
1976
1977
1978 \end_layout
1979
1980 \begin_layout Standard
1981 La commande pour l'exemple précédent est:
1982 \end_layout
1983
1984 \begin_layout Standard
1985
1986 \backslash
1987 cfrac{A
1988 \begin_inset Formula $\to$
1989 \end_inset
1990
1991
1992 \backslash
1993 {B+
1994 \backslash
1995 cfrac{C+
1996 \backslash
1997 cfrac{E
1998 \begin_inset Formula $\to$
1999 \end_inset
2000
2001
2002 \backslash
2003 {F
2004 \begin_inset Formula $\to\to$
2005 \end_inset
2006
2007
2008 \backslash
2009 {D
2010 \end_layout
2011
2012 \begin_layout Standard
2013 \begin_inset VSpace medskip
2014 \end_inset
2015
2016
2017 \end_layout
2018
2019 \begin_layout Standard
2020
2021 \series bold
2022
2023 \backslash
2024 cfrac
2025 \series default
2026  met toujours la fraction dans la taille d'une formule hors ligne, même
2027  si elle est une partie d'une autre fraction.
2028  La commande
2029 \series bold
2030  
2031 \backslash
2032 cfrac
2033 \series default
2034  a la syntaxe suivante:
2035 \end_layout
2036
2037 \begin_layout Standard
2038
2039 \series bold
2040
2041 \backslash
2042 cfrac[position du numérateur]{numérateur}{dénominateur}
2043 \end_layout
2044
2045 \begin_layout Standard
2046 La position du numérateur peut être 
2047 \emph on
2048 l
2049 \emph default
2050  , 
2051 \emph on
2052 c
2053 \emph default
2054 , ou 
2055 \emph on
2056 r
2057 \emph default
2058  .
2059  l ou r aligne le numérateur respectivement à gauche ou à droite par rapport
2060  à la barre de fraction.
2061  Quand on met 
2062 \emph on
2063
2064 \emph default
2065 ou rien, le numérateur apparaît centré.
2066  Les fractions qui suivent illustrent les différents alignements:
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070
2071 \series bold
2072
2073 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2074 \end_inset
2075
2076
2077 \begin_inset Formula $\cfrac{A}{B+C}$
2078 \end_inset
2079
2080
2081 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2082 \end_inset
2083
2084
2085 \end_layout
2086
2087 \begin_layout Standard
2088 \begin_inset VSpace medskip
2089 \end_inset
2090
2091 Il est souvent intéressant de combiner 
2092 \series bold
2093
2094 \backslash
2095 cfrac
2096 \series default
2097  et 
2098 \series bold
2099
2100 \backslash
2101 frac
2102 \series default
2103 :
2104 \begin_inset Formula \[
2105 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2106
2107 \end_inset
2108
2109
2110 \end_layout
2111
2112 \begin_layout Standard
2113 Pour des fractions en ligne avec une barre de fraction en diagonale, vous
2114  pouvez utiliser la commande 
2115 \series bold
2116
2117 \backslash
2118 nicefrac
2119 \begin_inset Index
2120 status collapsed
2121
2122 \begin_layout Plain Layout
2123 Commandes ! N ! 
2124 \backslash
2125 nicefrac
2126 \end_layout
2127
2128 \end_inset
2129
2130
2131 \series default
2132
2133 \begin_inset Formula $\nicefrac{5}{31}$
2134 \end_inset
2135
2136
2137 \end_layout
2138
2139 \begin_layout Standard
2140 Dans 
2141 \begin_inset CommandInset ref
2142 LatexCommand ref
2143 reference "sub:Fractions-personnalisées"
2144
2145 \end_inset
2146
2147  on explique comment définir des fractions personnalisées en modifiant les
2148  barres de fractions .
2149 \end_layout
2150
2151 \begin_layout Subsection
2152 Racines
2153 \begin_inset Index
2154 status collapsed
2155
2156 \begin_layout Plain Layout
2157 Racines
2158 \end_layout
2159
2160 \end_inset
2161
2162
2163 \end_layout
2164
2165 \begin_layout Standard
2166 On obtient les racines carrées avec la commande 
2167 \series bold
2168
2169 \backslash
2170 sqrt
2171 \series default
2172
2173 \begin_inset Index
2174 status collapsed
2175
2176 \begin_layout Plain Layout
2177 Commandes ! S ! 
2178 \backslash
2179 sqrt
2180 \end_layout
2181
2182 \end_inset
2183
2184  ou avec le bouton 
2185 \begin_inset Graphics
2186         filename ../../images/math/sqrt.png
2187         scale 85
2188
2189 \end_inset
2190
2191  de la barre d'outils mathématique, et toutes les autres racines avec la
2192  commande 
2193 \series bold
2194
2195 \backslash
2196 root
2197 \series default
2198
2199 \begin_inset Index
2200 status collapsed
2201
2202 \begin_layout Plain Layout
2203 Commandes ! R ! 
2204 \backslash
2205 root
2206 \end_layout
2207
2208 \end_inset
2209
2210  ou avec le bouton 
2211 \begin_inset Graphics
2212         filename ../../images/math/root.png
2213         scale 85
2214
2215 \end_inset
2216
2217 .
2218 \end_layout
2219
2220 \begin_layout Standard
2221 \align center
2222 \begin_inset Tabular
2223 <lyxtabular version="3" rows="3" columns="2">
2224 <features>
2225 <column alignment="center" valignment="top" width="0pt">
2226 <column alignment="center" valignment="top" width="0pt">
2227 <row>
2228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2229 \begin_inset Text
2230
2231 \begin_layout Plain Layout
2232 Commande
2233 \end_layout
2234
2235 \end_inset
2236 </cell>
2237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2238 \begin_inset Text
2239
2240 \begin_layout Plain Layout
2241 Résultat
2242 \begin_inset Note Note
2243 status collapsed
2244
2245 \begin_layout Plain Layout
2246
2247 \series bold
2248
2249 \backslash
2250 raisebox est seulement utilisée pour faire de la place
2251 \end_layout
2252
2253 \end_inset
2254
2255
2256 \end_layout
2257
2258 \end_inset
2259 </cell>
2260 </row>
2261 <row>
2262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2263 \begin_inset Text
2264
2265 \begin_layout Plain Layout
2266
2267 \backslash
2268 sqrt
2269 \begin_inset ERT
2270 status collapsed
2271
2272 \begin_layout Plain Layout
2273
2274
2275 \backslash
2276 spce 
2277 \end_layout
2278
2279 \end_inset
2280
2281 A-B
2282 \end_layout
2283
2284 \end_inset
2285 </cell>
2286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2287 \begin_inset Text
2288
2289 \begin_layout Plain Layout
2290 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2291 \end_inset
2292
2293
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 </row>
2299 <row>
2300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2301 \begin_inset Text
2302
2303 \begin_layout Plain Layout
2304
2305 \backslash
2306 root
2307 \begin_inset ERT
2308 status collapsed
2309
2310 \begin_layout Plain Layout
2311
2312
2313 \backslash
2314 spce 
2315 \end_layout
2316
2317 \end_inset
2318
2319 3
2320 \begin_inset Formula $\downarrow$
2321 \end_inset
2322
2323 A-B
2324 \end_layout
2325
2326 \end_inset
2327 </cell>
2328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout Plain Layout
2332 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \end_inset
2339 </cell>
2340 </row>
2341 </lyxtabular>
2342
2343 \end_inset
2344
2345
2346 \end_layout
2347
2348 \begin_layout Standard
2349 On peut aussi obtenir une racine carrée avec 
2350 \series bold
2351
2352 \backslash
2353 root
2354 \series default
2355  en laissant le champ réservé au degré de la racine vide.
2356 \end_layout
2357
2358 \begin_layout Standard
2359 Dans certains cas, la distance entre le degré et la racine est trop petite
2360  comme dans cette formule: 
2361 \begin_inset Formula $\sqrt[\beta]{B}$
2362 \end_inset
2363
2364
2365 \begin_inset Newline newline
2366 \end_inset
2367
2368 Le 
2369 \begin_inset Formula $\beta$
2370 \end_inset
2371
2372  touche la racine, ce qui peut être évité en utilisant les commandes 
2373 \series bold
2374
2375 \backslash
2376 leftroot
2377 \series default
2378
2379 \begin_inset Index
2380 status collapsed
2381
2382 \begin_layout Plain Layout
2383 Commandes ! L ! 
2384 \backslash
2385 leftroot
2386 \end_layout
2387
2388 \end_inset
2389
2390  et 
2391 \series bold
2392
2393 \backslash
2394 uproot
2395 \series default
2396
2397 \begin_inset Index
2398 status collapsed
2399
2400 \begin_layout Plain Layout
2401 Commandes ! U ! 
2402 \backslash
2403 uproot
2404 \end_layout
2405
2406 \end_inset
2407
2408  avec la syntaxe suivante:
2409 \end_layout
2410
2411 \begin_layout Standard
2412
2413 \series bold
2414
2415 \backslash
2416 leftroot{distance}
2417 \series default
2418  et 
2419 \series bold
2420
2421 \backslash
2422 uproot{distance}
2423 \end_layout
2424
2425 \begin_layout Standard
2426 Distance est le nombre de Big Points (unité bp; 
2427 \begin_inset Formula $\mathrm{72\, bp=1\, pouce}$
2428 \end_inset
2429
2430 ), dont le degré doit être déplacé, respectivement vers la gauche ou vers
2431  le haut.
2432  Les commandes doivent être placées dans la case du degré.
2433  Par exemple, la commande
2434 \begin_inset Newline newline
2435 \end_inset
2436
2437
2438 \series bold
2439
2440 \backslash
2441 root
2442 \backslash
2443 leftroot{-1
2444 \begin_inset Formula $\to$
2445 \end_inset
2446
2447
2448 \backslash
2449 uproot{2
2450 \begin_inset Formula $\to$
2451 \end_inset
2452
2453
2454 \backslash
2455 beta
2456 \begin_inset ERT
2457 status collapsed
2458
2459 \begin_layout Plain Layout
2460
2461
2462 \backslash
2463 spce 
2464 \end_layout
2465
2466 \end_inset
2467
2468
2469 \begin_inset Formula $\to$
2470 \end_inset
2471
2472 B
2473 \begin_inset Newline newline
2474 \end_inset
2475
2476
2477 \series default
2478 produit une formule correctement mise en forme: 
2479 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2480 \end_inset
2481
2482
2483 \end_layout
2484
2485 \begin_layout Subsection
2486 Coefficients binomiaux 
2487 \begin_inset Index
2488 status collapsed
2489
2490 \begin_layout Plain Layout
2491 Binomiaux, coefficients
2492 \end_layout
2493
2494 \end_inset
2495
2496
2497 \end_layout
2498
2499 \begin_layout Standard
2500 Les coefficients binomiaux sont insérés avec la commande 
2501 \series bold
2502
2503 \backslash
2504 binom
2505 \series default
2506
2507 \begin_inset Index
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 Commandes ! B ! 
2512 \backslash
2513 binom
2514 \end_layout
2515
2516 \end_inset
2517
2518  ou avec le bouton 
2519 \begin_inset Graphics
2520         filename ../../images/math/frac-square.png
2521         scale 85
2522
2523 \end_inset
2524
2525 de la barre d'outils mathématique.
2526  Comme pour les fraction (
2527 \series bold
2528
2529 \backslash
2530 frac
2531 \series default
2532 ) il y a avec 
2533 \series bold
2534
2535 \backslash
2536 binom
2537 \series default
2538  les commandes 
2539 \series bold
2540
2541 \backslash
2542 dbinom
2543 \begin_inset Index
2544 status collapsed
2545
2546 \begin_layout Plain Layout
2547 Commandes ! D ! 
2548 \backslash
2549 dbinom
2550 \end_layout
2551
2552 \end_inset
2553
2554
2555 \series default
2556  et 
2557 \series bold
2558
2559 \backslash
2560 tbinom
2561 \series default
2562
2563 \begin_inset Index
2564 status collapsed
2565
2566 \begin_layout Plain Layout
2567 Commandes ! T ! 
2568 \backslash
2569 tbinom
2570 \end_layout
2571
2572 \end_inset
2573
2574 .
2575  Pour d'autres styles de parenthèses autour des coefficients binomiaux,
2576  il y a les commandes 
2577 \series bold
2578
2579 \backslash
2580 brace
2581 \series default
2582
2583 \begin_inset Index
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Commandes ! B ! 
2588 \backslash
2589 brace
2590 \end_layout
2591
2592 \end_inset
2593
2594  et 
2595 \series bold
2596
2597 \backslash
2598 brack
2599 \series default
2600
2601 \begin_inset Index
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Commandes ! B ! 
2606 \backslash
2607 brack
2608 \end_layout
2609
2610 \end_inset
2611
2612 .
2613 \end_layout
2614
2615 \begin_layout Standard
2616 \align center
2617 \begin_inset Tabular
2618 <lyxtabular version="3" rows="6" columns="2">
2619 <features>
2620 <column alignment="center" valignment="top" width="0pt">
2621 <column alignment="center" valignment="top" width="0pt">
2622 <row>
2623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2624 \begin_inset Text
2625
2626 \begin_layout Plain Layout
2627 Commande
2628 \end_layout
2629
2630 \end_inset
2631 </cell>
2632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2633 \begin_inset Text
2634
2635 \begin_layout Plain Layout
2636 Résultat
2637 \begin_inset Note Note
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641
2642 \series bold
2643
2644 \backslash
2645 raisebox est seulement utilisée pour faire de la place
2646 \end_layout
2647
2648 \end_inset
2649
2650
2651 \end_layout
2652
2653 \end_inset
2654 </cell>
2655 </row>
2656 <row>
2657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2658 \begin_inset Text
2659
2660 \begin_layout Plain Layout
2661
2662 \backslash
2663 binom
2664 \begin_inset ERT
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668
2669
2670 \backslash
2671 spce 
2672 \end_layout
2673
2674 \end_inset
2675
2676 A
2677 \begin_inset Formula $\downarrow$
2678 \end_inset
2679
2680 B
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Plain Layout
2689 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2690 \end_inset
2691
2692
2693 \end_layout
2694
2695 \end_inset
2696 </cell>
2697 </row>
2698 <row>
2699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2700 \begin_inset Text
2701
2702 \begin_layout Plain Layout
2703
2704 \backslash
2705 dbinom
2706 \begin_inset ERT
2707 status collapsed
2708
2709 \begin_layout Plain Layout
2710
2711
2712 \backslash
2713 spce 
2714 \end_layout
2715
2716 \end_inset
2717
2718 A
2719 \begin_inset Formula $\downarrow$
2720 \end_inset
2721
2722 B
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Plain Layout
2731 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2732 \end_inset
2733
2734
2735 \end_layout
2736
2737 \end_inset
2738 </cell>
2739 </row>
2740 <row>
2741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Plain Layout
2745
2746 \backslash
2747 tbinom
2748 \begin_inset ERT
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752
2753
2754 \backslash
2755 spce 
2756 \end_layout
2757
2758 \end_inset
2759
2760 A
2761 \begin_inset Formula $\downarrow$
2762 \end_inset
2763
2764 B
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Plain Layout
2773 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2774 \end_inset
2775
2776
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 </row>
2782 <row>
2783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787
2788 \backslash
2789 brack
2790 \begin_inset ERT
2791 status collapsed
2792
2793 \begin_layout Plain Layout
2794
2795
2796 \backslash
2797 spce 
2798 \end_layout
2799
2800 \end_inset
2801
2802 A
2803 \begin_inset Formula $\downarrow$
2804 \end_inset
2805
2806 B
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row>
2825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \backslash
2831 brace
2832 \begin_inset ERT
2833 status collapsed
2834
2835 \begin_layout Plain Layout
2836
2837
2838 \backslash
2839 spce 
2840 \end_layout
2841
2842 \end_inset
2843
2844 A
2845 \begin_inset Formula $\downarrow$
2846 \end_inset
2847
2848 B
2849 \end_layout
2850
2851 \end_inset
2852 </cell>
2853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Plain Layout
2857 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2858 \end_inset
2859
2860
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 </row>
2866 </lyxtabular>
2867
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \begin_layout Subsection
2874 Différentiation de cas 
2875 \begin_inset Index
2876 status collapsed
2877
2878 \begin_layout Plain Layout
2879 Différentiation de cas 
2880 \end_layout
2881
2882 \end_inset
2883
2884
2885 \end_layout
2886
2887 \begin_layout Standard
2888 \align center
2889 \begin_inset Tabular
2890 <lyxtabular version="3" rows="3" columns="2">
2891 <features>
2892 <column alignment="center" valignment="top" width="0pt">
2893 <column alignment="center" valignment="top" width="0pt">
2894 <row>
2895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899 Commande
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2905 \begin_inset Text
2906
2907 \begin_layout Plain Layout
2908 Résultat
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 </row>
2914 <row>
2915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Plain Layout
2919
2920 \backslash
2921 cases
2922 \begin_inset ERT
2923 status collapsed
2924
2925 \begin_layout Plain Layout
2926
2927
2928 \backslash
2929 spce 
2930 \end_layout
2931
2932 \end_inset
2933
2934 A
2935 \begin_inset Formula $\to$
2936 \end_inset
2937
2938 B>0
2939 \begin_inset Index
2940 status collapsed
2941
2942 \begin_layout Plain Layout
2943 Commandes ! C ! 
2944 \backslash
2945 cases
2946 \end_layout
2947
2948 \end_inset
2949
2950
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 <cell alignment="center" valignment="top" topline="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 & B>0\end{cases}$
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 </row>
2969 <row>
2970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \backslash
2976 cases
2977 \begin_inset ERT
2978 status collapsed
2979
2980 \begin_layout Plain Layout
2981
2982
2983 \backslash
2984 spce 
2985 \end_layout
2986
2987 \end_inset
2988
2989 Ctrl-Enter
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 \begin_inset Formula $\begin{cases}
2999 A & \textrm{pour }\hat{x}>0\\
3000 B & \textrm{pour }\hat{x}=0\end{cases}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 </lyxtabular>
3010
3011 \end_inset
3012
3013
3014 \end_layout
3015
3016 \begin_layout Standard
3017 Après avoir inséré 
3018 \series bold
3019
3020 \backslash
3021 cases
3022 \series default
3023  ou avoir utilisé le bouton 
3024 \begin_inset Graphics
3025         filename ../../images/math/cases.png
3026         lyxscale 50
3027         scale 50
3028
3029 \end_inset
3030
3031  de la barre d'outils mathématique, vous pouvez ajouter de nouvelles lignes
3032  avec le raccourci 
3033 \family sans
3034 Ctrl-Entrée
3035 \family default
3036  ou avec le bouton 
3037 \begin_inset Graphics
3038         filename ../../images/tabular-feature_append-row.png
3039         scale 85
3040
3041 \end_inset
3042
3043 .
3044 \begin_inset Foot
3045 status collapsed
3046
3047 \begin_layout Plain Layout
3048 Les accents et autres trémas, comme ceux présents dans la formule précédente,
3049  sont expliqués dans 
3050 \begin_inset CommandInset ref
3051 LatexCommand ref
3052 reference "sub:Accents-sur-un-caractère"
3053
3054 \end_inset
3055
3056 .
3057 \end_layout
3058
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \begin_layout Standard
3065 La commande 
3066 \series bold
3067
3068 \backslash
3069 cases
3070 \series default
3071  est aussi accessible par le menu 
3072 \family sans
3073 Insérer\SpecialChar \menuseparator
3074 Math\SpecialChar \menuseparator
3075 Environnement
3076 \begin_inset space ~
3077 \end_inset
3078
3079 Cas
3080 \family default
3081 .
3082 \end_layout
3083
3084 \begin_layout Subsection
3085 Négations
3086 \begin_inset Index
3087 status collapsed
3088
3089 \begin_layout Plain Layout
3090 Négations
3091 \end_layout
3092
3093 \end_inset
3094
3095
3096 \end_layout
3097
3098 \begin_layout Standard
3099 En insérant la commande 
3100 \series bold
3101
3102 \backslash
3103 not
3104 \series default
3105
3106 \begin_inset Index
3107 status collapsed
3108
3109 \begin_layout Plain Layout
3110 Commandes ! N ! 
3111 \backslash
3112 not
3113 \end_layout
3114
3115 \end_inset
3116
3117  chaque caractère peut être affiché barré.
3118  Les caractères sont en quelque sorte accentués par une barre de fraction.
3119 \end_layout
3120
3121 \begin_layout Standard
3122 \align center
3123 \begin_inset Tabular
3124 <lyxtabular version="3" rows="4" columns="2">
3125 <features>
3126 <column alignment="center" valignment="top" width="0pt">
3127 <column alignment="center" valignment="top" width="0pt">
3128 <row>
3129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133 Commande
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 Résultat
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 </row>
3148 <row>
3149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153
3154 \backslash
3155 not=
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164 \begin_inset Formula $\not=$
3165 \end_inset
3166
3167
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 </row>
3173 <row>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \backslash
3180 not 
3181 \backslash
3182 le
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 \begin_inset Formula $\not\le$
3192 \end_inset
3193
3194
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \backslash
3207 not 
3208 \backslash
3209 parallel
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218 \begin_inset Formula $\not\parallel$
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 </lyxtabular>
3228
3229 \end_inset
3230
3231
3232 \end_layout
3233
3234 \begin_layout Standard
3235 Le dernier exemple montre que toutes les négations n'ont pas forcément un
3236  bel aspect.
3237  C'est pourquoi il existe des commandes spéciales pour certaines négations
3238  (voir 
3239 \begin_inset CommandInset ref
3240 LatexCommand ref
3241 reference "sub:Symboles-mathématiques"
3242
3243 \end_inset
3244
3245  et 
3246 \begin_inset CommandInset ref
3247 LatexCommand ref
3248 reference "sec:Relations"
3249
3250 \end_inset
3251
3252 ).
3253 \end_layout
3254
3255 \begin_layout Subsection
3256 Garnitures
3257 \begin_inset CommandInset label
3258 LatexCommand label
3259 name "sub:Garnitures"
3260
3261 \end_inset
3262
3263
3264 \begin_inset Index
3265 status collapsed
3266
3267 \begin_layout Plain Layout
3268 Garnitures
3269 \end_layout
3270
3271 \end_inset
3272
3273
3274 \begin_inset Index
3275 status collapsed
3276
3277 \begin_layout Plain Layout
3278 Symboles chimiques ! Isotopes
3279 \end_layout
3280
3281 \end_inset
3282
3283
3284 \begin_inset Index
3285 status collapsed
3286
3287 \begin_layout Plain Layout
3288 Isotopes|see
3289 \begin_inset ERT
3290 status collapsed
3291
3292 \begin_layout Plain Layout
3293
3294 {
3295 \end_layout
3296
3297 \end_inset
3298
3299 Symboles chimiques
3300 \begin_inset ERT
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304
3305 }
3306 \end_layout
3307
3308 \end_inset
3309
3310
3311 \end_layout
3312
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \begin_layout Standard
3319 Quand on affiche par exemple des isotopes
3320 \begin_inset Foot
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324 Plus d'information sur les symboles chimiques dans 
3325 \begin_inset CommandInset ref
3326 LatexCommand ref
3327 reference "sub:Symboles-chimiques"
3328
3329 \end_inset
3330
3331 .
3332 \end_layout
3333
3334 \end_inset
3335
3336 , on rencontre le problème suivant:
3337 \end_layout
3338
3339 \begin_layout Standard
3340 \align center
3341 \begin_inset Tabular
3342 <lyxtabular version="3" rows="2" columns="2">
3343 <features>
3344 <column alignment="center" valignment="top" width="0pt">
3345 <column alignment="center" valignment="top" width="0pt">
3346 <row>
3347 <cell alignment="center" valignment="top" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 Indices avec les indices et exposants:
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3361 \end_inset
3362
3363
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 </row>
3369 <row>
3370 <cell alignment="center" valignment="top" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374 Indices corrects:
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3384 \end_inset
3385
3386
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 </lyxtabular>
3393
3394 \end_inset
3395
3396
3397 \begin_inset Note Note
3398 status collapsed
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403
3404 \backslash
3405 raisebox est là pour faire de la place
3406 \end_layout
3407
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \begin_layout Standard
3414 L'indice le plus petit est placé par défaut au dessus ou en dessous du premier
3415  caractère le l'indice le plus long.
3416  Pour éviter ce problème il y a la commande 
3417 \series bold
3418
3419 \backslash
3420 phantom
3421 \series default
3422
3423 \begin_inset Index
3424 status collapsed
3425
3426 \begin_layout Plain Layout
3427 Commandes ! P ! 
3428 \backslash
3429 phantom
3430 \end_layout
3431
3432 \end_inset
3433
3434  ou le bouton
3435 \begin_inset space ~
3436 \end_inset
3437
3438
3439 \begin_inset Graphics
3440         filename ../../images/math/phantom.png
3441         scale 85
3442
3443 \end_inset
3444
3445  qui crée un ou plusieurs caractères fantômes.
3446  Quand on insère la commande 
3447 \series bold
3448
3449 \backslash
3450 phantom
3451 \series default
3452  une petite boîte avec deux flèches rouges apparaît.
3453  Les flèches indiquent que la garniture
3454 \begin_inset Foot
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458 Traduction de placeholder, c'est un terme de typographie (NdT).
3459 \end_layout
3460
3461 \end_inset
3462
3463  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3464  De la même façon, les caractères fantômes sont des garnitures qui ont la
3465  taille du caractère concerné.
3466 \end_layout
3467
3468 \begin_layout Standard
3469 \align center
3470 \begin_inset Tabular
3471 <lyxtabular version="3" rows="4" columns="2">
3472 <features>
3473 <column alignment="center" valignment="top" width="0">
3474 <column alignment="center" valignment="top" width="0">
3475 <row>
3476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480 Commande
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489 Résultat
3490 \begin_inset Note Note
3491 status collapsed
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496
3497 \backslash
3498 raisebox est seulement utilisée pour faire de la place
3499 \end_layout
3500
3501 \end_inset
3502
3503
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row>
3510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 ^19
3515 \begin_inset ERT
3516 status collapsed
3517
3518 \begin_layout Plain Layout
3519
3520
3521 \backslash
3522 spce 
3523 \end_layout
3524
3525 \end_inset
3526
3527 _
3528 \backslash
3529 phantom
3530 \begin_inset ERT
3531 status collapsed
3532
3533 \begin_layout Plain Layout
3534
3535
3536 \backslash
3537 spce 
3538 \end_layout
3539
3540 \end_inset
3541
3542 1
3543 \begin_inset Formula $\to$
3544 \end_inset
3545
3546 9
3547 \begin_inset ERT
3548 status collapsed
3549
3550 \begin_layout Plain Layout
3551
3552
3553 \backslash
3554 spce 
3555 \end_layout
3556
3557 \end_inset
3558
3559 F
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3569 \end_inset
3570
3571
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row>
3578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 ^235
3583 \begin_inset ERT
3584 status collapsed
3585
3586 \begin_layout Plain Layout
3587
3588
3589 \backslash
3590 spce 
3591 \end_layout
3592
3593 \end_inset
3594
3595 _
3596 \backslash
3597 phantom
3598 \begin_inset ERT
3599 status collapsed
3600
3601 \begin_layout Plain Layout
3602
3603
3604 \backslash
3605 spce 
3606 \end_layout
3607
3608 \end_inset
3609
3610 23
3611 \begin_inset Formula $\to$
3612 \end_inset
3613
3614 9
3615 \begin_inset ERT
3616 status collapsed
3617
3618 \begin_layout Plain Layout
3619
3620
3621 \backslash
3622 spce 
3623 \end_layout
3624
3625 \end_inset
3626
3627 F
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3637 \end_inset
3638
3639
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \backslash
3652 Lambda^
3653 \begin_inset ERT
3654 status collapsed
3655
3656 \begin_layout Plain Layout
3657
3658
3659 \backslash
3660 spce 
3661 \end_layout
3662
3663 \end_inset
3664
3665
3666 \backslash
3667 phantom
3668 \begin_inset ERT
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672
3673
3674 \backslash
3675 spce 
3676 \end_layout
3677
3678 \end_inset
3679
3680 ii
3681 \begin_inset Formula $\to$
3682 \end_inset
3683
3684 t
3685 \begin_inset ERT
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689
3690
3691 \backslash
3692 spce 
3693 \end_layout
3694
3695 \end_inset
3696
3697 _MMt
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3707 \end_inset
3708
3709
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 </lyxtabular>
3716
3717 \end_inset
3718
3719
3720 \end_layout
3721
3722 \begin_layout Standard
3723 En plus, il y a les commandes 
3724 \series bold
3725
3726 \backslash
3727 vphantom
3728 \series default
3729
3730 \begin_inset Index
3731 status collapsed
3732
3733 \begin_layout Plain Layout
3734 Commandes ! V ! 
3735 \backslash
3736 vphantom
3737 \end_layout
3738
3739 \end_inset
3740
3741  (bouton
3742 \begin_inset space ~
3743 \end_inset
3744
3745
3746 \begin_inset Graphics
3747         filename ../../images/math/vphantom.png
3748         scale 85
3749
3750 \end_inset
3751
3752  de la barre d'outils) et 
3753 \series bold
3754
3755 \backslash
3756 hphantom
3757 \series default
3758
3759 \begin_inset Index
3760 status collapsed
3761
3762 \begin_layout Plain Layout
3763 Commandes ! H ! 
3764 \backslash
3765 hphantom
3766 \end_layout
3767
3768 \end_inset
3769
3770  (bouton
3771 \begin_inset space ~
3772 \end_inset
3773
3774
3775 \begin_inset Graphics
3776         filename ../../images/math/hphantom.png
3777         scale 85
3778
3779 \end_inset
3780
3781 ).
3782  
3783 \series bold
3784
3785 \backslash
3786 hphantom
3787 \series default
3788  crée seulement de l'espace pour la hauteur maximale des caractères de la
3789  boîte, mais pas pour leur largeur.
3790  
3791 \series bold
3792
3793 \backslash
3794 vphantom
3795 \series default
3796  crée de l'espace seulement pour la largeur du contenu de la boîte.
3797  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3798  commandes n'ont qu'une seule flèche rouge.
3799 \end_layout
3800
3801 \begin_layout Standard
3802 Par exemple 
3803 \series bold
3804
3805 \backslash
3806 vphantom
3807 \series default
3808
3809 \begin_inset ERT
3810 status collapsed
3811
3812 \begin_layout Plain Layout
3813
3814
3815 \backslash
3816 spce 
3817 \end_layout
3818
3819 \end_inset
3820
3821
3822 \series bold
3823 a
3824 \backslash
3825 int
3826 \series default
3827  crée de l'espace pour la hauteur du signe intégral
3828 \begin_inset Foot
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832 La commande 
3833 \series bold
3834
3835 \backslash
3836 int
3837 \series default
3838  insère le signe de l'intégrale, voir 
3839 \begin_inset CommandInset ref
3840 LatexCommand ref
3841 reference "sub:Grands-opérateurs"
3842
3843 \end_inset
3844
3845 .
3846 \end_layout
3847
3848 \end_inset
3849
3850 , vu que c'est le plus haut caractère.
3851  Voir un exemple d'application dans 
3852 \begin_inset CommandInset ref
3853 LatexCommand ref
3854 reference "sub:Crochets-multilignes"
3855
3856 \end_inset
3857
3858 .
3859 \end_layout
3860
3861 \begin_layout Subsection
3862 Lignes
3863 \begin_inset Index
3864 status collapsed
3865
3866 \begin_layout Plain Layout
3867 Lignes
3868 \end_layout
3869
3870 \end_inset
3871
3872
3873 \begin_inset Index
3874 status collapsed
3875
3876 \begin_layout Plain Layout
3877 Formules ! soulignées
3878 \end_layout
3879
3880 \end_inset
3881
3882
3883 \end_layout
3884
3885 \begin_layout Standard
3886 \align center
3887 \begin_inset Tabular
3888 <lyxtabular version="3" rows="4" columns="2">
3889 <features>
3890 <column alignment="center" valignment="top" width="0pt">
3891 <column alignment="center" valignment="top" width="0pt">
3892 <row>
3893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Commande
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Résultat
3907 \begin_inset Note Note
3908 status collapsed
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913
3914 \backslash
3915 raisebox est seulement utilisée pour faire de la place
3916 \end_layout
3917
3918 \end_inset
3919
3920
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \backslash
3933 overline
3934 \begin_inset ERT
3935 status collapsed
3936
3937 \begin_layout Plain Layout
3938
3939
3940 \backslash
3941 spce 
3942 \end_layout
3943
3944 \end_inset
3945
3946 A+B
3947 \begin_inset Index
3948 status collapsed
3949
3950 \begin_layout Plain Layout
3951 Commandes ! O ! 
3952 \backslash
3953 overline
3954 \end_layout
3955
3956 \end_inset
3957
3958
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3968 \end_inset
3969
3970
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 </row>
3976 <row>
3977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981
3982 \backslash
3983 underline
3984 \begin_inset ERT
3985 status collapsed
3986
3987 \begin_layout Plain Layout
3988
3989
3990 \backslash
3991 spce 
3992 \end_layout
3993
3994 \end_inset
3995
3996 A+B
3997 \begin_inset Index
3998 status collapsed
3999
4000 \begin_layout Plain Layout
4001 Commandes ! U ! 
4002 \backslash
4003 underline
4004 \end_layout
4005
4006 \end_inset
4007
4008
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4018 \end_inset
4019
4020
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \backslash
4033 overline
4034 \begin_inset ERT
4035 status collapsed
4036
4037 \begin_layout Plain Layout
4038
4039
4040 \backslash
4041 spce 
4042 \end_layout
4043
4044 \end_inset
4045
4046
4047 \backslash
4048 underline
4049 \begin_inset ERT
4050 status collapsed
4051
4052 \begin_layout Plain Layout
4053
4054
4055 \backslash
4056 spce 
4057 \end_layout
4058
4059 \end_inset
4060
4061 A+B
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4071 \end_inset
4072
4073
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 </lyxtabular>
4080
4081 \end_inset
4082
4083
4084 \end_layout
4085
4086 \begin_layout Standard
4087 Dans le dernier exemple, il importe peu que 
4088 \series bold
4089
4090 \backslash
4091 overline
4092 \series default
4093  ou 
4094 \series bold
4095
4096 \backslash
4097 underline
4098 \series default
4099  soit inséré en premier.
4100 \end_layout
4101
4102 \begin_layout Standard
4103 Pour souligner deux fois, par exemple des résultats, on utilise 
4104 \backslash
4105 underline deux fois.
4106 \end_layout
4107
4108 \begin_layout Standard
4109 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
4110 \end_layout
4111
4112 \begin_layout Subsection
4113 Points de suspension
4114 \begin_inset Index
4115 status collapsed
4116
4117 \begin_layout Plain Layout
4118 Points de suspension
4119 \end_layout
4120
4121 \end_inset
4122
4123
4124 \end_layout
4125
4126 \begin_layout Standard
4127 Différents types de points de suspension sont disponibles.
4128 \begin_inset Foot
4129 status collapsed
4130
4131 \begin_layout Plain Layout
4132 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4133 \begin_inset Graphics
4134         filename ../../images/math/ldots.png
4135         scale 85
4136
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \end_inset
4143
4144  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4145  base, on utilise (
4146 \series bold
4147
4148 \backslash
4149 ldots
4150 \series default
4151
4152 \begin_inset Index
4153 status collapsed
4154
4155 \begin_layout Plain Layout
4156 Commandes ! L ! 
4157 \backslash
4158 ldots
4159 \end_layout
4160
4161 \end_inset
4162
4163 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4164  à la même hauteur que les opérateurs, on utilise (
4165 \series bold
4166
4167 \backslash
4168 cdots
4169 \series default
4170
4171 \begin_inset Index
4172 status collapsed
4173
4174 \begin_layout Plain Layout
4175 Commandes ! C ! 
4176 \backslash
4177 cdots
4178 \end_layout
4179
4180 \end_inset
4181
4182 ).
4183  Quand on utilise la commande 
4184 \series bold
4185
4186 \backslash
4187 dots
4188 \series default
4189
4190 \begin_inset Index
4191 status collapsed
4192
4193 \begin_layout Plain Layout
4194 Commandes ! D ! 
4195 \backslash
4196 dots
4197 \end_layout
4198
4199 \end_inset
4200
4201 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4202 \end_layout
4203
4204 \begin_layout Standard
4205 \align center
4206 \begin_inset Tabular
4207 <lyxtabular version="3" rows="8" columns="2">
4208 <features>
4209 <column alignment="center" valignment="top" width="0pt">
4210 <column alignment="center" valignment="top" width="0pt">
4211 <row>
4212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Commande
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Résultat
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 A_1
4237 \begin_inset ERT
4238 status collapsed
4239
4240 \begin_layout Plain Layout
4241
4242
4243 \backslash
4244 spce 
4245 \end_layout
4246
4247 \end_inset
4248
4249 ,
4250 \backslash
4251 dots
4252 \begin_inset ERT
4253 status collapsed
4254
4255 \begin_layout Plain Layout
4256
4257
4258 \backslash
4259 spce 
4260 \end_layout
4261
4262 \end_inset
4263
4264 ,A_n
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 \begin_inset Formula $A_{1},\dots,A_{n}$
4274 \end_inset
4275
4276
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 A_1
4288 \begin_inset ERT
4289 status collapsed
4290
4291 \begin_layout Plain Layout
4292
4293
4294 \backslash
4295 spce 
4296 \end_layout
4297
4298 \end_inset
4299
4300 +
4301 \backslash
4302 dots
4303 \begin_inset ERT
4304 status collapsed
4305
4306 \begin_layout Plain Layout
4307
4308
4309 \backslash
4310 spce 
4311 \end_layout
4312
4313 \end_inset
4314
4315 +A_n
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 \begin_inset Formula $A_{1}+\dots+A_{n}$
4325 \end_inset
4326
4327
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 A_1
4339 \begin_inset ERT
4340 status collapsed
4341
4342 \begin_layout Plain Layout
4343
4344
4345 \backslash
4346 spce 
4347 \end_layout
4348
4349 \end_inset
4350
4351 ,
4352 \backslash
4353 ldots
4354 \begin_inset ERT
4355 status collapsed
4356
4357 \begin_layout Plain Layout
4358
4359
4360 \backslash
4361 spce 
4362 \end_layout
4363
4364 \end_inset
4365
4366 ,A_n
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 \begin_inset Formula $A_{1},\ldots,A_{n}$
4376 \end_inset
4377
4378
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row>
4385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 A_1
4390 \begin_inset ERT
4391 status collapsed
4392
4393 \begin_layout Plain Layout
4394
4395
4396 \backslash
4397 spce 
4398 \end_layout
4399
4400 \end_inset
4401
4402 +
4403 \backslash
4404 cdots
4405 \begin_inset ERT
4406 status collapsed
4407
4408 \begin_layout Plain Layout
4409
4410
4411 \backslash
4412 spce 
4413 \end_layout
4414
4415 \end_inset
4416
4417 +A_n
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4427 \end_inset
4428
4429
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \backslash
4442 vdots
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 \begin_inset Formula $\vdots$
4452 \end_inset
4453
4454
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \backslash
4467 ddots
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 \begin_inset Formula $\ddots$
4477 \end_inset
4478
4479
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 </row>
4485 <row>
4486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 matrice 3×3
4491 \begin_inset space \thinspace{}
4492 \end_inset
4493
4494 avec les différents types de points
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 \begin_inset Formula $\begin{array}{ccc}
4504 A_{11} & \cdots & A_{1m}\\
4505 \vdots & \ddots & \vdots\\
4506 A_{n1} & \cdots & A_{nm}\end{array}$
4507 \end_inset
4508
4509
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 </lyxtabular>
4516
4517 \end_inset
4518
4519
4520 \end_layout
4521
4522 \begin_layout Standard
4523 Les points de suspension accessibles avec le menu 
4524 \family sans
4525 Insérer\SpecialChar \menuseparator
4526 Caractère
4527 \begin_inset space ~
4528 \end_inset
4529
4530 spécial
4531 \family default
4532  sont des 
4533 \series bold
4534
4535 \backslash
4536 ldots
4537 \series default
4538 .
4539 \end_layout
4540
4541 \begin_layout Standard
4542 \begin_inset VSpace medskip
4543 \end_inset
4544
4545 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4546  couvrir plusieurs colonnes.
4547  Il sont créés avec la commande 
4548 \series bold
4549
4550 \backslash
4551 hdotsfor
4552 \series default
4553
4554 \begin_inset Index
4555 status collapsed
4556
4557 \begin_layout Plain Layout
4558 Commandes ! H ! 
4559 \backslash
4560 hdotsfor
4561 \end_layout
4562
4563 \end_inset
4564
4565 , qui a la syntaxe suivante:
4566 \end_layout
4567
4568 \begin_layout Standard
4569
4570 \series bold
4571
4572 \backslash
4573 hdotsfor[distance]{nombre de colonnes}
4574 \end_layout
4575
4576 \begin_layout Standard
4577 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4578  La distance est un facteur donnant la distance entre les points.
4579 \end_layout
4580
4581 \begin_layout Standard
4582 Dans la matrice suivante, on a inséré la commande 
4583 \series bold
4584
4585 \backslash
4586 hdotsfor[2]{4}
4587 \series default
4588  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4589  points de suspension avec une distance entre points double de celle obtenue
4590  avec la commande 
4591 \series bold
4592
4593 \backslash
4594 dots
4595 \series default
4596 :
4597 \begin_inset Formula \[
4598 \left(\begin{array}{cccc}
4599 A & B & C & D\\
4600 \hdotsfor[2]{4}\\
4601 a & z & e & r\end{array}\right)\]
4602
4603 \end_inset
4604
4605 Notez que les cases de la matrice qui doivent être couvertes doivent être
4606  vides, sinon vous aurez des erreurs LaTeX.
4607 \end_layout
4608
4609 \begin_layout Standard
4610 \begin_inset VSpace bigskip
4611 \end_inset
4612
4613 Pour aller plus loin, vous pouvez utiliser la commande 
4614 \series bold
4615
4616 \backslash
4617 dotfill
4618 \series default
4619
4620 \begin_inset Index
4621 status collapsed
4622
4623 \begin_layout Plain Layout
4624 Commandes ! D ! 
4625 \backslash
4626 dotfill
4627 \end_layout
4628
4629 \end_inset
4630
4631  pour remplir le reste d'une ligne avec des points.
4632  L'effet de ces commandes est le même que celui de 
4633 \series bold
4634
4635 \backslash
4636 hfill
4637 \series default
4638 , voir 
4639 \begin_inset CommandInset ref
4640 LatexCommand ref
4641 reference "sub:Espace-variable"
4642
4643 \end_inset
4644
4645 .
4646 \end_layout
4647
4648 \begin_layout Standard
4649 Par exemple, la commande 
4650 \series bold
4651 A
4652 \backslash
4653 dotfill
4654 \begin_inset ERT
4655 status collapsed
4656
4657 \begin_layout Plain Layout
4658
4659
4660 \backslash
4661 spce 
4662 \end_layout
4663
4664 \end_inset
4665
4666 B
4667 \series default
4668  produit
4669 \end_layout
4670
4671 \begin_layout Standard
4672 \begin_inset Formula $A\dotfill B$
4673 \end_inset
4674
4675
4676 \end_layout
4677
4678 \begin_layout Standard
4679 Comme
4680 \series bold
4681  
4682 \backslash
4683 dotfill
4684 \series default
4685  avec des points, il existe la commande 
4686 \series bold
4687
4688 \backslash
4689 hrulefill
4690 \series default
4691
4692 \begin_inset Index
4693 status collapsed
4694
4695 \begin_layout Plain Layout
4696 Commandes ! H ! 
4697 \backslash
4698 hrulefill
4699 \end_layout
4700
4701 \end_inset
4702
4703  avec un filet:
4704 \end_layout
4705
4706 \begin_layout Standard
4707 \begin_inset Formula $A\hrulefill B$
4708 \end_inset
4709
4710
4711 \end_layout
4712
4713 \begin_layout Standard
4714 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4715  mode TeX.
4716 \end_layout
4717
4718 \begin_layout Section
4719 Matrices
4720 \begin_inset CommandInset label
4721 LatexCommand label
4722 name "sec:Matrices"
4723
4724 \end_inset
4725
4726
4727 \begin_inset Index
4728 status collapsed
4729
4730 \begin_layout Plain Layout
4731 Matrices
4732 \end_layout
4733
4734 \end_inset
4735
4736
4737 \end_layout
4738
4739 \begin_layout Standard
4740 On peut insérer des matrices avec le bouton 
4741 \begin_inset Graphics
4742         filename ../../images/dialog-show_mathmatrix.png
4743         scale 85
4744
4745 \end_inset
4746
4747  de la barre d'outils mathématique ou en utilisant le menu
4748 \family sans
4749  Insérer\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  et leur alignement.
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\end{array}$
4770 \end_inset
4771
4772 , la seconde milieu 
4773 \begin_inset Formula $\begin{array}{cccc}
4774 A & D & G & J\\
4775 B & E & H & K\\
4776 C & F & I & L\end{array}$
4777 \end_inset
4778
4779 , et la troisième bas 
4780 \begin_inset Formula $\begin{array}[b]{cccc}
4781 A & D & G & J\\
4782 B & E & H & K\\
4783 C & F & I & L\end{array}$
4784 \end_inset
4785
4786  .
4787 \end_layout
4788
4789 \begin_layout Standard
4790 L'alignement horizontal précise comment le contenu des colonnes doit être
4791  aligné.
4792  On le choisit en entrant une lettre pour chaque colonne.
4793  
4794 \emph on
4795 l
4796 \emph default
4797  pour un alignement à gauche (left) , 
4798 \emph on
4799 c
4800 \emph default
4801  centré, et
4802 \emph on
4803  r
4804 \emph default
4805  à droite (right).
4806  Par exemple, pour créer une matrice
4807 \begin_inset space ~
4808 \end_inset
4809
4810 4
4811 \series bold
4812 ×
4813 \series default
4814 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4815  sont centrées et la dernière est alignée à gauche, on va entrer 
4816 \series bold
4817 lccr
4818 \series default
4819  pour l'alignement horizontal.
4820  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4821  que l'alignement par défaut pour toutes les colonnes est un 
4822 \series bold
4823 c
4824 \series default
4825 .
4826 \begin_inset Newpage pagebreak
4827 \end_inset
4828
4829
4830 \end_layout
4831
4832 \begin_layout Standard
4833 Alignement horizontal:
4834 \end_layout
4835
4836 \begin_layout Standard
4837
4838 \series bold
4839 lll
4840 \series default
4841  : 
4842 \begin_inset Formula $\begin{array}{lll}
4843 10000 & D & G\\
4844 B & 10000 & H\\
4845 C & F & 10000\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\end{array}$
4857 \end_inset
4858
4859  , 
4860 \series bold
4861 rrr
4862 \series default
4863  : 
4864 \begin_inset Formula $\begin{array}{rrr}
4865 10000 & D & G\\
4866 B & 10000 & H\\
4867 C & F & 10000\end{array}$
4868 \end_inset
4869
4870
4871 \end_layout
4872
4873 \begin_layout Standard
4874 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
4875  utiliser les boutons 
4876 \begin_inset Graphics
4877         filename ../../images/tabular-feature_append-row.png
4878         scale 85
4879
4880 \end_inset
4881
4882
4883 \begin_inset Graphics
4884         filename ../../images/tabular-feature_delete-row.png
4885         scale 85
4886
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 Éditer\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 On peut ajouter des parenthèses autour d'une matrice, soit avec les commandes
4919  
4920 \series bold
4921
4922 \backslash
4923 left
4924 \series default
4925
4926 \begin_inset Index
4927 status collapsed
4928
4929 \begin_layout Plain Layout
4930 Commandes ! L ! 
4931 \backslash
4932 left
4933 \end_layout
4934
4935 \end_inset
4936
4937  et 
4938 \series bold
4939
4940 \backslash
4941 right
4942 \series default
4943
4944 \begin_inset Index
4945 status collapsed
4946
4947 \begin_layout Plain Layout
4948 Commandes ! R ! 
4949 \backslash
4950 right
4951 \end_layout
4952
4953 \end_inset
4954
4955  (raccourci 
4956 \family sans
4957 Alt-m
4958 \begin_inset space ~
4959 \end_inset
4960
4961 parenthèse
4962 \family default
4963 ), voir 
4964 \begin_inset CommandInset ref
4965 LatexCommand ref
4966 reference "sub:Taille-parenthèses-automatique"
4967
4968 \end_inset
4969
4970 , ou en utilisant les commandes suivantes:
4971 \begin_inset VSpace medskip
4972 \end_inset
4973
4974
4975 \end_layout
4976
4977 \begin_layout Standard
4978 \begin_inset space \hfill{}
4979 \end_inset
4980
4981
4982 \begin_inset Tabular
4983 <lyxtabular version="3" rows="4" columns="2">
4984 <features>
4985 <column alignment="center" valignment="top" width="0">
4986 <column alignment="center" valignment="top" width="0">
4987 <row>
4988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Commande
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Résultat
5002 \begin_inset Note Note
5003 status collapsed
5004
5005 \begin_layout Plain Layout
5006
5007 \series bold
5008
5009 \backslash
5010 raisebox est seulement utilisée pour faire de la place
5011 \end_layout
5012
5013 \end_inset
5014
5015
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 </row>
5021 <row>
5022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026
5027 \backslash
5028 bmatrix
5029 \begin_inset ERT
5030 status collapsed
5031
5032 \begin_layout Plain Layout
5033
5034
5035 \backslash
5036 spce 
5037 \end_layout
5038
5039 \end_inset
5040
5041 matrice
5042 \begin_inset space \thinspace{}
5043 \end_inset
5044
5045 2×2
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5055 0 & \textrm{-}\mathrm{i}\\
5056 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5057 \end_inset
5058
5059
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 </row>
5065 <row>
5066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \backslash
5072 Bmatrix
5073 \begin_inset ERT
5074 status collapsed
5075
5076 \begin_layout Plain Layout
5077
5078
5079 \backslash
5080 spce 
5081 \end_layout
5082
5083 \end_inset
5084
5085 matrice
5086 \begin_inset space \thinspace{}
5087 \end_inset
5088
5089 2×2
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5099 0 & \textrm{-}\mathrm{i}\\
5100 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5101 \end_inset
5102
5103
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \backslash
5116 pmatrix
5117 \begin_inset ERT
5118 status collapsed
5119
5120 \begin_layout Plain Layout
5121
5122
5123 \backslash
5124 spce 
5125 \end_layout
5126
5127 \end_inset
5128
5129 matrice
5130 \begin_inset space \thinspace{}
5131 \end_inset
5132
5133 2×2
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5143 0 & \textrm{-}\mathrm{i}\\
5144 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5145 \end_inset
5146
5147
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 </lyxtabular>
5154
5155 \end_inset
5156
5157
5158 \begin_inset space \hfill{}
5159 \end_inset
5160
5161
5162 \begin_inset Tabular
5163 <lyxtabular version="3" rows="4" columns="2">
5164 <features>
5165 <column alignment="center" valignment="top" width="0">
5166 <column alignment="center" valignment="top" width="0">
5167 <row>
5168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 Commande
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 Résultat
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 </row>
5187 <row>
5188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192
5193 \backslash
5194 vmatrix
5195 \begin_inset ERT
5196 status collapsed
5197
5198 \begin_layout Plain Layout
5199
5200
5201 \backslash
5202 spce 
5203 \end_layout
5204
5205 \end_inset
5206
5207 matrice
5208 \begin_inset space \thinspace{}
5209 \end_inset
5210
5211 2×2
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5221 0 & \textrm{-}\mathrm{i}\\
5222 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5223 \end_inset
5224
5225
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 </row>
5231 <row>
5232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236
5237 \backslash
5238 Vmatrix
5239 \begin_inset ERT
5240 status collapsed
5241
5242 \begin_layout Plain Layout
5243
5244
5245 \backslash
5246 spce 
5247 \end_layout
5248
5249 \end_inset
5250
5251 matrice
5252 \begin_inset space \thinspace{}
5253 \end_inset
5254
5255 2×2
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5265 0 & \textrm{-}\mathrm{i}\\
5266 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5267 \end_inset
5268
5269
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 <row>
5276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \backslash
5282 matrix
5283 \begin_inset ERT
5284 status collapsed
5285
5286 \begin_layout Plain Layout
5287
5288
5289 \backslash
5290 spce 
5291 \end_layout
5292
5293 \end_inset
5294
5295 matrice
5296 \begin_inset space \thinspace{}
5297 \end_inset
5298
5299 2×2
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5309 0 & \textrm{-}\mathrm{i}\\
5310 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 </row>
5319 </lyxtabular>
5320
5321 \end_inset
5322
5323
5324 \begin_inset space \hfill{}
5325 \end_inset
5326
5327
5328 \end_layout
5329
5330 \begin_layout Standard
5331 \begin_inset VSpace medskip
5332 \end_inset
5333
5334 Quand on insère par exemple 
5335 \series bold
5336
5337 \backslash
5338 vmatrix,
5339 \series default
5340  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5341  insérée.
5342 \end_layout
5343
5344 \begin_layout Standard
5345 \begin_inset VSpace bigskip
5346 \end_inset
5347
5348 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5349  
5350 \series bold
5351
5352 \backslash
5353 arraycolsep
5354 \series default
5355
5356 \begin_inset Index
5357 status collapsed
5358
5359 \begin_layout Plain Layout
5360 Commandes ! A ! 
5361 \backslash
5362 arraycolsep
5363 \end_layout
5364
5365 \end_inset
5366
5367  qui est décrite dans 
5368 \begin_inset CommandInset ref
5369 LatexCommand ref
5370 reference "sub:Séparation-des-colonnes"
5371
5372 \end_inset
5373
5374  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5375  dans les matrices.
5376 \end_layout
5377
5378 \begin_layout Standard
5379 Pour changer l'espacement des lignes, on utilise la commande 
5380 \series bold
5381
5382 \backslash
5383 arraystretch
5384 \series default
5385
5386 \begin_inset Index
5387 status collapsed
5388
5389 \begin_layout Plain Layout
5390 Commandes ! A ! 
5391 \backslash
5392 arraystretch
5393 \end_layout
5394
5395 \end_inset
5396
5397  de la façon suivante:
5398 \end_layout
5399
5400 \begin_layout Standard
5401
5402 \series bold
5403
5404 \backslash
5405 renewcommand{
5406 \backslash
5407 arraystretch}{facteur d'étirement}
5408 \begin_inset Index
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412 Commandes ! R ! 
5413 \backslash
5414 renewcommand
5415 \end_layout
5416
5417 \end_inset
5418
5419
5420 \end_layout
5421
5422 \begin_layout Standard
5423 La commande 
5424 \series bold
5425
5426 \backslash
5427 renewcommand
5428 \series default
5429  affecte le facteur d'étirement à la commande prédéfinie 
5430 \series bold
5431
5432 \backslash
5433 arraystretch
5434 \series default
5435 .
5436  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5437  2.
5438  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5439  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5440 \series bold
5441
5442 \backslash
5443 arraystretch
5444 \series default
5445 .
5446 \end_layout
5447
5448 \begin_layout Standard
5449 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5450  
5451 \series bold
5452
5453 \backslash
5454 smallmatrix
5455 \series default
5456
5457 \begin_inset Index
5458 status collapsed
5459
5460 \begin_layout Plain Layout
5461 Commandes ! S ! 
5462 \backslash
5463 smallmatrix
5464 \end_layout
5465
5466 \end_inset
5467
5468 .
5469  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5470  où la matrice est insérée.
5471 \end_layout
5472
5473 \begin_layout Standard
5474 Voici une matrice 
5475 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5476 C & D\end{smallmatrix}\right)$
5477 \end_inset
5478
5479  dans une ligne de texte.
5480 \end_layout
5481
5482 \begin_layout Section
5483 Parenthèses et autres délimiteurs
5484 \begin_inset Index
5485 status collapsed
5486
5487 \begin_layout Plain Layout
5488 Parenthèses
5489 \end_layout
5490
5491 \end_inset
5492
5493
5494 \begin_inset Index
5495 status collapsed
5496
5497 \begin_layout Plain Layout
5498 Accolades
5499 \end_layout
5500
5501 \end_inset
5502
5503
5504 \begin_inset Index
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508 Crochets
5509 \end_layout
5510
5511 \end_inset
5512
5513
5514 \begin_inset Index
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518 Délimiteurs
5519 \end_layout
5520
5521 \end_inset
5522
5523
5524 \end_layout
5525
5526 \begin_layout Subsection
5527 Parenthèses verticales et délimiteurs
5528 \begin_inset Index
5529 status collapsed
5530
5531 \begin_layout Plain Layout
5532 Accolades ! verticales
5533 \end_layout
5534
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \begin_layout Standard
5541
5542 \lang english
5543 \begin_inset space \hfill{}
5544 \end_inset
5545
5546
5547 \lang french
5548
5549 \begin_inset Tabular
5550 <lyxtabular version="3" rows="9" columns="2">
5551 <features>
5552 <column alignment="center" valignment="top" width="0pt">
5553 <column alignment="center" valignment="top" width="0pt">
5554 <row>
5555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 Commande
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 Résultat
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 </row>
5574 <row>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 (
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 \begin_inset Formula $($
5589 \end_inset
5590
5591
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 </row>
5597 <row>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 {
5603 \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 $\{$
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 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 \begin_inset Formula $[$
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 </row>
5643 <row>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648
5649 \backslash
5650 langle
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 \begin_inset Formula $\langle$
5660 \end_inset
5661
5662
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 <row>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673
5674 \backslash
5675 lceil
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 $\lceil$
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" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698
5699 \backslash
5700 lfloor
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 \begin_inset Formula $\lfloor$
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 </row>
5718 <row>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 /
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 \begin_inset Formula $/$
5733 \end_inset
5734
5735
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 </row>
5741 <row>
5742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 |
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 \begin_inset Formula $|$
5756 \end_inset
5757
5758
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 </row>
5764 </lyxtabular>
5765
5766 \end_inset
5767
5768
5769 \begin_inset space \hfill{}
5770 \end_inset
5771
5772
5773 \begin_inset Tabular
5774 <lyxtabular version="3" rows="9" columns="2">
5775 <features>
5776 <column alignment="center" valignment="top" width="0pt">
5777 <column alignment="center" valignment="top" width="0pt">
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 Commande
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 Résultat
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 )
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Formula $)$
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 }
5827 \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 $\}$
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 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 \begin_inset Formula $]$
5859 \end_inset
5860
5861
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 </row>
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872
5873 \backslash
5874 rangle
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 \begin_inset Formula $\rangle$
5884 \end_inset
5885
5886
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 </row>
5892 <row>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897
5898 \backslash
5899 rceil
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 \begin_inset Formula $\rceil$
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 </row>
5917 <row>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922
5923 \backslash
5924 rfloor
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 \begin_inset Formula $\rfloor$
5934 \end_inset
5935
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 </row>
5942 <row>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947
5948 \backslash
5949
5950 \backslash
5951
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 \begin_inset Formula $\backslash$
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 <row>
5970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974
5975 \backslash
5976 |
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $\|$
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 </lyxtabular>
5995
5996 \end_inset
5997
5998
5999 \lang english
6000
6001 \begin_inset space \hfill{}
6002 \end_inset
6003
6004
6005 \end_layout
6006
6007 \begin_layout Standard
6008 \begin_inset Note Greyedout
6009 status open
6010
6011 \begin_layout Plain Layout
6012
6013 \series bold
6014 Note:
6015 \series default
6016  En mode TeX, on doit utiliser la commande 
6017 \series bold
6018
6019 \backslash
6020 textbackslash
6021 \series default
6022
6023 \begin_inset Index
6024 status collapsed
6025
6026 \begin_layout Plain Layout
6027 Commandes ! T ! 
6028 \backslash
6029 textbackslash
6030 \end_layout
6031
6032 \end_inset
6033
6034  pour la barre de fraction inverse (backslash), puisque la commande 
6035 \backslash
6036
6037 \backslash
6038  produit un saut de ligne.
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \begin_layout Standard
6047 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
6048  commandes décrites dans les deux sous-sections qui suivent.
6049  Quand on utilise ces commandes, on peut utiliser directement les caractères
6050  < et > , plutôt que les commandes 
6051 \series bold
6052
6053 \backslash
6054 langle
6055 \series default
6056  et 
6057 \series bold
6058
6059 \backslash
6060 rangle
6061 \series default
6062 .
6063 \end_layout
6064
6065 \begin_layout Subsubsection
6066 Taille de parenthèse manuelle
6067 \begin_inset CommandInset label
6068 LatexCommand label
6069 name "sub:Taille-parenthèses-manuelle"
6070
6071 \end_inset
6072
6073
6074 \begin_inset Index
6075 status collapsed
6076
6077 \begin_layout Plain Layout
6078 Taille parenthèses ! manuelle
6079 \end_layout
6080
6081 \end_inset
6082
6083
6084 \end_layout
6085
6086 \begin_layout Standard
6087 La taille des parenthèses peut être précisée manuellement en utilisant les
6088  commandes LaTeX 
6089 \series bold
6090
6091 \backslash
6092 big
6093 \series default
6094
6095 \begin_inset Index
6096 status collapsed
6097
6098 \begin_layout Plain Layout
6099 Commandes ! B ! 
6100 \backslash
6101 big
6102 \end_layout
6103
6104 \end_inset
6105
6106
6107 \series bold
6108
6109 \backslash
6110 Big
6111 \series default
6112
6113 \series bold
6114
6115 \backslash
6116 bigg
6117 \series default
6118 , et 
6119 \series bold
6120
6121 \backslash
6122 Bigg
6123 \series default
6124 .
6125  
6126 \series bold
6127
6128 \backslash
6129 big
6130 \series default
6131  indique la plus petite taille et 
6132 \series bold
6133
6134 \backslash
6135 Bigg
6136 \series default
6137  la plus grande.
6138 \end_layout
6139
6140 \begin_layout Standard
6141 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6142  de parenthèses:
6143 \end_layout
6144
6145 \begin_layout Standard
6146 \align center
6147 \begin_inset Tabular
6148 <lyxtabular version="3" rows="2" columns="2">
6149 <features>
6150 <column alignment="center" valignment="top" width="0pt">
6151 <column alignment="center" valignment="top" width="0pt">
6152 <row>
6153 <cell alignment="center" valignment="top" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 toutes les parenthèses de la même taille:
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 </row>
6175 <row>
6176 <cell alignment="center" valignment="top" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 c'est mieux comme cela:
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6190 \end_inset
6191
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 </row>
6198 </lyxtabular>
6199
6200 \end_inset
6201
6202
6203 \begin_inset Note Note
6204 status collapsed
6205
6206 \begin_layout Plain Layout
6207
6208 \series bold
6209 \lang english
6210
6211 \backslash
6212 raisebox
6213 \end_layout
6214
6215 \end_inset
6216
6217
6218 \end_layout
6219
6220 \begin_layout Standard
6221 Pour la deuxième formule, on a utilisé la commande 
6222 \backslash
6223 Big((A+B)(A-B)
6224 \backslash
6225 Big)^
6226 \begin_inset ERT
6227 status collapsed
6228
6229 \begin_layout Plain Layout
6230
6231
6232 \backslash
6233 spce 
6234 \end_layout
6235
6236 \end_inset
6237
6238 C.
6239 \end_layout
6240
6241 \begin_layout Standard
6242 Voici un aperçu de toutes les tailles de parenthèses:
6243 \end_layout
6244
6245 \begin_layout Standard
6246 \align center
6247
6248 \backslash
6249 Bigg(
6250 \backslash
6251 exp
6252 \backslash
6253 bigg<
6254 \backslash
6255 Big[
6256 \backslash
6257 big{
6258 \backslash
6259 ln(3x)
6260 \backslash
6261 big}^2
6262 \begin_inset ERT
6263 status collapsed
6264
6265 \begin_layout Plain Layout
6266
6267
6268 \backslash
6269 spce 
6270 \end_layout
6271
6272 \end_inset
6273
6274
6275 \backslash
6276 sin(x)
6277 \backslash
6278 Big]^
6279 \begin_inset ERT
6280 status collapsed
6281
6282 \begin_layout Plain Layout
6283
6284
6285 \backslash
6286 spce 
6287 \end_layout
6288
6289 \end_inset
6290
6291 A
6292 \begin_inset ERT
6293 status collapsed
6294
6295 \begin_layout Plain Layout
6296
6297
6298 \backslash
6299 spce 
6300 \end_layout
6301
6302 \end_inset
6303
6304
6305 \backslash
6306 bigg>
6307 \backslash
6308 Bigg)^0,5
6309 \end_layout
6310
6311 \begin_layout Standard
6312 \align center
6313 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \begin_layout Standard
6320 \begin_inset Newpage newpage
6321 \end_inset
6322
6323 En plus des commandes 
6324 \series bold
6325
6326 \backslash
6327 big
6328 \series default
6329 , il y a la variante 
6330 \series bold
6331
6332 \backslash
6333 bigm
6334 \series default
6335
6336 \begin_inset Index
6337 status collapsed
6338
6339 \begin_layout Plain Layout
6340 Commandes ! B ! 
6341 \backslash
6342 bigm
6343 \end_layout
6344
6345 \end_inset
6346
6347  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6348  la variante 
6349 \series bold
6350
6351 \backslash
6352 bigl
6353 \series default
6354 -
6355 \series bold
6356
6357 \backslash
6358 bigr
6359 \series default
6360
6361 \begin_inset Index
6362 status collapsed
6363
6364 \begin_layout Plain Layout
6365 Commandes ! B ! 
6366 \backslash
6367 bigl - 
6368 \backslash
6369 bigr
6370 \end_layout
6371
6372 \end_inset
6373
6374 , qui n'ajoute pas d'espace.
6375  Le 
6376 \emph on
6377 l
6378 \emph default
6379  à la fin de la commande 
6380 \series bold
6381
6382 \backslash
6383 bigl
6384 \series default
6385  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6386  par un 
6387 \emph on
6388 r
6389 \emph default
6390 .
6391  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6392  ou ouvrante.
6393 \end_layout
6394
6395 \begin_layout Standard
6396 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6397 \end_layout
6398
6399 \begin_layout Standard
6400 \align center
6401 \begin_inset Tabular
6402 <lyxtabular version="3" rows="5" columns="2">
6403 <features>
6404 <column alignment="center" valignment="middle" width="0">
6405 <column alignment="center" valignment="middle" width="0">
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 Commande
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 Résultat
6421 \begin_inset Note Note
6422 status collapsed
6423
6424 \begin_layout Plain Layout
6425
6426 \series bold
6427
6428 \backslash
6429 raisebox est seulement utilisée pour faire de la place
6430 \end_layout
6431
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445
6446 \backslash
6447 Bigm(
6448 \backslash
6449 bigm(
6450 \backslash
6451 ln(3x)
6452 \backslash
6453 bigm)^2
6454 \begin_inset ERT
6455 status collapsed
6456
6457 \begin_layout Plain Layout
6458
6459
6460 \backslash
6461 spce 
6462 \end_layout
6463
6464 \end_inset
6465
6466
6467 \backslash
6468 Bigm)
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6478 \end_inset
6479
6480
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 </row>
6486 <row>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491
6492 \backslash
6493 Big(
6494 \backslash
6495 big(
6496 \backslash
6497 ln(3x)
6498 \backslash
6499 big)^2
6500 \begin_inset ERT
6501 status collapsed
6502
6503 \begin_layout Plain Layout
6504
6505
6506 \backslash
6507 spce 
6508 \end_layout
6509
6510 \end_inset
6511
6512
6513 \backslash
6514 Big)
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6524 \end_inset
6525
6526
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 </row>
6532 <row>
6533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537
6538 \backslash
6539 Bigl(
6540 \backslash
6541 bigl(
6542 \backslash
6543 ln(3x)
6544 \backslash
6545 bigr)^2
6546 \begin_inset ERT
6547 status collapsed
6548
6549 \begin_layout Plain Layout
6550
6551
6552 \backslash
6553 spce 
6554 \end_layout
6555
6556 \end_inset
6557
6558
6559 \backslash
6560 Bigr)
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 </row>
6578 <row>
6579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \backslash
6585 bigl)
6586 \backslash
6587 ln(3x)
6588 \backslash
6589 bigr(
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6599 \end_inset
6600
6601
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 </row>
6607 </lyxtabular>
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \begin_layout Subsubsection
6615 Taille de parenthèse automatique
6616 \begin_inset CommandInset label
6617 LatexCommand label
6618 name "sub:Taille-parenthèses-automatique"
6619
6620 \end_inset
6621
6622
6623 \begin_inset Index
6624 status collapsed
6625
6626 \begin_layout Plain Layout
6627 Taille parenthèses ! automatique
6628 \end_layout
6629
6630 \end_inset
6631
6632
6633 \end_layout
6634
6635 \begin_layout Standard
6636 On peut insérer des parenthèses à taille variable avec les commandes 
6637 \series bold
6638
6639 \backslash
6640 left
6641 \series default
6642
6643 \begin_inset Index
6644 status collapsed
6645
6646 \begin_layout Plain Layout
6647 Commandes ! L ! 
6648 \backslash
6649 left
6650 \end_layout
6651
6652 \end_inset
6653
6654  et 
6655 \series bold
6656
6657 \backslash
6658 right
6659 \series default
6660
6661 \begin_inset Index
6662 status collapsed
6663
6664 \begin_layout Plain Layout
6665 Commandes ! R ! 
6666 \backslash
6667 right
6668 \end_layout
6669
6670 \end_inset
6671
6672  ou avec le bouton
6673 \begin_inset space ~
6674 \end_inset
6675
6676
6677 \begin_inset Graphics
6678         filename ../../images/dialog-show_mathdelimiter.png
6679         scale 85
6680
6681 \end_inset
6682
6683  de la barre d'outils mathématique.
6684  On doit insérer la parenthèse voulue juste après la commande 
6685 \series bold
6686
6687 \backslash
6688 left
6689 \series default
6690  ou 
6691 \series bold
6692
6693 \backslash
6694 right
6695 \series default
6696 .
6697  La taille de la parenthèse sera alors calculée automatiquement pour la
6698  sortie.
6699 \end_layout
6700
6701 \begin_layout Standard
6702 \align center
6703 parenthèse normale: La commande 
6704 \series bold
6705
6706 \backslash
6707 ln(
6708 \backslash
6709 frac
6710 \begin_inset ERT
6711 status collapsed
6712
6713 \begin_layout Plain Layout
6714
6715
6716 \backslash
6717 spce 
6718 \end_layout
6719
6720 \end_inset
6721
6722 A
6723 \begin_inset Formula $\downarrow$
6724 \end_inset
6725
6726 C
6727 \begin_inset ERT
6728 status collapsed
6729
6730 \begin_layout Plain Layout
6731
6732
6733 \backslash
6734 spce 
6735 \end_layout
6736
6737 \end_inset
6738
6739 )
6740 \series default
6741  donne
6742 \begin_inset Formula \[
6743 \ln(\frac{A}{C})\]
6744
6745 \end_inset
6746
6747
6748 \end_layout
6749
6750 \begin_layout Standard
6751 \align center
6752 parenthèse adaptable: La commande 
6753 \series bold
6754
6755 \backslash
6756 ln
6757 \backslash
6758 left(
6759 \backslash
6760 frac
6761 \begin_inset ERT
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765
6766
6767 \backslash
6768 spce 
6769 \end_layout
6770
6771 \end_inset
6772
6773 A
6774 \begin_inset Formula $\downarrow$
6775 \end_inset
6776
6777 C
6778 \begin_inset ERT
6779 status collapsed
6780
6781 \begin_layout Plain Layout
6782
6783
6784 \backslash
6785 spce 
6786 \end_layout
6787
6788 \end_inset
6789
6790
6791 \backslash
6792 right)
6793 \series default
6794  donne
6795 \begin_inset Formula \[
6796 \ln\left(\frac{A}{C}\right)\]
6797
6798 \end_inset
6799
6800
6801 \end_layout
6802
6803 \begin_layout Standard
6804 À la place des commandes 
6805 \series bold
6806
6807 \backslash
6808 left
6809 \series default
6810  et 
6811 \series bold
6812
6813 \backslash
6814 right
6815 \series default
6816  on peut utiliser le raccourci 
6817 \family sans
6818 Alt-m
6819 \begin_inset space ~
6820 \end_inset
6821
6822 parenthèse
6823 \family default
6824 .
6825  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6826  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6827  en même temps.
6828 \begin_inset Newline newline
6829 \end_inset
6830
6831 La commande pour le dernier exemple serait alors: 
6832 \series bold
6833
6834 \backslash
6835 ln Alt-m
6836 \series default
6837  
6838 \series bold
6839 (
6840 \backslash
6841 frac
6842 \begin_inset ERT
6843 status collapsed
6844
6845 \begin_layout Plain Layout
6846
6847
6848 \backslash
6849 spce 
6850 \end_layout
6851
6852 \end_inset
6853
6854 A
6855 \begin_inset Formula $\downarrow$
6856 \end_inset
6857
6858 C
6859 \end_layout
6860
6861 \begin_layout Standard
6862 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6863  de la parenthèse omise.
6864  Par exemple, la commande 
6865 \series bold
6866
6867 \backslash
6868 left.
6869 \backslash
6870 frac
6871 \begin_inset ERT
6872 status collapsed
6873
6874 \begin_layout Plain Layout
6875
6876
6877 \backslash
6878 spce 
6879 \end_layout
6880
6881 \end_inset
6882
6883 A
6884 \begin_inset Formula $\downarrow$
6885 \end_inset
6886
6887 B
6888 \begin_inset ERT
6889 status collapsed
6890
6891 \begin_layout Plain Layout
6892
6893
6894 \backslash
6895 spce 
6896 \end_layout
6897
6898 \end_inset
6899
6900
6901 \backslash
6902 right}
6903 \series default
6904  donne:
6905 \series bold
6906
6907 \begin_inset Formula \[
6908 \left.\frac{A}{B}\right\} \]
6909
6910 \end_inset
6911
6912
6913 \series default
6914 Les commandes 
6915 \series bold
6916
6917 \backslash
6918 left
6919 \series default
6920  et 
6921 \series bold
6922
6923 \backslash
6924 right
6925 \series default
6926  seront converties par LyX en parenthèses de taille appropriée quand le
6927  document sera rechargé et une parenthèse omise apparaîtra sous la forme
6928  d'une ligne en pointillé.
6929 \end_layout
6930
6931 \begin_layout Standard
6932 \begin_inset VSpace bigskip
6933 \end_inset
6934
6935 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
6936  de LaTeX, la commande 
6937 \series bold
6938
6939 \backslash
6940 middle
6941 \series default
6942
6943 \begin_inset Index
6944 status collapsed
6945
6946 \begin_layout Plain Layout
6947 Commandes ! M ! 
6948 \backslash
6949 middle
6950 \end_layout
6951
6952 \end_inset
6953
6954  est aussi disponible pour toutes les parenthèses et limites.
6955  Avec cette commande la taille du caractère suivant est adaptée à la taille
6956  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
6957  de la physique quantique:
6958 \begin_inset Formula \[
6959 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
6960
6961 \end_inset
6962
6963 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
6964  en 
6965 \begin_inset CommandInset ref
6966 LatexCommand ref
6967 reference "sub:Vecteurs-physiques"
6968
6969 \end_inset
6970
6971 .
6972 \end_layout
6973
6974 \begin_layout Subsection
6975 Accolades horizontales
6976 \begin_inset Index
6977 status collapsed
6978
6979 \begin_layout Plain Layout
6980 Accolades ! horizontales
6981 \end_layout
6982
6983 \end_inset
6984
6985
6986 \end_layout
6987
6988 \begin_layout Standard
6989 \align center
6990 \begin_inset Tabular
6991 <lyxtabular version="3" rows="4" columns="2">
6992 <features>
6993 <column alignment="center" valignment="top" width="0pt">
6994 <column alignment="center" valignment="top" width="0pt">
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 Commande
7001 \begin_inset Note Note
7002 status open
7003
7004 \begin_layout Plain Layout
7005
7006 \series bold
7007
7008 \backslash
7009 raisebox est seulement utilisée pour faire de la place
7010 \end_layout
7011
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 Résultat
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 </row>
7029 <row>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 \begin_inset ERT
7035 status collapsed
7036
7037 \begin_layout Plain Layout
7038
7039
7040 \backslash
7041 raisebox{2.3mm}{
7042 \end_layout
7043
7044 \end_inset
7045
7046
7047 \backslash
7048 overbrace
7049 \begin_inset ERT
7050 status collapsed
7051
7052 \begin_layout Plain Layout
7053
7054
7055 \backslash
7056 spce 
7057 \end_layout
7058
7059 \end_inset
7060
7061 A+B
7062 \begin_inset ERT
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066
7067
7068 \backslash
7069 spce 
7070 \end_layout
7071
7072 \end_inset
7073
7074 ^
7075 \begin_inset ERT
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079
7080
7081 \backslash
7082 spce 
7083 \end_layout
7084
7085 \end_inset
7086
7087 3
7088 \begin_inset ERT
7089 status collapsed
7090
7091 \begin_layout Plain Layout
7092
7093 }
7094 \end_layout
7095
7096 \end_inset
7097
7098
7099 \begin_inset Index
7100 status collapsed
7101
7102 \begin_layout Plain Layout
7103 Commandes ! O ! 
7104 \backslash
7105 overbrace
7106 \end_layout
7107
7108 \end_inset
7109
7110
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 \begin_inset Formula $\overbrace{A+B}^{3}$
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 </row>
7128 <row>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 \begin_inset ERT
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137
7138
7139 \backslash
7140 raisebox{-2.2mm}{
7141 \end_layout
7142
7143 \end_inset
7144
7145
7146 \backslash
7147 underbrace
7148 \begin_inset ERT
7149 status collapsed
7150
7151 \begin_layout Plain Layout
7152
7153
7154 \backslash
7155 spce 
7156 \end_layout
7157
7158 \end_inset
7159
7160 A+B
7161 \begin_inset ERT
7162 status collapsed
7163
7164 \begin_layout Plain Layout
7165
7166
7167 \backslash
7168 spce 
7169 \end_layout
7170
7171 \end_inset
7172
7173 _5
7174 \begin_inset ERT
7175 status collapsed
7176
7177 \begin_layout Plain Layout
7178
7179 }
7180 \end_layout
7181
7182 \end_inset
7183
7184
7185 \begin_inset Index
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189 Commandes ! U ! 
7190 \backslash
7191 underbrace
7192 \end_layout
7193
7194 \end_inset
7195
7196
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 \begin_inset Formula $\underbrace{A+B}_{5}$
7206 \end_inset
7207
7208
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 </row>
7214 <row>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219
7220 \backslash
7221 overbrace
7222 \begin_inset ERT
7223 status collapsed
7224
7225 \begin_layout Plain Layout
7226
7227
7228 \backslash
7229 spce 
7230 \end_layout
7231
7232 \end_inset
7233
7234
7235 \backslash
7236 underbrace
7237 \begin_inset ERT
7238 status collapsed
7239
7240 \begin_layout Plain Layout
7241
7242
7243 \backslash
7244 spce 
7245 \end_layout
7246
7247 \end_inset
7248
7249 A+B_w
7250 \begin_inset ERT
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254
7255
7256 \backslash
7257 spce 
7258 \end_layout
7259
7260 \end_inset
7261
7262
7263 \begin_inset ERT
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267
7268
7269 \backslash
7270 spce 
7271 \end_layout
7272
7273 \end_inset
7274
7275 _7
7276 \begin_inset ERT
7277 status collapsed
7278
7279 \begin_layout Plain Layout
7280
7281
7282 \backslash
7283 spce 
7284 \end_layout
7285
7286 \end_inset
7287
7288
7289 \begin_inset ERT
7290 status collapsed
7291
7292 \begin_layout Plain Layout
7293
7294
7295 \backslash
7296 spce 
7297 \end_layout
7298
7299 \end_inset
7300
7301 ^
7302 \begin_inset ERT
7303 status collapsed
7304
7305 \begin_layout Plain Layout
7306
7307
7308 \backslash
7309 spce 
7310 \end_layout
7311
7312 \end_inset
7313
7314 C
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7324 \end_inset
7325
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 </row>
7332 </lyxtabular>
7333
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \begin_layout Standard
7340 Dans le dernier exemple, il importe peu que 
7341 \series bold
7342
7343 \backslash
7344 overbrace
7345 \series default
7346  ou 
7347 \series bold
7348
7349 \backslash
7350 underbrace
7351 \series default
7352  soit inséré en premier.
7353 \end_layout
7354
7355 \begin_layout Standard
7356 \begin_inset VSpace bigskip
7357 \end_inset
7358
7359 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7360  des formules multi-lignes, comme c'est décrit en :
7361 \begin_inset Formula \begin{eqnarray*}
7362 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7363  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7364
7365 \end_inset
7366
7367 Dans la première ligne la formule est insérée avec l'accolade.
7368  Dans celle-ci, il est important que la commande d'espacement
7369 \begin_inset Foot
7370 status collapsed
7371
7372 \begin_layout Plain Layout
7373 Les commandes concernant les espaces sont expliquées dans 
7374 \begin_inset CommandInset ref
7375 LatexCommand ref
7376 reference "sub:Espace-prédéfini"
7377
7378 \end_inset
7379
7380 .
7381 \end_layout
7382
7383 \end_inset
7384
7385  
7386 \series bold
7387
7388 \backslash
7389 :
7390 \series default
7391  soit insérée avant le premier 
7392 \begin_inset Formula $d$
7393 \end_inset
7394
7395 , parce que l'accolade qui se termine après le dernier 
7396 \begin_inset Formula $q$
7397 \end_inset
7398
7399  empêche que le 
7400 \begin_inset Quotes eld
7401 \end_inset
7402
7403 +
7404 \begin_inset Quotes erd
7405 \end_inset
7406
7407  qui suit soit entouré par des espaces
7408 \begin_inset Foot
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412 parce que l'accolade n'est pas traitée comme un caractère, voir 
7413 \begin_inset CommandInset ref
7414 LatexCommand ref
7415 reference "sub:Opérateurs-binaires"
7416
7417 \end_inset
7418
7419
7420 \end_layout
7421
7422 \end_inset
7423
7424 .
7425  On insère la deuxième accolade dans la deuxième ligne.
7426  Comme elle doit commencer juste avant le premier 
7427 \begin_inset Formula $b$
7428 \end_inset
7429
7430 , on insère d'abord la commande 
7431 \series bold
7432
7433 \backslash
7434 hphantom{gggg+
7435 \backslash
7436 :}
7437 \series default
7438
7439 \begin_inset Foot
7440 status collapsed
7441
7442 \begin_layout Plain Layout
7443 plus au sujet de 
7444 \series bold
7445
7446 \backslash
7447 hphantom
7448 \series default
7449 , voir 
7450 \begin_inset CommandInset ref
7451 LatexCommand ref
7452 reference "sub:Garnitures"
7453
7454 \end_inset
7455
7456
7457 \end_layout
7458
7459 \end_inset
7460
7461 .
7462  Cet espace est nécessaire puisque le 
7463 \begin_inset Quotes eld
7464 \end_inset
7465
7466 +
7467 \begin_inset Quotes erd
7468 \end_inset
7469
7470  est aussi entouré d'espace dans la formule.
7471  L'accolade est placée sous la commande 
7472 \series bold
7473
7474 \backslash
7475 hphantom{bbqq+dddd}
7476 \series default
7477 .
7478 \end_layout
7479
7480 \begin_layout Standard
7481 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7482  dans l'exemple suivant:
7483 \begin_inset ERT
7484 status collapsed
7485
7486 \begin_layout Plain Layout
7487
7488
7489 \backslash
7490 setlength{
7491 \backslash
7492 jot}{-6pt}
7493 \end_layout
7494
7495 \end_inset
7496
7497
7498 \begin_inset Formula \begin{eqnarray*}
7499  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7500 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7501
7502 \end_inset
7503
7504
7505 \begin_inset ERT
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509
7510
7511 \backslash
7512 setlength{
7513 \backslash
7514 jot}{3pt}
7515 \end_layout
7516
7517 \end_inset
7518
7519 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7520  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7521  La seconde ligne contient la formule avec la deuxième accolade.
7522  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7523  et la formule, on doit réduire l'espacement entre les lignes.
7524  Ce n'est pas facile à cause d'un bug de LyX
7525 \begin_inset Foot
7526 status collapsed
7527
7528 \begin_layout Plain Layout
7529 \begin_inset CommandInset href
7530 LatexCommand href
7531 name "LyX-bug #1505"
7532 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7533
7534 \end_inset
7535
7536
7537 \end_layout
7538
7539 \end_inset
7540
7541 .
7542  Comme solution à ce problème, on peut mettre à -6
7543 \begin_inset space \thinspace{}
7544 \end_inset
7545
7546 pt la formule globale pour l'espacement des lignes 
7547 \series bold
7548
7549 \backslash
7550 jot
7551 \series default
7552
7553 \begin_inset Index
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557 Commandes ! J ! 
7558 \backslash
7559 jot
7560 \end_layout
7561
7562 \end_inset
7563
7564 , juste avant la formule en utilisant la commande 
7565 \series bold
7566
7567 \backslash
7568 setlength{
7569 \backslash
7570 jot}{-6pt}
7571 \series default
7572  en mode TeX.
7573  
7574 \series bold
7575
7576 \backslash
7577 jot
7578 \series default
7579  est remise à sa valeur initiale de 3
7580 \begin_inset space \thinspace{}
7581 \end_inset
7582
7583 pt juste après la formule, en utilisant la même commande.
7584  Vous trouverez plus d'explications sur la séparation des lignes dans les
7585  formules dans 
7586 \begin_inset CommandInset ref
7587 LatexCommand ref
7588 reference "sub:Séparation-des-lignes"
7589
7590 \end_inset
7591
7592 .
7593 \end_layout
7594
7595 \begin_layout Section
7596 Flèches
7597 \begin_inset Index
7598 status collapsed
7599
7600 \begin_layout Plain Layout
7601 Flèches
7602 \end_layout
7603
7604 \end_inset
7605
7606
7607 \end_layout
7608
7609 \begin_layout Standard
7610 On peut insérer des flèches avec le bouton 
7611 \begin_inset Graphics
7612         filename ../../images/math/leftarrow.png
7613         scale 85
7614
7615 \end_inset
7616
7617  de la barre d'outils mathématique ou en insérant une des commandes listées
7618  dans les sous-sections qui suivent.
7619 \end_layout
7620
7621 \begin_layout Subsection
7622 Flèches horizontales
7623 \begin_inset Index
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627 Flèches ! horizontales
7628 \end_layout
7629
7630 \end_inset
7631
7632
7633 \end_layout
7634
7635 \begin_layout Standard
7636 \begin_inset space \hfill{}
7637 \end_inset
7638
7639
7640 \begin_inset Tabular
7641 <lyxtabular version="3" rows="8" columns="2">
7642 <features>
7643 <column alignment="center" valignment="top" width="0pt">
7644 <column alignment="center" valignment="top" width="0pt">
7645 <row>
7646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 Commande
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 Résultat
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 gets
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 $\gets$
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 Leftarrow
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 $\Leftarrow$
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" bottomline="true" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \backslash
7722 longleftarrow
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 \begin_inset Formula $\longleftarrow$
7732 \end_inset
7733
7734
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row>
7741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \backslash
7747 Longleftarrow
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 \begin_inset Formula $\Longleftarrow$
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 leftharpoonup
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 $\leftharpoonup$
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row>
7791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \backslash
7797 leftharpoondown
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 \begin_inset Formula $\leftharpoondown$
7807 \end_inset
7808
7809
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \backslash
7822 hookleftarrow
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 \begin_inset Formula $\hookleftarrow$
7832 \end_inset
7833
7834
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 </lyxtabular>
7841
7842 \end_inset
7843
7844
7845 \begin_inset space \hfill{}
7846 \end_inset
7847
7848
7849 \begin_inset Tabular
7850 <lyxtabular version="3" rows="8" columns="2">
7851 <features>
7852 <column alignment="center" valignment="top" width="0pt">
7853 <column alignment="center" valignment="top" width="0pt">
7854 <row>
7855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 Command
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 Résultat
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 </row>
7874 <row>
7875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \backslash
7881 to
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 \begin_inset Formula $\to$
7891 \end_inset
7892
7893
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 <row>
7900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \backslash
7906 Rightarrow
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 \begin_inset Formula $\Rightarrow$
7916 \end_inset
7917
7918
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 </row>
7924 <row>
7925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \backslash
7931 longrightarrow
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 \begin_inset Formula $\longrightarrow$
7941 \end_inset
7942
7943
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 </row>
7949 <row>
7950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954
7955 \backslash
7956 Longrightarrow
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 \begin_inset Formula $\Longrightarrow$
7966 \end_inset
7967
7968
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 </row>
7974 <row>
7975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979
7980 \backslash
7981 rightharpoonup
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 \begin_inset Formula $\rightharpoonup$
7991 \end_inset
7992
7993
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row>
8000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \backslash
8006 rightharpoondown
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 \begin_inset Formula $\rightharpoondown$
8016 \end_inset
8017
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \backslash
8031 hookrightarrow
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 \begin_inset Formula $\hookrightarrow$
8041 \end_inset
8042
8043
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 </lyxtabular>
8050
8051 \end_inset
8052
8053
8054 \begin_inset space \hfill{}
8055 \end_inset
8056
8057
8058 \end_layout
8059
8060 \begin_layout Standard
8061 \begin_inset space \hfill{}
8062 \end_inset
8063
8064
8065 \begin_inset Tabular
8066 <lyxtabular version="3" rows="6" columns="2">
8067 <features>
8068 <column alignment="center" valignment="top" width="0pt">
8069 <column alignment="center" valignment="top" width="0pt">
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 Commande
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Résultat
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \backslash
8097 leftrightarrow
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 \begin_inset Formula $\leftrightarrow$
8107 \end_inset
8108
8109
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \backslash
8122 Leftrightarrow
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 \begin_inset Formula $\Leftrightarrow$
8132 \end_inset
8133
8134
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \backslash
8147 longleftrightarrow
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 \begin_inset Formula $\longleftrightarrow$
8157 \end_inset
8158
8159
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \backslash
8172 Longleftrightarrow
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 \begin_inset Formula $\Longleftrightarrow$
8182 \end_inset
8183
8184
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \backslash
8197 rightleftharpoons
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 \begin_inset Formula $\rightleftharpoons$
8207 \end_inset
8208
8209
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 </lyxtabular>
8216
8217 \end_inset
8218
8219
8220 \begin_inset space \hspace{}
8221 \length 25pt
8222 \end_inset
8223
8224
8225 \begin_inset space \hfill{}
8226 \end_inset
8227
8228
8229 \begin_inset Tabular
8230 <lyxtabular version="3" rows="5" columns="2">
8231 <features>
8232 <column alignment="center" valignment="top" width="0pt">
8233 <column alignment="center" valignment="top" width="0pt">
8234 <row>
8235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 Commande
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Résultat
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \backslash
8261 mapsto
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 \begin_inset Formula $\mapsto$
8271 \end_inset
8272
8273
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \backslash
8286 longmapsto
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 \begin_inset Formula $\longmapsto$
8296 \end_inset
8297
8298
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 </row>
8304 <row>
8305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309
8310 \backslash
8311 leadsto
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 \begin_inset Formula $\leadsto$
8321 \end_inset
8322
8323
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \backslash
8336 dasharrow
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 \begin_inset Formula $\dasharrow$
8346 \end_inset
8347
8348
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 </lyxtabular>
8355
8356 \end_inset
8357
8358
8359 \begin_inset space \hfill{}
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \begin_layout Standard
8366 \begin_inset VSpace medskip
8367 \end_inset
8368
8369 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8370  flèches des vecteurs, sont listées dans 
8371 \begin_inset CommandInset ref
8372 LatexCommand ref
8373 reference "sec:Accents"
8374
8375 \end_inset
8376
8377 .
8378 \end_layout
8379
8380 \begin_layout Standard
8381 \begin_inset VSpace bigskip
8382 \end_inset
8383
8384 Il y a aussi les flèches avec étiquette 
8385 \begin_inset Index
8386 status collapsed
8387
8388 \begin_layout Plain Layout
8389 Flèches ! avec étiquette
8390 \end_layout
8391
8392 \end_inset
8393
8394  
8395 \series bold
8396
8397 \backslash
8398 xleftarrow
8399 \series default
8400
8401 \begin_inset Index
8402 status collapsed
8403
8404 \begin_layout Plain Layout
8405 Commandes ! X ! 
8406 \backslash
8407 xleftarrow
8408 \end_layout
8409
8410 \end_inset
8411
8412  et 
8413 \series bold
8414
8415 \backslash
8416 xrightarrow
8417 \series default
8418
8419 \begin_inset Index
8420 status collapsed
8421
8422 \begin_layout Plain Layout
8423 Commandes ! X ! 
8424 \backslash
8425 xrightarrow
8426 \begin_inset ERT
8427 status collapsed
8428
8429 \begin_layout Plain Layout
8430
8431
8432 \backslash
8433 vspace{4mm}
8434 \end_layout
8435
8436 \end_inset
8437
8438
8439 \end_layout
8440
8441 \end_inset
8442
8443 .
8444  Quand on insère une de ces commandes dans une formule, une flèche avec
8445  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8446  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8447 \end_layout
8448
8449 \begin_layout Standard
8450 \align center
8451 \begin_inset Tabular
8452 <lyxtabular version="3" rows="3" columns="2">
8453 <features>
8454 <column alignment="center" valignment="top" width="0pt">
8455 <column alignment="center" valignment="top" width="0pt">
8456 <row>
8457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 Commande
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Résultat
8471 \begin_inset Note Note
8472 status collapsed
8473
8474 \begin_layout Plain Layout
8475
8476 \series bold
8477
8478 \backslash
8479 raisebox est seulement utilisée pour faire de la place
8480 \end_layout
8481
8482 \end_inset
8483
8484
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 <row>
8491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 F(a)
8496 \backslash
8497 xleftarrow
8498 \begin_inset ERT
8499 status collapsed
8500
8501 \begin_layout Plain Layout
8502
8503
8504 \backslash
8505 spce 
8506 \end_layout
8507
8508 \end_inset
8509
8510 x=a
8511 \begin_inset Formula $\downarrow$
8512 \end_inset
8513
8514 x>0
8515 \begin_inset Formula $\to$
8516 \end_inset
8517
8518 F(x)
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8528 \end_inset
8529
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 F(x)
8542 \backslash
8543 xrightarrow
8544 \begin_inset ERT
8545 status collapsed
8546
8547 \begin_layout Plain Layout
8548
8549
8550 \backslash
8551 spce 
8552 \end_layout
8553
8554 \end_inset
8555
8556 x=a
8557 \begin_inset Formula $\downarrow$
8558 \end_inset
8559
8560 x>0
8561 \begin_inset Formula $\to$
8562 \end_inset
8563
8564 F(a)
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 </lyxtabular>
8583
8584 \end_inset
8585
8586
8587 \end_layout
8588
8589 \begin_layout Subsection
8590 Flèches verticales et diagonales
8591 \begin_inset Index
8592 status collapsed
8593
8594 \begin_layout Plain Layout
8595 Flèches ! diagonales
8596 \end_layout
8597
8598 \end_inset
8599
8600
8601 \begin_inset Index
8602 status collapsed
8603
8604 \begin_layout Plain Layout
8605 Flèches ! verticales
8606 \end_layout
8607
8608 \end_inset
8609
8610
8611 \end_layout
8612
8613 \begin_layout Standard
8614 \begin_inset space \hfill{}
8615 \end_inset
8616
8617
8618 \begin_inset Tabular
8619 <lyxtabular version="3" rows="7" columns="2">
8620 <features>
8621 <column alignment="center" valignment="top" width="0pt">
8622 <column alignment="center" valignment="top" width="0pt">
8623 <row>
8624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 Commande
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 Résultat
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \backslash
8650 uparrow
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 \begin_inset Formula $\uparrow$
8660 \end_inset
8661
8662
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \backslash
8675 Uparrow
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 \begin_inset Formula $\Uparrow$
8685 \end_inset
8686
8687
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \backslash
8700 updownarrow
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 \begin_inset Formula $\updownarrow$
8710 \end_inset
8711
8712
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \backslash
8725 Updownarrow
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 \begin_inset Formula $\Updownarrow$
8735 \end_inset
8736
8737
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \backslash
8750 Downarrow
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 \begin_inset Formula $\Downarrow$
8760 \end_inset
8761
8762
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \backslash
8775 downarrow
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 \begin_inset Formula $\downarrow$
8785 \end_inset
8786
8787
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 </lyxtabular>
8794
8795 \end_inset
8796
8797
8798 \begin_inset space \hfill{}
8799 \end_inset
8800
8801
8802 \begin_inset Tabular
8803 <lyxtabular version="3" rows="5" columns="2">
8804 <features>
8805 <column alignment="center" valignment="top" width="0pt">
8806 <column alignment="center" valignment="top" width="0pt">
8807 <row>
8808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Commande
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 Résultat
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \backslash
8834 nearrow
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 \begin_inset Formula $\nearrow$
8844 \end_inset
8845
8846
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 </row>
8852 <row>
8853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857
8858 \backslash
8859 searrow
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 \begin_inset Formula $\searrow$
8869 \end_inset
8870
8871
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \backslash
8884 swarrow
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 \begin_inset Formula $\swarrow$
8894 \end_inset
8895
8896
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \backslash
8909 nwarrow
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 \begin_inset Formula $\nwarrow$
8919 \end_inset
8920
8921
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 </row>
8927 </lyxtabular>
8928
8929 \end_inset
8930
8931
8932 \begin_inset space \hfill{}
8933 \end_inset
8934
8935
8936 \end_layout
8937
8938 \begin_layout Standard
8939 \begin_inset VSpace medskip
8940 \end_inset
8941
8942 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
8943  même temps que les commandes décrites dans 
8944 \begin_inset CommandInset ref
8945 LatexCommand ref
8946 reference "sub:Taille-parenthèses-manuelle"
8947
8948 \end_inset
8949
8950  et 
8951 \begin_inset CommandInset ref
8952 LatexCommand ref
8953 reference "sub:Taille-parenthèses-automatique"
8954
8955 \end_inset
8956
8957 .
8958 \end_layout
8959
8960 \begin_layout Standard
8961 \begin_inset Newpage newpage
8962 \end_inset
8963
8964
8965 \end_layout
8966
8967 \begin_layout Section
8968 Accents
8969 \begin_inset CommandInset label
8970 LatexCommand label
8971 name "sec:Accents"
8972
8973 \end_inset
8974
8975
8976 \begin_inset Index
8977 status collapsed
8978
8979 \begin_layout Plain Layout
8980 Accents
8981 \end_layout
8982
8983 \end_inset
8984
8985
8986 \end_layout
8987
8988 \begin_layout Standard
8989 On peut ajouter des accents avec le bouton
8990 \begin_inset space ~
8991 \end_inset
8992
8993
8994 \begin_inset Graphics
8995         filename ../../images/math/hat.png
8996         scale 85
8997
8998 \end_inset
8999
9000  de la barre d'outils mathématique ou en utilisant les commandes listées
9001  dans les sous-sections qui suivent.
9002 \end_layout
9003
9004 \begin_layout Subsection
9005 Accents pour un caractère
9006 \begin_inset ERT
9007 status collapsed
9008
9009 \begin_layout Plain Layout
9010
9011
9012 \backslash
9013 texorpdfstring{
9014 \end_layout
9015
9016 \end_inset
9017
9018
9019 \begin_inset Foot
9020 status collapsed
9021
9022 \begin_layout Plain Layout
9023 pour les accents dans le texte, voir 
9024 \begin_inset CommandInset ref
9025 LatexCommand ref
9026 reference "sub:Accents-dans-le-texte"
9027
9028 \end_inset
9029
9030
9031 \end_layout
9032
9033 \end_inset
9034
9035
9036 \begin_inset ERT
9037 status collapsed
9038
9039 \begin_layout Plain Layout
9040
9041 }{}
9042 \end_layout
9043
9044 \end_inset
9045
9046
9047 \begin_inset Note Note
9048 status collapsed
9049
9050 \begin_layout Plain Layout
9051
9052 \backslash
9053 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
9054  dans les signets PDF.
9055 \end_layout
9056
9057 \begin_layout Plain Layout
9058 Plus au sujet de 
9059 \backslash
9060 texorpdfstring dans la section 
9061 \begin_inset CommandInset ref
9062 LatexCommand ref
9063 reference "sub:formules-dans-les-entêtes"
9064
9065 \end_inset
9066
9067 .
9068 \end_layout
9069
9070 \end_inset
9071
9072
9073 \begin_inset CommandInset label
9074 LatexCommand label
9075 name "sub:Accents-sur-un-caractère"
9076
9077 \end_inset
9078
9079
9080 \begin_inset Index
9081 status collapsed
9082
9083 \begin_layout Plain Layout
9084 Accents ! pour un caractère
9085 \end_layout
9086
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \begin_layout Standard
9093 \begin_inset space \hfill{}
9094 \end_inset
9095
9096
9097 \begin_inset Tabular
9098 <lyxtabular version="3" rows="8" columns="2">
9099 <features>
9100 <column alignment="center" valignment="top" width="0pt">
9101 <column alignment="center" valignment="top" width="0pt">
9102 <row>
9103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Commande
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 Résultat
9117 \begin_inset Note Note
9118 status collapsed
9119
9120 \begin_layout Plain Layout
9121
9122 \series bold
9123
9124 \backslash
9125 raisebox est seulement utilisée pour faire de la place
9126 \end_layout
9127
9128 \end_inset
9129
9130
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \backslash
9143 dot
9144 \begin_inset ERT
9145 status collapsed
9146
9147 \begin_layout Plain Layout
9148
9149
9150 \backslash
9151 spce 
9152 \end_layout
9153
9154 \end_inset
9155
9156 A
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9166 \end_inset
9167
9168
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \backslash
9181 ddot
9182 \begin_inset ERT
9183 status collapsed
9184
9185 \begin_layout Plain Layout
9186
9187
9188 \backslash
9189 spce 
9190 \end_layout
9191
9192 \end_inset
9193
9194 A
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9204 \end_inset
9205
9206
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \backslash
9219 dddot
9220 \begin_inset ERT
9221 status collapsed
9222
9223 \begin_layout Plain Layout
9224
9225
9226 \backslash
9227 spce 
9228 \end_layout
9229
9230 \end_inset
9231
9232 A
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9242 \end_inset
9243
9244
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 <row>
9251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255
9256 \backslash
9257 ddddot{A
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9267 \end_inset
9268
9269
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \backslash
9282 vec
9283 \begin_inset ERT
9284 status collapsed
9285
9286 \begin_layout Plain Layout
9287
9288
9289 \backslash
9290 spce 
9291 \end_layout
9292
9293 \end_inset
9294
9295 A
9296 \begin_inset Index
9297 status collapsed
9298
9299 \begin_layout Plain Layout
9300 Vecteurs
9301 \end_layout
9302
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 </row>
9323 <row>
9324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328
9329 \backslash
9330 bar
9331 \begin_inset ERT
9332 status collapsed
9333
9334 \begin_layout Plain Layout
9335
9336
9337 \backslash
9338 spce 
9339 \end_layout
9340
9341 \end_inset
9342
9343 A
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9353 \end_inset
9354
9355
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 </row>
9361 <row>
9362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366
9367 \backslash
9368 mathring
9369 \begin_inset ERT
9370 status collapsed
9371
9372 \begin_layout Plain Layout
9373
9374
9375 \backslash
9376 spce 
9377 \end_layout
9378
9379 \end_inset
9380
9381 A
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9391 \end_inset
9392
9393
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 </row>
9399 </lyxtabular>
9400
9401 \end_inset
9402
9403
9404 \begin_inset space \hfill{}
9405 \end_inset
9406
9407
9408 \begin_inset Tabular
9409 <lyxtabular version="3" rows="7" columns="2">
9410 <features>
9411 <column alignment="center" valignment="top" width="0pt">
9412 <column alignment="center" valignment="top" width="0pt">
9413 <row>
9414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Commande
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 Résultat
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \backslash
9440 tilde
9441 \begin_inset ERT
9442 status collapsed
9443
9444 \begin_layout Plain Layout
9445
9446
9447 \backslash
9448 spce 
9449 \end_layout
9450
9451 \end_inset
9452
9453 A
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row>
9472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \backslash
9478 hat
9479 \begin_inset ERT
9480 status collapsed
9481
9482 \begin_layout Plain Layout
9483
9484
9485 \backslash
9486 spce 
9487 \end_layout
9488
9489 \end_inset
9490
9491 A
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9501 \end_inset
9502
9503
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row>
9510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \backslash
9516 check
9517 \begin_inset ERT
9518 status collapsed
9519
9520 \begin_layout Plain Layout
9521
9522
9523 \backslash
9524 spce 
9525 \end_layout
9526
9527 \end_inset
9528
9529 A
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9539 \end_inset
9540
9541
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 </row>
9547 <row>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552
9553 \backslash
9554 acute
9555 \begin_inset ERT
9556 status collapsed
9557
9558 \begin_layout Plain Layout
9559
9560
9561 \backslash
9562 spce 
9563 \end_layout
9564
9565 \end_inset
9566
9567 A
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \backslash
9592 grave
9593 \begin_inset ERT
9594 status collapsed
9595
9596 \begin_layout Plain Layout
9597
9598
9599 \backslash
9600 spce 
9601 \end_layout
9602
9603 \end_inset
9604
9605 A
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row>
9624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \backslash
9630 breve
9631 \begin_inset ERT
9632 status collapsed
9633
9634 \begin_layout Plain Layout
9635
9636
9637 \backslash
9638 spce 
9639 \end_layout
9640
9641 \end_inset
9642
9643 A
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 </lyxtabular>
9662
9663 \end_inset
9664
9665
9666 \begin_inset space \hfill{}
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \begin_layout Standard
9673 \begin_inset VSpace bigskip
9674 \end_inset
9675
9676 Pour créer des trémas (umlauts en allemand)
9677 \begin_inset Index
9678 status collapsed
9679
9680 \begin_layout Plain Layout
9681 Umlauts | see
9682 \begin_inset ERT
9683 status collapsed
9684
9685 \begin_layout Plain Layout
9686
9687 {
9688 \end_layout
9689
9690 \end_inset
9691
9692 Trémas
9693 \begin_inset ERT
9694 status collapsed
9695
9696 \begin_layout Plain Layout
9697
9698 }
9699 \end_layout
9700
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \end_inset
9707
9708
9709 \begin_inset Index
9710 status collapsed
9711
9712 \begin_layout Plain Layout
9713 Trémas
9714 \end_layout
9715
9716 \end_inset
9717
9718  dans des formules, on insère des guillemets devant une voyelle.
9719  Ces deux caractères sont alors traités comme 
9720 \emph on
9721 un seul 
9722 \emph default
9723 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9724  étant en allemand.
9725  Avec cette méthode, contrairement à 
9726 \series bold
9727
9728 \backslash
9729 ddot
9730 \series default
9731 , on crée de 
9732 \begin_inset Quotes eld
9733 \end_inset
9734
9735 vrais
9736 \begin_inset Quotes erd
9737 \end_inset
9738
9739  umlauts, comme le montre l'exemple suivant:
9740 \end_layout
9741
9742 \begin_layout Standard
9743 \begin_inset VSpace -2mm
9744 \end_inset
9745
9746
9747 \end_layout
9748
9749 \begin_layout Standard
9750 \align center
9751 \begin_inset Tabular
9752 <lyxtabular version="3" rows="3" columns="2">
9753 <features>
9754 <column alignment="center" valignment="top" width="0">
9755 <column alignment="center" valignment="top" width="0">
9756 <row>
9757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 Commande
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770 Résultat
9771 \begin_inset Note Note
9772 status collapsed
9773
9774 \begin_layout Plain Layout
9775
9776 \series bold
9777
9778 \backslash
9779 raisebox est seulement utilisée pour faire de la place
9780 \end_layout
9781
9782 \end_inset
9783
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Quotes grd
9796 \end_inset
9797
9798 i
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \lang german
9809 \begin_inset Formula $"i$
9810 \end_inset
9811
9812
9813 \lang french
9814
9815 \begin_inset Note Note
9816 status collapsed
9817
9818 \begin_layout Plain Layout
9819 il faut que cette formule soit en allemand (NdT)
9820 \end_layout
9821
9822 \end_inset
9823
9824
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row>
9831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \backslash
9837 ddot
9838 \begin_inset ERT
9839 status collapsed
9840
9841 \begin_layout Plain Layout
9842
9843
9844 \backslash
9845 spce 
9846 \end_layout
9847
9848 \end_inset
9849
9850 i
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 </row>
9868 </lyxtabular>
9869
9870 \end_inset
9871
9872
9873 \end_layout
9874
9875 \begin_layout Standard
9876 Un autre avantage par rapport à 
9877 \series bold
9878
9879 \backslash
9880 ddot
9881 \series default
9882  est que les trémas peuvent être convertis directement en texte mathématique,
9883  parce que les accents vus plus haut 
9884 \emph on
9885 ne sont pas autorisés 
9886 \emph default
9887 en texte mathématique.
9888  Quand on convertit un caractère accentué en texte mathématique, seul le
9889  caractère qui est sous l'accent est converti.
9890  Ceci s'applique aussi à toutes les autres conversions comme par exemple
9891  l'italique ou le gras.
9892 \end_layout
9893
9894 \begin_layout Standard
9895 En texte mathématique, les trémas et autres caractères accentués peuvent
9896  être insérés directement.
9897 \end_layout
9898
9899 \begin_layout Subsection
9900 Accents pour les opérateurs
9901 \begin_inset Index
9902 status collapsed
9903
9904 \begin_layout Plain Layout
9905 Accents ! pour les opérateurs
9906 \end_layout
9907
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \begin_layout Standard
9914 Avec les commandes 
9915 \series bold
9916
9917 \backslash
9918 overset
9919 \series default
9920
9921 \begin_inset Index
9922 status collapsed
9923
9924 \begin_layout Plain Layout
9925 Commandes ! O ! 
9926 \backslash
9927 overset
9928 \end_layout
9929
9930 \end_inset
9931
9932  et 
9933 \series bold
9934
9935 \backslash
9936 underset
9937 \series default
9938
9939 \begin_inset Index
9940 status collapsed
9941
9942 \begin_layout Plain Layout
9943 Commandes ! U ! 
9944 \backslash
9945 underset
9946 \end_layout
9947
9948 \end_inset
9949
9950  on peut placer des caractères respectivement au dessus ou en dessous d'un
9951  opérateur, pour l'accentuer.
9952  Avec la commande 
9953 \series bold
9954
9955 \backslash
9956 sideset
9957 \series default
9958
9959 \begin_inset Index
9960 status collapsed
9961
9962 \begin_layout Plain Layout
9963 Commandes ! S ! 
9964 \backslash
9965 sideset
9966 \end_layout
9967
9968 \end_inset
9969
9970 , on peut placer des caractères avant ou après un opérateur.
9971  La syntaxe de la commande est:
9972 \series bold
9973
9974 \begin_inset Newline newline
9975 \end_inset
9976
9977
9978 \backslash
9979 sideset{caractère avant}{caractère après}
9980 \end_layout
9981
9982 \begin_layout Standard
9983
9984 \series bold
9985
9986 \backslash
9987 sideset
9988 \series default
9989  doit toujours se trouver avant l'opérateur qui est accentué.
9990   Vous pouvez utiliser pour l'accentuation plusieurs caractères et même
9991  d'autres opérateurs ou des symboles.
9992  Pour placer avec 
9993 \series bold
9994
9995 \backslash
9996 sideset,
9997 \series default
9998  par exemple seulement des caractères derrière un opérateur, ne mettez rien
9999  entre les deux premières accolades, mais ne les omettez pas.
10000 \end_layout
10001
10002 \begin_layout Standard
10003 Par exemple la commande 
10004 \series bold
10005
10006 \backslash
10007 sideset{
10008 \begin_inset Formula $\to$
10009 \end_inset
10010
10011
10012 \backslash
10013 {
10014 \series default
10015 '
10016 \series bold
10017
10018 \begin_inset Formula $\to$
10019 \end_inset
10020
10021
10022 \backslash
10023 sum_k=1
10024 \begin_inset ERT
10025 status collapsed
10026
10027 \begin_layout Plain Layout
10028
10029
10030 \backslash
10031 spce 
10032 \end_layout
10033
10034 \end_inset
10035
10036
10037 \series default
10038 ^
10039 \series bold
10040 n
10041 \series default
10042  donne:
10043 \begin_inset Formula \[
10044 \sideset{}{'}\sum_{k=1}^{n}\]
10045
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \begin_layout Standard
10052 La commande 
10053 \series bold
10054
10055 \backslash
10056 overset
10057 \begin_inset ERT
10058 status collapsed
10059
10060 \begin_layout Plain Layout
10061
10062
10063 \backslash
10064 spce 
10065 \end_layout
10066
10067 \end_inset
10068
10069
10070 \backslash
10071 maltese
10072 \begin_inset ERT
10073 status collapsed
10074
10075 \begin_layout Plain Layout
10076
10077
10078 \backslash
10079 spce 
10080 \end_layout
10081
10082 \end_inset
10083
10084
10085 \series default
10086
10087 \begin_inset Formula $\uparrow$
10088 \end_inset
10089
10090
10091 \series bold
10092 a
10093 \series default
10094  donne:
10095 \begin_inset Formula \[
10096 \overset{a}{\maltese}\]
10097
10098 \end_inset
10099
10100 Comme on peut le voir dans le dernier exemple, avec 
10101 \series bold
10102
10103 \backslash
10104 overset
10105 \series default
10106  et 
10107 \series bold
10108
10109 \backslash
10110 underset
10111 \series default
10112  on peut aussi accentuer des symboles et des caractères; avec 
10113 \series bold
10114
10115 \backslash
10116 sideset
10117 \series default
10118  ce n'est pas possible.
10119 \end_layout
10120
10121 \begin_layout Subsection
10122 Accents pour plusieurs caractères
10123 \begin_inset CommandInset label
10124 LatexCommand label
10125 name "sub:Accents-pour-plusieurs"
10126
10127 \end_inset
10128
10129
10130 \begin_inset Index
10131 status collapsed
10132
10133 \begin_layout Plain Layout
10134 Accents ! pour plusieurs caractères
10135 \end_layout
10136
10137 \end_inset
10138
10139
10140 \end_layout
10141
10142 \begin_layout Standard
10143 \begin_inset space \hfill{}
10144 \end_inset
10145
10146
10147 \begin_inset Tabular
10148 <lyxtabular version="3" rows="5" columns="2">
10149 <features>
10150 <column alignment="center" valignment="top" width="0pt">
10151 <column alignment="center" valignment="top" width="0pt">
10152 <row>
10153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 Commande
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 Résultat
10167 \begin_inset Note Note
10168 status collapsed
10169
10170 \begin_layout Plain Layout
10171
10172 \series bold
10173
10174 \backslash
10175 raisebox est seulement utilisée pour faire de la place
10176 \end_layout
10177
10178 \end_inset
10179
10180
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \backslash
10193 overleftarrow
10194 \begin_inset ERT
10195 status collapsed
10196
10197 \begin_layout Plain Layout
10198
10199
10200 \backslash
10201 spce 
10202 \end_layout
10203
10204 \end_inset
10205
10206 A=B
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10216 \end_inset
10217
10218
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \backslash
10231 underleftarrow
10232 \begin_inset ERT
10233 status collapsed
10234
10235 \begin_layout Plain Layout
10236
10237
10238 \backslash
10239 spce 
10240 \end_layout
10241
10242 \end_inset
10243
10244 A=B
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10254 \end_inset
10255
10256
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \backslash
10269 overleftrightarrow
10270 \begin_inset ERT
10271 status collapsed
10272
10273 \begin_layout Plain Layout
10274
10275
10276 \backslash
10277 spce 
10278 \end_layout
10279
10280 \end_inset
10281
10282 A=B
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10292 \end_inset
10293
10294
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \backslash
10307 underleftrightarrow
10308 \begin_inset ERT
10309 status collapsed
10310
10311 \begin_layout Plain Layout
10312
10313
10314 \backslash
10315 spce 
10316 \end_layout
10317
10318 \end_inset
10319
10320 A=B
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10330 \end_inset
10331
10332
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 </lyxtabular>
10339
10340 \end_inset
10341
10342
10343 \begin_inset space \hfill{}
10344 \end_inset
10345
10346
10347 \begin_inset Tabular
10348 <lyxtabular version="3" rows="5" columns="2">
10349 <features>
10350 <column alignment="center" valignment="top" width="0pt">
10351 <column alignment="center" valignment="top" width="0pt">
10352 <row>
10353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Commande
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 Résultat
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \backslash
10379 overrightarrow
10380 \begin_inset ERT
10381 status collapsed
10382
10383 \begin_layout Plain Layout
10384
10385
10386 \backslash
10387 spce 
10388 \end_layout
10389
10390 \end_inset
10391
10392 A=B
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10402 \end_inset
10403
10404
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \backslash
10417 underrightarrow
10418 \begin_inset ERT
10419 status collapsed
10420
10421 \begin_layout Plain Layout
10422
10423
10424 \backslash
10425 spce 
10426 \end_layout
10427
10428 \end_inset
10429
10430 A=B
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10440 \end_inset
10441
10442
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \backslash
10455 widetilde
10456 \begin_inset ERT
10457 status collapsed
10458
10459 \begin_layout Plain Layout
10460
10461
10462 \backslash
10463 spce 
10464 \end_layout
10465
10466 \end_inset
10467
10468 A=B
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10478 \end_inset
10479
10480
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \backslash
10493 widehat
10494 \begin_inset ERT
10495 status collapsed
10496
10497 \begin_layout Plain Layout
10498
10499
10500 \backslash
10501 spce 
10502 \end_layout
10503
10504 \end_inset
10505
10506 A=B
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10516 \end_inset
10517
10518
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 </lyxtabular>
10525
10526 \end_inset
10527
10528
10529 \begin_inset space \hfill{}
10530 \end_inset
10531
10532
10533 \end_layout
10534
10535 \begin_layout Standard
10536 \begin_inset VSpace medskip
10537 \end_inset
10538
10539 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10540  voulez.
10541  Mais les accents 
10542 \series bold
10543
10544 \backslash
10545 widetilde
10546 \series default
10547  et 
10548 \series bold
10549
10550 \backslash
10551 widehat 
10552 \series default
10553 apparaîtront dans la sortie finale avec une longueur de seulement trois
10554  caractères, comme on le voit dans l'exemple suivant:
10555 \begin_inset Formula \[
10556 \widetilde{A+B=C-D}\]
10557
10558 \end_inset
10559
10560
10561 \end_layout
10562
10563 \begin_layout Standard
10564 Avec les commandes 
10565 \series bold
10566
10567 \backslash
10568 overset
10569 \series default
10570
10571 \begin_inset Index
10572 status collapsed
10573
10574 \begin_layout Plain Layout
10575 Commandes ! O ! 
10576 \backslash
10577 overset
10578 \end_layout
10579
10580 \end_inset
10581
10582  et 
10583 \series bold
10584
10585 \backslash
10586 underset
10587 \series default
10588
10589 \begin_inset Index
10590 status collapsed
10591
10592 \begin_layout Plain Layout
10593 Commandes ! U ! 
10594 \backslash
10595 underset
10596 \end_layout
10597
10598 \end_inset
10599
10600  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10601  plusieurs caractères.
10602
10603 \series bold
10604  
10605 \series default
10606 La commande
10607 \series bold
10608  
10609 \backslash
10610 underset
10611 \begin_inset ERT
10612 status collapsed
10613
10614 \begin_layout Plain Layout
10615
10616
10617 \backslash
10618 spce 
10619 \end_layout
10620
10621 \end_inset
10622
10623 A=B
10624 \begin_inset Formula $\downarrow$
10625 \end_inset
10626
10627 ***
10628 \series default
10629  donne:
10630 \begin_inset Formula \[
10631 \underset{***}{A=B}\]
10632
10633 \end_inset
10634
10635
10636 \end_layout
10637
10638 \begin_layout Section
10639 Espace
10640 \begin_inset CommandInset label
10641 LatexCommand label
10642 name "sub:Espace"
10643
10644 \end_inset
10645
10646
10647 \begin_inset Index
10648 status collapsed
10649
10650 \begin_layout Plain Layout
10651 Espace ! horizontal
10652 \end_layout
10653
10654 \end_inset
10655
10656
10657 \end_layout
10658
10659 \begin_layout Subsection
10660 Espace prédéfini
10661 \begin_inset CommandInset label
10662 LatexCommand label
10663 name "sub:Espace-prédéfini"
10664
10665 \end_inset
10666
10667
10668 \begin_inset Index
10669 status collapsed
10670
10671 \begin_layout Plain Layout
10672 Espace ! horizontal ! prédéfini
10673 \end_layout
10674
10675 \end_inset
10676
10677
10678 \end_layout
10679
10680 \begin_layout Standard
10681 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10682  On le fait en utilisant une espace insécable (raccourci 
10683 \family sans
10684 Ctrl-Espace
10685 \family default
10686 ).
10687  Un 
10688 \begin_inset Quotes eld
10689 \end_inset
10690
10691
10692 \series bold
10693 \color blue
10694
10695 \begin_inset ERT
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699
10700
10701 \backslash
10702 spce 
10703 \end_layout
10704
10705 \end_inset
10706
10707
10708 \series default
10709 \color inherit
10710
10711 \begin_inset Quotes erd
10712 \end_inset
10713
10714  apparaît et en appuyant plusieurs fois sur 
10715 \family sans
10716 Espace
10717 \family default
10718  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10719  On peut aussi insérer ces espaces en utilisant le bouton 
10720 \begin_inset Graphics
10721         filename ../../images/math/space.png
10722         scale 85
10723
10724 \end_inset
10725
10726  de la barre d'outils mathématique.
10727  Indépendemment de la commande insérée, on peut toujours changer de taille
10728  après en appuyant sur 
10729 \family sans
10730 Espace
10731 \family default
10732 .
10733  
10734 \end_layout
10735
10736 \begin_layout Standard
10737 \noindent
10738 \align center
10739 \begin_inset VSpace -5mm
10740 \end_inset
10741
10742
10743 \begin_inset Tabular
10744 <lyxtabular version="3" rows="3" columns="7">
10745 <features>
10746 <column alignment="center" valignment="middle" width="6.8cm">
10747 <column alignment="center" valignment="top" width="0">
10748 <column alignment="center" valignment="top" width="0">
10749 <column alignment="center" valignment="top" width="0">
10750 <column alignment="center" valignment="top" width="0">
10751 <column alignment="center" valignment="top" width="0">
10752 <column alignment="center" valignment="top" width="0">
10753 <row>
10754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 Commande
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \backslash
10769 ,
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778
10779 \backslash
10780 :
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \backslash
10791 ;
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \backslash
10802 quad
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \backslash
10813 qquad
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \backslash
10824 !
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row>
10831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 Nombre de fois où on a appuyé sur la barre d'
10836 \family sans
10837 Espace 
10838 \family default
10839 après avoir inséré l'espace insécable
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 0
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 1
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 2
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 3
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 4
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 5
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 </row>
10899 <row>
10900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 Résultat
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 \begin_inset Formula $A\, B$
10914 \end_inset
10915
10916
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 \begin_inset Formula $A\: B$
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 \begin_inset Formula $A\; B$
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 \begin_inset Formula $A\quad B$
10950 \end_inset
10951
10952
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 \begin_inset Formula $A\qquad B$
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" 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 </lyxtabular>
10983
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \begin_layout Standard
10990 La dernière taille n'a pas l'air de produire une espace.
10991  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
10992  parce que c'est une espace négative.
10993  Il y a deux autres espaces négatives:
10994 \end_layout
10995
10996 \begin_layout Standard
10997 \align center
10998 \begin_inset Tabular
10999 <lyxtabular version="3" rows="3" columns="3">
11000 <features>
11001 <column alignment="center" valignment="middle" width="6.8cm">
11002 <column alignment="center" valignment="top" width="0pt">
11003 <column alignment="center" valignment="top" width="0pt">
11004 <row>
11005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 Commande
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018
11019 \backslash
11020 negmedspace
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029
11030 \backslash
11031 negthickspace
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 </row>
11037 <row>
11038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 Nombre de fois où on a appuyé sur la barre d'
11043 \family sans
11044 Espace 
11045 \family default
11046 après avoir inséré l'espace insécable
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 6
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 7
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 <row>
11071 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 Résultat
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 \begin_inset Formula $A\negmedspace B$
11085 \end_inset
11086
11087
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 \begin_inset Formula $A\negthickspace B$
11097 \end_inset
11098
11099
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 </row>
11105 </lyxtabular>
11106
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \begin_layout Standard
11113 Les espaces négatives peuvent faire que les caractères se chevauchent.
11114  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
11115  les opérateurs de somme:
11116 \end_layout
11117
11118 \begin_layout Standard
11119 \align center
11120 \begin_inset Tabular
11121 <lyxtabular version="3" rows="3" columns="2">
11122 <features>
11123 <column alignment="center" valignment="top" width="0">
11124 <column alignment="center" valignment="top" width="0">
11125 <row>
11126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 Commande
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 Résultat
11140 \begin_inset Note Note
11141 status open
11142
11143 \begin_layout Plain Layout
11144
11145 \series bold
11146
11147 \backslash
11148 raisebox est seulement utilisée pour faire de la place
11149 \end_layout
11150
11151 \end_inset
11152
11153
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 </row>
11159 <row>
11160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164
11165 \backslash
11166 sum
11167 \backslash
11168 sum
11169 \begin_inset ERT
11170 status collapsed
11171
11172 \begin_layout Plain Layout
11173
11174
11175 \backslash
11176 spce 
11177 \end_layout
11178
11179 \end_inset
11180
11181 f_kl
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11191 \end_inset
11192
11193
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 </row>
11199 <row>
11200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204
11205 \backslash
11206 sum
11207 \backslash
11208 negmedspace
11209 \backslash
11210 sum
11211 \begin_inset ERT
11212 status collapsed
11213
11214 \begin_layout Plain Layout
11215
11216
11217 \backslash
11218 spce 
11219 \end_layout
11220
11221 \end_inset
11222
11223 f_kl
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11233 \end_inset
11234
11235
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 </lyxtabular>
11242
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \begin_layout Standard
11249 Les opérateur de relations comme par exemple le signe égal, sont toujours
11250  entourés par des espaces.
11251  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
11252  L'exemple suivant donne une illustration:
11253 \end_layout
11254
11255 \begin_layout Standard
11256 \align center
11257 \begin_inset Tabular
11258 <lyxtabular version="3" rows="2" columns="2">
11259 <features>
11260 <column alignment="center" valignment="top" width="0pt">
11261 <column alignment="center" valignment="top" width="0pt">
11262 <row>
11263 <cell alignment="center" valignment="top" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 équation normale
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 \begin_inset Formula $A=B$
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 \begin_inset Note Note
11291 status collapsed
11292
11293 \begin_layout Plain Layout
11294
11295 \series bold
11296 \lang english
11297
11298 \backslash
11299 raisebox
11300 \end_layout
11301
11302 \end_inset
11303
11304
11305 \begin_inset Formula $\raisebox{5mm}{}$
11306 \end_inset
11307
11308 équation sans espace
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 \begin_inset Formula $A{=}B$
11318 \end_inset
11319
11320
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 </lyxtabular>
11327
11328 \end_inset
11329
11330
11331 \end_layout
11332
11333 \begin_layout Standard
11334 \noindent
11335 La commande utilisée pour la dernière formule est: 
11336 \series bold
11337 A
11338 \backslash
11339 {=
11340 \begin_inset Formula $\to$
11341 \end_inset
11342
11343 B
11344 \end_layout
11345
11346 \begin_layout Standard
11347 \begin_inset VSpace bigskip
11348 \end_inset
11349
11350 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
11351  insérée entre la valeur et l'unité est une espace fine et pas une espace
11352  normale.
11353  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
11354 \family sans
11355 Insérer\SpecialChar \menuseparator
11356 Typographie
11357 \begin_inset space ~
11358 \end_inset
11359
11360 spéciale\SpecialChar \menuseparator
11361 Espace
11362 \begin_inset space ~
11363 \end_inset
11364
11365 fine
11366 \family default
11367  (raccourci 
11368 \family sans
11369 Ctrl-Shift-Espace
11370 \family default
11371 ).
11372 \end_layout
11373
11374 \begin_layout Standard
11375 Un exemple pour voir la différence:
11376 \end_layout
11377
11378 \begin_layout Standard
11379 \begin_inset Tabular
11380 <lyxtabular version="3" rows="2" columns="2">
11381 <features>
11382 <column alignment="left" valignment="top" width="0">
11383 <column alignment="left" valignment="top" width="0">
11384 <row>
11385 <cell alignment="center" valignment="top" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 24 kW
11390 \begin_inset Formula $\cdot$
11391 \end_inset
11392
11393 h
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 espace normale entre l'unité est la valeur
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 </row>
11408 <row>
11409 <cell alignment="center" valignment="top" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 24
11414 \begin_inset space \thinspace{}
11415 \end_inset
11416
11417 kW
11418 \begin_inset Formula $\cdot$
11419 \end_inset
11420
11421 h
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 espace fine entre l'unité et la valeur
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 </lyxtabular>
11437
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \begin_layout Subsection
11444 Espace variable
11445 \begin_inset ERT
11446 status collapsed
11447
11448 \begin_layout Plain Layout
11449
11450
11451 \backslash
11452 texorpdfstring{
11453 \end_layout
11454
11455 \end_inset
11456
11457
11458 \begin_inset Foot
11459 status collapsed
11460
11461 \begin_layout Plain Layout
11462 pour les espacements verticaux dans les formules, voir 
11463 \begin_inset CommandInset ref
11464 LatexCommand ref
11465 reference "sub:Séparation-des-lignes"
11466
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \end_inset
11473
11474
11475 \begin_inset ERT
11476 status collapsed
11477
11478 \begin_layout Plain Layout
11479
11480 }{}
11481 \end_layout
11482
11483 \end_inset
11484
11485
11486 \begin_inset Note Note
11487 status collapsed
11488
11489 \begin_layout Plain Layout
11490
11491 \backslash
11492 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
11493  dans les signets PDF.
11494 \end_layout
11495
11496 \begin_layout Plain Layout
11497 Plus au sujet de 
11498 \backslash
11499 texorpdfstring dans la section 
11500 \begin_inset CommandInset ref
11501 LatexCommand ref
11502 reference "sub:formules-dans-les-entêtes"
11503
11504 \end_inset
11505
11506 .
11507 \end_layout
11508
11509 \end_inset
11510
11511
11512 \begin_inset CommandInset label
11513 LatexCommand label
11514 name "sub:Espace-variable"
11515
11516 \end_inset
11517
11518
11519 \begin_inset Index
11520 status collapsed
11521
11522 \begin_layout Plain Layout
11523 Espace ! horizontal ! variable
11524 \end_layout
11525
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \begin_layout Standard
11532 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11533 \begin_inset Newline newline
11534 \end_inset
11535
11536
11537 \series bold
11538
11539 \backslash
11540 hspace{length}
11541 \series default
11542
11543 \begin_inset Index
11544 status collapsed
11545
11546 \begin_layout Plain Layout
11547 Commandes ! H ! 
11548 \backslash
11549 hspace
11550 \end_layout
11551
11552 \end_inset
11553
11554 .
11555  Pour la valeur de la longueur toutes les unités qui sont listées dans 
11556 \begin_inset CommandInset ref
11557 LatexCommand ref
11558 reference "tab:Unités-utilisées"
11559
11560 \end_inset
11561
11562  sont utilisables à l'exception de l'unité 
11563 \begin_inset Quotes eld
11564 \end_inset
11565
11566 mu
11567 \begin_inset Quotes erd
11568 \end_inset
11569
11570 .
11571  La longueur peut aussi être négative.
11572  Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11573  disponible, on utilise la commande 
11574 \series bold
11575
11576 \backslash
11577 hfill
11578 \series default
11579
11580 \begin_inset Index
11581 status collapsed
11582
11583 \begin_layout Plain Layout
11584 Commandes ! H ! 
11585 \backslash
11586 hfill
11587 \end_layout
11588
11589 \end_inset
11590
11591 .
11592 \end_layout
11593
11594 \begin_layout Standard
11595 \begin_inset VSpace -1mm
11596 \end_inset
11597
11598
11599 \end_layout
11600
11601 \begin_layout Standard
11602 \align center
11603 \begin_inset Tabular
11604 <lyxtabular version="3" rows="4" columns="2">
11605 <features>
11606 <column alignment="center" valignment="top" width="0">
11607 <column alignment="center" valignment="top" width="0">
11608 <row>
11609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 Commande
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 Résultat
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 </row>
11628 <row>
11629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 A=B
11634 \backslash
11635 hspace{3cm
11636 \begin_inset Formula $\to$
11637 \end_inset
11638
11639 A
11640 \backslash
11641 not=C
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11651 \end_inset
11652
11653
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 </row>
11659 <row>
11660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 A
11665 \backslash
11666 hspace{-1mm
11667 \begin_inset Formula $\to$
11668 \end_inset
11669
11670 A
11671 \backslash
11672 not=A
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 <row>
11691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 A=A
11696 \backslash
11697 hfill
11698 \begin_inset ERT
11699 status collapsed
11700
11701 \begin_layout Plain Layout
11702
11703
11704 \backslash
11705 spce 
11706 \end_layout
11707
11708 \end_inset
11709
11710 B=B
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 \begin_inset Formula $A=A\hfill B=B$
11720 \end_inset
11721
11722
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 </row>
11728 </lyxtabular>
11729
11730 \end_inset
11731
11732
11733 \end_layout
11734
11735 \begin_layout Standard
11736 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
11737  de colonne le plus long du tableau.
11738  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
11739  laquelle 
11740 \series bold
11741
11742 \backslash
11743 hfill
11744 \series default
11745  est inséré.
11746  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
11747  espace ne sera ajouté.
11748  
11749 \series bold
11750
11751 \backslash
11752 hfill
11753 \series default
11754  a un effet sur les formules hors ligne uniquement si on utilise le style
11755  de formule 
11756 \series bold
11757 Indenté
11758 \series default
11759
11760 \begin_inset Foot
11761 status collapsed
11762
11763 \begin_layout Plain Layout
11764 Les styles de formules sont expliqués dans 
11765 \begin_inset CommandInset ref
11766 LatexCommand ref
11767 reference "sec:Styles-de-formules"
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \end_inset
11775
11776 .
11777 \end_layout
11778
11779 \begin_layout Standard
11780 Pour le texte, on peut insérer une espace de longueur variable avec le menu
11781  
11782 \family sans
11783 Insérer\SpecialChar \menuseparator
11784 Typographie
11785 \begin_inset space ~
11786 \end_inset
11787
11788 spéciale\SpecialChar \menuseparator
11789 Espacement horizontal, 
11790 \family default
11791 ce qui n'est pas possible avec les formules:
11792 \end_layout
11793
11794 \begin_layout Standard
11795 Ceci est une ligne avec un espace de
11796 \begin_inset space \hspace{}
11797 \length 2cm
11798 \end_inset
11799
11800 2
11801 \begin_inset space \thinspace{}
11802 \end_inset
11803
11804 cm.
11805 \end_layout
11806
11807 \begin_layout Standard
11808 Ceci est une ligne avec un
11809 \begin_inset space \hfill{}
11810 \end_inset
11811
11812 espace maximum.
11813 \end_layout
11814
11815 \begin_layout Subsection
11816 Espace après les formules en ligne
11817 \begin_inset Index
11818 status collapsed
11819
11820 \begin_layout Plain Layout
11821 Espace ! après les formules en ligne
11822 \end_layout
11823
11824 \end_inset
11825
11826
11827 \end_layout
11828
11829 \begin_layout Standard
11830 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
11831  
11832 \series bold
11833
11834 \backslash
11835 mathsurround
11836 \begin_inset Index
11837 status collapsed
11838
11839 \begin_layout Plain Layout
11840 Commandes ! M ! 
11841 \backslash
11842 mathsurround
11843 \end_layout
11844
11845 \end_inset
11846
11847
11848 \series default
11849 .
11850  La valeur d'une longueur est modifiée avec la commande 
11851 \series bold
11852
11853 \backslash
11854 setlength
11855 \begin_inset Index
11856 status collapsed
11857
11858 \begin_layout Plain Layout
11859 Commandes ! S ! 
11860 \backslash
11861 setlength
11862 \end_layout
11863
11864 \end_inset
11865
11866
11867 \series default
11868  qui a la syntaxe suivante:
11869 \end_layout
11870
11871 \begin_layout Standard
11872
11873 \series bold
11874
11875 \backslash
11876 setlength{nom de la longueur}{valeur}
11877 \end_layout
11878
11879 \begin_layout Standard
11880 Pour mettre 
11881 \series bold
11882
11883 \backslash
11884 mathsurround
11885 \series default
11886  à une valeur de 5
11887 \begin_inset space \thinspace{}
11888 \end_inset
11889
11890 mm, on insère la commande
11891 \end_layout
11892
11893 \begin_layout Standard
11894
11895 \series bold
11896
11897 \backslash
11898 setlength{
11899 \backslash
11900 mathsurround}{5mm}
11901 \end_layout
11902
11903 \begin_layout Standard
11904 en mode TeX.
11905  Une espace de 5
11906 \begin_inset space \thinspace{}
11907 \end_inset
11908
11909 mm va maintenant être placée autour de toutes les formules en ligne:
11910 \begin_inset ERT
11911 status collapsed
11912
11913 \begin_layout Plain Layout
11914
11915
11916 \backslash
11917 setlength{
11918 \backslash
11919 mathsurround}{5mm}
11920 \end_layout
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Standard
11928 Voici une formule en ligne 
11929 \begin_inset Formula $A=B$
11930 \end_inset
11931
11932  avec une espace de 5
11933 \begin_inset space \thinspace{}
11934 \end_inset
11935
11936 mm autour.
11937 \begin_inset ERT
11938 status collapsed
11939
11940 \begin_layout Plain Layout
11941
11942
11943 \backslash
11944 setlength{
11945 \backslash
11946 mathsurround}{0pt}
11947 \end_layout
11948
11949 \end_inset
11950
11951
11952 \end_layout
11953
11954 \begin_layout Standard
11955 Pour revenir à la valeur prédéfinie, on met 
11956 \series bold
11957
11958 \backslash
11959 mathsurround
11960 \series default
11961  à 0
11962 \begin_inset space \thinspace{}
11963 \end_inset
11964
11965 pt.
11966 \end_layout
11967
11968 \begin_layout Section
11969 Boîtes et cadres
11970 \begin_inset Index
11971 status collapsed
11972
11973 \begin_layout Plain Layout
11974 Boîtes
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \begin_inset Index
11981 status collapsed
11982
11983 \begin_layout Plain Layout
11984 Cadres | see 
11985 \begin_inset ERT
11986 status collapsed
11987
11988 \begin_layout Plain Layout
11989
11990 {
11991 \end_layout
11992
11993 \end_inset
11994
11995 Boîtes
11996 \begin_inset ERT
11997 status collapsed
11998
11999 \begin_layout Plain Layout
12000
12001 }
12002 \end_layout
12003
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \begin_layout Standard
12015 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
12016 \emph on
12017 Boîtes 
12018 \emph default
12019 du manuel 
12020 \emph on
12021 Objets insérés.
12022  
12023 \end_layout
12024
12025 \begin_layout Subsection
12026 Boîtes avec cadre
12027 \begin_inset CommandInset label
12028 LatexCommand label
12029 name "sub:Boîtes-avec-cadre"
12030
12031 \end_inset
12032
12033
12034 \begin_inset Index
12035 status collapsed
12036
12037 \begin_layout Plain Layout
12038 Boîtes ! avec cadre
12039 \end_layout
12040
12041 \end_inset
12042
12043
12044 \end_layout
12045
12046 \begin_layout Standard
12047 Il es possible d'encadrer des formules ou des portions de formules avec
12048  la commande 
12049 \series bold
12050
12051 \backslash
12052 fbox
12053 \series default
12054
12055 \begin_inset Index
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059 Commandes ! F ! 
12060 \backslash
12061 fbox
12062 \end_layout
12063
12064 \end_inset
12065
12066  et 
12067 \series bold
12068
12069 \backslash
12070 boxed
12071 \series default
12072
12073 \begin_inset Index
12074 status collapsed
12075
12076 \begin_layout Plain Layout
12077 Commandes ! B ! 
12078 \backslash
12079 boxed
12080 \end_layout
12081
12082 \end_inset
12083
12084 .
12085 \end_layout
12086
12087 \begin_layout Standard
12088 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
12089  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
12090  Pour 
12091 \series bold
12092
12093 \backslash
12094 fbox
12095 \series default
12096  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
12097  avec 
12098 \family sans
12099 Ctrl-m
12100 \family default
12101  
12102 \begin_inset Foot
12103 status collapsed
12104
12105 \begin_layout Plain Layout
12106 À cause d'un bug de LyX, il est impossible de créer une nouvelle formule
12107  avec 
12108 \family sans
12109 Ctrl-m
12110 \family default
12111 , voir 
12112 \begin_inset CommandInset href
12113 LatexCommand href
12114 name "LyX-bug #1435"
12115 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12116
12117 \end_inset
12118
12119 .
12120 \end_layout
12121
12122 \end_inset
12123
12124 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
12125  Quand on utilise 
12126 \series bold
12127
12128 \backslash
12129 boxed
12130 \series default
12131 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
12132 \end_layout
12133
12134 \begin_layout Standard
12135 La commande 
12136 \series bold
12137
12138 \backslash
12139 fbox
12140 \series default
12141  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
12142  formule serait alors toujours mise à la taille du texte.
12143  
12144 \series bold
12145
12146 \backslash
12147 boxed
12148 \series default
12149 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
12150  la formule serait alors toujours mise à la taille des formules hors ligne.
12151 \end_layout
12152
12153 \begin_layout Standard
12154 Comme extension à 
12155 \series bold
12156
12157 \backslash
12158 fbox
12159 \series default
12160  il y a la commande 
12161 \series bold
12162
12163 \backslash
12164 framebox
12165 \series default
12166
12167 \begin_inset Index
12168 status collapsed
12169
12170 \begin_layout Plain Layout
12171 Commandes ! F ! 
12172 \backslash
12173 framebox
12174 \end_layout
12175
12176 \end_inset
12177
12178  où on peut en plus spécifier la largeur du cadre et l'alignement.
12179  La syntaxe de la commande 
12180 \series bold
12181
12182 \backslash
12183 framebox
12184 \series default
12185  est la suivante:
12186 \end_layout
12187
12188 \begin_layout Standard
12189
12190 \series bold
12191
12192 \backslash
12193 framebox[Largeur du cadre][position]{contenu de la boîte}
12194 \end_layout
12195
12196 \begin_layout Standard
12197 La position peut être soit 
12198 \emph on
12199 l
12200 \emph default
12201  soit 
12202 \emph on
12203 r
12204 \emph default
12205 .
12206  
12207 \emph on
12208 l
12209 \emph default
12210  aligne la formule à gauche dans la boîte, 
12211 \emph on
12212 r
12213 \emph default
12214  à droite.
12215  Quand on ne précise pas la position, la formule est centrée.
12216 \begin_inset Newline newline
12217 \end_inset
12218
12219 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
12220  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
12221  c'est le cas avec 
12222 \series bold
12223
12224 \backslash
12225 fbox
12226 \series default
12227 .
12228 \end_layout
12229
12230 \begin_layout Standard
12231 Quand on insère la commande 
12232 \series bold
12233
12234 \backslash
12235 framebox
12236 \series default
12237 , une boîte apparaît contenant trois boîtes bleues.
12238  Les deux premières sont entourées de crochets pour signales des arguments
12239  optionnels.
12240  La troisième boîte est là pour contenir les portions de formules, comme
12241  pour 
12242 \series bold
12243
12244 \backslash
12245 fbox
12246 \series default
12247 .
12248 \end_layout
12249
12250 \begin_layout Standard
12251 \align center
12252 \begin_inset Note Note
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256 Le tableau a été placé dans une minipage pour que la note de bas de page
12257  apparaisse.
12258  Sinon le texte de la note n'aurait pas été affiché.
12259 \end_layout
12260
12261 \end_inset
12262
12263
12264 \begin_inset Box Frameless
12265 position "c"
12266 hor_pos "c"
12267 has_inner_box 1
12268 inner_pos "c"
12269 use_parbox 0
12270 width "100col%"
12271 special "none"
12272 height "1in"
12273 height_special "totalheight"
12274 status open
12275
12276 \begin_layout Plain Layout
12277 \align center
12278 \begin_inset Tabular
12279 <lyxtabular version="3" rows="5" columns="2">
12280 <features>
12281 <column alignment="center" valignment="top" width="0">
12282 <column alignment="center" valignment="top" width="0">
12283 <row>
12284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Plain Layout
12288 Commande
12289 \begin_inset Foot
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293 À cause d'un bug de LyX, il n'est pas possible de créer une nouvelle formule
12294  avec 
12295 \family sans
12296 Ctrl-m
12297 \family default
12298 , voir 
12299 \begin_inset CommandInset href
12300 LatexCommand href
12301 name "LyX-bug #1435"
12302 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12303
12304 \end_inset
12305
12306 .
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Plain Layout
12320 Résultat
12321 \begin_inset Note Note
12322 status collapsed
12323
12324 \begin_layout Plain Layout
12325
12326 \series bold
12327 \lang english
12328
12329 \backslash
12330 raisebox
12331 \end_layout
12332
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 </row>
12341 <row>
12342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346
12347 \backslash
12348 fbox
12349 \begin_inset ERT
12350 status collapsed
12351
12352 \begin_layout Plain Layout
12353
12354
12355 \backslash
12356 spce 
12357 \end_layout
12358
12359 \end_inset
12360
12361
12362 \family sans
12363 Ctrl-m
12364 \family default
12365  
12366 \backslash
12367 int
12368 \begin_inset ERT
12369 status collapsed
12370
12371 \begin_layout Plain Layout
12372
12373
12374 \backslash
12375 spce 
12376 \end_layout
12377
12378 \end_inset
12379
12380 A=B
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12390
12391 \end_inset
12392
12393
12394 \end_layout
12395
12396 \end_inset
12397 </cell>
12398 </row>
12399 <row>
12400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Plain Layout
12404
12405 \backslash
12406 boxed
12407 \begin_inset ERT
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411
12412
12413 \backslash
12414 spce 
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \backslash
12421 int
12422 \begin_inset ERT
12423 status collapsed
12424
12425 \begin_layout Plain Layout
12426
12427
12428 \backslash
12429 spce 
12430 \end_layout
12431
12432 \end_inset
12433
12434 A=B
12435 \end_layout
12436
12437 \end_inset
12438 </cell>
12439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Plain Layout
12443 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12444 \end_inset
12445
12446
12447 \end_layout
12448
12449 \end_inset
12450 </cell>
12451 </row>
12452 <row>
12453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12454 \begin_inset Text
12455
12456 \begin_layout Plain Layout
12457 A+
12458 \backslash
12459 fbox
12460 \begin_inset ERT
12461 status collapsed
12462
12463 \begin_layout Plain Layout
12464
12465
12466 \backslash
12467 spce 
12468 \end_layout
12469
12470 \end_inset
12471
12472 B
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 </row>
12490 <row>
12491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12492 \begin_inset Text
12493
12494 \begin_layout Plain Layout
12495
12496 \backslash
12497 framebox
12498 \begin_inset ERT
12499 status collapsed
12500
12501 \begin_layout Plain Layout
12502
12503
12504 \backslash
12505 spce 
12506 \end_layout
12507
12508 \end_inset
12509
12510 20mm
12511 \begin_inset Formula $\to$
12512 \end_inset
12513
12514
12515 \begin_inset Formula $\to$
12516 \end_inset
12517
12518
12519 \family sans
12520 Ctrl-m
12521 \family default
12522  
12523 \backslash
12524 frac
12525 \begin_inset ERT
12526 status collapsed
12527
12528 \begin_layout Plain Layout
12529
12530
12531 \backslash
12532 spce 
12533 \end_layout
12534
12535 \end_inset
12536
12537 A
12538 \begin_inset Formula $\downarrow$
12539 \end_inset
12540
12541 B
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 \begin_inset Formula $\raisebox{6mm}{}$
12551 \end_inset
12552
12553
12554 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12555 \end_inset
12556
12557
12558 \begin_inset Formula $\raisebox{-4mm}{}$
12559 \end_inset
12560
12561
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 </row>
12567 </lyxtabular>
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \begin_layout Standard
12580 On peut aussi ajuster l'épaisseur du cadre.
12581  Pour cela, il faut insérer les commandes suivantes en mode TeX avant la
12582  formule
12583 \end_layout
12584
12585 \begin_layout Standard
12586
12587 \series bold
12588
12589 \backslash
12590 fboxrule
12591 \series default
12592  
12593 \series bold
12594
12595 \begin_inset Quotes eld
12596 \end_inset
12597
12598 épaisseur
12599 \begin_inset Quotes erd
12600 \end_inset
12601
12602
12603 \series default
12604  
12605 \series bold
12606
12607 \backslash
12608 fboxsep
12609 \series default
12610  
12611 \series bold
12612
12613 \begin_inset Quotes eld
12614 \end_inset
12615
12616 distance
12617 \begin_inset Quotes erd
12618 \end_inset
12619
12620
12621 \end_layout
12622
12623 \begin_layout Standard
12624 \begin_inset Quotes eld
12625 \end_inset
12626
12627 distance
12628 \begin_inset Quotes erd
12629 \end_inset
12630
12631  précise la distance minimale entre le cadre et le premier caractère de
12632  la boîte.
12633  Un exemple pour illustrer ceci avec la formule encadrée suivante:
12634 \begin_inset ERT
12635 status collapsed
12636
12637 \begin_layout Plain Layout
12638
12639
12640 \backslash
12641 fboxrule 2mm 
12642 \backslash
12643 fboxsep 3mm
12644 \end_layout
12645
12646 \end_inset
12647
12648
12649 \begin_inset Formula \[
12650 \boxed{A+B=C}\]
12651
12652 \end_inset
12653
12654 Avant cette formule, on a inséré en mode TeX les commandes
12655 \end_layout
12656
12657 \begin_layout Standard
12658
12659 \series bold
12660
12661 \backslash
12662 fboxrule
12663 \series default
12664  
12665 \series bold
12666 2mm
12667 \series default
12668  
12669 \series bold
12670
12671 \backslash
12672 fboxsep
12673 \series default
12674  
12675 \series bold
12676 3mm
12677 \end_layout
12678
12679 \begin_layout Standard
12680 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12681 \end_layout
12682
12683 \begin_layout Standard
12684 Pour revenir à la taille de cadre standard, on insère la commande
12685 \end_layout
12686
12687 \begin_layout Standard
12688
12689 \series bold
12690
12691 \backslash
12692 fboxrule
12693 \series default
12694  
12695 \series bold
12696 0.4pt
12697 \series default
12698  
12699 \series bold
12700
12701 \backslash
12702 fboxsep
12703 \series default
12704  
12705 \series bold
12706 3pt
12707 \series default
12708
12709 \begin_inset ERT
12710 status collapsed
12711
12712 \begin_layout Plain Layout
12713
12714
12715 \backslash
12716 fboxrule 0.4pt 
12717 \backslash
12718 fboxsep 3pt
12719 \end_layout
12720
12721 \end_inset
12722
12723
12724 \end_layout
12725
12726 \begin_layout Standard
12727 avant la formule suivante.
12728 \end_layout
12729
12730 \begin_layout Subsection
12731 Boîtes sans cadre
12732 \begin_inset CommandInset label
12733 LatexCommand label
12734 name "sub:Boîtes-sans-cadre"
12735
12736 \end_inset
12737
12738
12739 \begin_inset Index
12740 status collapsed
12741
12742 \begin_layout Plain Layout
12743 Boîtes ! sans cadre
12744 \end_layout
12745
12746 \end_inset
12747
12748
12749 \end_layout
12750
12751 \begin_layout Standard
12752 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12753  
12754 \series bold
12755
12756 \backslash
12757 mbox
12758 \series default
12759
12760 \begin_inset Index
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764 Commandes ! M ! 
12765 \backslash
12766 mbox
12767 \end_layout
12768
12769 \end_inset
12770
12771
12772 \series bold
12773
12774 \backslash
12775 makebox
12776 \series default
12777
12778 \begin_inset Index
12779 status collapsed
12780
12781 \begin_layout Plain Layout
12782 Commandes ! M ! 
12783 \backslash
12784 makebox
12785 \end_layout
12786
12787 \end_inset
12788
12789 , et 
12790 \series bold
12791
12792 \backslash
12793 raisebox
12794 \series default
12795
12796 \begin_inset Index
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800 Commandes ! R ! 
12801 \backslash
12802 raisebox
12803 \end_layout
12804
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \begin_layout Standard
12811 Avec 
12812 \series bold
12813
12814 \backslash
12815 raisebox
12816 \series default
12817  une boîte peut être mise en exposant ou en indice.
12818  Mais contrairement aux indices et aux exposants normaux, les caractères
12819  conservent leur taille de police initiale.
12820  
12821 \series bold
12822
12823 \backslash
12824 raisebox
12825 \series default
12826  est utilisée avec la syntaxe suivante:
12827 \end_layout
12828
12829 \begin_layout Standard
12830
12831 \series bold
12832
12833 \backslash
12834 raisebox{hauteur}{contenu de la boîte}
12835 \end_layout
12836
12837 \begin_layout Standard
12838 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
12839  comme pour 
12840 \series bold
12841
12842 \backslash
12843 fbox
12844 \series default
12845 .
12846 \end_layout
12847
12848 \begin_layout Standard
12849 \align center
12850 \begin_inset Tabular
12851 <lyxtabular version="3" rows="4" columns="2">
12852 <features>
12853 <column alignment="center" valignment="top" width="0">
12854 <column alignment="center" valignment="top" width="0">
12855 <row>
12856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860 Commande
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 Résultat
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 </row>
12875 <row>
12876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 H
12881 \backslash
12882 raisebox{2mm
12883 \begin_inset Formula $\to$
12884 \end_inset
12885
12886
12887 \backslash
12888 {al
12889 \begin_inset Formula $\to$
12890 \end_inset
12891
12892  lo
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12902 \end_inset
12903
12904
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 <row>
12911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 H
12916 \backslash
12917 raisebox{-2mm
12918 \begin_inset Formula $\to$
12919 \end_inset
12920
12921
12922 \backslash
12923 {al
12924 \begin_inset Formula $\to$
12925 \end_inset
12926
12927 lo
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12937 \end_inset
12938
12939
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 </row>
12945 <row>
12946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 A=
12951 \backslash
12952 raisebox{-2mm
12953 \begin_inset Formula $\to$
12954 \end_inset
12955
12956
12957 \backslash
12958 {
12959 \family sans
12960 Ctrl-m
12961 \family default
12962  
12963 \backslash
12964 sqrt
12965 \begin_inset ERT
12966 status collapsed
12967
12968 \begin_layout Plain Layout
12969
12970
12971 \backslash
12972 spce 
12973 \end_layout
12974
12975 \end_inset
12976
12977
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986 \begin_inset ERT
12987 status collapsed
12988
12989 \begin_layout Plain Layout
12990
12991 $A=
12992 \backslash
12993 raisebox{-2mm}{$
12994 \backslash
12995 sqrt{B}$}$
12996 \end_layout
12997
12998 \end_inset
12999
13000
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 </row>
13006 </lyxtabular>
13007
13008 \end_inset
13009
13010
13011 \end_layout
13012
13013 \begin_layout Standard
13014 La dernière formule ne peut actuellement être créée qu'en mode TeX, parce
13015  que LyX insère une boîte plutôt que la formule supplémentaire qui est nécessair
13016 e
13017 \begin_inset Foot
13018 status collapsed
13019
13020 \begin_layout Plain Layout
13021 voir 
13022 \begin_inset CommandInset href
13023 LatexCommand href
13024 name "LyX-bug #1435"
13025 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13026
13027 \end_inset
13028
13029
13030 \end_layout
13031
13032 \end_inset
13033
13034 .
13035 \end_layout
13036
13037 \begin_layout Standard
13038 La commande 
13039 \series bold
13040
13041 \backslash
13042 mbox
13043 \series default
13044  est équivalente à 
13045 \series bold
13046
13047 \backslash
13048 fbox
13049 \series default
13050  et 
13051 \series bold
13052
13053 \backslash
13054 makebox
13055 \series default
13056  est équivalente à 
13057 \series bold
13058
13059 \backslash
13060 framebox
13061 \series default
13062 , avec la différence qu'il n'y a pas de cadre.
13063 \end_layout
13064
13065 \begin_layout Subsection
13066 Boîtes colorées
13067 \begin_inset CommandInset label
13068 LatexCommand label
13069 name "sub:Boîtes-colorées"
13070
13071 \end_inset
13072
13073
13074 \begin_inset Index
13075 status collapsed
13076
13077 \begin_layout Plain Layout
13078 Boîtes ! colorées
13079 \end_layout
13080
13081 \end_inset
13082
13083
13084 \end_layout
13085
13086 \begin_layout Standard
13087 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
13088  LaTeX 
13089 \series bold
13090 color
13091 \series default
13092
13093 \begin_inset Foot
13094 status collapsed
13095
13096 \begin_layout Plain Layout
13097 La paquetage LaTeX 
13098 \series bold
13099 color
13100 \series default
13101  fait partie de toutes les installations LaTeX standard.
13102 \end_layout
13103
13104 \end_inset
13105
13106
13107 \begin_inset Index
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111 Paquetages ! color
13112 \end_layout
13113
13114 \end_inset
13115
13116  soit chargé dans le préambule LaTeX avec la ligne
13117 \begin_inset Foot
13118 status collapsed
13119
13120 \begin_layout Plain Layout
13121 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
13122  le document, LyX charge automatiquement le paquetage LaTeX 
13123 \series bold
13124 color
13125 \series default
13126 .
13127  Il est donc possible que le paquetage soit chargé deux fois, mais cela
13128  ne doit pas poser de problème.
13129 \end_layout
13130
13131 \end_inset
13132
13133
13134 \begin_inset Note Note
13135 status collapsed
13136
13137 \begin_layout Plain Layout
13138 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
13139  dans le préambule LaTeX.
13140 \end_layout
13141
13142 \end_inset
13143
13144
13145 \end_layout
13146
13147 \begin_layout Standard
13148
13149 \series bold
13150
13151 \backslash
13152 usepackage{color}
13153 \end_layout
13154
13155 \begin_layout Standard
13156 \begin_inset VSpace medskip
13157 \end_inset
13158
13159 Pour colorer des boîtes, on utilise la commande 
13160 \series bold
13161
13162 \backslash
13163 colorbox
13164 \series default
13165
13166 \begin_inset Index
13167 status collapsed
13168
13169 \begin_layout Plain Layout
13170 Commandes ! C ! 
13171 \backslash
13172 colorbox
13173 \end_layout
13174
13175 \end_inset
13176
13177  avec la syntaxe suivante
13178 \end_layout
13179
13180 \begin_layout Standard
13181
13182 \series bold
13183
13184 \backslash
13185 colorbox{couleur}{contenu de la boîte}
13186 \end_layout
13187
13188 \begin_layout Standard
13189 Le contenu de la boîte peut être une autre boîte et une 
13190 \series bold
13191
13192 \backslash
13193 colorbox
13194 \series default
13195  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
13196  exemple).
13197  Quand une boîte est destinée à contenir une formule, on doit insérer une
13198  boîte supplémentaire, comme avec 
13199 \series bold
13200
13201 \backslash
13202 fbox
13203 \series default
13204 .
13205 \begin_inset Foot
13206 status collapsed
13207
13208 \begin_layout Plain Layout
13209 Ceci s'applique aussi à la commande 
13210 \series bold
13211
13212 \backslash
13213 fcolorbox
13214 \series default
13215 .
13216  D'où la note 
13217 \begin_inset CommandInset href
13218 LatexCommand href
13219 name "LyX-bug #1435"
13220 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13221
13222 \end_inset
13223
13224 .
13225 \end_layout
13226
13227 \end_inset
13228
13229
13230 \end_layout
13231
13232 \begin_layout Standard
13233 On peut choisir une des couleurs prédéfinies suivantes:
13234 \end_layout
13235
13236 \begin_layout Standard
13237
13238 \series bold
13239 black
13240 \series default
13241  (noir), 
13242 \series bold
13243 blue
13244 \series default
13245  (bleu), 
13246 \series bold
13247 cyan
13248 \series default
13249
13250 \series bold
13251 green
13252 \series default
13253  (vert), 
13254 \series bold
13255 magenta
13256 \series default
13257
13258 \series bold
13259 red
13260 \series default
13261  (rouge), 
13262 \series bold
13263 white
13264 \series default
13265  (blanc), et 
13266 \series bold
13267 yellow (jaune)
13268 \end_layout
13269
13270 \begin_layout Standard
13271 \align center
13272 \begin_inset Tabular
13273 <lyxtabular version="3" rows="4" columns="2">
13274 <features>
13275 <column alignment="center" valignment="top" width="0">
13276 <column alignment="center" valignment="top" width="0">
13277 <row>
13278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 Commande
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 Résultat
13292 \begin_inset Note Note
13293 status collapsed
13294
13295 \begin_layout Plain Layout
13296
13297 \series bold
13298
13299 \backslash
13300 raisebox est seulement utilisée pour faire de la place
13301 \end_layout
13302
13303 \end_inset
13304
13305
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 </row>
13311 <row>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316
13317 \backslash
13318 colorbox{yellow
13319 \begin_inset Formula $\to$
13320 \end_inset
13321
13322
13323 \backslash
13324 {A=B
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347
13348 \backslash
13349 colorbox{green
13350 \begin_inset Formula $\to$
13351 \end_inset
13352
13353
13354 \backslash
13355 {
13356 \backslash
13357 fbox
13358 \begin_inset ERT
13359 status collapsed
13360
13361 \begin_layout Plain Layout
13362
13363
13364 \backslash
13365 spce 
13366 \end_layout
13367
13368 \end_inset
13369
13370 A=B
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 </row>
13388 <row>
13389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393
13394 \backslash
13395 fbox
13396 \begin_inset ERT
13397 status collapsed
13398
13399 \begin_layout Plain Layout
13400
13401
13402 \backslash
13403 spce 
13404 \end_layout
13405
13406 \end_inset
13407
13408
13409 \backslash
13410 colorbox{green
13411 \begin_inset Formula $\to$
13412 \end_inset
13413
13414
13415 \backslash
13416 {A=B
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13426 \end_inset
13427
13428
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 </row>
13434 </lyxtabular>
13435
13436 \end_inset
13437
13438
13439 \end_layout
13440
13441 \begin_layout Standard
13442
13443 \series bold
13444
13445 \backslash
13446 colorbox
13447 \series default
13448  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
13449  Pour colorer tous les caractères, on sélectionne toute la formule et on
13450  choisit la couleur voulue avec la fenêtre de dialogue 
13451 \family sans
13452 Style
13453 \begin_inset space ~
13454 \end_inset
13455
13456 de
13457 \begin_inset space ~
13458 \end_inset
13459
13460 texte
13461 \family default
13462 .
13463  Cette fenêtre de dialogue peut être appelée avec le bouton 
13464 \begin_inset Graphics
13465         filename ../../images/dialog-show_character.png
13466         scale 85
13467
13468 \end_inset
13469
13470  de la barre d'outils, ou avec le menu 
13471 \family sans
13472 Éditer\SpecialChar \menuseparator
13473 Style
13474 \begin_inset space ~
13475 \end_inset
13476
13477 de
13478 \begin_inset space ~
13479 \end_inset
13480
13481 texte\SpecialChar \menuseparator
13482 Personnalisé
13483 \family default
13484 .
13485  Le numéro de la formule prendra la même couleur que la formule.
13486  Si le numéro doit avoir une couleur différente de celle des caractères
13487  de la formule, la couleur doit être changée à l'intérieur de la formule.
13488 \end_layout
13489
13490 \begin_layout Standard
13491 Un exemple:
13492 \end_layout
13493
13494 \begin_layout Standard
13495
13496 \color red
13497 \begin_inset Formula \begin{equation}
13498 \int A=B\label{eq:rouge}\end{equation}
13499
13500 \end_inset
13501
13502
13503 \color green
13504
13505 \begin_inset Formula \begin{equation}
13506 \textcolor{red}{\int A=B}\label{eq:rougevert}\end{equation}
13507
13508 \end_inset
13509
13510
13511 \end_layout
13512
13513 \begin_layout Standard
13514 La formule 
13515 \begin_inset CommandInset ref
13516 LatexCommand eqref
13517 reference "eq:rouge"
13518
13519 \end_inset
13520
13521  est complètement colorée en rouge.
13522 \begin_inset Newline newline
13523 \end_inset
13524
13525 La formule 
13526 \begin_inset CommandInset ref
13527 LatexCommand eqref
13528 reference "eq:rougevert"
13529
13530 \end_inset
13531
13532  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
13533  Ensuite, les caractères de la formule ont été colorés en rouge.
13534 \end_layout
13535
13536 \begin_layout Standard
13537 \begin_inset VSpace bigskip
13538 \end_inset
13539
13540 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
13541  utilise la commande 
13542 \series bold
13543
13544 \backslash
13545 fcolorbox
13546 \series default
13547
13548 \begin_inset Index
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552 Commandes ! F ! 
13553 \backslash
13554 fcolorbox
13555 \end_layout
13556
13557 \end_inset
13558
13559  avec la syntaxe suivante:
13560 \end_layout
13561
13562 \begin_layout Standard
13563
13564 \series bold
13565
13566 \backslash
13567 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
13568 \end_layout
13569
13570 \begin_layout Standard
13571 Donc 
13572 \series bold
13573
13574 \backslash
13575 fcolorbox
13576 \series default
13577  est une extension de la commande 
13578 \series bold
13579
13580 \backslash
13581 colorbox
13582 \series default
13583 .
13584  L'épaisseur du cadre est déterminée comme avec 
13585 \series bold
13586
13587 \backslash
13588 framebox
13589 \series default
13590 , avec 
13591 \series bold
13592
13593 \backslash
13594 fboxrule
13595 \series default
13596  et 
13597 \series bold
13598
13599 \backslash
13600 fboxsep
13601 \series default
13602 .
13603  Un exemple:
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609
13610 \backslash
13611 fboxrule 1mm 
13612 \backslash
13613 fboxsep 1mm
13614 \end_layout
13615
13616 \end_inset
13617
13618
13619 \begin_inset Formula \[
13620 \fcolorbox{cyan}{magenta}{A=B}\]
13621
13622 \end_inset
13623
13624
13625 \begin_inset ERT
13626 status collapsed
13627
13628 \begin_layout Plain Layout
13629
13630
13631 \backslash
13632 fboxrule 0.4pt 
13633 \backslash
13634 fboxsep 3pt
13635 \end_layout
13636
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \begin_layout Standard
13643 Cette formule a été créée avec la commande
13644 \begin_inset Newline newline
13645 \end_inset
13646
13647
13648 \series bold
13649
13650 \backslash
13651 fcolorbox{cyan
13652 \begin_inset Formula $\to$
13653 \end_inset
13654
13655
13656 \backslash
13657 {magenta
13658 \begin_inset Formula $\to$
13659 \end_inset
13660
13661
13662 \backslash
13663 {A=B
13664 \series default
13665 .
13666 \end_layout
13667
13668 \begin_layout Standard
13669 \begin_inset VSpace bigskip
13670 \end_inset
13671
13672 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13673  faut d'abord les définir.
13674 \end_layout
13675
13676 \begin_layout Standard
13677 On peut par exemple définir la couleur 
13678 \begin_inset Quotes eld
13679 \end_inset
13680
13681 vertfonce
13682 \begin_inset Quotes erd
13683 \end_inset
13684
13685  avec la ligne suivante dans le préambule LaTeX:
13686 \end_layout
13687
13688 \begin_layout Standard
13689
13690 \series bold
13691
13692 \backslash
13693 definecolor{vertfonce}{cmyk}{0.5,
13694 \series default
13695  
13696 \series bold
13697 0,
13698 \series default
13699  
13700 \series bold
13701 1,
13702 \series default
13703  
13704 \series bold
13705 0.5}
13706 \series default
13707
13708 \begin_inset Index
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712 Commandes ! D ! 
13713 \backslash
13714 definecolor
13715 \end_layout
13716
13717 \end_inset
13718
13719
13720 \end_layout
13721
13722 \begin_layout Standard
13723
13724 \series bold
13725 cmyk
13726 \series default
13727  est l'espace colorimétrique basé sur les couleurs 
13728 \series bold
13729 cyan
13730 \series default
13731
13732 \series bold
13733 magenta
13734 \series default
13735 , jaune
13736 \series bold
13737  (yellow
13738 \series default
13739 ), et noir 
13740 \series bold
13741 (black
13742 \series default
13743 ).
13744  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13745  correspondantes dans l'espace colorimétrique.
13746  Ces facteurs prennent des valeurs entre 0 et 1.
13747  À la place de 
13748 \series bold
13749 cmyk 
13750 \series default
13751 on peut aussi utiliser l'espace 
13752 \series bold
13753 rgb 
13754 \series default
13755 basé sur les couleurs rouge (
13756 \series bold
13757 red
13758 \series default
13759 ), vert (
13760 \series bold
13761 green
13762 \series default
13763 ) et bleu (
13764 \series bold
13765 blue
13766 \series default
13767 ).
13768  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13769  couleurs.
13770  Il y a aussi l'espace de couleur 
13771 \series bold
13772 gray 
13773 \series default
13774 (dégradé de gris) avec un facteur donnant la proportion de gris.
13775 \end_layout
13776
13777 \begin_layout Standard
13778 Comme exemple, une boîte encadrée avec la couleur 
13779 \series bold
13780 vertfonce 
13781 \series default
13782 que l'on vient de définir et des caractères colorés en jaune (
13783 \series bold
13784 yellow
13785 \series default
13786 ):
13787 \begin_inset Formula \begin{equation}
13788 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13789
13790 \end_inset
13791
13792
13793 \end_layout
13794
13795 \begin_layout Standard
13796 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13797  de la commande 
13798 \series bold
13799
13800 \backslash
13801 textcolor
13802 \series default
13803 :
13804 \begin_inset Index
13805 status collapsed
13806
13807 \begin_layout Plain Layout
13808 Texte ! coloré
13809 \end_layout
13810
13811 \end_inset
13812
13813
13814 \end_layout
13815
13816 \begin_layout Standard
13817 \begin_inset ERT
13818 status collapsed
13819
13820 \begin_layout Plain Layout
13821
13822
13823 \backslash
13824 textcolor{vertfonce}{
13825 \end_layout
13826
13827 \end_inset
13828
13829 cette phrase est en 
13830 \begin_inset Quotes eld
13831 \end_inset
13832
13833 vertfonce
13834 \begin_inset Quotes erd
13835 \end_inset
13836
13837 .
13838 \begin_inset ERT
13839 status collapsed
13840
13841 \begin_layout Plain Layout
13842
13843 }
13844 \end_layout
13845
13846 \end_inset
13847
13848
13849 \end_layout
13850
13851 \begin_layout Standard
13852
13853 \series bold
13854
13855 \backslash
13856 textcolor
13857 \series default
13858
13859 \begin_inset Index
13860 status collapsed
13861
13862 \begin_layout Plain Layout
13863 Commandes ! T ! 
13864 \backslash
13865 textcolor
13866 \end_layout
13867
13868 \end_inset
13869
13870  utilise la syntaxe 
13871 \series bold
13872
13873 \backslash
13874 textcolor{couleur}{caractères à colorer}
13875 \series default
13876 .
13877 \end_layout
13878
13879 \begin_layout Subsection
13880 Boîtes de paragraphe
13881 \begin_inset CommandInset label
13882 LatexCommand label
13883 name "sub:Boîtes-de-paragraphes"
13884
13885 \end_inset
13886
13887
13888 \begin_inset Index
13889 status collapsed
13890
13891 \begin_layout Plain Layout
13892 Boîtes ! comme paragraphe
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \end_layout
13899
13900 \begin_layout Standard
13901 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
13902  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
13903  On la crée avec le menu 
13904 \family sans
13905 Insérer\SpecialChar \menuseparator
13906 Boîte
13907 \family default
13908  ou le bouton 
13909 \begin_inset Graphics
13910         filename ../../images/box-insert.png
13911         scale 85
13912
13913 \end_inset
13914
13915  de la barre d'outils.
13916 \end_layout
13917
13918 \begin_layout Standard
13919 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
13920  une ligne:
13921 \end_layout
13922
13923 \begin_layout Standard
13924 \begin_inset VSpace medskip
13925 \end_inset
13926
13927 Ceci est une ligne 
13928 \begin_inset Box Boxed
13929 position "c"
13930 hor_pos "c"
13931 has_inner_box 1
13932 inner_pos "t"
13933 use_parbox 1
13934 width "5cm"
13935 special "none"
13936 height "1in"
13937 height_special "totalheight"
13938 status open
13939
13940 \begin_layout Plain Layout
13941 Ceci est une boîte de paragraphe.
13942  Elle a exactement 5
13943 \begin_inset space \thinspace{}
13944 \end_inset
13945
13946 cm de large et peut aussi contenir des formules: 
13947 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13948 \end_inset
13949
13950
13951 \end_layout
13952
13953 \end_inset
13954
13955  avec une boîte de paragraphe.
13956 \end_layout
13957
13958 \begin_layout Standard
13959 \begin_inset VSpace medskip
13960 \end_inset
13961
13962
13963 \end_layout
13964
13965 \begin_layout Standard
13966 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
13967  grise.
13968  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
13969  Dans notre cas, on met: 
13970 \emph on
13971 Décoration:
13972 \emph default
13973  Boîte rectangulaire, 
13974 \emph on
13975 Boîte intérieure:
13976 \emph default
13977  Parbox, 
13978 \emph on
13979 Largeur
13980 \emph default
13981 : 5
13982 \begin_inset space \thinspace{}
13983 \end_inset
13984
13985 cm, 
13986 \emph on
13987 Alignement vertical boîte
13988 \emph default
13989 : milieu
13990 \end_layout
13991
13992 \begin_layout Standard
13993 \begin_inset VSpace medskip
13994 \end_inset
13995
13996 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
13997 \series bold
13998
13999 \backslash
14000 parbox
14001 \series default
14002
14003 \begin_inset Index
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007 Commandes ! P ! 
14008 \backslash
14009 parbox
14010 \end_layout
14011
14012 \end_inset
14013
14014  qui a la syntaxe suivante:
14015 \end_layout
14016
14017 \begin_layout Standard
14018
14019 \series bold
14020
14021 \backslash
14022 parbox[position]{largeur}{contenu de la boîte}
14023 \end_layout
14024
14025 \begin_layout Standard
14026 Les positions 
14027 \emph on
14028 b
14029 \emph default
14030  et 
14031 \emph on
14032 t
14033 \emph default
14034  sont possibles.
14035  
14036 \emph on
14037 b
14038 \emph default
14039  pour bas (bottom) signifie que la boîte est alignée au sein du texte qui
14040  l'entoure, au niveau de sa dernière ligne.
14041  Avec 
14042 \emph on
14043 t
14044 \emph default
14045  pour haut (top) l'alignement se fait avec la première ligne.
14046  Si aucune position n'est précisée, la boîte est centrée verticalement,
14047  voir la section 
14048 \emph on
14049 Boîtes 
14050 \emph default
14051 du manuel 
14052 \emph on
14053 Objets insérés 
14054 \emph default
14055 pour des exemples.
14056 \end_layout
14057
14058 \begin_layout Standard
14059 \begin_inset VSpace bigskip
14060 \end_inset
14061
14062 Pour encadrer une formule complètement, y compris le numéro de la formule,
14063  il faut la placer dans une boîte de paragraphe.
14064  Pour le faire, on insère la commande 
14065 \series bold
14066
14067 \backslash
14068 fbox{
14069 \backslash
14070 parbox{
14071 \backslash
14072 linewidth-2
14073 \backslash
14074 fboxsep-2
14075 \backslash
14076 fboxrule}{
14077 \series default
14078  en mode TeX avant la formule.
14079  Dans cette commande 
14080 \series bold
14081
14082 \backslash
14083 linewidth
14084 \begin_inset Index
14085 status collapsed
14086
14087 \begin_layout Plain Layout
14088 Commandes ! L ! 
14089 \backslash
14090 linewidth
14091 \end_layout
14092
14093 \end_inset
14094
14095
14096 \series default
14097  est l'épaisseur de ligne qui est active pour tout le document.
14098  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
14099  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
14100  et l'épaisseur du cadre.
14101  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
14102 \begin_inset Foot
14103 status collapsed
14104
14105 \begin_layout Plain Layout
14106 \begin_inset CommandInset href
14107 LatexCommand href
14108 name "LyX-bug #4483"
14109 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14110
14111 \end_inset
14112
14113
14114 \end_layout
14115
14116 \end_inset
14117
14118 , on doit utiliser le mode TeX.
14119  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
14120  on doit charger le paquetage LaTeX 
14121 \series bold
14122 calc
14123 \series default
14124
14125 \begin_inset Foot
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129
14130 \series bold
14131 calc
14132 \series default
14133  fait partie de toutes les installations standard de LaTeX.
14134 \end_layout
14135
14136 \end_inset
14137
14138
14139 \begin_inset Index
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143 Paquetages ! calc
14144 \end_layout
14145
14146 \end_inset
14147
14148  dans le préambule LaTeX avec la ligne
14149 \end_layout
14150
14151 \begin_layout Standard
14152
14153 \series bold
14154
14155 \backslash
14156 usepackage{calc}
14157 \end_layout
14158
14159 \begin_layout Standard
14160 Après la formule, les deux boîtes sont refermées en entrant 
14161 \series bold
14162 }}
14163 \series default
14164  en mode TeX.
14165  Voici un exemple:
14166 \begin_inset ERT
14167 status collapsed
14168
14169 \begin_layout Plain Layout
14170
14171
14172 \backslash
14173 fboxsep 5mm 
14174 \backslash
14175 fboxrule 5mm
14176 \end_layout
14177
14178 \end_inset
14179
14180
14181 \end_layout
14182
14183 \begin_layout Standard
14184 \begin_inset ERT
14185 status collapsed
14186
14187 \begin_layout Plain Layout
14188
14189
14190 \backslash
14191 fbox{
14192 \backslash
14193 parbox{
14194 \backslash
14195 linewidth-2
14196 \backslash
14197 fboxsep-2
14198 \backslash
14199 fboxrule}{
14200 \end_layout
14201
14202 \end_inset
14203
14204
14205 \begin_inset Formula \begin{equation}
14206 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14207
14208 \end_inset
14209
14210
14211 \begin_inset ERT
14212 status collapsed
14213
14214 \begin_layout Plain Layout
14215
14216 }}
14217 \end_layout
14218
14219 \end_inset
14220
14221
14222 \begin_inset ERT
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226
14227
14228 \backslash
14229 fboxrule 0.4pt 
14230 \backslash
14231 fboxsep 3pt
14232 \end_layout
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \begin_layout Standard
14240 \begin_inset VSpace medskip
14241 \end_inset
14242
14243 Comme on utilise une boîte de paragraphe comme argument de 
14244 \series bold
14245
14246 \backslash
14247 fbox
14248 \series default
14249 , il n'y a dans ce cas pas de différence entre 
14250 \series bold
14251
14252 \backslash
14253 fbox
14254 \series default
14255  et 
14256 \series bold
14257
14258 \backslash
14259 boxed
14260 \series default
14261 .
14262 \end_layout
14263
14264 \begin_layout Standard
14265 \begin_inset VSpace bigskip
14266 \end_inset
14267
14268 Les boîtes de paragraphes sont très utiles pour commenter directement des
14269  formules.
14270  Pour faire cela, on utilise la commande 
14271 \series bold
14272
14273 \backslash
14274 parbox
14275 \series default
14276  en combinaison avec la commande 
14277 \series bold
14278
14279 \backslash
14280 tag
14281 \series default
14282
14283 \begin_inset Foot
14284 status collapsed
14285
14286 \begin_layout Plain Layout
14287 plus au sujet de la commande 
14288 \series bold
14289
14290 \backslash
14291 tag
14292 \series default
14293 , voir 
14294 \begin_inset CommandInset ref
14295 LatexCommand ref
14296 reference "sub:Numérotation-personnalisée"
14297
14298 \end_inset
14299
14300 .
14301 \end_layout
14302
14303 \end_inset
14304
14305 .
14306 \end_layout
14307
14308 \begin_layout Standard
14309 Un exemple de formule commentée avec 
14310 \series bold
14311
14312 \backslash
14313 parbox
14314 \series default
14315 :
14316 \end_layout
14317
14318 \begin_layout Standard
14319 \begin_inset ERT
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323
14324
14325 \backslash
14326 [5x-7b=3b
14327 \backslash
14328 tag*{
14329 \backslash
14330 parbox{5cm}{
14331 \end_layout
14332
14333 \end_inset
14334
14335 Ceci est une description.
14336  Elle est clairement séparée de la formule et est multi-ligne.
14337 \begin_inset ERT
14338 status collapsed
14339
14340 \begin_layout Plain Layout
14341
14342 }}
14343 \backslash
14344 ]
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \begin_layout Standard
14353 Une telle formule doit être complètement insérée en mode TeX, parce que
14354  LyX ne supporte pas encore la commande 
14355 \series bold
14356
14357 \backslash
14358 parbox
14359 \series default
14360  dans les formules.
14361  On crée la formule avec la suite de commandes suivante:
14362 \end_layout
14363
14364 \begin_layout Standard
14365 On insère la commande 
14366 \series bold
14367
14368 \backslash
14369 [5x-7b=3b
14370 \backslash
14371 tag*
14372 \backslash
14373 {
14374 \backslash
14375 parbox{5cm}{
14376 \series default
14377  en mode TeX.
14378 \begin_inset Foot
14379 status collapsed
14380
14381 \begin_layout Plain Layout
14382 Quand on utilise le style de formule 
14383 \series bold
14384 Indenté
14385 \series default
14386 , on peut aussi remplacer 
14387 \series bold
14388
14389 \backslash
14390 tag*
14391 \backslash
14392 {
14393 \series default
14394  par 
14395 \series bold
14396
14397 \backslash
14398 hfill
14399 \series default
14400 .
14401  (pour les styles de formules, voir 
14402 \begin_inset CommandInset ref
14403 LatexCommand ref
14404 reference "sec:Styles-de-formules"
14405
14406 \end_inset
14407
14408 ).
14409 \end_layout
14410
14411 \end_inset
14412
14413  Ensuite la description suit en texte normal et enfin on insère 
14414 \series bold
14415 }}
14416 \backslash
14417 ]
14418 \series default
14419  en mode TeX.
14420  Dans ces commandes, 
14421 \series bold
14422
14423 \backslash
14424 [
14425 \series default
14426  et 
14427 \series bold
14428
14429 \backslash
14430 ]
14431 \series default
14432  créent une formule hors ligne.
14433 \end_layout
14434
14435 \begin_layout Standard
14436 On peut voir les avantages de 
14437 \series bold
14438
14439 \backslash
14440 parbox
14441 \series default
14442  dans cet exemple qui a été commenté en utilisant du texte mathématique:
14443 \begin_inset Formula \[
14444 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}\]
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \begin_layout Section
14452 Opérateurs
14453 \begin_inset Index
14454 status collapsed
14455
14456 \begin_layout Plain Layout
14457 Opérateurs
14458 \end_layout
14459
14460 \end_inset
14461
14462
14463 \end_layout
14464
14465 \begin_layout Subsection
14466 Grands Opérateurs
14467 \begin_inset CommandInset label
14468 LatexCommand label
14469 name "sub:Grands-opérateurs"
14470
14471 \end_inset
14472
14473
14474 \begin_inset Index
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478 Opérateurs ! grands
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \begin_inset Index
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488 Sommes
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \begin_inset Index
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498 Intégrales
14499 \end_layout
14500
14501 \end_inset
14502
14503
14504 \end_layout
14505
14506 \begin_layout Standard
14507 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
14508  activer l'option 
14509 \family sans
14510 Utiliser
14511 \begin_inset space ~
14512 \end_inset
14513
14514 automatiquement le paquetage
14515 \begin_inset space ~
14516 \end_inset
14517
14518 esint
14519 \family default
14520  dans les 
14521 \family sans
14522 Options du mode math.
14523 \end_layout
14524
14525 \begin_layout Standard
14526
14527 \lang english
14528 \begin_inset space \hfill{}
14529 \end_inset
14530
14531
14532 \lang french
14533
14534 \begin_inset Tabular
14535 <lyxtabular version="3" rows="11" columns="2">
14536 <features>
14537 <column alignment="center" valignment="top" width="0pt">
14538 <column alignment="center" valignment="top" width="0pt">
14539 <row>
14540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544 Commande
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553 Résultat
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 </row>
14559 <row>
14560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564
14565 \backslash
14566 sum
14567 \begin_inset Index
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571 Commandes ! S ! 
14572 \backslash
14573 sum
14574 \end_layout
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587 \begin_inset Formula $\sum$
14588 \end_inset
14589
14590
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 </row>
14596 <row>
14597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601
14602 \backslash
14603 int
14604 \begin_inset Index
14605 status collapsed
14606
14607 \begin_layout Plain Layout
14608 Commandes ! I ! 
14609 \backslash
14610 int
14611 \end_layout
14612
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624 \begin_inset Formula $\int$
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 </row>
14633 <row>
14634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638
14639 \backslash
14640 intop
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 \begin_inset Formula $\intop$
14650 \end_inset
14651
14652
14653 \end_layout
14654
14655 \end_inset
14656 </cell>
14657 </row>
14658 <row>
14659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663
14664 \backslash
14665 oint
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Plain Layout
14674 \begin_inset Formula $\oint$
14675 \end_inset
14676
14677
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 </row>
14683 <row>
14684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688
14689 \backslash
14690 ointop
14691 \end_layout
14692
14693 \end_inset
14694 </cell>
14695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14696 \begin_inset Text
14697
14698 \begin_layout Plain Layout
14699 \begin_inset Formula $\ointop$
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 </row>
14708 <row>
14709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14710 \begin_inset Text
14711
14712 \begin_layout Plain Layout
14713
14714 \backslash
14715 ointctrclockwise
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724 \begin_inset Formula $\ointctrclockwise$
14725 \end_inset
14726
14727
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 </row>
14733 <row>
14734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738
14739 \backslash
14740 ointclockwise
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 \begin_inset Formula $\ointclockwise$
14750 \end_inset
14751
14752
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 </row>
14758 <row>
14759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763
14764 \backslash
14765 sqint
14766 \end_layout
14767
14768 \end_inset
14769 </cell>
14770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14771 \begin_inset Text
14772
14773 \begin_layout Plain Layout
14774 \begin_inset Formula $\sqint$
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 </row>
14783 <row>
14784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788
14789 \backslash
14790 bigcap
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799 \begin_inset Formula $\bigcap$
14800 \end_inset
14801
14802
14803 \end_layout
14804
14805 \end_inset
14806 </cell>
14807 </row>
14808 <row>
14809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813
14814 \backslash
14815 bigcup
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824 \begin_inset Formula $\bigcup$
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 </row>
14833 </lyxtabular>
14834
14835 \end_inset
14836
14837
14838 \begin_inset space \hfill{}
14839 \end_inset
14840
14841
14842 \begin_inset Tabular
14843 <lyxtabular version="3" rows="10" columns="2">
14844 <features>
14845 <column alignment="center" valignment="top" width="0pt">
14846 <column alignment="center" valignment="top" width="0pt">
14847 <row>
14848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852 Commande
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861 Résultat
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872
14873 \backslash
14874 prod
14875 \begin_inset Index
14876 status collapsed
14877
14878 \begin_layout Plain Layout
14879 Commandes ! P ! 
14880 \backslash
14881 prod
14882 \end_layout
14883
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895 \begin_inset Formula $\prod$
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 </row>
14904 <row>
14905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909
14910 \backslash
14911 coprod
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920 \begin_inset Formula $\coprod$
14921 \end_inset
14922
14923
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 </row>
14929 <row>
14930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934
14935 \backslash
14936 bigodot
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 \begin_inset Formula $\bigodot$
14946 \end_inset
14947
14948
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 </row>
14954 <row>
14955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959
14960 \backslash
14961 bigotimes
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 \begin_inset Formula $\bigotimes$
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 </row>
14979 <row>
14980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984
14985 \backslash
14986 bigoplus
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 \begin_inset Formula $\bigoplus$
14996 \end_inset
14997
14998
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 </row>
15004 <row>
15005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009
15010 \backslash
15011 bigwedge
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020 \begin_inset Formula $\bigwedge$
15021 \end_inset
15022
15023
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 </row>
15029 <row>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \backslash
15036 bigvee
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045 \begin_inset Formula $\bigvee$
15046 \end_inset
15047
15048
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059
15060 \backslash
15061 bigsqcup
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 \begin_inset Formula $\bigsqcup$
15071 \end_inset
15072
15073
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 <row>
15080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \backslash
15086 biguplus
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 \begin_inset Formula $\biguplus$
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 </row>
15104 </lyxtabular>
15105
15106 \end_inset
15107
15108
15109 \lang english
15110
15111 \begin_inset space \hfill{}
15112 \end_inset
15113
15114
15115 \end_layout
15116
15117 \begin_layout Standard
15118 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
15119  
15120 \begin_inset Graphics
15121         filename ../../images/math/intop.png
15122         scale 85
15123
15124 \end_inset
15125
15126  de la barre d'outils mathématique.
15127 \end_layout
15128
15129 \begin_layout Standard
15130 On nomme ces opérateurs 
15131 \begin_inset Quotes eld
15132 \end_inset
15133
15134 grands
15135 \begin_inset Quotes erd
15136 \end_inset
15137
15138  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
15139  parfois.
15140  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
15141  dans la section qui suit.
15142 \end_layout
15143
15144 \begin_layout Standard
15145 Les opérateurs 
15146 \series bold
15147
15148 \backslash
15149 intop
15150 \series default
15151  et 
15152 \series bold
15153
15154 \backslash
15155 ointop
15156 \series default
15157  sont différents de respectivement
15158 \series bold
15159  
15160 \backslash
15161 int
15162 \series default
15163  et 
15164 \series bold
15165
15166 \backslash
15167 oint
15168 \series default
15169 , dans la manière dont sont affichés les limites, voir 
15170 \begin_inset CommandInset ref
15171 LatexCommand ref
15172 reference "sub:Limites-des-opérateurs"
15173
15174 \end_inset
15175
15176 .
15177  
15178 \end_layout
15179
15180 \begin_layout Subsubsection*
15181 Conseils pour les intégrales
15182 \end_layout
15183
15184 \begin_layout Standard
15185 La lettre 
15186 \emph on
15187 d
15188 \emph default
15189  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
15190  On le fait en sélectionnant le 
15191 \emph on
15192
15193 \emph default
15194 et en utilisant le raccourci clavier 
15195 \family sans
15196 Alt-c
15197 \begin_inset space ~
15198 \end_inset
15199
15200 r
15201 \family default
15202
15203 \begin_inset Foot
15204 status collapsed
15205
15206 \begin_layout Plain Layout
15207 Pour les styles de polices, voir 
15208 \begin_inset CommandInset ref
15209 LatexCommand ref
15210 reference "sub:Styles-de-polices"
15211
15212 \end_inset
15213
15214
15215 \end_layout
15216
15217 \end_inset
15218
15219 .
15220  Pour finir, on insère une espace fine avant le 
15221 \emph on
15222
15223 \emph default
15224 puisque c'est l'habitude avec les opérateurs.
15225  Un exemple:
15226 \end_layout
15227
15228 \begin_layout Standard
15229 incorrect: 
15230 \begin_inset Formula $\int A(x)dx$
15231 \end_inset
15232
15233
15234 \begin_inset Newline newline
15235 \end_inset
15236
15237
15238 \begin_inset ERT
15239 status collapsed
15240
15241 \begin_layout Plain Layout
15242
15243
15244 \backslash
15245 hphantom{in}
15246 \end_layout
15247
15248 \end_inset
15249
15250 correct: 
15251 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \begin_layout Standard
15258 Pour les intégrales multiples, il y a les commandes suivantes:
15259 \begin_inset VSpace medskip
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \begin_layout Standard
15266 \begin_inset space \hfill{}
15267 \end_inset
15268
15269
15270 \begin_inset Tabular
15271 <lyxtabular version="3" rows="4" columns="2">
15272 <features>
15273 <column alignment="center" valignment="top" width="0">
15274 <column alignment="center" valignment="top" width="0">
15275 <row>
15276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 Commande
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 Résultat
15290 \begin_inset Note Note
15291 status collapsed
15292
15293 \begin_layout Plain Layout
15294
15295 \series bold
15296
15297 \backslash
15298 raisebox est seulement utilisée pour faire de la place
15299 \end_layout
15300
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \backslash
15316 iint
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 </row>
15334 <row>
15335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339
15340 \backslash
15341 oiint
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 <row>
15360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364
15365 \backslash
15366 sqiint
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 </row>
15384 </lyxtabular>
15385
15386 \end_inset
15387
15388
15389 \begin_inset space \hfill{}
15390 \end_inset
15391
15392
15393 \begin_inset Tabular
15394 <lyxtabular version="3" rows="4" columns="2">
15395 <features>
15396 <column alignment="center" valignment="top" width="0">
15397 <column alignment="center" valignment="top" width="0">
15398 <row>
15399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403 Commande
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412 Résultat
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \backslash
15425 iiint
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \backslash
15450 iiiint
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row>
15469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \backslash
15475 dotsint
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 </lyxtabular>
15494
15495 \end_inset
15496
15497
15498 \begin_inset space \hfill{}
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \begin_layout Subsection
15505 Limites des opérateurs
15506 \begin_inset CommandInset label
15507 LatexCommand label
15508 name "sub:Limites-des-opérateurs"
15509
15510 \end_inset
15511
15512
15513 \begin_inset Index
15514 status collapsed
15515
15516 \begin_layout Plain Layout
15517 Opérateurs ! Limites
15518 \end_layout
15519
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \begin_layout Standard
15526 Les limites sont créées avec les indices et les exposants:
15527 \end_layout
15528
15529 \begin_layout Standard
15530 \align center
15531 \begin_inset Tabular
15532 <lyxtabular version="3" rows="2" columns="2">
15533 <features>
15534 <column alignment="center" valignment="top" width="0pt">
15535 <column alignment="center" valignment="top" width="0pt">
15536 <row>
15537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541 Commande
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550 Résultat
15551 \begin_inset Note Note
15552 status collapsed
15553
15554 \begin_layout Plain Layout
15555
15556 \series bold
15557
15558 \backslash
15559 raisebox est seulement utilisée pour faire de la place
15560 \end_layout
15561
15562 \end_inset
15563
15564
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 <row>
15571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \backslash
15577 prod^
15578 \backslash
15579 infty
15580 \begin_inset ERT
15581 status collapsed
15582
15583 \begin_layout Plain Layout
15584
15585
15586 \backslash
15587 spce 
15588 \end_layout
15589
15590 \end_inset
15591
15592
15593 \begin_inset Formula $\to$
15594 \end_inset
15595
15596 _0
15597 \begin_inset Formula $\to$
15598 \end_inset
15599
15600 A(x)
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 </row>
15618 </lyxtabular>
15619
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \begin_layout Standard
15626 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15627  Pour les formules hors ligne, les limites sont placées au dessus ou en
15628  dessous de l'opérateur, sauf pour les limites des intégrales.
15629 \end_layout
15630
15631 \begin_layout Standard
15632 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15633  après l'opérateur et on change le type de limite avec le menu 
15634 \family sans
15635 Éditer\SpecialChar \menuseparator
15636 Math\SpecialChar \menuseparator
15637 Changer
15638 \begin_inset space ~
15639 \end_inset
15640
15641 le
15642 \begin_inset space ~
15643 \end_inset
15644
15645 type
15646 \begin_inset space ~
15647 \end_inset
15648
15649 de
15650 \begin_inset space ~
15651 \end_inset
15652
15653 limites
15654 \family default
15655  pour 
15656 \family sans
15657 En
15658 \begin_inset space ~
15659 \end_inset
15660
15661 ligne
15662 \family default
15663  (raccourci 
15664 \family sans
15665 Alt-m
15666 \begin_inset space ~
15667 \end_inset
15668
15669 l
15670 \family default
15671 ).
15672  Un exemple:
15673 \end_layout
15674
15675 \begin_layout Standard
15676 Par défaut les limites ont ce type:
15677 \begin_inset Formula \[
15678 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15679
15680 \end_inset
15681
15682 Voici à quoi elles ressemblent si on change le type des limites à 
15683 \family sans
15684 En
15685 \begin_inset space ~
15686 \end_inset
15687
15688 ligne
15689 \family default
15690 :
15691 \begin_inset Formula \[
15692 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15693
15694 \end_inset
15695
15696 Pour les intégrales, à part pour 
15697 \series bold
15698
15699 \backslash
15700 intop
15701 \series default
15702  et 
15703 \series bold
15704
15705 \backslash
15706 ointop
15707 \series default
15708 , les limites sont placées par défaut après l'opérateur.
15709  Mais pour les intégrales multiples les limites sont souvent placées sous
15710  l'opérateur.
15711  Dans l'exemple suivant, le type de limites a donc été mis à 
15712 \series bold
15713 Hors
15714 \begin_inset space ~
15715 \end_inset
15716
15717 ligne 
15718 \series default
15719 et elles sont donc placées sous les intégrales:
15720 \begin_inset Formula \begin{equation}
15721 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15722
15723 \end_inset
15724
15725
15726 \end_layout
15727
15728 \begin_layout Standard
15729 \begin_inset VSpace medskip
15730 \end_inset
15731
15732 Pour préciser des conditions pour les limites, on utilise les commandes
15733  
15734 \series bold
15735
15736 \backslash
15737 subarray
15738 \series default
15739
15740 \begin_inset Index
15741 status collapsed
15742
15743 \begin_layout Plain Layout
15744 Commandes ! S ! 
15745 \backslash
15746 subarray
15747 \end_layout
15748
15749 \end_inset
15750
15751  et 
15752 \series bold
15753
15754 \backslash
15755 substack
15756 \series default
15757
15758 \begin_inset Index
15759 status collapsed
15760
15761 \begin_layout Plain Layout
15762 Commandes ! S ! 
15763 \backslash
15764 substack
15765 \end_layout
15766
15767 \end_inset
15768
15769 .
15770  Par exemple, pour obtenir cette expression 
15771 \begin_inset Formula \begin{equation}
15772 \sum_{\begin{subarray}{c}
15773 0<k<1000\\
15774 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \begin_layout Standard
15782 on doit faire ceci:
15783 \begin_inset Newline newline
15784 \end_inset
15785
15786 D'abord taper la commande 
15787 \series bold
15788
15789 \backslash
15790 sum
15791 \series default
15792 ^
15793 \series bold
15794 n
15795 \begin_inset ERT
15796 status collapsed
15797
15798 \begin_layout Plain Layout
15799
15800
15801 \backslash
15802 spce 
15803 \end_layout
15804
15805 \end_inset
15806
15807 _
15808 \series default
15809  .
15810  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
15811  on y insère la commande 
15812 \series bold
15813
15814 \backslash
15815 subarray
15816 \begin_inset ERT
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820
15821
15822 \backslash
15823 spce 
15824 \end_layout
15825
15826 \end_inset
15827
15828
15829 \series default
15830 .
15831  La boîte bleue se trouve maintenant dans une boîte violette et on peut
15832  écrire plusieurs lignes les unes au dessus des autres.
15833  On crée une nouvelle ligne en insérant un saut de ligne (
15834 \family sans
15835 Ctrl-Entrée
15836 \family default
15837 ).
15838  Maintenant, quand on tape
15839 \begin_inset Newline newline
15840 \end_inset
15841
15842
15843 \series bold
15844 0<k<1000 Ctrl-Entrée
15845 \begin_inset Newline newline
15846 \end_inset
15847
15848
15849 \series default
15850 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
15851 \end_layout
15852
15853 \begin_layout Standard
15854 L'alignement des lignes peut être modifié en alignement à gauche avec la
15855  barre d'outils 
15856 \family sans
15857 Tableaux
15858 \family default
15859  ou avec le menu 
15860 \family sans
15861 Éditer\SpecialChar \menuseparator
15862 Lignes
15863 \begin_inset space ~
15864 \end_inset
15865
15866 &
15867 \begin_inset space ~
15868 \end_inset
15869
15870 colonnes
15871 \family default
15872 .
15873  Pour avoir un alignement à droite, on insère un 
15874 \series bold
15875
15876 \backslash
15877 hfill
15878 \begin_inset ERT
15879 status collapsed
15880
15881 \begin_layout Plain Layout
15882
15883
15884 \backslash
15885 spce 
15886 \end_layout
15887
15888 \end_inset
15889
15890
15891 \series default
15892  au début de la ligne.
15893 \end_layout
15894
15895 \begin_layout Standard
15896 La commande 
15897 \series bold
15898
15899 \backslash
15900 substack
15901 \series default
15902  est équivalente à 
15903 \series bold
15904
15905 \backslash
15906 subarray
15907 \series default
15908  avec la différence que les lignes sont toujours centrées.
15909 \end_layout
15910
15911 \begin_layout Standard
15912 \begin_inset VSpace bigskip
15913 \end_inset
15914
15915 Comme dans le cas de la formule 
15916 \begin_inset CommandInset ref
15917 LatexCommand eqref
15918 reference "eq:substack"
15919
15920 \end_inset
15921
15922 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
15923 s qui suivent l'opérateur se trouvent après la limite.
15924 \end_layout
15925
15926 \begin_layout Standard
15927 Pour éviter cela, on peut utiliser la macro suivante dans le préambule LaTeX:
15928 \end_layout
15929
15930 \begin_layout Standard
15931
15932 \series bold
15933
15934 \backslash
15935 def
15936 \backslash
15937 clap#1{
15938 \backslash
15939 hbox to 0pt{
15940 \backslash
15941 hss #1
15942 \backslash
15943 hss}}
15944 \begin_inset Newline newline
15945 \end_inset
15946
15947
15948 \backslash
15949 def
15950 \backslash
15951 mathclap {
15952 \backslash
15953 mathpalette 
15954 \backslash
15955 mathclapinternal}
15956 \begin_inset Newline newline
15957 \end_inset
15958
15959
15960 \backslash
15961 def
15962 \backslash
15963 mathclapinternal #1#2{
15964 \backslash
15965 clap{$
15966 \backslash
15967 mathsurround =0pt #1{#2}$}}
15968 \end_layout
15969
15970 \begin_layout Standard
15971 Elle définit la commande 
15972 \series bold
15973
15974 \backslash
15975 mathclap
15976 \series default
15977
15978 \begin_inset Index
15979 status collapsed
15980
15981 \begin_layout Plain Layout
15982 Commandes ! M ! 
15983 \backslash
15984 mathclap
15985 \end_layout
15986
15987 \end_inset
15988
15989  qui met la largeur de la limite à 0
15990 \begin_inset space \thinspace{}
15991 \end_inset
15992
15993 pt.
15994  La syntaxe de la commande est:
15995 \end_layout
15996
15997 \begin_layout Standard
15998
15999 \series bold
16000
16001 \backslash
16002 mathclap{limite}
16003 \end_layout
16004
16005 \begin_layout Standard
16006 où la limite peut être composée de plusieurs conditions.
16007 \end_layout
16008
16009 \begin_layout Standard
16010 Appliqué à la formule 
16011 \begin_inset CommandInset ref
16012 LatexCommand eqref
16013 reference "eq:substack"
16014
16015 \end_inset
16016
16017 , on utilise la commande
16018 \end_layout
16019
16020 \begin_layout Standard
16021
16022 \series bold
16023
16024 \backslash
16025 sum_
16026 \backslash
16027 mathclap{
16028 \backslash
16029 substack
16030 \begin_inset ERT
16031 status collapsed
16032
16033 \begin_layout Plain Layout
16034
16035
16036 \backslash
16037 spce 
16038 \end_layout
16039
16040 \end_inset
16041
16042 0<k<1000 Ctrl-Enter
16043 \end_layout
16044
16045 \begin_layout Standard
16046 pour créer la limite inférieure.
16047  L'opérande est maintenant juste après l'opérateur de sommation:
16048 \begin_inset Formula \[
16049 \sum_{\mathclap{\substack{0<k<1000\\
16050 \\k\,\in\,\mathbb{N}}
16051 }}^{n}k^{-2}\]
16052
16053 \end_inset
16054
16055
16056 \end_layout
16057
16058 \begin_layout Standard
16059 \begin_inset VSpace bigskip
16060 \end_inset
16061
16062 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
16063 \begin_inset CommandInset ref
16064 LatexCommand ref
16065 reference "sub:Opérateurs-personnalisés"
16066
16067 \end_inset
16068
16069 .
16070 \end_layout
16071
16072 \begin_layout Subsection
16073 Opérateurs binaires
16074 \begin_inset CommandInset label
16075 LatexCommand label
16076 name "sub:Opérateurs-binaires"
16077
16078 \end_inset
16079
16080
16081 \begin_inset Index
16082 status collapsed
16083
16084 \begin_layout Plain Layout
16085 Opérateurs ! binaires
16086 \end_layout
16087
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \begin_layout Standard
16094 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
16095  avant et après eux.
16096 \begin_inset VSpace medskip
16097 \end_inset
16098
16099
16100 \end_layout
16101
16102 \begin_layout Standard
16103
16104 \lang english
16105 \begin_inset space \hfill{}
16106 \end_inset
16107
16108
16109 \lang french
16110
16111 \begin_inset Tabular
16112 <lyxtabular version="3" rows="13" columns="2">
16113 <features>
16114 <column alignment="center" valignment="top" width="0pt">
16115 <column alignment="center" valignment="top" width="0pt">
16116 <row>
16117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 Commande
16122 \begin_inset Note Note
16123 status collapsed
16124
16125 \begin_layout Plain Layout
16126
16127 \series bold
16128
16129 \backslash
16130 raisebox est seulement utilisée pour faire de la place
16131 \end_layout
16132
16133 \end_inset
16134
16135
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 Résultat
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 </row>
16150 <row>
16151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155 +
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 \begin_inset Formula $+$
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 </row>
16173 <row>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178 -
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187 \begin_inset Formula $-$
16188 \end_inset
16189
16190
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 </row>
16196 <row>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201
16202 \backslash
16203 pm
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212 \begin_inset Formula $\pm$
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 <row>
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226
16227 \backslash
16228 mp
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 \begin_inset Formula $\mp$
16238 \end_inset
16239
16240
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 </row>
16246 <row>
16247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251
16252 \backslash
16253 cdot
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 \begin_inset Formula $\cdot$
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 <row>
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276
16277 \backslash
16278 times
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 \begin_inset Formula $\times$
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 </row>
16296 <row>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301
16302 \backslash
16303 div
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 \begin_inset Formula $\div$
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 </row>
16321 <row>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 \begin_inset ERT
16327 status collapsed
16328
16329 \begin_layout Plain Layout
16330
16331
16332 \backslash
16333 raisebox{-1.2mm}{
16334 \end_layout
16335
16336 \end_inset
16337
16338 *
16339 \begin_inset ERT
16340 status collapsed
16341
16342 \begin_layout Plain Layout
16343
16344 }
16345 \end_layout
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 \begin_inset Formula $*$
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 </row>
16367 <row>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372
16373 \backslash
16374 star
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 \begin_inset Formula $\star$
16384 \end_inset
16385
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \backslash
16399 circ
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 \begin_inset Formula $\circ$
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422
16423 \backslash
16424 diamond
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 \begin_inset Formula $\diamond$
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 </row>
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447
16448 \backslash
16449 bullet
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 \begin_inset Formula $\bullet$
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 </lyxtabular>
16468
16469 \end_inset
16470
16471
16472 \begin_inset space \hfill{}
16473 \end_inset
16474
16475
16476 \begin_inset Tabular
16477 <lyxtabular version="3" rows="13" columns="2">
16478 <features>
16479 <column alignment="center" valignment="top" width="0pt">
16480 <column alignment="center" valignment="top" width="0pt">
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 Commande
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 Résultat
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506
16507 \backslash
16508 nabla
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 \begin_inset Formula $\nabla$
16518 \end_inset
16519
16520
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 </row>
16526 <row>
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531
16532 \backslash
16533 bigtriangledown
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 \begin_inset Formula $\bigtriangledown$
16543 \end_inset
16544
16545
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556
16557 \backslash
16558 bigtriangleup
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 \begin_inset Formula $\bigtriangleup$
16568 \end_inset
16569
16570
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 </row>
16576 <row>
16577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581
16582 \backslash
16583 Box
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 \begin_inset Formula $\Box$
16593 \end_inset
16594
16595
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 </row>
16601 <row>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606
16607 \backslash
16608 cap 
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 \begin_inset Formula $\cap$
16618 \end_inset
16619
16620
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 </row>
16626 <row>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631
16632 \backslash
16633 cup
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 \begin_inset Formula $\cup$
16643 \end_inset
16644
16645
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 <row>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656
16657 \backslash
16658 dagger
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 \begin_inset Formula $\dagger$
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681
16682 \backslash
16683 ddagger
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692 \begin_inset Formula $\ddagger$
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706
16707 \backslash
16708 wr
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717 \begin_inset Formula $\wr$
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731
16732 \backslash
16733 bigcirc
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 \begin_inset Formula $\bigcirc$
16743 \end_inset
16744
16745
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 </row>
16751 <row>
16752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \backslash
16758 wedge
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Formula $\wedge$
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row>
16777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781
16782 \backslash
16783 vee
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 \begin_inset Formula $\vee$
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 </lyxtabular>
16802
16803 \end_inset
16804
16805
16806 \begin_inset space \hfill{}
16807 \end_inset
16808
16809
16810 \begin_inset Tabular
16811 <lyxtabular version="3" rows="13" columns="2">
16812 <features>
16813 <column alignment="center" valignment="top" width="0pt">
16814 <column alignment="center" valignment="top" width="0pt">
16815 <row>
16816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 Commande
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 Résultat
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840
16841 \backslash
16842 oplus
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 \begin_inset Formula $\oplus$
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 </row>
16860 <row>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865
16866 \backslash
16867 ominus
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 \begin_inset Formula $\ominus$
16877 \end_inset
16878
16879
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 <row>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890
16891 \backslash
16892 otimes
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 \begin_inset Formula $\otimes$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \backslash
16917 oslash
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Formula $\oslash$
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \backslash
16942 odot
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset Formula $\odot$
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \backslash
16967 amalg
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 \begin_inset Formula $\amalg$
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \backslash
16992 uplus
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $\uplus$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \backslash
17017 setminus
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026 \begin_inset Formula $\setminus$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row>
17036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \backslash
17042 sqcap
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 \begin_inset Formula $\sqcap$
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 </row>
17060 <row>
17061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065
17066 \backslash
17067 sqcup
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076 \begin_inset Formula $\sqcup$
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 </row>
17085 <row>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090
17091 \backslash
17092 triangleleft
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 \begin_inset Formula $\triangleleft$
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 </row>
17110 <row>
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115
17116 \backslash
17117 triangleright
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 \begin_inset Formula $\triangleright$
17127 \end_inset
17128
17129
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 </row>
17135 </lyxtabular>
17136
17137 \end_inset
17138
17139
17140 \begin_inset space \hfill{}
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \begin_layout Standard
17147 Tous les opérateurs binaires peuvent être insérés avec le bouton 
17148 \begin_inset Graphics
17149         filename ../../images/math/pm.png
17150         scale 85
17151
17152 \end_inset
17153
17154  de la barre d'outils mathématique.
17155 \end_layout
17156
17157 \begin_layout Standard
17158 Pour obtenir l'opérateur Laplacien, on peut utiliser 
17159 \series bold
17160
17161 \backslash
17162 Delta
17163 \series default
17164  ou 
17165 \series bold
17166
17167 \backslash
17168 nabla
17169 \series default
17170 ^
17171 \series bold
17172 2
17173 \series default
17174  (
17175 \begin_inset Formula $\nabla^{2}$
17176 \end_inset
17177
17178 ) à la place de 
17179 \series bold
17180
17181 \backslash
17182 bigtriangleup
17183 \series default
17184  .
17185 \end_layout
17186
17187 \begin_layout Standard
17188 Le caractère 
17189 \family sans
17190 Séparateur
17191 \begin_inset space ~
17192 \end_inset
17193
17194 de
17195 \begin_inset space ~
17196 \end_inset
17197
17198 menu
17199 \family default
17200  du menu 
17201 \family sans
17202 Insérer\SpecialChar \menuseparator
17203 Caractères
17204 \begin_inset space ~
17205 \end_inset
17206
17207 spécial
17208 \family default
17209  est en fait l'opérateur 
17210 \series bold
17211
17212 \backslash
17213 triangleright
17214 \series default
17215 .
17216 \end_layout
17217
17218 \begin_layout Subsection
17219 Opérateurs personnalisés
17220 \begin_inset CommandInset label
17221 LatexCommand label
17222 name "sub:Opérateurs-personnalisés"
17223
17224 \end_inset
17225
17226
17227 \begin_inset Index
17228 status collapsed
17229
17230 \begin_layout Plain Layout
17231 Opérateurs ! personnalisés
17232 \end_layout
17233
17234 \end_inset
17235
17236
17237 \end_layout
17238
17239 \begin_layout Standard
17240 Avec l'aide de la commande 
17241 \series bold
17242
17243 \backslash
17244 DeclareMathOperator
17245 \series default
17246
17247 \begin_inset Index
17248 status collapsed
17249
17250 \begin_layout Plain Layout
17251 Commandes ! D ! 
17252 \backslash
17253 dbinom@
17254 \backslash
17255 DeclareMathOperator
17256 \end_layout
17257
17258 \end_inset
17259
17260 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
17261  La syntaxe de la commande est:
17262 \end_layout
17263
17264 \begin_layout Standard
17265
17266 \series bold
17267
17268 \backslash
17269 DeclareMathOperator{nouvelle commande}{affichage}
17270 \end_layout
17271
17272 \begin_layout Standard
17273 L'affichage peut être composé de caractères ou de symboles qui définissent
17274  comment l'opérateur doit apparaître dans la sortie finale.
17275  Pour définir un grand opérateur, on met une * après la commande.
17276  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
17277  c'est décrit dans 
17278 \begin_inset CommandInset ref
17279 LatexCommand ref
17280 reference "sub:Limites-des-opérateurs"
17281
17282 \end_inset
17283
17284 .
17285 \end_layout
17286
17287 \begin_layout Standard
17288 Par exemple la ligne 
17289 \end_layout
17290
17291 \begin_layout Standard
17292
17293 \series bold
17294
17295 \backslash
17296 DeclareMathOperator*{
17297 \backslash
17298 Losange}{
17299 \backslash
17300 blacklozenge}
17301 \end_layout
17302
17303 \begin_layout Standard
17304 dans le préambule LaTeX définit la commande 
17305 \series bold
17306
17307 \backslash
17308 Losange
17309 \series default
17310 , qui insère un grand opérateur qui consiste en un symbole losange venant
17311  de 
17312 \begin_inset CommandInset ref
17313 LatexCommand ref
17314 reference "sub:Symboles-divers"
17315
17316 \end_inset
17317
17318 :
17319 \begin_inset Formula \[
17320 \Losange_{n=1}^{\infty}\]
17321
17322 \end_inset
17323
17324 La commande utilisée pour cette formule est: 
17325 \series bold
17326
17327 \backslash
17328 Losange
17329 \series default
17330 ^
17331 \series bold
17332
17333 \backslash
17334 infty
17335 \begin_inset Formula $\to$
17336 \end_inset
17337
17338 _n=1
17339 \end_layout
17340
17341 \begin_layout Standard
17342 \begin_inset VSpace bigskip
17343 \end_inset
17344
17345 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
17346  document, on peut aussi le définir avec les commandes 
17347 \series bold
17348
17349 \backslash
17350 mathop
17351 \series default
17352
17353 \begin_inset Index
17354 status collapsed
17355
17356 \begin_layout Plain Layout
17357 Commandes ! M ! 
17358 \backslash
17359 mathop
17360 \end_layout
17361
17362 \end_inset
17363
17364  et 
17365 \series bold
17366
17367 \backslash
17368 mathbin
17369 \series default
17370
17371 \begin_inset Index
17372 status collapsed
17373
17374 \begin_layout Plain Layout
17375 Commandes ! M ! 
17376 \backslash
17377 mathbin
17378 \end_layout
17379
17380 \end_inset
17381
17382 , qui ont les syntaxes suivantes:
17383 \end_layout
17384
17385 \begin_layout Standard
17386
17387 \series bold
17388
17389 \backslash
17390 mathop{affichage}
17391 \series default
17392  et 
17393 \series bold
17394
17395 \backslash
17396 mathbin{affichage}
17397 \end_layout
17398
17399 \begin_layout Standard
17400
17401 \series bold
17402
17403 \backslash
17404 mathop
17405 \series default
17406  définit des grands opérateurs et 
17407 \series bold
17408
17409 \backslash
17410 mathbin
17411 \series default
17412  des opérateurs binaires.
17413 \end_layout
17414
17415 \begin_layout Standard
17416
17417 \series bold
17418
17419 \backslash
17420 mathop
17421 \series default
17422  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17423 \end_layout
17424
17425 \begin_layout Standard
17426 \begin_inset Formula \[
17427 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17428
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \begin_layout Standard
17435 La commande pour la formule précédente est:
17436 \begin_inset Newline newline
17437 \end_inset
17438
17439
17440 \series bold
17441
17442 \backslash
17443 mathop{
17444 \backslash
17445 sum
17446 \backslash
17447 negmedspace
17448 \backslash
17449 sum
17450 \series default
17451
17452 \begin_inset ERT
17453 status collapsed
17454
17455 \begin_layout Plain Layout
17456
17457
17458 \backslash
17459 spce 
17460 \end_layout
17461
17462 \end_inset
17463
17464
17465 \series bold
17466
17467 \begin_inset Formula $\to$
17468 \end_inset
17469
17470 ^N
17471 \series default
17472
17473 \begin_inset ERT
17474 status collapsed
17475
17476 \begin_layout Plain Layout
17477
17478
17479 \backslash
17480 spce 
17481 \end_layout
17482
17483 \end_inset
17484
17485
17486 \series bold
17487 _i,j=1
17488 \end_layout
17489
17490 \begin_layout Section
17491 Polices de caractères
17492 \begin_inset Index
17493 status collapsed
17494
17495 \begin_layout Plain Layout
17496 Polices de caractères
17497 \end_layout
17498
17499 \end_inset
17500
17501
17502 \begin_inset Index
17503 status collapsed
17504
17505 \begin_layout Plain Layout
17506 Fontes| see
17507 \begin_inset ERT
17508 status collapsed
17509
17510 \begin_layout Plain Layout
17511
17512 {
17513 \end_layout
17514
17515 \end_inset
17516
17517 Polices de caractères
17518 \begin_inset ERT
17519 status collapsed
17520
17521 \begin_layout Plain Layout
17522
17523 }
17524 \end_layout
17525
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \begin_layout Subsection
17537 Styles de polices
17538 \begin_inset CommandInset label
17539 LatexCommand label
17540 name "sub:Styles-de-polices"
17541
17542 \end_inset
17543
17544
17545 \begin_inset Index
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 Polices de caractères ! style
17550 \end_layout
17551
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \begin_layout Standard
17558 Dans les formules on peut affecter aux lettres latines un des styles de
17559  police suivant:
17560 \begin_inset VSpace -2mm
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \begin_layout Standard
17567 \align center
17568 \begin_inset Tabular
17569 <lyxtabular version="3" rows="6" columns="3">
17570 <features>
17571 <column alignment="center" valignment="top" width="0">
17572 <column alignment="center" valignment="top" width="0">
17573 <column alignment="center" valignment="top" width="0">
17574 <row>
17575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 Commande
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 Résultat
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 Raccourci
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 mathbb
17611 \begin_inset ERT
17612 status collapsed
17613
17614 \begin_layout Plain Layout
17615
17616
17617 \backslash
17618 spce 
17619 \end_layout
17620
17621 \end_inset
17622
17623 ABC
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 \begin_inset Formula $\mathbb{ABC}$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644 Alt-c c
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 </row>
17650 <row>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \backslash
17657 mathbf
17658 \begin_inset ERT
17659 status collapsed
17660
17661 \begin_layout Plain Layout
17662
17663
17664 \backslash
17665 spce 
17666 \end_layout
17667
17668 \end_inset
17669
17670 AbC
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 \begin_inset Formula $\mathbf{AbC}$
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 -
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 </row>
17697 <row>
17698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702
17703 \backslash
17704 boldsymbol
17705 \begin_inset ERT
17706 status collapsed
17707
17708 \begin_layout Plain Layout
17709
17710
17711 \backslash
17712 spce 
17713 \end_layout
17714
17715 \end_inset
17716
17717 AbC
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726 \begin_inset Formula $\boldsymbol{AbC}$
17727 \end_inset
17728
17729
17730 \end_layout
17731
17732 \end_inset
17733 </cell>
17734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738 Alt-c b
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 </row>
17744 <row>
17745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749
17750 \backslash
17751 mathcal
17752 \begin_inset ERT
17753 status collapsed
17754
17755 \begin_layout Plain Layout
17756
17757
17758 \backslash
17759 spce 
17760 \end_layout
17761
17762 \end_inset
17763
17764 ABC
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 \begin_inset Formula $\mathcal{ABC}$
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785 Alt-c e
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 </row>
17791 <row>
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
17797 \backslash
17798 mathfrak
17799 \begin_inset ERT
17800 status collapsed
17801
17802 \begin_layout Plain Layout
17803
17804
17805 \backslash
17806 spce 
17807 \end_layout
17808
17809 \end_inset
17810
17811 AbC
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17817 \begin_inset Text
17818
17819 \begin_layout Plain Layout
17820 \begin_inset Formula $\mathfrak{AbC}$
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 -
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 </row>
17838 </lyxtabular>
17839
17840 \end_inset
17841
17842
17843 \end_layout
17844
17845 \begin_layout Standard
17846 \align center
17847 \begin_inset Tabular
17848 <lyxtabular version="3" rows="5" columns="3">
17849 <features>
17850 <column alignment="center" valignment="top" width="0">
17851 <column alignment="center" valignment="top" width="0">
17852 <column alignment="center" valignment="top" width="0">
17853 <row>
17854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 Commande
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867 Résultat
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 Raccourci
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 </row>
17882 <row>
17883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887
17888 \backslash
17889 mathit
17890 \begin_inset ERT
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894
17895
17896 \backslash
17897 spce 
17898 \end_layout
17899
17900 \end_inset
17901
17902 AbC
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 \begin_inset Formula $\mathit{AbC}$
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 -
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \backslash
17936 mathrm
17937 \begin_inset ERT
17938 status collapsed
17939
17940 \begin_layout Plain Layout
17941
17942
17943 \backslash
17944 spce 
17945 \end_layout
17946
17947 \end_inset
17948
17949 AbC
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958 \begin_inset Formula $\mathrm{AbC}$
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 Alt-c r
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 </row>
17976 <row>
17977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981
17982 \backslash
17983 mathsf
17984 \begin_inset ERT
17985 status collapsed
17986
17987 \begin_layout Plain Layout
17988
17989
17990 \backslash
17991 spce 
17992 \end_layout
17993
17994 \end_inset
17995
17996 AbC
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005 \begin_inset Formula $\mathsf{AbC}$
18006 \end_inset
18007
18008
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 Alt-c s
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 </row>
18023 <row>
18024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028
18029 \backslash
18030 mathtt
18031 \begin_inset ERT
18032 status collapsed
18033
18034 \begin_layout Plain Layout
18035
18036
18037 \backslash
18038 spce 
18039 \end_layout
18040
18041 \end_inset
18042
18043 AbC
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 \begin_inset Formula $\mathtt{AbC}$
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 Alt-c p
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 </row>
18070 </lyxtabular>
18071
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \begin_layout Standard
18078 \begin_inset Note Greyedout
18079 status open
18080
18081 \begin_layout Plain Layout
18082
18083 \series bold
18084 Note:
18085 \series default
18086  Les styles 
18087 \series bold
18088
18089 \backslash
18090 mathbb
18091 \series default
18092  et 
18093 \series bold
18094
18095 \backslash
18096 mathcal
18097 \series default
18098  ne peuvent être utilisés que pour les lettres majuscules.
18099 \end_layout
18100
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \begin_layout Standard
18107 Le style prédéfini est 
18108 \series bold
18109
18110 \backslash
18111 mathnormal
18112 \series default
18113 .
18114 \end_layout
18115
18116 \begin_layout Standard
18117 Les commandes de style fonctionnent aussi pour des caractères dans des construct
18118 ions mathématiques:
18119 \begin_inset Formula \[
18120 \mathfrak{A=\frac{b}{C}}\]
18121
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Standard
18128 Les caractères en texte mathématique n'apparaissent pas avec un style de
18129  police mathématique mais avec le style de police texte 
18130 \series bold
18131
18132 \backslash
18133 textrm
18134 \series default
18135 .
18136  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
18137  de style est un bug de LyX.
18138 \begin_inset Foot
18139 status collapsed
18140
18141 \begin_layout Plain Layout
18142 \begin_inset CommandInset href
18143 LatexCommand href
18144 name "LyX-bug #4091"
18145 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \end_layout
18156
18157 \begin_layout Standard
18158 À la place des commandes de style, on peut utiliser le menu 
18159 \family sans
18160 Éditer\SpecialChar \menuseparator
18161 Math\SpecialChar \menuseparator
18162 Style
18163 \begin_inset space ~
18164 \end_inset
18165
18166 de
18167 \begin_inset space ~
18168 \end_inset
18169
18170 Texte
18171 \family default
18172  ou le bouton 
18173 \begin_inset Graphics
18174         filename ../../images/math/font.png
18175         scale 85
18176
18177 \end_inset
18178
18179  de la barre d'outils mathématique.
18180 \end_layout
18181
18182 \begin_layout Subsection
18183 Formules en gras
18184 \begin_inset CommandInset label
18185 LatexCommand label
18186 name "sub:Formules-en-gras"
18187
18188 \end_inset
18189
18190
18191 \begin_inset Index
18192 status collapsed
18193
18194 \begin_layout Plain Layout
18195 Formules ! en gras
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \begin_layout Standard
18204 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
18205  
18206 \series bold
18207
18208 \backslash
18209 mathbf
18210 \series default
18211  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
18212  grecques minuscules.
18213  En plus elle affiche toujours les lettres latines en caractères droits,
18214  comme dans l'équation suivante:
18215 \end_layout
18216
18217 \begin_layout Standard
18218 \begin_inset Formula \[
18219 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}\]
18220
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \begin_layout Standard
18227 Pour afficher cette formule correctement; on utilise la commande 
18228 \series bold
18229
18230 \backslash
18231 boldsymbol
18232 \series default
18233 :
18234 \begin_inset Formula \[
18235 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}\]
18236
18237 \end_inset
18238
18239 Il est aussi possible de mettre l'équation dans un environnement 
18240 \series bold
18241 boldmath
18242 \series default
18243 .
18244  On crée cet environnement en insérant la commande 
18245 \series bold
18246
18247 \backslash
18248 boldmath
18249 \begin_inset Index
18250 status collapsed
18251
18252 \begin_layout Plain Layout
18253 Commandes ! B ! 
18254 \backslash
18255 boldmath
18256 \end_layout
18257
18258 \end_inset
18259
18260
18261 \series default
18262  en mode TeX.
18263  Pour terminer l'environnement, on insère la commande 
18264 \series bold
18265
18266 \backslash
18267 unboldmath
18268 \begin_inset Index
18269 status collapsed
18270
18271 \begin_layout Plain Layout
18272 Commandes ! U ! 
18273 \backslash
18274 unboldmath
18275 \end_layout
18276
18277 \end_inset
18278
18279
18280 \series default
18281  toujours en mode TeX.
18282 \begin_inset ERT
18283 status collapsed
18284
18285 \begin_layout Plain Layout
18286
18287
18288 \backslash
18289 boldmath 
18290 \end_layout
18291
18292 \end_inset
18293
18294
18295 \begin_inset Formula \[
18296 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}\]
18297
18298 \end_inset
18299
18300
18301 \begin_inset ERT
18302 status collapsed
18303
18304 \begin_layout Plain Layout
18305
18306
18307 \backslash
18308 unboldmath 
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Subsection
18317 Tailles de polices
18318 \begin_inset CommandInset label
18319 LatexCommand label
18320 name "sub:Tailles-polices"
18321
18322 \end_inset
18323
18324
18325 \begin_inset Index
18326 status collapsed
18327
18328 \begin_layout Plain Layout
18329 Polices ! tailles
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Standard
18338 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18339  les caractères qui sont dans le texte, les commandes de changement de taille
18340  suivantes:
18341 \end_layout
18342
18343 \begin_layout Standard
18344
18345 \series bold
18346
18347 \backslash
18348 Huge
18349 \series default
18350
18351 \series bold
18352
18353 \backslash
18354 huge
18355 \series default
18356
18357 \series bold
18358
18359 \backslash
18360 LARGE
18361 \series default
18362
18363 \series bold
18364
18365 \backslash
18366 Large
18367 \series default
18368
18369 \series bold
18370
18371 \backslash
18372 large
18373 \series default
18374
18375 \series bold
18376
18377 \backslash
18378 normalsize
18379 \series default
18380
18381 \series bold
18382
18383 \backslash
18384 small
18385 \series default
18386 ,
18387 \begin_inset Newline newline
18388 \end_inset
18389
18390
18391 \series bold
18392
18393 \backslash
18394 footnotesize
18395 \series default
18396
18397 \series bold
18398
18399 \backslash
18400 scriptsize
18401 \series default
18402 , et 
18403 \series bold
18404
18405 \backslash
18406 tiny
18407 \begin_inset Foot
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
18412  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
18413 \end_layout
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \begin_layout Standard
18421 La taille des caractères produits par ces commandes dépend de la taille
18422  de police du document, qui correspond à la commande 
18423 \series bold
18424
18425 \backslash
18426 normalsize
18427 \series default
18428 .
18429  Les autres commandes produisent des tailles plus ou moins grandes que 
18430 \series bold
18431
18432 \backslash
18433 normalsize
18434 \series default
18435 .
18436  La taille de la police ne peut donc pas dépasser une certaine valeur.
18437  Par exemple, pour un document dans une police de taille 12
18438 \begin_inset space \thinspace{}
18439 \end_inset
18440
18441 pt, la commande 
18442 \series bold
18443
18444 \backslash
18445 Huge
18446 \series default
18447  va donner la même taille que 
18448 \series bold
18449
18450 \backslash
18451 huge
18452 \series default
18453 .
18454  
18455 \end_layout
18456
18457 \begin_layout Standard
18458 Une commande de changement de taille est insérée en mode TeX avant la formule
18459  et fixe la taille de toutes les formules qui suivent ainsi que celle des
18460  caractères du texte.
18461  Pour revenir à la taille initiale, on doit insérer la commande 
18462 \series bold
18463
18464 \backslash
18465 normalsize
18466 \series default
18467  en mode TeX après la formule.
18468 \end_layout
18469
18470 \begin_layout Standard
18471 À l'intérieur de la formule, on ne peut changer la taille que des caractères
18472  ou des symboles qui sont en mode texte mathématique.
18473  Pour le faire, on insère la commande de changement de taille en mode texte
18474  mathématique.
18475  Tous les caractères qui suivent jusqu'à la fin du texte mathématique ou
18476  jusqu'à ce que la taille soit de nouveau modifiée, auront la taille choisie.
18477  Deux exemples:
18478 \begin_inset VSpace -2mm
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Standard
18485 \begin_inset ERT
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489
18490
18491 \backslash
18492 huge 
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \begin_inset Formula \[
18499 A=\frac{B}{c}\cdot\maltese\]
18500
18501 \end_inset
18502
18503
18504 \begin_inset Formula \[
18505 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18506
18507 \end_inset
18508
18509
18510 \begin_inset ERT
18511 status collapsed
18512
18513 \begin_layout Plain Layout
18514
18515
18516 \backslash
18517 normalsize 
18518 \end_layout
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \begin_layout Standard
18526 \begin_inset VSpace medskip
18527 \end_inset
18528
18529 Avant les deux formules, on a inséré la commande 
18530 \series bold
18531
18532 \backslash
18533 huge
18534 \series default
18535 .
18536  La commande utilisée pour la deuxième formule est:
18537 \begin_inset Newline newline
18538 \end_inset
18539
18540
18541 \series bold
18542
18543 \backslash
18544 maltese
18545 \begin_inset ERT
18546 status collapsed
18547
18548 \begin_layout Plain Layout
18549
18550
18551 \backslash
18552 spce 
18553 \end_layout
18554
18555 \end_inset
18556
18557 A Alt-m m 
18558 \backslash
18559 Large
18560 \begin_inset ERT
18561 status collapsed
18562
18563 \begin_layout Plain Layout
18564
18565
18566 \backslash
18567 spce 
18568 \end_layout
18569
18570 \end_inset
18571
18572
18573 \backslash
18574 maltese
18575 \begin_inset ERT
18576 status collapsed
18577
18578 \begin_layout Plain Layout
18579
18580
18581 \backslash
18582 spce 
18583 \end_layout
18584
18585 \end_inset
18586
18587
18588 \backslash
18589 textit
18590 \begin_inset ERT
18591 status collapsed
18592
18593 \begin_layout Plain Layout
18594
18595
18596 \backslash
18597 spce 
18598 \end_layout
18599
18600 \end_inset
18601
18602 A
18603 \begin_inset Formula $\to$
18604 \end_inset
18605
18606
18607 \begin_inset Formula $\to$
18608 \end_inset
18609
18610
18611 \begin_inset Newline newline
18612 \end_inset
18613
18614
18615 \series default
18616
18617 \begin_inset space \hspace*{}
18618 \length 1cm
18619 \end_inset
18620
18621
18622 \series bold
18623 Alt-m
18624 \series default
18625  
18626 \series bold
18627
18628 \backslash
18629 tiny
18630 \begin_inset ERT
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634
18635
18636 \backslash
18637 spce 
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \backslash
18644 maltese
18645 \begin_inset ERT
18646 status collapsed
18647
18648 \begin_layout Plain Layout
18649
18650
18651 \backslash
18652 spce 
18653 \end_layout
18654
18655 \end_inset
18656
18657
18658 \backslash
18659 textit
18660 \begin_inset ERT
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664
18665
18666 \backslash
18667 spce 
18668 \end_layout
18669
18670 \end_inset
18671
18672 A
18673 \end_layout
18674
18675 \begin_layout Standard
18676 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
18677  affiché dans la taille par défaut
18678 \end_layout
18679
18680 \begin_layout Section
18681 Les lettres grecques
18682 \begin_inset Index
18683 status collapsed
18684
18685 \begin_layout Plain Layout
18686 Lettres grecques
18687 \end_layout
18688
18689 \end_inset
18690
18691
18692 \end_layout
18693
18694 \begin_layout Standard
18695 On peut insérer toutes les lettres grecques avec le bouton 
18696 \begin_inset Graphics
18697         filename ../../images/math/alpha.png
18698         scale 85
18699
18700 \end_inset
18701
18702  de la barre d'outils mathématiques.
18703 \end_layout
18704
18705 \begin_layout Subsection
18706 Lettres minuscules
18707 \begin_inset CommandInset label
18708 LatexCommand label
18709 name "sub:Minuscules"
18710
18711 \end_inset
18712
18713
18714 \begin_inset Index
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718 Lettres grecques ! minuscules
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \begin_layout Standard
18727
18728 \lang english
18729 \begin_inset space \hfill{}
18730 \end_inset
18731
18732
18733 \lang french
18734
18735 \begin_inset Tabular
18736 <lyxtabular version="3" rows="11" columns="2">
18737 <features>
18738 <column alignment="center" valignment="top" width="0pt">
18739 <column alignment="center" valignment="top" width="0pt">
18740 <row>
18741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745 Commande
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754 Résultat
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 </row>
18760 <row>
18761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765
18766 \backslash
18767 alpha
18768 \end_layout
18769
18770 \end_inset
18771 </cell>
18772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776 \begin_inset Formula $\alpha$
18777 \end_inset
18778
18779
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 </row>
18785 <row>
18786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790
18791 \backslash
18792 beta
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 \begin_inset Formula $\beta$
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 <row>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \backslash
18817 gamma
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826 \begin_inset Formula $\gamma$
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 </row>
18835 <row>
18836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840
18841 \backslash
18842 delta
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 \begin_inset Formula $\delta$
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 </row>
18860 <row>
18861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865
18866 \backslash
18867 epsilon
18868 \end_layout
18869
18870 \end_inset
18871 </cell>
18872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876 \begin_inset Formula $\epsilon$
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 </row>
18885 <row>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \backslash
18892 varepsilon
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 \begin_inset Formula $\varepsilon$
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 <row>
18911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915
18916 \backslash
18917 zeta
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926 \begin_inset Formula $\zeta$
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 </row>
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \backslash
18942 eta
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 \begin_inset Formula $\eta$
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \backslash
18967 theta
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 \begin_inset Formula $\theta$
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 </row>
18985 <row>
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \backslash
18992 vartheta
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001 \begin_inset Formula $\vartheta$
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 </lyxtabular>
19011
19012 \end_inset
19013
19014
19015 \begin_inset space \hfill{}
19016 \end_inset
19017
19018
19019 \begin_inset Tabular
19020 <lyxtabular version="3" rows="12" columns="2">
19021 <features>
19022 <column alignment="center" valignment="top" width="0pt">
19023 <column alignment="center" valignment="top" width="0pt">
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 Commande
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 Résultat
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 <row>
19045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049
19050 \backslash
19051 iota
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060 \begin_inset Formula $\iota$
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 </row>
19069 <row>
19070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074
19075 \backslash
19076 kappa
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085 \begin_inset Formula $\kappa$
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \backslash
19101 varkappa
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 \begin_inset Formula $\varkappa$
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 <row>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124
19125 \backslash
19126 lambda
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 \begin_inset Formula $\lambda$
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 </row>
19144 <row>
19145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149
19150 \backslash
19151 mu
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 \begin_inset Formula $\mu$
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \backslash
19176 nu
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 \begin_inset Formula $\nu$
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 <row>
19195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199
19200 \backslash
19201 xi
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 \begin_inset Formula $\xi$
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224 o
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 \begin_inset Formula $o$
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 <row>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \backslash
19249 pi
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Formula $\pi$
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 </row>
19267 <row>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \backslash
19274 varpi
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula $\varpi$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \backslash
19299 rho
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Formula $\rho$
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 </lyxtabular>
19318
19319 \end_inset
19320
19321
19322 \begin_inset space \hfill{}
19323 \end_inset
19324
19325
19326 \begin_inset Tabular
19327 <lyxtabular version="3" rows="11" columns="2">
19328 <features>
19329 <column alignment="center" valignment="top" width="0pt">
19330 <column alignment="center" valignment="top" width="0pt">
19331 <row>
19332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 Commande
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 Résultat
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 </row>
19351 <row>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \backslash
19358 varrho
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 \begin_inset Formula $\varrho$
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 </row>
19376 <row>
19377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381
19382 \backslash
19383 sigma
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 \begin_inset Formula $\sigma$
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 <row>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \backslash
19408 varsigma
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 \begin_inset Formula $\varsigma$
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 </row>
19426 <row>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431
19432 \backslash
19433 tau
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 \begin_inset Formula $\tau$
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 </row>
19451 <row>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \backslash
19458 upsilon
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 \begin_inset Formula $\upsilon$
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481
19482 \backslash
19483 phi
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 \begin_inset Formula $\phi$
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 </row>
19501 <row>
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \backslash
19508 varphi
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 \begin_inset Formula $\varphi$
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 </row>
19526 <row>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531
19532 \backslash
19533 chi
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 \begin_inset Formula $\chi$
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \backslash
19558 psi
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Formula $\psi$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \backslash
19583 omega
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Formula $\omega$
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 </lyxtabular>
19602
19603 \end_inset
19604
19605
19606 \lang english
19607
19608 \begin_inset space \hfill{}
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \begin_layout Standard
19615 \begin_inset VSpace medskip
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \begin_layout Standard
19622 On explique comment obtenir des lettres grecques droites dans 
19623 \begin_inset CommandInset ref
19624 LatexCommand ref
19625 reference "sub:minuscules-grecques-droites"
19626
19627 \end_inset
19628
19629 .
19630 \end_layout
19631
19632 \begin_layout Subsection
19633 Lettres majuscules
19634 \begin_inset Index
19635 status collapsed
19636
19637 \begin_layout Plain Layout
19638 Lettres grecques ! majuscules
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Standard
19647
19648 \lang english
19649 \begin_inset space \hfill{}
19650 \end_inset
19651
19652
19653 \lang french
19654
19655 \begin_inset Tabular
19656 <lyxtabular version="3" rows="7" columns="2">
19657 <features>
19658 <column alignment="center" valignment="top" width="0pt">
19659 <column alignment="center" valignment="top" width="0pt">
19660 <row>
19661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 Commande
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 Résultat
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 </row>
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685
19686 \backslash
19687 Gamma
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 \begin_inset Formula $\Gamma$
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 </row>
19705 <row>
19706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Plain Layout
19710
19711 \backslash
19712 Delta
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721 \begin_inset Formula $\Delta$
19722 \end_inset
19723
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 </row>
19730 <row>
19731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735
19736 \backslash
19737 Theta
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 \begin_inset Formula $\Theta$
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 <row>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760
19761 \backslash
19762 Lambda
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 \begin_inset Formula $\Lambda$
19772 \end_inset
19773
19774
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 <row>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \backslash
19787 Xi
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 \begin_inset Formula $\Xi$
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 </row>
19805 <row>
19806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \backslash
19812 Pi
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 \begin_inset Formula $\Pi$
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 </lyxtabular>
19831
19832 \end_inset
19833
19834
19835 \begin_inset space \hfill{}
19836 \end_inset
19837
19838
19839 \begin_inset Tabular
19840 <lyxtabular version="3" rows="6" columns="2">
19841 <features>
19842 <column alignment="center" valignment="top" width="0pt">
19843 <column alignment="center" valignment="top" width="0pt">
19844 <row>
19845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 Commande
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 Résultat
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \backslash
19871 Sigma
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 \begin_inset Formula $\Sigma$
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 </row>
19889 <row>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \backslash
19896 Upsilon
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 \begin_inset Formula $\Upsilon$
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \backslash
19921 Phi
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Formula $\Phi$
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 <row>
19940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944
19945 \backslash
19946 Psi
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset Formula $\Psi$
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 </row>
19964 <row>
19965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969
19970 \backslash
19971 Omega
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Formula $\Omega$
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 </row>
19989 </lyxtabular>
19990
19991 \end_inset
19992
19993
19994 \lang english
19995
19996 \begin_inset space \hfill{}
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 \begin_inset VSpace medskip
20004 \end_inset
20005
20006 Le fait que les lettres grecques majuscules apparaissent droites provient
20007  d'un défaut de conception quand TeX a été développé.
20008  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
20009  commande par 
20010 \series bold
20011 var
20012 \series default
20013 .
20014  Par exemple, la commande 
20015 \series bold
20016
20017 \backslash
20018 varGamma
20019 \series default
20020  produit: 
20021 \begin_inset Formula $\varGamma$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \begin_layout Subsection
20028 Lettres grasses
20029 \begin_inset Index
20030 status collapsed
20031
20032 \begin_layout Plain Layout
20033 Lettres grecques ! grasses
20034 \end_layout
20035
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Standard
20042 Les lettres grecques ne peuvent être mise dans différents styles de polices
20043  comme les lettres latines.
20044  Elles peuvent seulement être mises en gras avec la commande 
20045 \series bold
20046
20047 \backslash
20048 boldsymbol
20049 \series default
20050
20051 \begin_inset Index
20052 status collapsed
20053
20054 \begin_layout Plain Layout
20055 Commandes ! B ! 
20056 \backslash
20057 boldsymbol
20058 \end_layout
20059
20060 \end_inset
20061
20062 .
20063 \end_layout
20064
20065 \begin_layout Standard
20066 \align center
20067 \begin_inset Tabular
20068 <lyxtabular version="3" rows="3" columns="2">
20069 <features>
20070 <column alignment="center" valignment="top" width="0">
20071 <column alignment="center" valignment="top" width="0">
20072 <row>
20073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077 Commande
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 Résultat
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 <row>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097
20098 \backslash
20099 Upsilon
20100 \backslash
20101 boldsymbol
20102 \backslash
20103 Upsilon
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 $\Upsilon\boldsymbol{\Upsilon}$
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 theta
20129 \backslash
20130 boldsymbol
20131 \backslash
20132 theta
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 \begin_inset Formula $\theta\boldsymbol{\theta}$
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 </row>
20150 </lyxtabular>
20151
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \begin_layout Section
20158 Symboles
20159 \begin_inset ERT
20160 status collapsed
20161
20162 \begin_layout Plain Layout
20163
20164
20165 \backslash
20166 texorpdfstring{
20167 \end_layout
20168
20169 \end_inset
20170
20171
20172 \begin_inset Foot
20173 status collapsed
20174
20175 \begin_layout Plain Layout
20176 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20177  être trouvée dans 
20178 \begin_inset CommandInset citation
20179 LatexCommand cite
20180 key "Symbole"
20181
20182 \end_inset
20183
20184 .
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \begin_inset ERT
20191 status collapsed
20192
20193 \begin_layout Plain Layout
20194
20195 }{}
20196 \end_layout
20197
20198 \end_inset
20199
20200
20201 \begin_inset Note Note
20202 status collapsed
20203
20204 \begin_layout Plain Layout
20205
20206 \backslash
20207 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20208  dans les signets PDF.
20209 \end_layout
20210
20211 \begin_layout Plain Layout
20212 Plus au sujet de 
20213 \backslash
20214 texorpdfstring dans la section 
20215 \begin_inset CommandInset ref
20216 LatexCommand ref
20217 reference "sub:formules-dans-les-entêtes"
20218
20219 \end_inset
20220
20221 .
20222 \end_layout
20223
20224 \end_inset
20225
20226
20227 \begin_inset Index
20228 status collapsed
20229
20230 \begin_layout Plain Layout
20231 Symboles
20232 \end_layout
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \begin_layout Standard
20240 Plusieurs symboles listés dans cette section peuvent aussi être insérés
20241  grâce aux boutons 
20242 \begin_inset Graphics
20243         filename ../../images/math/nabla.png
20244         scale 85
20245
20246 \end_inset
20247
20248  et 
20249 \begin_inset Graphics
20250         filename ../../images/math/digamma.png
20251         scale 85
20252
20253 \end_inset
20254
20255  de la barre d'outils mathématique.
20256 \end_layout
20257
20258 \begin_layout Subsection
20259 Symboles mathématiques
20260 \begin_inset CommandInset label
20261 LatexCommand label
20262 name "sub:Symboles-mathématiques"
20263
20264 \end_inset
20265
20266
20267 \begin_inset Index
20268 status collapsed
20269
20270 \begin_layout Plain Layout
20271 Symboles ! mathématiques
20272 \end_layout
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Standard
20280 \begin_inset space \hfill{}
20281 \end_inset
20282
20283
20284 \begin_inset Tabular
20285 <lyxtabular version="3" rows="10" columns="2">
20286 <features>
20287 <column alignment="center" valignment="top" width="0pt">
20288 <column alignment="center" valignment="top" width="0pt">
20289 <row>
20290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294 Commande
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 Résultat
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 </row>
20309 <row>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314
20315 \backslash
20316 neg
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20322 \begin_inset Text
20323
20324 \begin_layout Plain Layout
20325 \begin_inset Formula $\neg$
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 </row>
20334 <row>
20335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339
20340 \backslash
20341 Im
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350 \begin_inset Formula $\Im$
20351 \end_inset
20352
20353
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 </row>
20359 <row>
20360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364
20365 \backslash
20366 Re
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375 \begin_inset Formula $\Re$
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 </row>
20384 <row>
20385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389
20390 \backslash
20391 aleph
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400 \begin_inset Formula $\aleph$
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 </row>
20409 <row>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414
20415 \backslash
20416 partial
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425 \begin_inset Formula $\partial$
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 </row>
20434 <row>
20435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439
20440 \backslash
20441 infty
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450 \begin_inset Formula $\infty$
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 </row>
20459 <row>
20460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464
20465 \backslash
20466 wp
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475 \begin_inset Formula $\wp$
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 </row>
20484 <row>
20485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489
20490 \backslash
20491 imath
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500 \begin_inset Formula $\imath$
20501 \end_inset
20502
20503
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 </row>
20509 <row>
20510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514
20515 \backslash
20516 jmath
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525 \begin_inset Formula $\jmath$
20526 \end_inset
20527
20528
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 </row>
20534 </lyxtabular>
20535
20536 \end_inset
20537
20538
20539 \begin_inset space \hfill{}
20540 \end_inset
20541
20542
20543 \begin_inset Tabular
20544 <lyxtabular version="3" rows="10" columns="2">
20545 <features>
20546 <column alignment="center" valignment="top" width="0pt">
20547 <column alignment="center" valignment="top" width="0pt">
20548 <row>
20549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 Commande
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562 Résultat
20563 \begin_inset Note Note
20564 status collapsed
20565
20566 \begin_layout Plain Layout
20567
20568 \series bold
20569
20570 \backslash
20571 raisebox est seulement utilisée pour faire de la place
20572 \end_layout
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \backslash
20589 forall
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Formula $\forall$
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 <row>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \backslash
20614 exists
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 \begin_inset Formula $\exists$
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \backslash
20639 nexists
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 \begin_inset Formula $\nexists$
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \backslash
20664 emptyset
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Formula $\emptyset$
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \backslash
20689 varnothing
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 \begin_inset Formula $\varnothing$
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 <row>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712
20713 \backslash
20714 dag
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 \begin_inset Formula $\dag$
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 </row>
20732 <row>
20733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737
20738 \backslash
20739 ddag
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\ddag$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \backslash
20764 complement
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset ERT
20774 status collapsed
20775
20776 \begin_layout Plain Layout
20777
20778
20779 \backslash
20780 raisebox{-0.8mm}{
20781 \end_layout
20782
20783 \end_inset
20784
20785
20786 \begin_inset Formula $\complement$
20787 \end_inset
20788
20789
20790 \begin_inset ERT
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794
20795 }
20796 \end_layout
20797
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 </row>
20806 <row>
20807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20808 \begin_inset Text
20809
20810 \begin_layout Plain Layout
20811
20812 \backslash
20813 Bbbk
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822 \begin_inset Formula $\Bbbk$
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 </row>
20831 </lyxtabular>
20832
20833 \end_inset
20834
20835
20836 \begin_inset space \hfill{}
20837 \end_inset
20838
20839
20840 \begin_inset Tabular
20841 <lyxtabular version="3" rows="10" columns="2">
20842 <features>
20843 <column alignment="center" valignment="top" width="0pt">
20844 <column alignment="center" valignment="top" width="0pt">
20845 <row>
20846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 Commande
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859 Résultat
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 </row>
20865 <row>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \backslash
20872 prime
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881 \begin_inset Formula $\prime$
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 </row>
20890 <row>
20891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895
20896 \backslash
20897 backprime
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 \begin_inset Formula $\backprime$
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 </row>
20915 <row>
20916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920
20921 \backslash
20922 mho
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 \begin_inset Formula $\mho$
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945
20946 \backslash
20947 triangle
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Formula $\triangle$
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970
20971 \backslash
20972 angle
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $\angle$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 <row>
20991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995
20996 \backslash
20997 measuredangle
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 \begin_inset Formula $\measuredangle$
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 <row>
21016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020
21021 \backslash
21022 sphericalangle
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 \begin_inset Formula $\sphericalangle$
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 </row>
21040 <row>
21041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \backslash
21047 top
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 \begin_inset Formula $\top$
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 </row>
21065 <row>
21066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070
21071 \backslash
21072 bot
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 \begin_inset Formula $\bot$
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 </row>
21090 </lyxtabular>
21091
21092 \end_inset
21093
21094
21095 \begin_inset space \hfill{}
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \begin_layout Standard
21102 \begin_inset Newpage newpage
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Subsection
21109 Symboles divers
21110 \begin_inset CommandInset label
21111 LatexCommand label
21112 name "sub:Symboles-divers"
21113
21114 \end_inset
21115
21116
21117 \begin_inset Index
21118 status collapsed
21119
21120 \begin_layout Plain Layout
21121 Symboles ! divers
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \begin_layout Standard
21130 \noindent
21131 \align center
21132 \begin_inset Tabular
21133 <lyxtabular version="3" rows="10" columns="2">
21134 <features>
21135 <column alignment="center" valignment="top" width="0pt">
21136 <column alignment="center" valignment="top" width="0pt">
21137 <row>
21138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 Commande
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 Résultat
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 </row>
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \backslash
21164 flat
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 \begin_inset Formula $\flat$
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 <row>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187
21188 \backslash
21189 natural
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 \begin_inset Formula $\natural$
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 </row>
21207 <row>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212
21213 \backslash
21214 sharp
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 \begin_inset Formula $\sharp$
21224 \end_inset
21225
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237
21238 \backslash
21239 surd
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $\surd$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 checkmark
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\checkmark$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \backslash
21289 yen
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $\yen$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \backslash
21314 pounds
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\pounds$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 $
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 \begin_inset Formula $\$$
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 </row>
21355 <row>
21356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 §
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 \begin_inset Formula $§$
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 </lyxtabular>
21379
21380 \end_inset
21381
21382
21383 \begin_inset Tabular
21384 <lyxtabular version="3" rows="10" columns="2">
21385 <features>
21386 <column alignment="center" valignment="top" width="0">
21387 <column alignment="center" valignment="top" width="0">
21388 <row>
21389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 Commande
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 Résultat
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 </row>
21408 <row>
21409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413
21414 \backslash
21415 hbar
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Formula $\hbar$
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 </row>
21433 <row>
21434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438
21439 \backslash
21440 hslash
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449 \begin_inset Formula $\hslash$
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 </row>
21458 <row>
21459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463
21464 \backslash
21465 clubsuit
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474 \begin_inset Formula $\clubsuit$
21475 \end_inset
21476
21477
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 </row>
21483 <row>
21484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488
21489 \backslash
21490 spadesuit
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 \begin_inset Formula $\spadesuit$
21500 \end_inset
21501
21502
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 </row>
21508 <row>
21509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513
21514 \backslash
21515 bigstar
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524 \begin_inset Formula $\bigstar$
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 </row>
21533 <row>
21534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538
21539 \backslash
21540 blacklozenge
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549 \begin_inset Formula $\blacklozenge$
21550 \end_inset
21551
21552
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 </row>
21558 <row>
21559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563
21564 \backslash
21565 blacktriangle
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574 \begin_inset Formula $\blacktriangle$
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 </row>
21583 <row>
21584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588
21589 \backslash
21590 blacktiangledown
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 \begin_inset Formula $\blacktriangledown$
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 <row>
21609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613
21614 \backslash
21615 bullet
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 \begin_inset Formula $\bullet$
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 </row>
21633 </lyxtabular>
21634
21635 \end_inset
21636
21637
21638 \begin_inset Tabular
21639 <lyxtabular version="3" rows="10" columns="2">
21640 <features>
21641 <column alignment="center" valignment="top" width="0pt">
21642 <column alignment="center" valignment="top" width="0pt">
21643 <row>
21644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 Commande
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657 Résultat
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668
21669 \backslash
21670 diamondsuit
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 \begin_inset Formula $\diamondsuit$
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 <row>
21689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693
21694 \backslash
21695 Diamond
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 \begin_inset Formula $\Diamond$
21705 \end_inset
21706
21707
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 </row>
21713 <row>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718
21719 \backslash
21720 heartsuit
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 \begin_inset Formula $\heartsuit$
21730 \end_inset
21731
21732
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 </row>
21738 <row>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743
21744 \backslash
21745 P
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 \begin_inset Formula $\P$
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 </row>
21763 <row>
21764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768
21769 \backslash
21770 copyright
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 \begin_inset Formula $\copyright$
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row>
21789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \backslash
21795 circledR
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 \begin_inset Formula $\circledR$
21805 \end_inset
21806
21807
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 <row>
21814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818
21819 \backslash
21820 maltese
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Formula $\maltese$
21830 \end_inset
21831
21832
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 <row>
21839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843
21844 \backslash
21845 diagup
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 \begin_inset Formula $\diagup$
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 </row>
21863 <row>
21864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \backslash
21870 diagdown
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 \begin_inset Formula $\diagdown$
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 </lyxtabular>
21889
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \begin_layout Standard
21896 \begin_inset VSpace medskip
21897 \end_inset
21898
21899 D'autres symboles sont listés dans 
21900 \begin_inset CommandInset ref
21901 LatexCommand ref
21902 reference "sub:Caractères-spéciaux-divers"
21903
21904 \end_inset
21905
21906 .
21907 \end_layout
21908
21909 \begin_layout Standard
21910 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
21911 \begin_inset CommandInset ref
21912 LatexCommand ref
21913 reference "sub:Tailles-polices"
21914
21915 \end_inset
21916
21917 .
21918 \end_layout
21919
21920 \begin_layout Subsection
21921 Le symbole de l'Euro €
21922 \begin_inset Index
21923 status collapsed
21924
21925 \begin_layout Plain Layout
21926 Symboles ! symbole de l'Euro
21927 \end_layout
21928
21929 \end_inset
21930
21931
21932 \begin_inset Index
21933 status collapsed
21934
21935 \begin_layout Plain Layout
21936 \begin_inset ERT
21937 status collapsed
21938
21939 \begin_layout Plain Layout
21940
21941
21942 \backslash
21943 officialeuro
21944 \end_layout
21945
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \begin_layout Standard
21957 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
21958  paquetage LaTeX 
21959 \series bold
21960 eurosym
21961 \series default
21962
21963 \begin_inset Index
21964 status collapsed
21965
21966 \begin_layout Plain Layout
21967 Paquetages ! eurosym
21968 \end_layout
21969
21970 \end_inset
21971
21972  et le charger avec la ligne suivante dans le préambule LaTeX
21973 \end_layout
21974
21975 \begin_layout Standard
21976
21977 \series bold
21978
21979 \backslash
21980 usepackage[gennarrow]{eurosym}
21981 \end_layout
21982
21983 \begin_layout Standard
21984 Le symbole de l'Euro peut alors être inséré avec la commande 
21985 \series bold
21986
21987 \backslash
21988 euro
21989 \series default
21990
21991 \begin_inset Index
21992 status collapsed
21993
21994 \begin_layout Plain Layout
21995 Commandes ! E ! 
21996 \backslash
21997 euro
21998 \end_layout
21999
22000 \end_inset
22001
22002 .
22003 \end_layout
22004
22005 \begin_layout Standard
22006 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
22007 e avec la touche €, sans avoir à installer le paquetage 
22008 \series bold
22009 eurosym
22010 \series default
22011 .
22012  Quand 
22013 \series bold
22014 eurosym
22015 \series default
22016  est installé, on peut aussi insérer la commande 
22017 \series bold
22018
22019 \backslash
22020 euro
22021 \series default
22022  en mode TeX.
22023  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
22024  
22025 \series bold
22026
22027 \backslash
22028 officialeuro
22029 \series default
22030
22031 \begin_inset Index
22032 status collapsed
22033
22034 \begin_layout Plain Layout
22035 Commandes ! O ! 
22036 \backslash
22037 officialeuro
22038 \end_layout
22039
22040 \end_inset
22041
22042 , qui n'est utilisable qu'en mode TeX.
22043 \end_layout
22044
22045 \begin_layout Standard
22046 \begin_inset ERT
22047 status collapsed
22048
22049 \begin_layout Plain Layout
22050
22051
22052 \backslash
22053 ifeurosym 
22054 \end_layout
22055
22056 \end_inset
22057
22058
22059 \begin_inset Note Note
22060 status open
22061
22062 \begin_layout Plain Layout
22063 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
22064 \series bold
22065 eurosym
22066 \series default
22067  est installé.
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \begin_layout Standard
22076 Un aperçu des différents symboles de l'Euro:
22077 \end_layout
22078
22079 \begin_layout Standard
22080 \align center
22081 \begin_inset Tabular
22082 <lyxtabular version="3" rows="4" columns="3">
22083 <features>
22084 <column alignment="center" valignment="top" width="0pt">
22085 <column alignment="center" valignment="top" width="0pt">
22086 <column alignment="center" valignment="top" width="0pt">
22087 <row>
22088 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 Commande 
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110 Résultat
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 </row>
22116 <row>
22117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121 formule
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130
22131 \backslash
22132 euro
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141 \begin_inset Formula $\euro$
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 </row>
22150 <row>
22151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 texte mathématique
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\mbox{€}$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 mode TeX
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196
22197 \backslash
22198 officialeuro
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 \begin_inset ERT
22208 status collapsed
22209
22210 \begin_layout Plain Layout
22211
22212
22213 \backslash
22214 officialeuro
22215 \end_layout
22216
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 </lyxtabular>
22226
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \begin_layout Standard
22233 \begin_inset ERT
22234 status collapsed
22235
22236 \begin_layout Plain Layout
22237
22238
22239 \backslash
22240 else 
22241 \end_layout
22242
22243 \end_inset
22244
22245
22246 \begin_inset Note Note
22247 status open
22248
22249 \begin_layout Plain Layout
22250 Ce qui suit sera affiché si le paquetage LaTeX 
22251 \series bold
22252 eurosym
22253 \series default
22254  n'est pas installé:
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \end_layout
22261
22262 \begin_layout Standard
22263 Vous devez installer le paquetage LaTeX 
22264 \series bold
22265 eurosym
22266 \series default
22267  pour voir le reste de cette section dans la sortie imprimée.
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset ERT
22272 status collapsed
22273
22274 \begin_layout Plain Layout
22275
22276
22277 \backslash
22278 fi 
22279 \end_layout
22280
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \begin_layout Section
22287 Opérateurs de relation
22288 \begin_inset CommandInset label
22289 LatexCommand label
22290 name "sec:Relations"
22291
22292 \end_inset
22293
22294
22295 \begin_inset Index
22296 status collapsed
22297
22298 \begin_layout Plain Layout
22299 Relations
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \begin_inset Index
22306 status collapsed
22307
22308 \begin_layout Plain Layout
22309 Comparaisons|see
22310 \begin_inset ERT
22311 status collapsed
22312
22313 \begin_layout Plain Layout
22314
22315 {
22316 \end_layout
22317
22318 \end_inset
22319
22320 Relations
22321 \begin_inset ERT
22322 status collapsed
22323
22324 \begin_layout Plain Layout
22325
22326 }
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \begin_layout Standard
22340 Tous les opérateurs de relation peuvent aussi être insérés en passant par
22341  le bouton 
22342 \begin_inset Graphics
22343         filename ../../images/math/leq.png
22344         scale 85
22345
22346 \end_inset
22347
22348  de la barre d'outils.
22349 \end_layout
22350
22351 \begin_layout Standard
22352
22353 \lang english
22354 \begin_inset space \hfill{}
22355 \end_inset
22356
22357
22358 \lang french
22359
22360 \begin_inset Tabular
22361 <lyxtabular version="3" rows="17" columns="2">
22362 <features>
22363 <column alignment="center" valignment="top" width="0pt">
22364 <column alignment="center" valignment="top" width="0pt">
22365 <row>
22366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370 Commande
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 Résultat
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 <row>
22386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 <
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 \begin_inset Formula $<$
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 <row>
22409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \backslash
22415 le
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 \begin_inset Formula $\le$
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 </row>
22433 <row>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438
22439 \backslash
22440 ll
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 \begin_inset Formula $\ll$
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 </row>
22458 <row>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463
22464 \backslash
22465 prec
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474 \begin_inset Formula $\prec$
22475 \end_inset
22476
22477
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 </row>
22483 <row>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488
22489 \backslash
22490 preceq
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 \begin_inset Formula $\preceq$
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 <row>
22509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513
22514 \backslash
22515 subset
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 \begin_inset Formula $\subset$
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \backslash
22540 subseteq
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 \begin_inset Formula $\subseteq$
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 </row>
22558 <row>
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563
22564 \backslash
22565 sqsubseteq
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 \begin_inset Formula $\sqsubseteq$
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 <row>
22584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588
22589 \backslash
22590 in
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 \begin_inset Formula $\in$
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 <row>
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \backslash
22615 vdash
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 \begin_inset Formula $\vdash$
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 </row>
22633 <row>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \backslash
22640 smile
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 \begin_inset Formula $\smile$
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 </row>
22658 <row>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663
22664 \backslash
22665 lhd
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 \begin_inset Formula $\lhd$
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 </row>
22683 <row>
22684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688
22689 \backslash
22690 unlhd
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 \begin_inset Formula $\unlhd$
22700 \end_inset
22701
22702
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 </row>
22708 <row>
22709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713
22714 \backslash
22715 gtrless
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 \begin_inset Formula $\gtrless$
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 </row>
22733 <row>
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738
22739 \backslash
22740 mid
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749 \begin_inset Formula $\mid$
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 </row>
22758 <row>
22759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763
22764 \backslash
22765 nmid
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774 \begin_inset Formula $\nmid$
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 </row>
22783 </lyxtabular>
22784
22785 \end_inset
22786
22787
22788 \begin_inset space \hfill{}
22789 \end_inset
22790
22791
22792 \begin_inset Tabular
22793 <lyxtabular version="3" rows="17" columns="2">
22794 <features>
22795 <column alignment="center" valignment="top" width="0pt">
22796 <column alignment="center" valignment="top" width="0pt">
22797 <row>
22798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 Commande
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 Résultat
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row>
22818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 =
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 $=$
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 not=
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 $\not=$
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 equiv
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 $\equiv$
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 sim
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 $\sim$
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 simeq
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 $\simeq$
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 approx
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 $\approx$
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" leftline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \backslash
22972 cong
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 \begin_inset Formula $\cong$
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 </row>
22990 <row>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995
22996 \backslash
22997 bowtie
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006 \begin_inset Formula $\bowtie$
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 </row>
23015 <row>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020
23021 \backslash
23022 notin
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 \begin_inset Formula $\notin$
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 </row>
23040 <row>
23041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045
23046 \backslash
23047 perp
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056 \begin_inset Formula $\perp$
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 </row>
23065 <row>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070
23071 \backslash
23072 propto
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081 \begin_inset Formula $\propto$
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 </row>
23090 <row>
23091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095
23096 \backslash
23097 asymp
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106 \begin_inset Formula $\asymp$
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 </row>
23115 <row>
23116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120
23121 \backslash
23122 doteq
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 \begin_inset Formula $\doteq$
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 </row>
23140 <row>
23141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145
23146 \backslash
23147 circeq
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 \begin_inset Formula $\circeq$
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 </row>
23165 <row>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170
23171 \backslash
23172 models
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 \begin_inset Formula $\models$
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 </row>
23190 <row>
23191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195
23196 \backslash
23197 widehat=
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 \begin_inset Formula $\widehat{=}$
23207 \end_inset
23208
23209
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 </row>
23215 </lyxtabular>
23216
23217 \end_inset
23218
23219
23220 \begin_inset space \hfill{}
23221 \end_inset
23222
23223
23224 \begin_inset Tabular
23225 <lyxtabular version="3" rows="17" columns="2">
23226 <features>
23227 <column alignment="center" valignment="top" width="0pt">
23228 <column alignment="center" valignment="top" width="0pt">
23229 <row>
23230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234 Commande
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 Résultat
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 </row>
23249 <row>
23250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254 >
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263 \begin_inset Formula $>$
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 </row>
23272 <row>
23273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277
23278 \backslash
23279 ge
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288 \begin_inset Formula $\ge$
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 </row>
23297 <row>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302
23303 \backslash
23304 gg
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23310 \begin_inset Text
23311
23312 \begin_layout Plain Layout
23313 \begin_inset Formula $\gg$
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 </row>
23322 <row>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327
23328 \backslash
23329 succ
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338 \begin_inset Formula $\succ$
23339 \end_inset
23340
23341
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 </row>
23347 <row>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352
23353 \backslash
23354 succeq
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 \begin_inset Formula $\succeq$
23364 \end_inset
23365
23366
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 </row>
23372 <row>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377
23378 \backslash
23379 supset
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 \begin_inset Formula $\supset$
23389 \end_inset
23390
23391
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 </row>
23397 <row>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402
23403 \backslash
23404 supseteq
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 \begin_inset Formula $\supseteq$
23414 \end_inset
23415
23416
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 </row>
23422 <row>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427
23428 \backslash
23429 sqsupseteq
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 \begin_inset Formula $\sqsupseteq$
23439 \end_inset
23440
23441
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 </row>
23447 <row>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452
23453 \backslash
23454 ni
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463 \begin_inset Formula $\ni$
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 </row>
23472 <row>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477
23478 \backslash
23479 dashv
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 \begin_inset Formula $\dashv$
23489 \end_inset
23490
23491
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 </row>
23497 <row>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502
23503 \backslash
23504 frown
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 \begin_inset Formula $\frown$
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 </row>
23522 <row>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527
23528 \backslash
23529 rhd
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 \begin_inset Formula $\rhd$
23539 \end_inset
23540
23541
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 </row>
23547 <row>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552
23553 \backslash
23554 unrhd
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563 \begin_inset Formula $\unrhd$
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 </row>
23572 <row>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577
23578 \backslash
23579 lessgtr
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588 \begin_inset Formula $\lessgtr$
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 </row>
23597 <row>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602
23603 \backslash
23604 parallel
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613 \begin_inset Formula $\parallel$
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 </row>
23622 <row>
23623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627
23628 \backslash
23629 nparallel
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 \begin_inset Formula $\nparallel$
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 </row>
23647 </lyxtabular>
23648
23649 \end_inset
23650
23651
23652 \lang english
23653
23654 \begin_inset space \hfill{}
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \begin_layout Standard
23661 \begin_inset VSpace medskip
23662 \end_inset
23663
23664 Les caractères 
23665 \series bold
23666
23667 \backslash
23668 lhd
23669 \series default
23670  et 
23671 \series bold
23672
23673 \backslash
23674 rhd
23675 \series default
23676  sont plus gros que les opérateurs 
23677 \series bold
23678
23679 \backslash
23680 triangleleft
23681 \series default
23682  et 
23683 \series bold
23684
23685 \backslash
23686 triangleright
23687 \series default
23688  auxquels ils ressemblent.
23689 \end_layout
23690
23691 \begin_layout Standard
23692 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
23693  par des espaces.
23694 \end_layout
23695
23696 \begin_layout Standard
23697 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
23698  commande 
23699 \series bold
23700
23701 \backslash
23702 stackrel
23703 \series default
23704
23705 \begin_inset Index
23706 status collapsed
23707
23708 \begin_layout Plain Layout
23709 Commandes ! S ! 
23710 \backslash
23711 stackrel
23712 \end_layout
23713
23714 \end_inset
23715
23716 :
23717 \end_layout
23718
23719 \begin_layout Standard
23720 \align center
23721 \begin_inset Tabular
23722 <lyxtabular version="3" rows="2" columns="2">
23723 <features>
23724 <column alignment="center" valignment="top" width="0">
23725 <column alignment="center" valignment="top" width="0">
23726 <row>
23727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 Commande
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 Résultat
23741 \begin_inset Note Note
23742 status collapsed
23743
23744 \begin_layout Plain Layout
23745
23746 \series bold
23747
23748 \backslash
23749 raisebox est seulement utilisée pour faire de la place
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 </row>
23760 <row>
23761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 A(r)
23766 \backslash
23767 stackrel
23768 \begin_inset ERT
23769 status collapsed
23770
23771 \begin_layout Plain Layout
23772
23773
23774 \backslash
23775 spce 
23776 \end_layout
23777
23778 \end_inset
23779
23780 r
23781 \backslash
23782 to
23783 \backslash
23784 infty
23785 \begin_inset ERT
23786 status collapsed
23787
23788 \begin_layout Plain Layout
23789
23790
23791 \backslash
23792 spce 
23793 \end_layout
23794
23795 \end_inset
23796
23797
23798 \begin_inset Formula $\downarrow$
23799 \end_inset
23800
23801
23802 \backslash
23803 approx
23804 \begin_inset ERT
23805 status collapsed
23806
23807 \begin_layout Plain Layout
23808
23809
23810 \backslash
23811 spce 
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \begin_inset ERT
23818 status collapsed
23819
23820 \begin_layout Plain Layout
23821
23822
23823 \backslash
23824 spce 
23825 \end_layout
23826
23827 \end_inset
23828
23829 B
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 </row>
23847 </lyxtabular>
23848
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \begin_layout Section
23855 Fonctions
23856 \end_layout
23857
23858 \begin_layout Subsection
23859 Fonctions prédéfinies
23860 \begin_inset CommandInset label
23861 LatexCommand label
23862 name "sub:Fonctions-prédéfinies"
23863
23864 \end_inset
23865
23866
23867 \begin_inset Index
23868 status collapsed
23869
23870 \begin_layout Plain Layout
23871 Fonctions ! prédéfinies
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \begin_layout Standard
23880 En général, les variables sont écrites en 
23881 \emph on
23882 italiques
23883 \emph default
23884  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
23885  
23886 \begin_inset Formula $sin$
23887 \end_inset
23888
23889  pourrait être confondue avec le produit 
23890 \begin_inset Formula $s\cdot i\cdot n$
23891 \end_inset
23892
23893 .
23894  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
23895  arguments par un peu d'espace.
23896  Elles sont insérées comme des commandes commençant par une barre de fraction
23897  inverse avant leur nom.
23898 \end_layout
23899
23900 \begin_layout Standard
23901 \align center
23902 \begin_inset Tabular
23903 <lyxtabular version="3" rows="2" columns="4">
23904 <features>
23905 <column alignment="center" valignment="top" width="0pt">
23906 <column alignment="center" valignment="top" width="0pt">
23907 <column alignment="center" valignment="top" width="0pt">
23908 <column alignment="center" valignment="top" width="0pt">
23909 <row>
23910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914 Commande
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 Résultat
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 Commande
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 Résultat
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 Asin(x)+B
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 \begin_inset Formula $Asin(x)+B$
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973 A
23974 \backslash
23975 sin(x)+B
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Formula $A\sin(x)+B$
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 </lyxtabular>
23994
23995 \end_inset
23996
23997
23998 \begin_inset Newpage pagebreak
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \begin_layout Standard
24005 Les fonctions suivantes sont prédéfinies:
24006 \end_layout
24007
24008 \begin_layout Standard
24009 \begin_inset VSpace -2mm
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \begin_layout Standard
24016 \align center
24017 \begin_inset Tabular
24018 <lyxtabular version="3" rows="9" columns="4">
24019 <features>
24020 <column alignment="center" valignment="top" width="0pt">
24021 <column alignment="center" valignment="top" width="0pt">
24022 <column alignment="center" valignment="top" width="0pt">
24023 <column alignment="center" valignment="top" width="0pt">
24024 <row>
24025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 Commande
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 Commande
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047 Commande
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056 Commande
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 </row>
24062 <row>
24063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067
24068 \backslash
24069 sin
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078
24079 \backslash
24080 sinh
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \backslash
24091 arcsin
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100
24101 \backslash
24102 sup
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 </row>
24108 <row>
24109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113
24114 \backslash
24115 cos
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124
24125 \backslash
24126 cosh
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135
24136 \backslash
24137 arccos
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146
24147 \backslash
24148 inf
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 </row>
24154 <row>
24155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159
24160 \backslash
24161 tan
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170
24171 \backslash
24172 tanh
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181
24182 \backslash
24183 arctan
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192
24193 \backslash
24194 lim
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 </row>
24200 <row>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205
24206 \backslash
24207 cot
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216
24217 \backslash
24218 coth
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227
24228 \backslash
24229 arg
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238
24239 \backslash
24240 liminf
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 </row>
24246 <row>
24247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251
24252 \backslash
24253 sec
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \backslash
24264 min
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273
24274 \backslash
24275 deg
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284
24285 \backslash
24286 limsup
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 </row>
24292 <row>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \backslash
24299 csc
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \backslash
24310 max
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 det
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330
24331 \backslash
24332 Pr
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 </row>
24338 <row>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343
24344 \backslash
24345 ln
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354
24355 \backslash
24356 exp
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \backslash
24367 dim
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \backslash
24378 hom
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 </row>
24384 <row>
24385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \backslash
24391 lg
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \backslash
24402 log
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411
24412 \backslash
24413 ker
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422
24423 \backslash
24424 gcd
24425 \end_layout
24426
24427 \end_inset
24428 </cell>
24429 </row>
24430 </lyxtabular>
24431
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \begin_layout Standard
24438 Elles peuvent aussi être insérées en utilisant le bouton 
24439 \begin_inset Graphics
24440         filename ../../images/math/functions.png
24441         scale 85
24442
24443 \end_inset
24444
24445  de la barre d'outils mathématique.
24446 \end_layout
24447
24448 \begin_layout Subsection
24449 Fonctions définies par l'utilisateur
24450 \begin_inset Index
24451 status collapsed
24452
24453 \begin_layout Plain Layout
24454 Fonctions ! définies par l'utilisateur
24455 \end_layout
24456
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \begin_layout Standard
24463 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
24464  fonction sgn(x), il y a deux possibilités:
24465 \end_layout
24466
24467 \begin_layout Itemize
24468 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
24469 \begin_inset Foot
24470 status collapsed
24471
24472 \begin_layout Plain Layout
24473 Pour en savoir plus sur la commande 
24474 \series bold
24475
24476 \backslash
24477 DeclareMathOperator
24478 \series default
24479  voir 
24480 \begin_inset CommandInset ref
24481 LatexCommand ref
24482 reference "sub:Opérateurs-personnalisés"
24483
24484 \end_inset
24485
24486 .
24487 \end_layout
24488
24489 \end_inset
24490
24491
24492 \begin_inset Newline newline
24493 \end_inset
24494
24495
24496 \begin_inset VSpace -3mm
24497 \end_inset
24498
24499
24500 \begin_inset Newline newline
24501 \end_inset
24502
24503
24504 \series bold
24505
24506 \backslash
24507 DeclareMathOperator{
24508 \backslash
24509 sgn}{sgn}
24510 \series default
24511
24512 \begin_inset Index
24513 status collapsed
24514
24515 \begin_layout Plain Layout
24516 Commandes ! D ! 
24517 \backslash
24518 dbinom@
24519 \backslash
24520 DeclareMathOperator
24521 \end_layout
24522
24523 \end_inset
24524
24525
24526 \begin_inset Newline newline
24527 \end_inset
24528
24529
24530 \begin_inset VSpace -2mm
24531 \end_inset
24532
24533
24534 \begin_inset Newline newline
24535 \end_inset
24536
24537 Maintenant la fonction qui vient d'être définie peut être appelée avec la
24538  commande 
24539 \series bold
24540
24541 \backslash
24542 sgn
24543 \series default
24544 .
24545 \end_layout
24546
24547 \begin_layout Itemize
24548 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
24549  notre exemple les lettres 
24550 \emph on
24551 sgn
24552 \emph default
24553  -- et les changer en texte mathématique.
24554  Pour finir, on insère une espace entre le préfacteur et la fonction.
24555 \end_layout
24556
24557 \begin_layout Standard
24558 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
24559 \begin_inset Foot
24560 status collapsed
24561
24562 \begin_layout Plain Layout
24563 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
24564 eur en rouge.
24565 \end_layout
24566
24567 \end_inset
24568
24569 :
24570 \end_layout
24571
24572 \begin_layout Standard
24573 \align center
24574 \begin_inset Tabular
24575 <lyxtabular version="3" rows="3" columns="2">
24576 <features>
24577 <column alignment="center" valignment="top" width="0pt">
24578 <column alignment="center" valignment="top" width="0pt">
24579 <row>
24580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584 Commande
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593 Résultat
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 </row>
24599 <row>
24600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 A
24605 \backslash
24606 sgn(x)+B
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615 \begin_inset Formula $A\sgn(x)+B$
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \end_inset
24622 </cell>
24623 </row>
24624 <row>
24625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629 A
24630 \backslash
24631 ,
24632 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24633 \end_inset
24634
24635 (x)+B
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24645 \end_inset
24646
24647
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 </row>
24653 </lyxtabular>
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Standard
24661 La première méthode est recommandée quand la fonction définie doit être
24662  utilisée plusieurs fois dans le document.
24663 \end_layout
24664
24665 \begin_layout Subsection
24666 Les limites
24667 \begin_inset Index
24668 status collapsed
24669
24670 \begin_layout Plain Layout
24671 Limites
24672 \end_layout
24673
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \begin_layout Standard
24680 Pour les limites, en plus des commandes 
24681 \series bold
24682
24683 \backslash
24684 lim
24685 \series default
24686
24687 \begin_inset Index
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691 Commandes ! L ! 
24692 \backslash
24693 lim
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \series bold
24700
24701 \backslash
24702 liminf
24703 \series default
24704  et 
24705 \series bold
24706
24707 \backslash
24708 limsup
24709 \series default
24710  on a aussi les fonctions suivantes:
24711 \end_layout
24712
24713 \begin_layout Standard
24714 \align center
24715 \begin_inset Tabular
24716 <lyxtabular version="3" rows="5" columns="2">
24717 <features>
24718 <column alignment="center" valignment="top" width="0">
24719 <column alignment="center" valignment="top" width="0">
24720 <row>
24721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24722 \begin_inset Text
24723
24724 \begin_layout Plain Layout
24725 Commande
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 Résultat
24735 \begin_inset Note Note
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739
24740 \series bold
24741
24742 \backslash
24743 raisebox est seulement utilisée pour faire de la place
24744 \end_layout
24745
24746 \end_inset
24747
24748
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 </row>
24754 <row>
24755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759
24760 \backslash
24761 varliminf
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 \begin_inset Formula $\varliminf$
24771 \end_inset
24772
24773
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 </row>
24779 <row>
24780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784
24785 \backslash
24786 varlimsup
24787 \end_layout
24788
24789 \end_inset
24790 </cell>
24791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 \begin_inset Formula $\varlimsup$
24796 \end_inset
24797
24798
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 </row>
24804 <row>
24805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809
24810 \backslash
24811 varprojlim
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Plain Layout
24820 \begin_inset Formula $\varprojlim$
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 </row>
24829 <row>
24830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834
24835 \backslash
24836 varinjlim
24837 \end_layout
24838
24839 \end_inset
24840 </cell>
24841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Plain Layout
24845 \begin_inset Formula $\varinjlim$
24846 \end_inset
24847
24848
24849 \begin_inset Formula $\raisebox{-2.5mm}{}$
24850 \end_inset
24851
24852
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 </row>
24858 </lyxtabular>
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \begin_layout Standard
24866 \begin_inset VSpace medskip
24867 \end_inset
24868
24869 La valeur de la limite est créée en ajoutant un indice.
24870  Il est placé juste à la droite de la fonction dans le cas d'une formule
24871  en ligne:
24872 \end_layout
24873
24874 \begin_layout Standard
24875 \align center
24876 \begin_inset Tabular
24877 <lyxtabular version="3" rows="2" columns="2">
24878 <features>
24879 <column alignment="center" valignment="top" width="0pt">
24880 <column alignment="center" valignment="top" width="0pt">
24881 <row>
24882 <cell alignment="center" valignment="top" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 Commande
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 \begin_inset space \hspace{}
24896 \length 1cm
24897 \end_inset
24898
24899 Résultat
24900 \begin_inset Note Note
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904
24905 \series bold
24906
24907 \backslash
24908 hspace
24909 \series default
24910  
24911 \series bold
24912 et 
24913 \backslash
24914 raisebox sont seulement utilisées pour faire de la place
24915 \series default
24916 \lang english
24917 .
24918 \end_layout
24919
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 </row>
24928 <row>
24929 <cell alignment="center" valignment="top" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933
24934 \backslash
24935 lim_x
24936 \backslash
24937 to
24938 \begin_inset ERT
24939 status collapsed
24940
24941 \begin_layout Plain Layout
24942
24943
24944 \backslash
24945 spce 
24946 \end_layout
24947
24948 \end_inset
24949
24950 A
24951 \begin_inset ERT
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955
24956
24957 \backslash
24958 spce 
24959 \end_layout
24960
24961 \end_inset
24962
24963 x=B
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 </row>
24981 </lyxtabular>
24982
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \begin_layout Standard
24989 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
24990  en dessous de la fonction:
24991 \begin_inset Formula \[
24992 \lim_{x\to A}x=B\]
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \begin_layout Subsection
25000 Les fonctions modulo-
25001 \begin_inset Index
25002 status collapsed
25003
25004 \begin_layout Plain Layout
25005 Fonctions ! modulo
25006 \end_layout
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \begin_layout Standard
25014 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
25015 \end_layout
25016
25017 \begin_layout Standard
25018 Les variantes pour une formule hors ligne:
25019 \begin_inset Formula \begin{align*}
25020 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25021 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25022 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25023 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25024 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \begin_layout Standard
25032 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
25033  la fonction, quelque soit la variante.
25034 \end_layout
25035
25036 \begin_layout Section
25037 Caractères spéciaux
25038 \begin_inset Index
25039 status collapsed
25040
25041 \begin_layout Plain Layout
25042 Caractères spéciaux
25043 \end_layout
25044
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \begin_layout Subsection
25051 Caractères spéciaux en  texte mathématique
25052 \end_layout
25053
25054 \begin_layout Standard
25055 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
25056  ou en mode TeX:
25057 \end_layout
25058
25059 \begin_layout Standard
25060 \begin_inset space \hfill{}
25061 \end_inset
25062
25063
25064 \begin_inset Tabular
25065 <lyxtabular version="3" rows="8" columns="2">
25066 <features>
25067 <column alignment="block" valignment="top" width="0">
25068 <column alignment="block" valignment="top" width="0">
25069 <row>
25070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074 Commande
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083 Résultat
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 </row>
25089 <row>
25090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094
25095 \backslash
25096 oe
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105 \begin_inset Formula $\textrm{œ}$
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 </row>
25114 <row>
25115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 OE
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130 \begin_inset Formula $\textrm{Œ}$
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 </row>
25139 <row>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 ae
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155 \begin_inset Formula $\textrm{æ}$
25156 \end_inset
25157
25158
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 </row>
25164 <row>
25165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \backslash
25171 AE
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180 \begin_inset Formula $\textrm{Æ}$
25181 \end_inset
25182
25183
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 </row>
25189 <row>
25190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 aa
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205 \begin_inset Formula $\textrm{\aa}$
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 </row>
25214 <row>
25215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \backslash
25221 AA
25222 \begin_inset Index
25223 status collapsed
25224
25225 \begin_layout Plain Layout
25226 \begin_inset ERT
25227 status collapsed
25228
25229 \begin_layout Plain Layout
25230
25231
25232 \backslash
25233 @
25234 \backslash
25235 textrm{
25236 \backslash
25237 AA}
25238 \end_layout
25239
25240 \end_inset
25241
25242
25243 \end_layout
25244
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 \begin_inset Formula $\textrm{Å}$
25257 \end_inset
25258
25259
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 </row>
25265 <row>
25266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 i
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281 \begin_inset Formula $\textrm{ı}$
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 </row>
25290 </lyxtabular>
25291
25292 \end_inset
25293
25294
25295 \begin_inset space \hfill{}
25296 \end_inset
25297
25298
25299 \begin_inset Tabular
25300 <lyxtabular version="3" rows="8" columns="2">
25301 <features>
25302 <column alignment="block" valignment="top" width="0">
25303 <column alignment="center" valignment="top" width="0">
25304 <row>
25305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309 commande
25310 \begin_inset Note Note
25311 status collapsed
25312
25313 \begin_layout Plain Layout
25314 la commande
25315 \series bold
25316
25317 \backslash
25318 hspace{0mm}
25319 \series default
25320  est utilisée pour faire une séparation invisible, sinon la sortie finale
25321  serait respectivement ¡ et ¿.
25322 \end_layout
25323
25324 \end_inset
25325
25326
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335 Résultat
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 </row>
25341 <row>
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346
25347 \backslash
25348 o
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357 \begin_inset Formula $\textrm{ø}$
25358 \end_inset
25359
25360
25361 \end_layout
25362
25363 \end_inset
25364 </cell>
25365 </row>
25366 <row>
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371
25372 \backslash
25373 O
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382 \begin_inset Formula $\textrm{Ø}$
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 </row>
25391 <row>
25392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396
25397 \backslash
25398 l
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Plain Layout
25407 \begin_inset Formula $\textrm{ł}$
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 </row>
25416 <row>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421
25422 \backslash
25423 L
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Plain Layout
25432 \begin_inset Formula $\textrm{Ł}$
25433 \end_inset
25434
25435
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 </row>
25441 <row>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 !
25447 \begin_inset space \hspace{}
25448 \length 0mm
25449 \end_inset
25450
25451 `
25452 \begin_inset ERT
25453 status collapsed
25454
25455 \begin_layout Plain Layout
25456
25457
25458 \backslash
25459 spce 
25460 \end_layout
25461
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473 \begin_inset Formula $\textrm{!`}$
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 </row>
25482 <row>
25483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487 ?
25488 \begin_inset space \hspace{}
25489 \length 0mm
25490 \end_inset
25491
25492 `
25493 \begin_inset ERT
25494 status collapsed
25495
25496 \begin_layout Plain Layout
25497
25498
25499 \backslash
25500 spce 
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514 \begin_inset Formula $\textrm{?`}$
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 </row>
25523 <row>
25524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528
25529 \backslash
25530 j
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539 \begin_inset Formula $\textrm{ȷ}$
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 </row>
25548 </lyxtabular>
25549
25550 \end_inset
25551
25552
25553 \begin_inset space \hfill{}
25554 \end_inset
25555
25556
25557 \end_layout
25558
25559 \begin_layout Standard
25560 Les caractères 
25561 \begin_inset Formula $\textrm{\textrm{Å}}$
25562 \end_inset
25563
25564  et 
25565 \begin_inset Formula $\textrm{\textrm{Ø}}$
25566 \end_inset
25567
25568  peuvent aussi être insérés avec le bouton 
25569 \begin_inset Graphics
25570         filename ../../images/math/digamma.png
25571         scale 85
25572
25573 \end_inset
25574
25575  de la barre d'outils mathématique.
25576 \end_layout
25577
25578 \begin_layout Standard
25579 Les commandes 
25580 \series bold
25581 !
25582 \begin_inset space \hspace{}
25583 \length 0mm
25584 \end_inset
25585
25586 `
25587 \series default
25588  et ?
25589 \series bold
25590
25591 \begin_inset space \hspace{}
25592 \length 0mm
25593 \end_inset
25594
25595
25596 \series default
25597 ` sont des exceptions puisqu'elles peuvent être insérées directement dans
25598  le texte dans LyX.
25599 \end_layout
25600
25601 \begin_layout Subsection
25602 Les accents dans le texte
25603 \begin_inset CommandInset label
25604 LatexCommand label
25605 name "sub:Accents-dans-le-texte"
25606
25607 \end_inset
25608
25609
25610 \begin_inset Index
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614 Accents ! dans le texte
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \begin_layout Standard
25623 Avec les commandes suivantes, on peut accentuer toutes les lettres.
25624  Ces commandes doivent être insérées en mode TeX.
25625 \end_layout
25626
25627 \begin_layout Standard
25628 \begin_inset space \hfill{}
25629 \end_inset
25630
25631
25632 \begin_inset Tabular
25633 <lyxtabular version="3" rows="8" columns="2">
25634 <features>
25635 <column alignment="block" valignment="top" width="0">
25636 <column alignment="block" valignment="top" width="0">
25637 <row>
25638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642 Commande
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651 Résultat
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 </row>
25657 <row>
25658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662
25663 \backslash
25664
25665 \begin_inset Quotes grd
25666 \end_inset
25667
25668 e
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677 \begin_inset ERT
25678 status collapsed
25679
25680 \begin_layout Plain Layout
25681
25682
25683 \backslash
25684 "e
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 </row>
25695 <row>
25696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700
25701 \backslash
25702 `e
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25708 \begin_inset Text
25709
25710 \begin_layout Plain Layout
25711 \begin_inset ERT
25712 status collapsed
25713
25714 \begin_layout Plain Layout
25715
25716
25717 \backslash
25718 `e
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 </row>
25729 <row>
25730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25731 \begin_inset Text
25732
25733 \begin_layout Plain Layout
25734
25735 \backslash
25736 ^
25737 \begin_inset ERT
25738 status collapsed
25739
25740 \begin_layout Plain Layout
25741
25742
25743 \backslash
25744 spce 
25745 \end_layout
25746
25747 \end_inset
25748
25749 e
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 \begin_inset ERT
25759 status collapsed
25760
25761 \begin_layout Plain Layout
25762
25763
25764 \backslash
25765 ^e
25766 \end_layout
25767
25768 \end_inset
25769
25770
25771 \end_layout
25772
25773 \end_inset
25774 </cell>
25775 </row>
25776 <row>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781
25782 \backslash
25783 =e
25784 \end_layout
25785
25786 \end_inset
25787 </cell>
25788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25789 \begin_inset Text
25790
25791 \begin_layout Plain Layout
25792 \begin_inset ERT
25793 status collapsed
25794
25795 \begin_layout Plain Layout
25796
25797
25798 \backslash
25799 =e
25800 \end_layout
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 </row>
25810 <row>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815
25816 \backslash
25817 u
25818 \begin_inset ERT
25819 status collapsed
25820
25821 \begin_layout Plain Layout
25822
25823
25824 \backslash
25825 spce 
25826 \end_layout
25827
25828 \end_inset
25829
25830 e
25831 \end_layout
25832
25833 \end_inset
25834 </cell>
25835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25836 \begin_inset Text
25837
25838 \begin_layout Plain Layout
25839 \begin_inset ERT
25840 status collapsed
25841
25842 \begin_layout Plain Layout
25843
25844
25845 \backslash
25846 u e
25847 \end_layout
25848
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \end_inset
25855 </cell>
25856 </row>
25857 <row>
25858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Plain Layout
25862
25863 \backslash
25864 b
25865 \begin_inset ERT
25866 status collapsed
25867
25868 \begin_layout Plain Layout
25869
25870
25871 \backslash
25872 spce 
25873 \end_layout
25874
25875 \end_inset
25876
25877 e
25878 \end_layout
25879
25880 \end_inset
25881 </cell>
25882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Plain Layout
25886 \begin_inset ERT
25887 status collapsed
25888
25889 \begin_layout Plain Layout
25890
25891
25892 \backslash
25893 b e
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \end_inset
25902 </cell>
25903 </row>
25904 <row>
25905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25906 \begin_inset Text
25907
25908 \begin_layout Plain Layout
25909
25910 \backslash
25911 t
25912 \begin_inset ERT
25913 status collapsed
25914
25915 \begin_layout Plain Layout
25916
25917
25918 \backslash
25919 spce 
25920 \end_layout
25921
25922 \end_inset
25923
25924 ee
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Plain Layout
25933 \begin_inset ERT
25934 status collapsed
25935
25936 \begin_layout Plain Layout
25937
25938
25939 \backslash
25940 t ee
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \end_inset
25949 </cell>
25950 </row>
25951 </lyxtabular>
25952
25953 \end_inset
25954
25955
25956 \begin_inset space \hfill{}
25957 \end_inset
25958
25959
25960 \begin_inset Tabular
25961 <lyxtabular version="3" rows="8" columns="2">
25962 <features>
25963 <column alignment="block" valignment="top" width="0">
25964 <column alignment="center" valignment="top" width="0">
25965 <row>
25966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970 Commande
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979 Résultat
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 </row>
25985 <row>
25986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990
25991 \backslash
25992 H
25993 \begin_inset ERT
25994 status collapsed
25995
25996 \begin_layout Plain Layout
25997
25998
25999 \backslash
26000 spce 
26001 \end_layout
26002
26003 \end_inset
26004
26005 e
26006 \end_layout
26007
26008 \end_inset
26009 </cell>
26010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26011 \begin_inset Text
26012
26013 \begin_layout Plain Layout
26014 \begin_inset ERT
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018
26019
26020 \backslash
26021 H e
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 </row>
26032 <row>
26033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037
26038 \backslash
26039 'e
26040 \end_layout
26041
26042 \end_inset
26043 </cell>
26044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26045 \begin_inset Text
26046
26047 \begin_layout Plain Layout
26048 \begin_inset ERT
26049 status collapsed
26050
26051 \begin_layout Plain Layout
26052
26053
26054 \backslash
26055 'e
26056 \end_layout
26057
26058 \end_inset
26059
26060
26061 \end_layout
26062
26063 \end_inset
26064 </cell>
26065 </row>
26066 <row>
26067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071
26072 \backslash
26073 ~e
26074 \begin_inset Index
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078 Tilde
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092 \begin_inset ERT
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096
26097
26098 \backslash
26099 ~e
26100 \end_layout
26101
26102 \end_inset
26103
26104
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 </row>
26110 <row>
26111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115
26116 \backslash
26117 .e
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Plain Layout
26126 \begin_inset ERT
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130
26131
26132 \backslash
26133 .e
26134 \end_layout
26135
26136 \end_inset
26137
26138
26139 \end_layout
26140
26141 \end_inset
26142 </cell>
26143 </row>
26144 <row>
26145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149
26150 \backslash
26151 v
26152 \begin_inset ERT
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156
26157
26158 \backslash
26159 spce 
26160 \end_layout
26161
26162 \end_inset
26163
26164 e
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 \begin_inset ERT
26174 status collapsed
26175
26176 \begin_layout Plain Layout
26177
26178
26179 \backslash
26180 v e
26181 \end_layout
26182
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 </row>
26191 <row>
26192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196
26197 \backslash
26198 d
26199 \begin_inset ERT
26200 status collapsed
26201
26202 \begin_layout Plain Layout
26203
26204
26205 \backslash
26206 spce 
26207 \end_layout
26208
26209 \end_inset
26210
26211 e
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset ERT
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224
26225
26226 \backslash
26227 d e
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 </row>
26238 <row>
26239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243
26244 \backslash
26245 c
26246 \begin_inset ERT
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250
26251
26252 \backslash
26253 spce 
26254 \end_layout
26255
26256 \end_inset
26257
26258 e
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26264 \begin_inset Text
26265
26266 \begin_layout Plain Layout
26267 \begin_inset ERT
26268 status collapsed
26269
26270 \begin_layout Plain Layout
26271
26272
26273 \backslash
26274 c e
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 </row>
26285 </lyxtabular>
26286
26287 \end_inset
26288
26289
26290 \begin_inset space \hfill{}
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \begin_layout Standard
26297 \begin_inset VSpace medskip
26298 \end_inset
26299
26300 Avec la commande 
26301 \series bold
26302
26303 \backslash
26304 t
26305 \series default
26306  on peut aussi accentuer deux caractères différents.
26307  La commande 
26308 \series bold
26309
26310 \backslash
26311 t
26312 \begin_inset ERT
26313 status collapsed
26314
26315 \begin_layout Plain Layout
26316
26317
26318 \backslash
26319 spce 
26320 \end_layout
26321
26322 \end_inset
26323
26324 sz
26325 \series default
26326  va donner: 
26327 \begin_inset ERT
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331
26332
26333 \backslash
26334 t sz
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \begin_layout Standard
26343 Les accents 
26344 \series bold
26345 `
26346 \series default
26347  , 
26348 \series bold
26349 '
26350 \series default
26351  , et 
26352 \series bold
26353 ^
26354 \series default
26355  peuvent être insérés directement avec le clavier, sans utiliser le mode
26356  TeX, quand ils sont utilisés avec des voyelles.
26357  La même chose s'applique au tilde
26358 \begin_inset Foot
26359 status collapsed
26360
26361 \begin_layout Plain Layout
26362 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
26363  accent.
26364 \end_layout
26365
26366 \end_inset
26367
26368  
26369 \series bold
26370 ~
26371 \series default
26372  en combinaison avec 
26373 \emph on
26374 a
26375 \emph default
26376  , 
26377 \emph on
26378 n
26379 \emph default
26380  , ou 
26381 \emph on
26382 o
26383 \emph default
26384 .
26385 \end_layout
26386
26387 \begin_layout Standard
26388 Les commandes 
26389 \series bold
26390
26391 \backslash
26392 b
26393 \series default
26394  , 
26395 \series bold
26396
26397 \backslash
26398 c
26399 \series default
26400  , 
26401 \series bold
26402
26403 \backslash
26404 d
26405 \series default
26406  , 
26407 \series bold
26408
26409 \backslash
26410 H
26411 \series default
26412  , 
26413 \series bold
26414
26415 \backslash
26416 t
26417 \series default
26418  , 
26419 \series bold
26420
26421 \backslash
26422 u
26423 \series default
26424  , 
26425 \series bold
26426
26427 \backslash
26428 v
26429 \series default
26430 , et les accents qui sont insérés directement au clavier sont aussi disponibles
26431  en texte mathématique.
26432  Pour les autres accents, il y a des commandes mathématiques spéciales à
26433  utiliser dans les formules, voir 
26434 \begin_inset CommandInset ref
26435 LatexCommand ref
26436 reference "sub:Accents-sur-un-caractère"
26437
26438 \end_inset
26439
26440 .
26441 \end_layout
26442
26443 \begin_layout Standard
26444 \begin_inset VSpace bigskip
26445 \end_inset
26446
26447 En plus, avec la commande 
26448 \series bold
26449
26450 \backslash
26451 textcircled
26452 \series default
26453
26454 \begin_inset Index
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458 Commandes ! T ! 
26459 \backslash
26460 textcircled
26461 \end_layout
26462
26463 \end_inset
26464
26465  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
26466  comme pour le symbole du copyright.
26467 \end_layout
26468
26469 \begin_layout Standard
26470 \align center
26471 \begin_inset Tabular
26472 <lyxtabular version="3" rows="3" columns="2">
26473 <features>
26474 <column alignment="center" valignment="top" width="0">
26475 <column alignment="center" valignment="top" width="0">
26476 <row>
26477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481 Commande
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490 Résultat
26491 \begin_inset Note Note
26492 status collapsed
26493
26494 \begin_layout Plain Layout
26495
26496 \series bold
26497
26498 \backslash
26499 raisebox est seulement utilisée pour faire de la place
26500 \end_layout
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \end_inset
26508 </cell>
26509 </row>
26510 <row>
26511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26512 \begin_inset Text
26513
26514 \begin_layout Plain Layout
26515
26516 \backslash
26517 textcircled{w}
26518 \end_layout
26519
26520 \end_inset
26521 </cell>
26522 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526 \begin_inset ERT
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530
26531
26532 \backslash
26533 textcircled{w}
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 </row>
26544 <row>
26545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26546 \begin_inset Text
26547
26548 \begin_layout Plain Layout
26549
26550 \backslash
26551 Large 
26552 \backslash
26553 textcircled{
26554 \backslash
26555 normalsize
26556 \backslash
26557 protect
26558 \backslash
26559 raisebox{-1.5pt}{W}}
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 \begin_inset Formula $\raisebox{4.5mm}{}$
26569 \end_inset
26570
26571
26572 \begin_inset ERT
26573 status collapsed
26574
26575 \begin_layout Plain Layout
26576
26577
26578 \backslash
26579 Large 
26580 \backslash
26581 textcircled{
26582 \backslash
26583 normalsize
26584 \backslash
26585 protect
26586 \backslash
26587 raisebox{-1.5pt}W}
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \begin_inset Formula $\raisebox{-2mm}{}$
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 </row>
26602 </lyxtabular>
26603
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \begin_layout Standard
26610 On doit faire attentions à ce que le caractère tienne dans le cercle.
26611  
26612 \series bold
26613
26614 \backslash
26615 Large
26616 \series default
26617
26618 \begin_inset Foot
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622 voir 
26623 \begin_inset CommandInset ref
26624 LatexCommand ref
26625 reference "sub:Tailles-polices"
26626
26627 \end_inset
26628
26629
26630 \end_layout
26631
26632 \end_inset
26633
26634  donne ici la taille du cercle.
26635  On peut centrer le caractère avec l'aide de la commande  
26636 \series bold
26637
26638 \backslash
26639 raisebox
26640 \series default
26641
26642 \begin_inset Foot
26643 status collapsed
26644
26645 \begin_layout Plain Layout
26646 voir 
26647 \begin_inset CommandInset ref
26648 LatexCommand ref
26649 reference "sub:Boîtes-sans-cadre"
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \end_inset
26657
26658  .
26659 \end_layout
26660
26661 \begin_layout Subsection
26662 Nombres en minuscules
26663 \begin_inset Index
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667 Minuscules pour les nombres
26668 \end_layout
26669
26670 \end_inset
26671
26672
26673 \end_layout
26674
26675 \begin_layout Standard
26676 Les nombres en minuscule sont créés avec la commande 
26677 \series bold
26678
26679 \backslash
26680 oldstylenums
26681 \series default
26682
26683 \begin_inset Index
26684 status collapsed
26685
26686 \begin_layout Plain Layout
26687 Commandes ! O ! 
26688 \backslash
26689 oldstylenums
26690 \end_layout
26691
26692 \end_inset
26693
26694 .
26695  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
26696  La syntaxe de la commande est:
26697 \end_layout
26698
26699 \begin_layout Standard
26700
26701 \series bold
26702
26703 \backslash
26704 oldstylenums{nombre}
26705 \end_layout
26706
26707 \begin_layout Standard
26708 La commande 
26709 \series bold
26710
26711 \backslash
26712 oldstylenums{0123456789
26713 \series default
26714  donne: 
26715 \begin_inset Formula $\oldstylenums{0123456789}$
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \begin_layout Subsection
26722 Caractères spéciaux divers
26723 \begin_inset CommandInset label
26724 LatexCommand label
26725 name "sub:Caractères-spéciaux-divers"
26726
26727 \end_inset
26728
26729
26730 \begin_inset Index
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734 Caractères spéciaux ! divers
26735 \end_layout
26736
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \begin_layout Standard
26743 Les caractères suivants ne peuvent être insérés que dans des formules en
26744  utilisant les commandes suivantes:
26745 \end_layout
26746
26747 \begin_layout Standard
26748 \align center
26749 \begin_inset Tabular
26750 <lyxtabular version="3" rows="4" columns="2">
26751 <features>
26752 <column alignment="center" valignment="top" width="0">
26753 <column alignment="center" valignment="top" width="0">
26754 <row>
26755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759 Commande
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768 Résultat
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 </row>
26774 <row>
26775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779
26780 \backslash
26781 ^
26782 \begin_inset ERT
26783 status collapsed
26784
26785 \begin_layout Plain Layout
26786
26787
26788 \backslash
26789 spce 
26790 \end_layout
26791
26792 \end_inset
26793
26794
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Plain Layout
26803 \begin_inset Formula $\mathcircumflex$
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 </row>
26812 <row>
26813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Plain Layout
26817
26818 \backslash
26819 _
26820 \end_layout
26821
26822 \end_inset
26823 </cell>
26824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26825 \begin_inset Text
26826
26827 \begin_layout Plain Layout
26828 \begin_inset Formula $\_$
26829 \end_inset
26830
26831
26832 \end_layout
26833
26834 \end_inset
26835 </cell>
26836 </row>
26837 <row>
26838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Plain Layout
26842 ^
26843 \begin_inset ERT
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847
26848
26849 \backslash
26850 spce 
26851 \end_layout
26852
26853 \end_inset
26854
26855
26856 \backslash
26857 circ
26858 \begin_inset Index
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862 °
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876 \begin_inset Formula $^{\circ}$
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \end_inset
26883 </cell>
26884 </row>
26885 </lyxtabular>
26886
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \begin_layout Standard
26893 Le symbole degré ° peut être inséré directement à condition que le préambule
26894  LaTeX contienne la ligne suivante
26895 \begin_inset Foot
26896 status collapsed
26897
26898 \begin_layout Plain Layout
26899 Plus d'information à ce sujet dans 
26900 \begin_inset CommandInset ref
26901 LatexCommand ref
26902 reference "sub:Caractères-texte"
26903
26904 \end_inset
26905
26906 .
26907 \end_layout
26908
26909 \end_inset
26910
26911 :
26912 \end_layout
26913
26914 \begin_layout Standard
26915
26916 \series bold
26917
26918 \backslash
26919 DeclareInputtext{176}{
26920 \backslash
26921 ifmmode^
26922 \backslash
26923 circ
26924 \backslash
26925 else
26926 \backslash
26927 textdegree
26928 \backslash
26929 fi}
26930 \end_layout
26931
26932 \begin_layout Section
26933 Styles de formules
26934 \begin_inset CommandInset label
26935 LatexCommand label
26936 name "sec:Styles-de-formules"
26937
26938 \end_inset
26939
26940
26941 \begin_inset Index
26942 status collapsed
26943
26944 \begin_layout Plain Layout
26945 Formules ! styles
26946 \end_layout
26947
26948 \end_inset
26949
26950
26951 \end_layout
26952
26953 \begin_layout Itemize
26954 Il y a deux styles d'alignements différents:
26955 \end_layout
26956
26957 \begin_deeper
26958 \begin_layout Description
26959 Centré est le standard prédéfini
26960 \end_layout
26961
26962 \begin_layout Description
26963 Indenté pour ce style, l'option 
26964 \series bold
26965 fleqn
26966 \series default
26967  doit être insérée dans la fenêtre de dialogue 
26968 \family sans
26969 Document\SpecialChar \menuseparator
26970 Paramètres
26971 \family default
26972  dans la rubrique 
26973 \family sans
26974 Classe
26975 \begin_inset space ~
26976 \end_inset
26977
26978 de
26979 \begin_inset space ~
26980 \end_inset
26981
26982 Document
26983 \end_layout
26984
26985 \begin_layout Standard
26986 Quand on utilise 
26987 \series bold
26988 Indenté
26989 \series default
26990 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
26991  
26992 \series bold
26993
26994 \backslash
26995 mathindent
26996 \series default
26997
26998 \begin_inset Index
26999 status collapsed
27000
27001 \begin_layout Plain Layout
27002 Commandes ! M ! 
27003 \backslash
27004 mathindent
27005 \end_layout
27006
27007 \end_inset
27008
27009 .
27010  Par exemple, pour une distance de 15
27011 \begin_inset space \thinspace{}
27012 \end_inset
27013
27014 mm, on insère la ligne de commande suivante dans le préambule LaTeX
27015 \end_layout
27016
27017 \begin_layout Standard
27018
27019 \series bold
27020
27021 \backslash
27022 setlength{
27023 \backslash
27024 mathindent}{15mm}
27025 \end_layout
27026
27027 \begin_layout Standard
27028 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
27029 \begin_inset space \thinspace{}
27030 \end_inset
27031
27032 pt est utilisée.
27033 \end_layout
27034
27035 \end_deeper
27036 \begin_layout Itemize
27037 Et deux styles différents de numérotation:
27038 \end_layout
27039
27040 \begin_deeper
27041 \begin_layout Description
27042 Droite est le standard prédéfini
27043 \end_layout
27044
27045 \begin_layout Description
27046 Gauche pour ce style, l'option 
27047 \series bold
27048 leqno
27049 \series default
27050  doit être insérée dans la fenêtre de dialogue 
27051 \family sans
27052 Document\SpecialChar \menuseparator
27053 Paramètres
27054 \family default
27055  dans la rubrique 
27056 \family sans
27057 Classe
27058 \begin_inset space ~
27059 \end_inset
27060
27061 de
27062 \begin_inset space ~
27063 \end_inset
27064
27065 Document
27066 \end_layout
27067
27068 \end_deeper
27069 \begin_layout Standard
27070
27071 \series bold
27072 fleqn
27073 \series default
27074  et 
27075 \series bold
27076 leqno
27077 \series default
27078  peuvent être utilisés ensembles.
27079  Dans ce cas les deux options sont insérées, séparées par une virgule.
27080 \end_layout
27081
27082 \begin_layout Standard
27083 Les styles choisis sont utilisés par toutes les formules du document.
27084  Quand il faut créer à la fois des formules centrées et des formules alignées,
27085  on utilise le style 
27086 \series bold
27087 Centré
27088 \series default
27089 .
27090  Les formules indentées sont alors placées dans un environnement 
27091 \series bold
27092 falign, 
27093 \series default
27094 voir 
27095 \begin_inset CommandInset ref
27096 LatexCommand ref
27097 reference "sub:environnement-Flalign"
27098
27099 \end_inset
27100
27101 .
27102 \end_layout
27103
27104 \begin_layout Section
27105 Formules multi-lignes
27106 \begin_inset CommandInset label
27107 LatexCommand label
27108 name "sec:Formules-multilignes"
27109
27110 \end_inset
27111
27112
27113 \begin_inset Index
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117 Formules ! multi-lignes
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \begin_layout Subsection
27126 Généralités
27127 \end_layout
27128
27129 \begin_layout Standard
27130 Dans LyX, on crée les formules multi-lignes en appuyant sur 
27131 \family sans
27132 \series bold
27133 Ctrl-Entrée
27134 \family default
27135 \series default
27136  à l'intérieur d'une formule.
27137  Cela crée un environnement 
27138 \series bold
27139 align 
27140 \series default
27141 qui est décrit dans 
27142 \begin_inset CommandInset ref
27143 LatexCommand ref
27144 reference "sub:environnement-align-standard"
27145
27146 \end_inset
27147
27148 .
27149 \end_layout
27150
27151 \begin_layout Standard
27152 Il y a d'autres environnement de formules multi-lignes qui peuvent être
27153  créés en passant par le menu 
27154 \family sans
27155 Insérer\SpecialChar \menuseparator
27156 Math
27157 \family default
27158 .
27159  Ces environnements sont décrits dans les sections qui suivent.
27160 \end_layout
27161
27162 \begin_layout Standard
27163 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
27164  est créée en appuyant sur 
27165 \family sans
27166 Ctrl-Entrée
27167 \family default
27168 .
27169  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
27170  boutons 
27171 \begin_inset Graphics
27172         filename ../../images/tabular-feature_append-row.png
27173         scale 85
27174
27175 \end_inset
27176
27177  ou 
27178 \begin_inset Graphics
27179         filename ../../images/tabular-feature_delete-row.png
27180         scale 85
27181
27182 \end_inset
27183
27184  de la barre d'outils mathématique ou bien le menu 
27185 \family sans
27186 Éditer\SpecialChar \menuseparator
27187 Lignes
27188 \begin_inset space \thinspace{}
27189 \end_inset
27190
27191 &
27192 \begin_inset space \thinspace{}
27193 \end_inset
27194
27195 Colonnes
27196 \family default
27197 .
27198 \end_layout
27199
27200 \begin_layout Subsubsection
27201 Séparation des lignes
27202 \begin_inset CommandInset label
27203 LatexCommand label
27204 name "sub:Séparation-des-lignes"
27205
27206 \end_inset
27207
27208
27209 \begin_inset Index
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213 Formules ! multi-lignes ! Séparation des lignes
27214 \end_layout
27215
27216 \end_inset
27217
27218
27219 \end_layout
27220
27221 \begin_layout Standard
27222 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
27223 \begin_inset Formula \begin{eqnarray*}
27224 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}\\
27225 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Standard
27233 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
27234  qu'argument optionnel de la commande de saut de ligne.
27235  Ce n'est pas encore possible avec LyX
27236 \begin_inset Foot
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240 voir 
27241 \begin_inset CommandInset href
27242 LatexCommand href
27243 name "LyX-bug #1505"
27244 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27245
27246 \end_inset
27247
27248
27249 \end_layout
27250
27251 \end_inset
27252
27253 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
27254  Pour ajouter de l'espace dans notre exemple, on insère la commande 
27255 \series bold
27256
27257 \backslash
27258
27259 \backslash
27260 [3mm]
27261 \series default
27262  à la fin de la première ligne et on obtient: 
27263 \begin_inset ERT
27264 status collapsed
27265
27266 \begin_layout Plain Layout
27267
27268
27269 \backslash
27270 begin{eqnarray*}
27271 \end_layout
27272
27273 \begin_layout Plain Layout
27274
27275 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27276  = & 
27277 \backslash
27278 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27279 \backslash
27280
27281 \backslash
27282 [3mm]
27283 \end_layout
27284
27285 \begin_layout Plain Layout
27286
27287 4x^{2}
27288 \backslash
27289 left(B^{2}+x_{0}^{2}
27290 \backslash
27291 right)+4x_{0}x
27292 \backslash
27293 left(D-B^{2}
27294 \backslash
27295 right)+B^{2}
27296 \backslash
27297 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27298 \backslash
27299 right) & = & 0
27300 \end_layout
27301
27302 \begin_layout Plain Layout
27303
27304
27305 \backslash
27306 end{eqnarray*}
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Standard
27315 \begin_inset VSpace bigskip
27316 \end_inset
27317
27318
27319 \end_layout
27320
27321 \begin_layout Standard
27322 On obtient alors: 
27323 \begin_inset ERT
27324 status collapsed
27325
27326 \begin_layout Plain Layout
27327
27328
27329 \backslash
27330 setlength{
27331 \backslash
27332 jot}{3mm+3pt}
27333 \end_layout
27334
27335 \end_inset
27336
27337
27338 \begin_inset Formula \begin{eqnarray*}
27339 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}\\
27340 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27341
27342 \end_inset
27343
27344
27345 \end_layout
27346
27347 \begin_layout Standard
27348 \begin_inset ERT
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352
27353
27354 \backslash
27355 setlength{
27356 \backslash
27357 jot}{3pt}
27358 \end_layout
27359
27360 \end_inset
27361
27362  Pour revenir à l'espacement par défaut, on remet la valeur de 
27363 \series bold
27364
27365 \backslash
27366 jot
27367 \series default
27368  à 3
27369 \begin_inset space \thinspace{}
27370 \end_inset
27371
27372 pt.
27373 \end_layout
27374
27375 \begin_layout Subsubsection
27376 Séparation des colonnes
27377 \begin_inset CommandInset label
27378 LatexCommand label
27379 name "sub:Séparation-des-colonnes"
27380
27381 \end_inset
27382
27383
27384 \begin_inset Index
27385 status collapsed
27386
27387 \begin_layout Plain Layout
27388 Formules ! multi-lignes ! Séparation des colonnes
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Standard
27397 Les formules multi-lignes forment une matrice.
27398  Une formule dans un environnement eqnarray est par exemple une matrice
27399  à trois colonnes.
27400  En changeant l'espacement des colonnes de cet environnement, on peut modifier
27401  l'espace à côté du symbole de relation.
27402 \end_layout
27403
27404 \begin_layout Standard
27405 L'espacement des colonnes est spécifié avec la longueur 
27406 \series bold
27407
27408 \backslash
27409 arraycolsep
27410 \series default
27411
27412 \begin_inset Index
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416 Commandes ! A ! 
27417 \backslash
27418 arraycolsep
27419 \end_layout
27420
27421 \end_inset
27422
27423  selon la relation:
27424 \begin_inset Newline newline
27425 \end_inset
27426
27427 séparation des colonnes = 2
27428 \begin_inset space \thinspace{}
27429 \end_inset
27430
27431
27432 \series bold
27433
27434 \backslash
27435 arraycolsep
27436 \series default
27437
27438 \begin_inset Newline newline
27439 \end_inset
27440
27441 Donc, la commande
27442 \end_layout
27443
27444 \begin_layout Standard
27445
27446 \series bold
27447
27448 \backslash
27449 setlength{
27450 \backslash
27451 arraycolsep}{1cm}
27452 \end_layout
27453
27454 \begin_layout Standard
27455 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
27456  des colonnes à 2
27457 \begin_inset space \thinspace{}
27458 \end_inset
27459
27460 cm.
27461  Pour revenir à la valeur par défaut, on met 
27462 \series bold
27463
27464 \backslash
27465 arraycolsep
27466 \series default
27467  à 5
27468 \begin_inset space \thinspace{}
27469 \end_inset
27470
27471 pt.
27472 \end_layout
27473
27474 \begin_layout Standard
27475 Une formule avec des colonnes séparées de 2
27476 \begin_inset space \thinspace{}
27477 \end_inset
27478
27479 cm:
27480 \begin_inset ERT
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484
27485
27486 \backslash
27487 setlength{
27488 \backslash
27489 arraycolsep}{1cm}
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \begin_inset Formula \begin{eqnarray*}
27496 A & = & B\\
27497 C & \ne & A\end{eqnarray*}
27498
27499 \end_inset
27500
27501 Une formule avec la séparation de colonne prédéfinie de 10
27502 \begin_inset space \thinspace{}
27503 \end_inset
27504
27505 pt:
27506 \begin_inset ERT
27507 status collapsed
27508
27509 \begin_layout Plain Layout
27510
27511
27512 \backslash
27513 setlength{
27514 \backslash
27515 arraycolsep}{5pt}
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \begin_inset Formula \begin{eqnarray*}
27522 A & = & B\\
27523 C & \ne & A\end{eqnarray*}
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Subsubsection
27531 Formules longues
27532 \begin_inset Index
27533 status collapsed
27534
27535 \begin_layout Plain Layout
27536 Formules ! longues
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \begin_layout Standard
27545 Les formules longues peuvent être mises en forme en utilisant une de ces
27546  méthodes:
27547 \end_layout
27548
27549 \begin_layout Itemize
27550 Quand un des membres de l'équation est beaucoup plus court que la largeur
27551  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
27552  de droite est écrit sur deux lignes:
27553 \begin_inset ERT
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557
27558
27559 \backslash
27560 medskip
27561 \end_layout
27562
27563 \end_inset
27564
27565  
27566 \begin_inset Formula \begin{eqnarray}
27567 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 \\
27568  &  & -\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:kurzlang}\end{eqnarray}
27569
27570 \end_inset
27571
27572
27573 \begin_inset ERT
27574 status collapsed
27575
27576 \begin_layout Plain Layout
27577
27578
27579 \backslash
27580 smallskip
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \begin_inset Newline newline
27587 \end_inset
27588
27589 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
27590  comme un opérateur puisqu'il est le premier caractère de la ligne.
27591  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
27592  difficile à distinguer de la barre de fraction.
27593  Pour éviter cela, une espace a été insérée après les signe moins avec la
27594  commande 
27595 \series bold
27596
27597 \backslash
27598 hspace{3pt}
27599 \series default
27600
27601 \begin_inset Foot
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605 plus au sujet de la commande 
27606 \series bold
27607
27608 \backslash
27609 hspace
27610 \series default
27611 , voir 
27612 \begin_inset CommandInset ref
27613 LatexCommand ref
27614 reference "sub:Espace-variable"
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \end_inset
27622
27623
27624 \begin_inset Index
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 Commandes ! H ! 
27629 \backslash
27630 hspace
27631 \end_layout
27632
27633 \end_inset
27634
27635 .
27636 \end_layout
27637
27638 \begin_layout Itemize
27639 Quand les deux membre de l'équation sont trop longs, on utilise la commande
27640  
27641 \series bold
27642
27643 \backslash
27644 lefteqn
27645 \series default
27646
27647 \begin_inset Index
27648 status collapsed
27649
27650 \begin_layout Plain Layout
27651 Commandes ! L ! 
27652 \backslash
27653 lefteqn
27654 \end_layout
27655
27656 \end_inset
27657
27658 .
27659  Elle est insérée dans la première colonne de la première ligne et a comme
27660  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
27661 \begin_inset ERT
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665
27666
27667 \backslash
27668 medskip
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \begin_inset Formula \begin{eqnarray}
27675 \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 \\
27676  &  & -\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 \\
27677  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}\end{eqnarray}
27678
27679 \end_inset
27680
27681
27682 \begin_inset ERT
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686
27687
27688 \backslash
27689 smallskip
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \begin_inset Newline newline
27696 \end_inset
27697
27698 Après l'insertion de la commande 
27699 \series bold
27700
27701 \backslash
27702 lefteqn
27703 \series default
27704 , le curseur se trouve dans une boîte violette qui est légèrement décalée
27705  vers la gauche par rapport à la boîte bleue.
27706  C'est dans cette dernière que l'on insère la formule.
27707 \begin_inset ERT
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711
27712
27713 \backslash
27714 medskip
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \begin_inset Newline newline
27721 \end_inset
27722
27723 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
27724  celles d'après.
27725  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
27726 \begin_inset ERT
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730
27731
27732 \backslash
27733 medskip
27734 \end_layout
27735
27736 \end_inset
27737
27738
27739 \begin_inset Newline newline
27740 \end_inset
27741
27742
27743 \begin_inset Note Greyedout
27744 status open
27745
27746 \begin_layout Plain Layout
27747 Notez les points suivants quand vous utilisez 
27748 \series bold
27749
27750 \backslash
27751 lefteqn
27752 \series default
27753 :
27754 \end_layout
27755
27756 \begin_layout Itemize
27757 La formule n'utilise pas la totalité de la largeur de la page.
27758  Quand par exemple on a ajouté le terme 
27759 \begin_inset Formula $-B^{2}$
27760 \end_inset
27761
27762  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
27763  de la marge.
27764  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
27765  négatif en début de la première ligne.
27766 \end_layout
27767
27768 \begin_layout Itemize
27769 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
27770  première ligne avec la souris
27771 \begin_inset Foot
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775 \begin_inset CommandInset href
27776 LatexCommand href
27777 name "LyX-bug #1429"
27778 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \end_inset
27786
27787 .
27788  On peut seulement placer le curseur au début de la ligne et ensuite le
27789  déplacer avec les flèches du clavier.
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Itemize
27798 D'autres méthodes pour créer des formules longues sont offertes par les
27799  environnements décrits dans 
27800 \begin_inset CommandInset ref
27801 LatexCommand ref
27802 reference "sub:Environnement-Multline"
27803
27804 \end_inset
27805
27806  et 
27807 \begin_inset CommandInset ref
27808 LatexCommand ref
27809 reference "sub:Portions-de-formules-en-multiligne"
27810
27811 \end_inset
27812
27813 .
27814 \end_layout
27815
27816 \begin_layout Subsubsection
27817 Crochets sur plusieurs lignes
27818 \begin_inset CommandInset label
27819 LatexCommand label
27820 name "sub:Crochets-multilignes"
27821
27822 \end_inset
27823
27824
27825 \begin_inset Index
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829 Crochets ! pour expressions multi-lignes
27830 \end_layout
27831
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \begin_layout Standard
27838 Pour des parenthèses ou des crochets entourant des expressions réparties
27839  sur plusieurs lignes, on rencontre le problème suivant:
27840 \begin_inset Formula \begin{eqnarray*}
27841 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27842  &  & \left.\cdots+B-D\right]\end{eqnarray*}
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \begin_layout Standard
27850 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
27851  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
27852 \end_layout
27853
27854 \begin_layout Standard
27855 Pour donner la bonne taille au crochet de la deuxième ligne, la première
27856  ligne doit se terminer par la commande 
27857 \series bold
27858
27859 \backslash
27860 right.
27861 \series default
27862
27863 \begin_inset Index
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867 Commandes ! R ! 
27868 \backslash
27869 right
27870 \end_layout
27871
27872 \end_inset
27873
27874  et la seconde commencer par 
27875 \series bold
27876
27877 \backslash
27878 left.
27879 \begin_inset Foot
27880 status collapsed
27881
27882 \begin_layout Plain Layout
27883 pour plus au sujet des commandes 
27884 \series bold
27885
27886 \backslash
27887 left
27888 \series default
27889  et 
27890 \series bold
27891
27892 \backslash
27893 right
27894 \series default
27895  voir 
27896 \begin_inset CommandInset ref
27897 LatexCommand ref
27898 reference "sub:Taille-parenthèses-automatique"
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \end_inset
27906
27907
27908 \series default
27909
27910 \begin_inset Index
27911 status collapsed
27912
27913 \begin_layout Plain Layout
27914 Commandes ! L ! 
27915 \backslash
27916 left
27917 \end_layout
27918
27919 \end_inset
27920
27921 .
27922  Après le 
27923 \series bold
27924
27925 \backslash
27926 left.
27927
27928 \series default
27929  on insère la commande 
27930 \series bold
27931
27932 \backslash
27933 vphantom
27934 \series default
27935
27936 \begin_inset ERT
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940
27941
27942 \backslash
27943 spce 
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \series bold
27950
27951 \backslash
27952 prod
27953 \series default
27954 ^
27955 \begin_inset ERT
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959
27960
27961 \backslash
27962 spce 
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \series bold
27969
27970 \backslash
27971 infty
27972 \series default
27973
27974 \begin_inset ERT
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978
27979
27980 \backslash
27981 spce 
27982 \end_layout
27983
27984 \end_inset
27985
27986
27987 \series bold
27988
27989 \begin_inset Formula $\downarrow$
27990 \end_inset
27991
27992 _R=1}
27993 \series default
27994
27995 \begin_inset Index
27996 status collapsed
27997
27998 \begin_layout Plain Layout
27999 Commandes ! V ! 
28000 \backslash
28001 vphantom
28002 \end_layout
28003
28004 \end_inset
28005
28006  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
28007  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
28008  de la deuxième ligne.
28009 \end_layout
28010
28011 \begin_layout Standard
28012 On obtient ceci:
28013 \end_layout
28014
28015 \begin_layout Standard
28016 \begin_inset Formula \begin{eqnarray*}
28017 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28018  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_layout Subsection
28026 Les environnements align 
28027 \end_layout
28028
28029 \begin_layout Standard
28030 Les environnements align peuvent être utilisés pour tous les cas de formules
28031  multi-lignes.
28032  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
28033 e.
28034 \end_layout
28035
28036 \begin_layout Standard
28037 Les environnement Align sont composés de colonnes.
28038  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
28039  sont alignées à droite.
28040  Chaque ligne d'un environnement Align peut être numérotée.
28041 \end_layout
28042
28043 \begin_layout Standard
28044 Les environnement Align sont créés avec le menu 
28045 \family sans
28046 Insérer\SpecialChar \menuseparator
28047 Math
28048 \family default
28049 .
28050  Avec le menu 
28051 \family sans
28052 Éditer\SpecialChar \menuseparator
28053 Math\SpecialChar \menuseparator
28054 Change le type de formule
28055 \family default
28056  on peut convertir des formules existantes en environnement Align.
28057 \end_layout
28058
28059 \begin_layout Standard
28060 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
28061  
28062 \begin_inset Graphics
28063         filename ../../images/tabular-feature_append-column.png
28064         scale 85
28065
28066 \end_inset
28067
28068  ou 
28069 \begin_inset Graphics
28070         filename ../../images/tabular-feature_delete-column.png
28071         scale 85
28072
28073 \end_inset
28074
28075 , respectivement, soit le menu 
28076 \family sans
28077 Éditer\SpecialChar \menuseparator
28078 Lignes & colonnes
28079 \family default
28080 .
28081 \end_layout
28082
28083 \begin_layout Subsubsection
28084 L'environnement align standard
28085 \begin_inset CommandInset label
28086 LatexCommand label
28087 name "sub:environnement-align-standard"
28088
28089 \end_inset
28090
28091
28092 \begin_inset Index
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096 Formules ! multi-lignes ! environnement align
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_layout Standard
28105 Cet environnement align est créé en appuyant sur 
28106 \family sans
28107 Ctrl-Entrée
28108 \family default
28109  dans une formule ou en utilisant le menu 
28110 \family sans
28111 Insérer\SpecialChar \menuseparator
28112 Math\SpecialChar \menuseparator
28113 Environnement
28114 \begin_inset space ~
28115 \end_inset
28116
28117 AMS
28118 \begin_inset space ~
28119 \end_inset
28120
28121 align
28122 \family default
28123 .
28124 \end_layout
28125
28126 \begin_layout Standard
28127 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
28128  align à quatre colonnes:
28129 \begin_inset Formula \begin{align*}
28130 A & =\sin(B) & C & =D\\
28131 C & \ne A & B & \ne D\end{align*}
28132
28133 \end_inset
28134
28135 Comme on peut le voir, dans cet environnement les formules sont placées
28136  comme s'il y avait un 
28137 \series bold
28138
28139 \backslash
28140 hfill
28141 \begin_inset Foot
28142 status collapsed
28143
28144 \begin_layout Plain Layout
28145 pour plus d'information au sujet de 
28146 \series bold
28147
28148 \backslash
28149 hfill
28150 \series default
28151  voir 
28152 \begin_inset CommandInset ref
28153 LatexCommand ref
28154 reference "sub:Espace-variable"
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \end_inset
28162
28163
28164 \series default
28165  avant la première colonne et après chaque colonne paire.
28166  Quand on utilise le style 
28167 \series bold
28168 Indenté
28169 \begin_inset Foot
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 pour les styles de formules, voir 
28174 \begin_inset CommandInset ref
28175 LatexCommand ref
28176 reference "sec:Styles-de-formules"
28177
28178 \end_inset
28179
28180
28181 \end_layout
28182
28183 \end_inset
28184
28185  
28186 \series default
28187 la formule est écrite sans le 
28188 \series bold
28189
28190 \backslash
28191 hfill
28192 \series default
28193  avant la première colonne.
28194 \end_layout
28195
28196 \begin_layout Subsubsection
28197 L'environnement alignat
28198 \begin_inset Index
28199 status collapsed
28200
28201 \begin_layout Plain Layout
28202 Formules ! multi-lignes ! environnement alignat
28203 \end_layout
28204
28205 \end_inset
28206
28207
28208 \end_layout
28209
28210 \begin_layout Standard
28211 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
28212  Il peut être inséré manuellement avec les espaces qui sont décrits en 
28213 \begin_inset CommandInset ref
28214 LatexCommand ref
28215 reference "sub:Espace"
28216
28217 \end_inset
28218
28219 .
28220 \end_layout
28221
28222 \begin_layout Standard
28223 Voici l'exemple précédent dans un environnement alignat où on a inséré une
28224  espace de 1
28225 \begin_inset space \thinspace{}
28226 \end_inset
28227
28228 cm au début de la deuxième formule:
28229 \begin_inset Formula \begin{alignat*}{2}
28230 A & =\sin(B) & \hspace{1cm}C & =D\\
28231 C & \ne A & B & \ne D\end{alignat*}
28232
28233 \end_inset
28234
28235 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
28236  colonne, cet environnement est particulièrement adapté aux cas où on a
28237  trois colonnes ou plus côte-à-côte.
28238  
28239 \end_layout
28240
28241 \begin_layout Subsubsection
28242 Environnement falign
28243 \begin_inset CommandInset label
28244 LatexCommand label
28245 name "sub:environnement-Flalign"
28246
28247 \end_inset
28248
28249
28250 \begin_inset Index
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254 Formules ! multi-lignes ! environnement flalign
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \begin_layout Standard
28263 Dans cet environnement les deux premières colonnes sont placées le plus
28264  à gauche possible et les deux dernière le plus à droite possible.
28265  Un exemple:
28266 \begin_inset Formula \begin{flalign*}
28267 A & =1 & B & =2 & C & =3\\
28268 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 En créant un environnement flalign avec un nombre impair de colonnes et
28277  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
28278  formules d'un document peuvent être mises à gauche, bien que le style de
28279  formules 
28280 \series bold
28281 Centré 
28282 \series default
28283 soit utilisé.
28284  Comme exemple la formule 
28285 \begin_inset CommandInset ref
28286 LatexCommand eqref
28287 reference "eq:VolInt"
28288
28289 \end_inset
28290
28291  indentée:
28292 \begin_inset Formula \begin{flalign}
28293 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28294
28295 \end_inset
28296
28297 Les deux premières colonnes contiennent la formule.
28298  Pour l'indenter comme avec le style de formule 
28299 \series bold
28300 Indenté,
28301 \series default
28302  on a inséré une espace de 30
28303 \begin_inset space \thinspace{}
28304 \end_inset
28305
28306 pt au début de la première colonne.
28307 \end_layout
28308
28309 \begin_layout Subsection
28310 Environnement eqnarray
28311 \begin_inset Index
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315 Formules ! multi-lignes ! environnement eqnarray
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \begin_layout Standard
28324 Quand on créé cet environnement, trois boîtes bleues apparaissent.
28325  Le contenu de la première boîte est aligné à droite, celui de la dernière
28326  est aligné à gauche.
28327  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
28328  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
28329 \begin_inset Formula \begin{eqnarray*}
28330 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28331 AB & AB & AB\\
28332 A & = & A\end{eqnarray*}
28333
28334 \end_inset
28335
28336
28337 \end_layout
28338
28339 \begin_layout Subsection
28340 Environnement gather
28341 \begin_inset Index
28342 status collapsed
28343
28344 \begin_layout Plain Layout
28345 Formules ! multi-lignes ! environnement gather
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \begin_layout Standard
28354 Cet environnement consiste seulement en une colonne centrée.
28355  Chaque ligne peut être numérotée.
28356 \begin_inset Formula \begin{gather}
28357 A=1\\
28358 X=\textrm{-}1\end{gather}
28359
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \begin_layout Subsection
28366 Environnement multline
28367 \begin_inset CommandInset label
28368 LatexCommand label
28369 name "sub:Environnement-Multline"
28370
28371 \end_inset
28372
28373
28374 \begin_inset Index
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378 Formules ! multi-lignes ! environnement multline
28379 \end_layout
28380
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \begin_layout Standard
28387 L'environnement multline consiste, comme l'environnement gather en une seule
28388  colonne.
28389  Mais la première ligne est alignée à gauche, la dernière est alignée à
28390  droite et toutes les autres sont centrées.
28391  Cet environnement est donc particulièrement adapté aux formules très longues.
28392  Comme exemple, voici la formule 
28393 \begin_inset CommandInset ref
28394 LatexCommand eqref
28395 reference "eq:lefteqn"
28396
28397 \end_inset
28398
28399  dans un environnement multline:
28400 \begin_inset Formula \begin{multline}
28401 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}\\
28402 -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}\\
28403 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \begin_layout Standard
28411 Dans la sortie finale, seule la dernière ligne d'un environnement multline
28412  apparaît numérotée si le document est numéroté à droite, la première s'il
28413  est numéroté à gauche.
28414 \begin_inset Foot
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 pour les styles de numérotation, voir 
28419 \begin_inset CommandInset ref
28420 LatexCommand ref
28421 reference "sec:Styles-de-formules"
28422
28423 \end_inset
28424
28425
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \end_layout
28432
28433 \begin_layout Standard
28434 Avec les commandes 
28435 \series bold
28436
28437 \backslash
28438 shoveright
28439 \begin_inset Index
28440 status collapsed
28441
28442 \begin_layout Plain Layout
28443 Commandes ! S ! 
28444 \backslash
28445 shoveright
28446 \end_layout
28447
28448 \end_inset
28449
28450
28451 \series default
28452  et 
28453 \series bold
28454
28455 \backslash
28456 shoveleft
28457 \begin_inset Index
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461 Commandes ! S ! 
28462 \backslash
28463 shoveleft
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \series default
28470  une ligne centrée peut être alignée respectivement à droite ou à gauche.
28471  Les commandes sont utilisées de la façon suivante:
28472 \end_layout
28473
28474 \begin_layout Standard
28475
28476 \series bold
28477
28478 \backslash
28479 shoveright{contenu de la ligne}
28480 \series default
28481  et 
28482 \series bold
28483
28484 \backslash
28485 shoveleft{contenu de la ligne}
28486 \end_layout
28487
28488 \begin_layout Standard
28489 \begin_inset VSpace medskip
28490 \end_inset
28491
28492 La longueur 
28493 \series bold
28494
28495 \backslash
28496 multlinegap
28497 \begin_inset Index
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 Commandes ! M ! 
28502 \backslash
28503 multlinegap
28504 \end_layout
28505
28506 \end_inset
28507
28508
28509 \series default
28510  précise la distance entre le début de la première ligne et la marge de
28511  gauche.
28512  La valeur prédéfinie est 0
28513 \begin_inset space \thinspace{}
28514 \end_inset
28515
28516 pt.
28517 \end_layout
28518
28519 \begin_layout Standard
28520 Comme exemple, la formule précédente en ajoutant avant en mode TeX
28521 \end_layout
28522
28523 \begin_layout Standard
28524
28525 \series bold
28526
28527 \backslash
28528 setlength{
28529 \backslash
28530 multlinegap}{2cm}
28531 \end_layout
28532
28533 \begin_layout Standard
28534 \begin_inset ERT
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538
28539
28540 \backslash
28541 setlength{
28542 \backslash
28543 multlinegap}{2cm}
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \begin_inset Formula \begin{multline}
28550 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}\\
28551 \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}}\\
28552 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28553
28554 \end_inset
28555
28556
28557 \begin_inset ERT
28558 status collapsed
28559
28560 \begin_layout Plain Layout
28561
28562
28563 \backslash
28564 setlength{
28565 \backslash
28566 multlinegap}{0pt}
28567 \end_layout
28568
28569 \end_inset
28570
28571 La deuxième ligne a été alignée à gauche en utilisant 
28572 \series bold
28573
28574 \backslash
28575 shoveleft
28576 \series default
28577 .
28578 \end_layout
28579
28580 \begin_layout Subsection
28581 Portions de formules en multi-ligne
28582 \begin_inset CommandInset label
28583 LatexCommand label
28584 name "sub:Portions-de-formules-en-multiligne"
28585
28586 \end_inset
28587
28588
28589 \begin_inset Index
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593 Formules ! multi-lignes ! portions de formules
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
28603  on peut utiliser l'un des environnements suivants: 
28604 \series bold
28605 aligned
28606 \series default
28607
28608 \series bold
28609 alignedat
28610 \series default
28611
28612 \series bold
28613 gathered
28614 \series default
28615  or 
28616 \series bold
28617 split
28618 \series default
28619 .
28620  Ils peuvent être insérés en utilisant le menu 
28621 \family sans
28622 Insérer\SpecialChar \menuseparator
28623 Math
28624 \family default
28625  ou en utilisant les commandes décrites dans cette section.
28626 \end_layout
28627
28628 \begin_layout Standard
28629 Les trois premier ont les mêmes propriétés que les environnements de formules
28630  correspondants, à part le fait que l'on peut ajouter d'autres portions
28631  de formules après eux.
28632  Un exemple:
28633 \begin_inset Formula \[
28634 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28635 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28636 \right\} \textrm{Relations d'incertitude}\]
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
28645  on insère la commande 
28646 \series bold
28647
28648 \backslash
28649 aligned
28650 \begin_inset Index
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 Commandes ! A ! 
28655 \backslash
28656 aligned
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \series default
28663 .
28664  Une boîte violette apparaît autour de la boîte de formule dans laquelle
28665  on peut ajouter des lignes et des colonnes.
28666  En dehors de l'environnement multiligne, on peut mettre d'autres portions
28667  de formules, comme des accolades.
28668 \end_layout
28669
28670 \begin_layout Standard
28671 L'environnement aligned est aussi utilisable pour de longues formules dont
28672  les lignes sont alignées horizontalement.
28673  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
28674  est que le numéro des formules est centré verticalement après les formules.
28675  Un exemple, la formule
28676 \begin_inset CommandInset ref
28677 LatexCommand eqref
28678 reference "eq:kurzlang"
28679
28680 \end_inset
28681
28682  dans l'environnement aligned:
28683 \begin_inset Formula \begin{equation}
28684 \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}|}\\
28685  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
28686 \end{equation}
28687
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \begin_layout Standard
28694 Pour utiliser les environnements 
28695 \series bold
28696 alignedat
28697 \series default
28698
28699 \series bold
28700 gathered
28701 \series default
28702 , ou 
28703 \series bold
28704 split
28705 \series default
28706 , on doit insérer respectivement, les commandes 
28707 \series bold
28708
28709 \backslash
28710 alignedat
28711 \series default
28712 ,
28713 \begin_inset Index
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717 Commandes ! A ! 
28718 \backslash
28719 alignedat
28720 \end_layout
28721
28722 \end_inset
28723
28724  
28725 \series bold
28726
28727 \backslash
28728 gathered
28729 \series default
28730
28731 \begin_inset Index
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735 Commandes ! G ! 
28736 \backslash
28737 gathered
28738 \end_layout
28739
28740 \end_inset
28741
28742 , ou 
28743 \series bold
28744
28745 \backslash
28746 split
28747 \series default
28748
28749 \begin_inset Index
28750 status collapsed
28751
28752 \begin_layout Plain Layout
28753 Commandes ! S ! 
28754 \backslash
28755 split
28756 \end_layout
28757
28758 \end_inset
28759
28760 .
28761  L'environnement split a les mêmes propriétés que l'environnement aligned,
28762  mais il ne peut avoir que deux colonnes.
28763 \end_layout
28764
28765 \begin_layout Subsection
28766 Texte dans les formules multi-lignes
28767 \begin_inset CommandInset label
28768 LatexCommand label
28769 name "sub:Texte-dans-multi-lignes"
28770
28771 \end_inset
28772
28773
28774 \begin_inset Index
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778 Texte ! dans les formules
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \begin_inset Index
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788 Formules ! multi-lignes ! texte
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \begin_layout Standard
28797 Dans les environnements align, multline et gather, on peut insérer du texte
28798  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
28799  des colonnes.
28800  Pour faire cela, on utilise la commande 
28801 \series bold
28802
28803 \backslash
28804 intertext
28805 \begin_inset Index
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809 Commandes ! I ! 
28810 \backslash
28811 intertext
28812 \end_layout
28813
28814 \end_inset
28815
28816
28817 \series default
28818  avec la syntaxe suivante:
28819 \end_layout
28820
28821 \begin_layout Standard
28822
28823 \series bold
28824
28825 \backslash
28826 intertext{texte}
28827 \end_layout
28828
28829 \begin_layout Standard
28830 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
28831  subir de césure.
28832  Comme LyX ne supporte pas directement 
28833 \series bold
28834
28835 \backslash
28836 intertext
28837 \series default
28838 , le texte doit être écrit comme du texte mathématique.
28839  Le texte inséré avec 
28840 \series bold
28841
28842 \backslash
28843 intertext
28844 \series default
28845  doit être au début d'une ligne pour se trouver dans la sortie final au
28846  dessus de celle-ci.
28847  Un exemple où le texte a été inséré au début de la deuxième ligne:
28848 \begin_inset Formula \begin{align}
28849 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28850 \intertext{\text{l'intégrande est symétrique autour de $\phi=\pi$, donc}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
28851
28852 \end_inset
28853
28854
28855 \end_layout
28856
28857 \begin_layout Section
28858 Numérotation des formules
28859 \begin_inset Index
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863 Numérotation des formules
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \begin_inset Index
28870 status collapsed
28871
28872 \begin_layout Plain Layout
28873 Formules ! numérotation|see
28874 \begin_inset ERT
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878
28879 {
28880 \end_layout
28881
28882 \end_inset
28883
28884 Numérotation des formules
28885 \begin_inset ERT
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889
28890 }
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \begin_layout Subsection
28904 Généralités
28905 \end_layout
28906
28907 \begin_layout Standard
28908 On peut créer des formules numérotées avec le menu 
28909 \family sans
28910 Insérer\SpecialChar \menuseparator
28911 Math\SpecialChar \menuseparator
28912 Formule
28913 \begin_inset space ~
28914 \end_inset
28915
28916 numérotée
28917 \family default
28918  (raccourci 
28919 \family sans
28920 Ctrl-Alt
28921 \begin_inset space ~
28922 \end_inset
28923
28924 n
28925 \family default
28926 ).
28927  On peut aussi numéroter des formules existantes avec le menu 
28928 \family sans
28929 Éditer\SpecialChar \menuseparator
28930 Math\SpecialChar \menuseparator
28931 (Dés)Activer
28932 \begin_inset space ~
28933 \end_inset
28934
28935 numérotation
28936 \family default
28937  (raccourci 
28938 \family sans
28939 Alt-m
28940 \begin_inset space ~
28941 \end_inset
28942
28943 n
28944 \family default
28945 ).
28946  Le numéro de la formule est affiché dans LyX après la formule sous la forme
28947  d'un dièse entre parenthèse
28948 \begin_inset Foot
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952 En anglais le dièse est le symbole du numéro (NdT).
28953 \end_layout
28954
28955 \end_inset
28956
28957 .
28958  Le dièse est remplacé dans la sortie finale par le numéro de la formule
28959 \end_layout
28960
28961 \begin_layout Standard
28962 Quand on active la numérotation sur des formules multi-lignes, toutes les
28963  lignes sont numérotées.
28964  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
28965  
28966 \family sans
28967 Éditer\SpecialChar \menuseparator
28968 Math\SpecialChar \menuseparator
28969 (Dés)Activer
28970 \begin_inset space ~
28971 \end_inset
28972
28973 Numérotation
28974 \begin_inset space ~
28975 \end_inset
28976
28977 de
28978 \begin_inset space ~
28979 \end_inset
28980
28981 cette
28982 \begin_inset space ~
28983 \end_inset
28984
28985 ligne
28986 \family default
28987  (raccourci 
28988 \family sans
28989 Alt-m
28990 \begin_inset space ~
28991 \end_inset
28992
28993 N
28994 \family default
28995 ).
28996 \end_layout
28997
28998 \begin_layout Standard
28999 À part pour les formules en ligne, toutes les formules peuvent être numérotées
29000  avec deux styles différents, voir 
29001 \begin_inset CommandInset ref
29002 LatexCommand ref
29003 reference "sec:Styles-de-formules"
29004
29005 \end_inset
29006
29007 .
29008 \end_layout
29009
29010 \begin_layout Subsection
29011 Références croisées
29012 \begin_inset CommandInset label
29013 LatexCommand label
29014 name "sub:Références-croisées"
29015
29016 \end_inset
29017
29018
29019 \begin_inset Index
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023 Références croisées ! à des formules
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 On peut faire référence à toute formule ayant une étiquette.
29033  On ajoute une étiquette avec le menu 
29034 \family sans
29035 Insérer\SpecialChar \menuseparator
29036 Étiquette
29037 \family default
29038  ou avec le bouton 
29039 \begin_inset Graphics
29040         filename ../../images/label-insert.png
29041         scale 85
29042
29043 \end_inset
29044
29045  de la barre d'outils.
29046  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
29047  ligne.
29048  Une fenêtre de dialogue apparaît affichant le préfixe 
29049 \series bold
29050 eq:
29051 \series default
29052  dans un champ de texte.
29053  L'étiquette est insérée à cet endroit, juste après le préfixe.
29054  Le préfixe prédéfini signifie 
29055 \begin_inset Quotes eld
29056 \end_inset
29057
29058 équation
29059 \begin_inset Quotes erd
29060 \end_inset
29061
29062  et rend plus facile la recherche d'une étiquette dans les grand documents
29063  en l'identifiant comme une étiquette de formule et pas, par exemple comme
29064  une étiquette de section.
29065  Pour modifier l'étiquette on doit repasser par le menu 
29066 \family sans
29067 Insérer\SpecialChar \menuseparator
29068 Étiquette
29069 \family default
29070 .
29071 \end_layout
29072
29073 \begin_layout Standard
29074 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
29075  la formule.
29076  Une formule avec une étiquette est toujours numérotée.
29077 \end_layout
29078
29079 \begin_layout Standard
29080 On insère une référence croisée avec le menu 
29081 \family sans
29082 Insérer\SpecialChar \menuseparator
29083 Référence
29084 \begin_inset space ~
29085 \end_inset
29086
29087 croisée
29088 \family default
29089  ou avec le bouton 
29090 \begin_inset Graphics
29091         filename ../../images/dialog-show-new-inset_ref.png
29092         scale 85
29093
29094 \end_inset
29095
29096  de la barre d'outils.
29097  Une référence croisée à une formule apparaît dans la sortie finale comme
29098  un numéro de formule.
29099  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
29100  
29101 \series bold
29102 (<reference>),
29103 \series default
29104  la référence croisée apparaît dans la sortie finale comme un numéro de
29105  formule entre parenthèses.
29106 \begin_inset Newline newline
29107 \end_inset
29108
29109 En faisant un clic droit sur une référence croisée dans LyX, on saute à
29110  la formule qui est référencée.
29111 \end_layout
29112
29113 \begin_layout Standard
29114 Voici comme exemples des références croisées à des formules qui se trouvent
29115  dans les sous-sections qui suivent:
29116 \begin_inset Note Note
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120 Noter les différents types de références croisées.
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \begin_layout Standard
29129 Les équations 
29130 \begin_inset CommandInset ref
29131 LatexCommand eqref
29132 reference "eq:tag"
29133
29134 \end_inset
29135
29136  et 
29137 \begin_inset CommandInset ref
29138 LatexCommand eqref
29139 reference "eq:c"
29140
29141 \end_inset
29142
29143  sont équivalentes.
29144  Dans (
29145 \begin_inset CommandInset ref
29146 LatexCommand ref
29147 reference "eq:Lat"
29148
29149 \end_inset
29150
29151 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
29152  à  (
29153 \begin_inset CommandInset ref
29154 LatexCommand ref
29155 reference "eq:Rom"
29156
29157 \end_inset
29158
29159 ).
29160 \end_layout
29161
29162 \begin_layout Standard
29163 \begin_inset VSpace medskip
29164 \end_inset
29165
29166 Quand l'argument de 
29167 \series bold
29168
29169 \backslash
29170 tag
29171 \begin_inset Foot
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175
29176 \series bold
29177
29178 \backslash
29179 tag
29180 \series default
29181  est décrit dans 
29182 \begin_inset CommandInset ref
29183 LatexCommand ref
29184 reference "sub:Numérotation-personnalisée"
29185
29186 \end_inset
29187
29188 .
29189 \end_layout
29190
29191 \end_inset
29192
29193
29194 \series default
29195  contient une boîte comme dans 
29196 \begin_inset CommandInset ref
29197 LatexCommand ref
29198 reference "sub:Boîtes-de-paragraphes"
29199
29200 \end_inset
29201
29202 , la formule ne peut pas être référencée.
29203 \end_layout
29204
29205 \begin_layout Subsection
29206 Sous-numérotation
29207 \begin_inset Index
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211 Numérotation des formules ! sous-numérotation
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \begin_layout Standard
29220 Avec l'aide des commandes 
29221 \series bold
29222
29223 \backslash
29224 begin{subequations}
29225 \series default
29226  et 
29227 \series bold
29228
29229 \backslash
29230 end{subequations}
29231 \series default
29232  on peut faire une sous-numérotation de formules.
29233  Les deux commandes doivent être insérées en mode TeX.
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Un exemple:
29238 \begin_inset Formula \begin{equation}
29239 A=C-B\label{eq:a}\end{equation}
29240
29241 \end_inset
29242
29243
29244 \begin_inset ERT
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248
29249
29250 \backslash
29251 addtocounter{equation}{-1}
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \begin_inset ERT
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261
29262
29263 \backslash
29264 begin{subequations}
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \begin_inset VSpace -5mm
29271 \end_inset
29272
29273
29274 \begin_inset Formula \begin{equation}
29275 B=C-A\label{eq:b}\end{equation}
29276
29277 \end_inset
29278
29279
29280 \begin_inset Formula \begin{equation}
29281 C=A+B\label{eq:c}\end{equation}
29282
29283 \end_inset
29284
29285
29286 \end_layout
29287
29288 \begin_layout Standard
29289 \begin_inset ERT
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293
29294
29295 \backslash
29296 end{subequations}
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Standard
29305 Pour créer cet exemple, on fait ce qui suit:
29306 \end_layout
29307
29308 \begin_layout Enumerate
29309 on insère la première formule
29310 \end_layout
29311
29312 \begin_layout Enumerate
29313 après la première formule on insère 
29314 \begin_inset Newline newline
29315 \end_inset
29316
29317
29318 \series bold
29319
29320 \backslash
29321 addtocounter{equation}{-1} 
29322 \backslash
29323 begin{subequations}
29324 \begin_inset Index
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328 Commandes ! A ! 
29329 \backslash
29330 addtocounter
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Enumerate
29339 on insère la deuxième formule
29340 \end_layout
29341
29342 \begin_layout Enumerate
29343 on insère la troisième formule
29344 \end_layout
29345
29346 \begin_layout Enumerate
29347 on insère 
29348 \series bold
29349
29350 \backslash
29351 end{subequations}
29352 \series default
29353  après la troisième formule
29354 \end_layout
29355
29356 \begin_layout Standard
29357 Chaque formule entre les commandes 
29358 \series bold
29359
29360 \backslash
29361 begin
29362 \series default
29363  et 
29364 \series bold
29365
29366 \backslash
29367 end
29368 \series default
29369  est sous-numérotée avec a, b,
29370 \begin_inset Newline linebreak
29371 \end_inset
29372
29373 c, \SpecialChar \ldots{}
29374  Pour les formules multi-lignes, chaque ligne sera numérotée.
29375  Toutes les formules sous-numérotées sont traitées comme 
29376 \emph on
29377 une seule 
29378 \emph default
29379 formule.
29380  Mais comme chaque formule numérotée incrémente le compteur 
29381 \series bold
29382 equation
29383 \series default
29384  de un, on a besoin de la commande 
29385 \series bold
29386
29387 \backslash
29388 addtocounter
29389 \series default
29390  pour le décrémenter.
29391  Sinon les formules 
29392 \begin_inset CommandInset ref
29393 LatexCommand eqref
29394 reference "eq:a"
29395
29396 \end_inset
29397
29398
29399 \begin_inset CommandInset ref
29400 LatexCommand eqref
29401 reference "eq:b"
29402
29403 \end_inset
29404
29405
29406 \begin_inset CommandInset ref
29407 LatexCommand eqref
29408 reference "eq:c"
29409
29410 \end_inset
29411
29412  seraient numérotées comme 
29413 \begin_inset CommandInset ref
29414 LatexCommand eqref
29415 reference "eq:a"
29416
29417 \end_inset
29418
29419
29420 \begin_inset CommandInset ref
29421 LatexCommand eqref
29422 reference "eq:d"
29423
29424 \end_inset
29425
29426
29427 \begin_inset CommandInset ref
29428 LatexCommand eqref
29429 reference "eq:f"
29430
29431 \end_inset
29432
29433 .
29434 \end_layout
29435
29436 \begin_layout Standard
29437 En insérant les commandes en mode TeX entre les deux premières formules,
29438  on crée un espace.
29439  Pour le supprimer, on insère un espace vertical négatif de -5
29440 \begin_inset space \thinspace{}
29441 \end_inset
29442
29443 mm après la commande 
29444 \series bold
29445
29446 \backslash
29447 begin{subequations}
29448 \series default
29449 .
29450  Quand on utilise le style 
29451 \series bold
29452 Indenté
29453 \begin_inset Foot
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457 pour les styles de formules, voir 
29458 \begin_inset CommandInset ref
29459 LatexCommand ref
29460 reference "sec:Styles-de-formules"
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \series default
29471 on insère un espace de -7
29472 \begin_inset space \thinspace{}
29473 \end_inset
29474
29475 mm à la place.
29476 \end_layout
29477
29478 \begin_layout Standard
29479 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
29480  pour la deuxième ligne:
29481 \end_layout
29482
29483 \begin_layout Standard
29484 \begin_inset ERT
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488
29489
29490 \backslash
29491 begin{subequations}
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \begin_inset Formula \begin{eqnarray}
29498 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29499  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29500  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29501
29502 \end_inset
29503
29504
29505 \begin_inset ERT
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509
29510
29511 \backslash
29512 end{subequations}
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Subsection
29521 Numérotation personnalisée
29522 \begin_inset CommandInset label
29523 LatexCommand label
29524 name "sub:Numérotation-personnalisée"
29525
29526 \end_inset
29527
29528
29529 \begin_inset Index
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Numérotation des formules !  personnalisée
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Standard
29542 \begin_inset Index
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546 Numérotation des formules ! délimiteurs personnalisés
29547 \end_layout
29548
29549 \end_inset
29550
29551 Avec la numérotation standard, on a des parenthèses autour du numéro de
29552  formule.
29553  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
29554  il faut ajouter la lignes suivante dans le préambule LaTeX:
29555 \end_layout
29556
29557 \begin_layout Standard
29558
29559 \series bold
29560
29561 \backslash
29562 def
29563 \backslash
29564 tagform@#1{
29565 \backslash
29566 maketag@@@{|#1|}}
29567 \series default
29568
29569 \begin_inset Note Note
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
29574  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
29575  début de ligne.
29576 \end_layout
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \begin_layout Standard
29584 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
29585  autour du 
29586 \series bold
29587 #1
29588 \series default
29589  par un caractère ou plus.
29590  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
29591  verticales.
29592 \end_layout
29593
29594 \begin_layout Standard
29595 \begin_inset VSpace bigskip
29596 \end_inset
29597
29598 Si vous voulez avoir une expression de votre choix entre parenthèses après
29599  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
29600  commande 
29601 \series bold
29602
29603 \backslash
29604 tag
29605 \series default
29606
29607 \begin_inset Index
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611 Commandes ! T ! 
29612 \backslash
29613 tag
29614 \end_layout
29615
29616 \end_inset
29617
29618 :
29619 \begin_inset Formula \begin{equation}
29620 A+B=C\tag{quelquechose}\label{eq:tag}\end{equation}
29621
29622 \end_inset
29623
29624 Dans cet exemple, on a mis la commande 
29625 \series bold
29626
29627 \backslash
29628 tag
29629 \series default
29630
29631 \begin_inset ERT
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635
29636
29637 \backslash
29638 spce 
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \series bold
29645 quelquechose
29646 \series default
29647  dans la formule.
29648 \end_layout
29649
29650 \begin_layout Standard
29651 Quand on insère la commande 
29652 \series bold
29653
29654 \backslash
29655 tag*
29656 \series default
29657
29658 \begin_inset ERT
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662
29663
29664 \backslash
29665 spce 
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \series bold
29672 quelquechose
29673 \series default
29674  à la place, l'astérisque supprime les parenthèses autour du texte:
29675 \begin_inset Formula \[
29676 A+B=C\tag*{quelquechose}\]
29677
29678 \end_inset
29679
29680
29681 \end_layout
29682
29683 \begin_layout Standard
29684 \begin_inset VSpace bigskip
29685 \end_inset
29686
29687 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
29688  ou section du document, on utilise les commandes suivantes: 
29689 \end_layout
29690
29691 \begin_layout Standard
29692
29693 \series bold
29694
29695 \backslash
29696 @addtoreset{equation}{part}
29697 \series default
29698
29699 \begin_inset Index
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703 Commandes ! 
29704 \begin_inset ERT
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708
29709 "
29710 \end_layout
29711
29712 \end_inset
29713
29714 @
29715 \begin_inset ERT
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719
29720 "
29721 \end_layout
29722
29723 \end_inset
29724
29725  ! 
29726 \backslash
29727
29728 \begin_inset ERT
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732
29733 "
29734 \end_layout
29735
29736 \end_inset
29737
29738 @
29739 \begin_inset ERT
29740 status collapsed
29741
29742 \begin_layout Plain Layout
29743
29744 "
29745 \end_layout
29746
29747 \end_inset
29748
29749 addtoreset
29750 \end_layout
29751
29752 \end_inset
29753
29754
29755 \begin_inset Newline newline
29756 \end_inset
29757
29758 ou
29759 \begin_inset Newline newline
29760 \end_inset
29761
29762
29763 \series bold
29764
29765 \backslash
29766 @addtoreset{equation}{section}
29767 \end_layout
29768
29769 \begin_layout Standard
29770 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
29771 \begin_inset Quotes eld
29772 \end_inset
29773
29774 @
29775 \begin_inset Quotes erd
29776 \end_inset
29777
29778  doit être rendu 
29779 \begin_inset Quotes eld
29780 \end_inset
29781
29782 actif
29783 \begin_inset Quotes erd
29784 \end_inset
29785
29786  pour LaTeX en utilisant la commande 
29787 \series bold
29788
29789 \backslash
29790 makeatletter.
29791
29792 \series default
29793  La commande 
29794 \series bold
29795
29796 \backslash
29797 makeatother
29798 \series default
29799  le désactive.
29800  La suite de commandes en mode TeX est donc:
29801 \end_layout
29802
29803 \begin_layout Standard
29804
29805 \series bold
29806
29807 \backslash
29808 makeatletter
29809 \begin_inset Newline newline
29810 \end_inset
29811
29812
29813 \backslash
29814 @addtoreset{equation}{section}
29815 \begin_inset Newline newline
29816 \end_inset
29817
29818
29819 \backslash
29820 makeatother
29821 \end_layout
29822
29823 \begin_layout Standard
29824 Dans le préambule LaTeX on peut omettre les commandes 
29825 \series bold
29826
29827 \backslash
29828 makeatletter
29829 \series default
29830  et 
29831 \series bold
29832
29833 \backslash
29834 makeatother
29835 \series default
29836 , vu que LyX les insère automatiquement en interne.
29837 \end_layout
29838
29839 \begin_layout Standard
29840 Pour supprimer l'effet de 
29841 \series bold
29842
29843 \backslash
29844 @addtoreset
29845 \series default
29846 , on doit charger le fichier 
29847 \series bold
29848 remreset.sty
29849 \series default
29850
29851 \begin_inset Foot
29852 status collapsed
29853
29854 \begin_layout Plain Layout
29855
29856 \series bold
29857 remreset
29858 \series default
29859  fait partie du paquetage LaTeX 
29860 \series bold
29861 carlisle
29862 \series default
29863
29864 \begin_inset Index
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868 Paquetages ! carlisle
29869 \end_layout
29870
29871 \end_inset
29872
29873  qui est compris dans toutes les installations LaTeX standard.
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \begin_inset Index
29880 status collapsed
29881
29882 \begin_layout Plain Layout
29883 Paquetages ! remreset
29884 \end_layout
29885
29886 \end_inset
29887
29888  dans le préambule LaTeX avec la ligne
29889 \end_layout
29890
29891 \begin_layout Standard
29892
29893 \series bold
29894
29895 \backslash
29896 usepackage{remreset}
29897 \end_layout
29898
29899 \begin_layout Standard
29900 On peut alors utiliser la commande 
29901 \series bold
29902
29903 \backslash
29904 @removefromreset
29905 \series default
29906
29907 \begin_inset Index
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Commandes ! 
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917 "
29918 \end_layout
29919
29920 \end_inset
29921
29922 @
29923 \begin_inset ERT
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928 "
29929 \end_layout
29930
29931 \end_inset
29932
29933  ! 
29934 \backslash
29935
29936 \begin_inset ERT
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941 "
29942 \end_layout
29943
29944 \end_inset
29945
29946 @
29947 \begin_inset ERT
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951
29952 "
29953 \end_layout
29954
29955 \end_inset
29956
29957 removefromreset
29958 \end_layout
29959
29960 \end_inset
29961
29962  avec la même syntaxe que 
29963 \series bold
29964
29965 \backslash
29966 @addtoreset
29967 \series default
29968 .
29969 \end_layout
29970
29971 \begin_layout Standard
29972 \begin_inset VSpace bigskip
29973 \end_inset
29974
29975 On doit parfois numéroter les formules de la façon suivante
29976 \end_layout
29977
29978 \begin_layout Standard
29979
29980 \family typewriter
29981 (numéro de section.numéro de formule)
29982 \end_layout
29983
29984 \begin_layout Standard
29985 Le numéro de formule repart à 
29986 \begin_inset Quotes eld
29987 \end_inset
29988
29989 1
29990 \begin_inset Quotes erd
29991 \end_inset
29992
29993  à chaque nouvelle section
29994 \end_layout
29995
29996 \begin_layout Standard
29997 Dans ce cas, on peut utiliser la commande 
29998 \series bold
29999
30000 \backslash
30001 numberwithin
30002 \series default
30003
30004 \begin_inset Index
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008 Commandes ! N ! 
30009 \backslash
30010 numberwithin
30011 \end_layout
30012
30013 \end_inset
30014
30015 , qui a la syntaxe suivante:
30016 \end_layout
30017
30018 \begin_layout Standard
30019
30020 \series bold
30021
30022 \backslash
30023 numberwithin{compteur}{sectionnement}
30024 \end_layout
30025
30026 \begin_layout Standard
30027 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
30028 nt indique quel numéro est placé avant le point.
30029 \end_layout
30030
30031 \begin_layout Standard
30032 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
30033  LaTeX soit en mode TeX:
30034 \end_layout
30035
30036 \begin_layout Standard
30037
30038 \series bold
30039
30040 \backslash
30041 numberwithin{equation}{section}
30042 \end_layout
30043
30044 \begin_layout Standard
30045 Voici le résultat:
30046 \begin_inset ERT
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050
30051
30052 \backslash
30053 numberwithin{equation}{section}
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \begin_inset Formula \begin{equation}
30060 A+B=C\end{equation}
30061
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \begin_layout Standard
30068 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
30069  on utilisera
30070 \begin_inset Newline newline
30071 \end_inset
30072
30073
30074 \series bold
30075
30076 \backslash
30077 numberwithin{table}{part}
30078 \end_layout
30079
30080 \begin_layout Standard
30081 Pour revenir à la numérotation standard pour éviter ce type de numérotation
30082  quand elle est définie par la classe du document, on insère la commande
30083  suivante, soit dans le préambule, soit en mode TeX:
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 renewcommand{
30092 \backslash
30093 theequation}{
30094 \backslash
30095 arabic{equation}}
30096 \begin_inset Index
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100 Commandes ! A ! 
30101 \backslash
30102 arabic
30103 \end_layout
30104
30105 \end_inset
30106
30107
30108 \series default
30109
30110 \begin_inset ERT
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114
30115
30116 \backslash
30117 renewcommand{
30118 \backslash
30119 theequation}{
30120 \backslash
30121 arabic{equation}}
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \series bold
30128
30129 \begin_inset Newline newline
30130 \end_inset
30131
30132
30133 \series default
30134 ou
30135 \series bold
30136
30137 \begin_inset Newline newline
30138 \end_inset
30139
30140
30141 \backslash
30142 renewcommand{
30143 \backslash
30144 thetable}{
30145 \backslash
30146 arabic{table}}
30147 \end_layout
30148
30149 \begin_layout Standard
30150
30151 \series bold
30152
30153 \backslash
30154 numberwithin
30155 \series default
30156  utilise en interne la commande 
30157 \series bold
30158
30159 \backslash
30160 @addtoreset
30161 \series default
30162 , décrite plus haut et qui doit aussi être annulée.
30163 \begin_inset ERT
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167
30168
30169 \backslash
30170 makeatletter
30171 \end_layout
30172
30173 \begin_layout Plain Layout
30174
30175
30176 \backslash
30177 @removefromreset{equation}{section}
30178 \end_layout
30179
30180 \begin_layout Plain Layout
30181
30182
30183 \backslash
30184 makeatother
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Subsection
30193 Numérotation avec des chiffres romains ou des lettres
30194 \begin_inset CommandInset label
30195 LatexCommand label
30196 name "sub:Numérotation-avec-des-chiffres-romains"
30197
30198 \end_inset
30199
30200
30201 \begin_inset Index
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205 Numérotation des formules ! avec des lettres
30206 \end_layout
30207
30208 \end_inset
30209
30210
30211 \begin_inset Index
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215 Numérotation des formules ! avec des chiffres romains
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \end_layout
30222
30223 \begin_layout Standard
30224 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
30225  latines.
30226  Par exemple, pour numéroter avec des petits chiffres romains, on insère
30227  la commande
30228 \end_layout
30229
30230 \begin_layout Standard
30231
30232 \series bold
30233
30234 \backslash
30235 renewcommand{
30236 \backslash
30237 theequation}{
30238 \backslash
30239 roman{equation}}
30240 \end_layout
30241
30242 \begin_layout Standard
30243 en mode TeX juste avant la formule.
30244  
30245 \series bold
30246
30247 \backslash
30248 renewcommand
30249 \series default
30250
30251 \begin_inset Index
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255 Commandes ! R ! 
30256 \backslash
30257 renewcommand
30258 \end_layout
30259
30260 \end_inset
30261
30262  redéfinit la commande prédéfinie 
30263 \series bold
30264
30265 \backslash
30266 theequation
30267 \series default
30268  en la commande 
30269 \series bold
30270
30271 \backslash
30272 roman{equation}
30273 \series default
30274
30275 \begin_inset Foot
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279 La commande 
30280 \series bold
30281
30282 \backslash
30283 renewcommand
30284 \series default
30285  a la même syntaxe que la commande 
30286 \series bold
30287
30288 \backslash
30289 newcommand
30290 \series default
30291  qui est décrite dans 
30292 \begin_inset CommandInset ref
30293 LatexCommand ref
30294 reference "sec:Commandes-personnalisées"
30295
30296 \end_inset
30297
30298 .
30299 \end_layout
30300
30301 \end_inset
30302
30303 .
30304  
30305 \series bold
30306 equation
30307 \series default
30308  est le compteur pour les formules.
30309  Quand la commande 
30310 \series bold
30311
30312 \backslash
30313 the
30314 \series default
30315  est utilisée comme préfixe pour un compteur, la valeur du compteur est
30316  écrite en utilisant des chiffres arabes.
30317  Quand une formule est numérotée, LaTeX met en interne la commande 
30318 \series bold
30319
30320 \backslash
30321 theequation
30322 \series default
30323  après la formule.
30324  
30325 \series bold
30326
30327 \backslash
30328 roman{equation}
30329 \begin_inset Index
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333 Commandes ! R ! 
30334 \backslash
30335 roman
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \series default
30342  écrit la valeur du compteur en utilisant des petits chiffres romains.
30343 \end_layout
30344
30345 \begin_layout Standard
30346 Toutes les formules qui suivent 
30347 \series bold
30348
30349 \backslash
30350 renew
30351 \series default
30352 c
30353 \series bold
30354 ommand
30355 \series default
30356  sont maintenant numérotées en chiffres romains.
30357  Pour passer à une numérotation avec de gros chiffres romains, on insère
30358  la même commande, mais avec 
30359 \series bold
30360
30361 \backslash
30362 roman
30363 \series default
30364  remplacé par 
30365 \series bold
30366
30367 \backslash
30368 Roman
30369 \series default
30370
30371 \begin_inset Index
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375 Commandes ! R ! 
30376 \backslash
30377 roman@
30378 \backslash
30379 Roman
30380 \end_layout
30381
30382 \end_inset
30383
30384 .
30385  Pour numéroter avec des lettres latines minuscules, on a la commande 
30386 \series bold
30387
30388 \backslash
30389 alph
30390 \series default
30391
30392 \begin_inset Index
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396 Commandes ! A ! 
30397 \backslash
30398 alphe
30399 \end_layout
30400
30401 \end_inset
30402
30403 , pour les lettres majuscules, on a 
30404 \series bold
30405
30406 \backslash
30407 Alph
30408 \series default
30409
30410 \begin_inset Index
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414 Commandes ! A ! 
30415 \backslash
30416 alph@
30417 \backslash
30418 Alph
30419 \end_layout
30420
30421 \end_inset
30422
30423 .
30424 \end_layout
30425
30426 \begin_layout Standard
30427 \begin_inset Note Greyedout
30428 status open
30429
30430 \begin_layout Plain Layout
30431
30432 \series bold
30433 Note:
30434 \series default
30435  On peut numéroter au maximum 26 formules avec des lettres latines dans
30436  un même document.
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \end_layout
30443
30444 \begin_layout Standard
30445 \begin_inset ERT
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449
30450
30451 \backslash
30452 renewcommand{
30453 \backslash
30454 theequation}{
30455 \backslash
30456 roman{equation}}
30457 \end_layout
30458
30459 \end_inset
30460
30461
30462 \end_layout
30463
30464 \begin_layout Standard
30465 \begin_inset Formula \begin{equation}
30466 A=\textrm{romains minuscules}\label{eq:rom}\end{equation}
30467
30468 \end_inset
30469
30470
30471 \begin_inset ERT
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475
30476
30477 \backslash
30478 renewcommand{
30479 \backslash
30480 theequation}{
30481 \backslash
30482 Roman{equation}}
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \begin_inset Formula \begin{equation}
30489 B=\textrm{romains majuscules}\label{eq:Rom}\end{equation}
30490
30491 \end_inset
30492
30493
30494 \begin_inset ERT
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498
30499
30500 \backslash
30501 renewcommand{
30502 \backslash
30503 theequation}{
30504 \backslash
30505 alph{equation}}
30506 \end_layout
30507
30508 \end_inset
30509
30510
30511 \begin_inset Formula \begin{equation}
30512 C=\textrm{latines minuscules}\label{eq:lat}\end{equation}
30513
30514 \end_inset
30515
30516
30517 \begin_inset ERT
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521
30522
30523 \backslash
30524 renewcommand{
30525 \backslash
30526 theequation}{
30527 \backslash
30528 Alph{equation}}
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \begin_inset Formula \begin{equation}
30535 D=\textrm{latines majuscules}\label{eq:Lat}\end{equation}
30536
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Pour revenir à la numérotation par défaut, on insère la commande:
30544 \end_layout
30545
30546 \begin_layout Standard
30547
30548 \series bold
30549
30550 \backslash
30551 renewcommand{
30552 \backslash
30553 theequation}{
30554 \backslash
30555 arabic{equation}}
30556 \begin_inset Index
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560 Commandes ! A ! 
30561 \backslash
30562 arabic
30563 \end_layout
30564
30565 \end_inset
30566
30567
30568 \end_layout
30569
30570 \begin_layout Standard
30571 \begin_inset ERT
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575
30576
30577 \backslash
30578 renewcommand{
30579 \backslash
30580 theequation}{
30581 \backslash
30582 arabic{equation}}
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \begin_inset Formula \begin{equation}
30589 E=\textrm{Arabes}\label{eq:arab}\end{equation}
30590
30591 \end_inset
30592
30593
30594 \end_layout
30595
30596 \begin_layout Standard
30597 \begin_inset VSpace medskip
30598 \end_inset
30599
30600 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
30601  du style de numérotation.
30602  Si l'on veut que la numérotation reparte à 
30603 \begin_inset Quotes eld
30604 \end_inset
30605
30606 1
30607 \begin_inset Quotes erd
30608 \end_inset
30609
30610  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
30611  On trouvera une description de cette opération dans le fichier 
30612 \begin_inset CommandInset href
30613 LatexCommand href
30614 target "Formula-numbering.lyx"
30615
30616 \end_inset
30617
30618 .
30619 \end_layout
30620
30621 \begin_layout Section
30622 Commandes personnalisées
30623 \begin_inset CommandInset label
30624 LatexCommand label
30625 name "sec:Commandes-personnalisées"
30626
30627 \end_inset
30628
30629
30630 \begin_inset Index
30631 status collapsed
30632
30633 \begin_layout Plain Layout
30634 Commandes personnalisées
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \begin_layout Standard
30643 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
30644  Mais on peut définir de nouvelles commandes plus courtes avec la commande
30645  
30646 \series bold
30647
30648 \backslash
30649 newcommand
30650 \series default
30651
30652 \begin_inset Index
30653 status collapsed
30654
30655 \begin_layout Plain Layout
30656 Commandes ! N ! 
30657 \backslash
30658 newcommand
30659 \end_layout
30660
30661 \end_inset
30662
30663  .
30664 \end_layout
30665
30666 \begin_layout Standard
30667 La syntaxe de 
30668 \series bold
30669
30670 \backslash
30671 newcommand
30672 \series default
30673  est:
30674 \end_layout
30675
30676 \begin_layout Standard
30677
30678 \series bold
30679
30680 \backslash
30681 newcommand{nom de la nouvelle commande}[nombre d'arguments]
30682 \begin_inset Newline newline
30683 \end_inset
30684
30685
30686 \begin_inset ERT
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690
30691
30692 \backslash
30693 phantom{
30694 \end_layout
30695
30696 \end_inset
30697
30698
30699 \backslash
30700 newcommand
30701 \begin_inset ERT
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705
30706 }
30707 \end_layout
30708
30709 \end_inset
30710
30711 [valeur optionnelle]{définition de la commande}
30712 \end_layout
30713
30714 \begin_layout Standard
30715 \begin_inset Note Greyedout
30716 status open
30717
30718 \begin_layout Plain Layout
30719
30720 \series bold
30721 Note:
30722 \series default
30723  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
30724  votre document ou par un des paquetages LaTeX que vous utilisez.
30725  Si par exemple, vous tentez de définir la commande 
30726 \series bold
30727
30728 \backslash
30729 le
30730 \series default
30731  pour 
30732 \series bold
30733
30734 \backslash
30735 Leftarrow
30736 \series default
30737 , vous aurez un message d'erreur puisque 
30738 \series bold
30739
30740 \backslash
30741 le
30742 \series default
30743  est déjà définie comme étant la commande pour le symbole 
30744 \begin_inset Quotes eld
30745 \end_inset
30746
30747
30748 \begin_inset Formula $\le$
30749 \end_inset
30750
30751
30752 \begin_inset Quotes erd
30753 \end_inset
30754
30755 .
30756 \end_layout
30757
30758 \end_inset
30759
30760
30761 \end_layout
30762
30763 \begin_layout Standard
30764 \begin_inset Note Greyedout
30765 status open
30766
30767 \begin_layout Plain Layout
30768
30769 \series bold
30770 Note:
30771 \series default
30772  Les noms des commandes personnalisées ne peuvent contenir que des lettres
30773  latines.
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \begin_layout Standard
30782 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
30783  d'argument que la commande doit avoir.
30784  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
30785  optionnel.
30786  Quand on utilise cette valeur, le 
30787 \emph on
30788 premier 
30789 \emph default
30790 argument de la nouvelle commande est automatiquement l'argument optionnel.
30791 \end_layout
30792
30793 \begin_layout Standard
30794 Voici quelques exemples:
30795 \end_layout
30796
30797 \begin_layout Itemize
30798 Pour définir la commande 
30799 \series bold
30800
30801 \backslash
30802 gr
30803 \series default
30804  pour 
30805 \series bold
30806
30807 \backslash
30808 Longrightarrow
30809 \series default
30810 , la ligne à insérer dans le préambule LaTeX est:
30811 \begin_inset ERT
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815
30816
30817 \backslash
30818 medskip
30819 \end_layout
30820
30821 \end_inset
30822
30823
30824 \series bold
30825
30826 \begin_inset Newline newline
30827 \end_inset
30828
30829
30830 \backslash
30831 newcommand{
30832 \backslash
30833 gr}{
30834 \backslash
30835 Longrightarrow}
30836 \end_layout
30837
30838 \begin_layout Itemize
30839 Pour définir la commande
30840 \series bold
30841  
30842 \backslash
30843 us
30844 \series default
30845  pour 
30846 \series bold
30847
30848 \backslash
30849 underline
30850 \series default
30851 , l'argument (qui doit être souligné) doit être pris en compte.
30852  Pour cela, la ligne à insérer dans le préambule est:
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858
30859 \backslash
30860 medskip
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \series bold
30867
30868 \begin_inset Newline newline
30869 \end_inset
30870
30871
30872 \backslash
30873 newcommand{
30874 \backslash
30875 us}[1]{
30876 \backslash
30877 underline{#1}}
30878 \series default
30879
30880 \begin_inset ERT
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884
30885
30886 \backslash
30887 medskip
30888 \end_layout
30889
30890 \end_inset
30891
30892
30893 \series bold
30894
30895 \begin_inset Newline newline
30896 \end_inset
30897
30898
30899 \series default
30900 Le caractère 
30901 \series bold
30902 #
30903 \series default
30904  agit comme un argument formel, le 
30905 \series bold
30906 1
30907 \series default
30908  derrière lui indique qu'il représente le premier argument.
30909 \end_layout
30910
30911 \begin_layout Itemize
30912 Pour remplacer la commande 
30913 \series bold
30914
30915 \backslash
30916 framebox
30917 \series default
30918  on peut par exemple définir, la commande 
30919 \series bold
30920
30921 \backslash
30922 fb
30923 \series default
30924 :
30925 \begin_inset ERT
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929
30930
30931 \backslash
30932 medskip
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \series bold
30939
30940 \begin_inset Newline newline
30941 \end_inset
30942
30943
30944 \backslash
30945 newcommand{
30946 \backslash
30947 fb}[3]{
30948 \backslash
30949 framebox#1#2{$#3$}}
30950 \series default
30951
30952 \begin_inset ERT
30953 status collapsed
30954
30955 \begin_layout Plain Layout
30956
30957
30958 \backslash
30959 medskip
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \series bold
30966
30967 \begin_inset Newline newline
30968 \end_inset
30969
30970
30971 \series default
30972 Les deux dollars créent une formule supplémentaire pour la commande 
30973 \series bold
30974
30975 \backslash
30976 framebox
30977 \series default
30978 , voir 
30979 \begin_inset CommandInset ref
30980 LatexCommand ref
30981 reference "sub:Boîtes-avec-cadre"
30982
30983 \end_inset
30984
30985 .
30986 \end_layout
30987
30988 \begin_layout Itemize
30989 Pour créer une nouvelle commande pour remplacer 
30990 \series bold
30991
30992 \backslash
30993 fcolorbox
30994 \series default
30995  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
30996  pour la couleur est défini comme optionnel:
30997 \begin_inset ERT
30998 status collapsed
30999
31000 \begin_layout Plain Layout
31001
31002
31003 \backslash
31004 medskip
31005 \end_layout
31006
31007 \end_inset
31008
31009
31010 \series bold
31011
31012 \begin_inset Newline newline
31013 \end_inset
31014
31015
31016 \backslash
31017 newcommand{
31018 \backslash
31019 cb}[3][white]{
31020 \backslash
31021 fcolorbox{#2}{#1}{$#3$}}
31022 \series default
31023
31024 \begin_inset ERT
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028
31029
31030 \backslash
31031 medskip
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \begin_inset Newline newline
31038 \end_inset
31039
31040 Quand la couleur n'est pas définie lors d'une utilisation de 
31041 \series bold
31042
31043 \backslash
31044 cb
31045 \series default
31046 , la couleur prédéfinie 
31047 \series bold
31048 white
31049 \series default
31050  est utilisée par défaut.
31051 \end_layout
31052
31053 \begin_layout Standard
31054 Un test des nouvelles commandes:
31055 \end_layout
31056
31057 \begin_layout Standard
31058 \align center
31059 \begin_inset Tabular
31060 <lyxtabular version="3" rows="6" columns="2">
31061 <features>
31062 <column alignment="center" valignment="top" width="0">
31063 <column alignment="center" valignment="top" width="0">
31064 <row>
31065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31066 \begin_inset Text
31067
31068 \begin_layout Plain Layout
31069 Commande
31070 \end_layout
31071
31072 \end_inset
31073 </cell>
31074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31075 \begin_inset Text
31076
31077 \begin_layout Plain Layout
31078 Résultat
31079 \begin_inset Note Note
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083
31084 \series bold
31085
31086 \backslash
31087 raisebox est seulement utilisée pour faire de la place
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \end_layout
31094
31095 \end_inset
31096 </cell>
31097 </row>
31098 <row>
31099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31100 \begin_inset Text
31101
31102 \begin_layout Plain Layout
31103 A
31104 \backslash
31105 gr
31106 \begin_inset ERT
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110
31111
31112 \backslash
31113 spce 
31114 \end_layout
31115
31116 \end_inset
31117
31118 B
31119 \end_layout
31120
31121 \end_inset
31122 </cell>
31123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31124 \begin_inset Text
31125
31126 \begin_layout Plain Layout
31127 \begin_inset Formula $A\gr B$
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \end_inset
31134 </cell>
31135 </row>
31136 <row>
31137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31138 \begin_inset Text
31139
31140 \begin_layout Plain Layout
31141
31142 \backslash
31143 us{ABcd
31144 \end_layout
31145
31146 \end_inset
31147 </cell>
31148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31149 \begin_inset Text
31150
31151 \begin_layout Plain Layout
31152 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31153 \end_inset
31154
31155
31156 \end_layout
31157
31158 \end_inset
31159 </cell>
31160 </row>
31161 <row>
31162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31163 \begin_inset Text
31164
31165 \begin_layout Plain Layout
31166
31167 \backslash
31168 fb{[2cm]
31169 \begin_inset Formula $\to$
31170 \end_inset
31171
31172
31173 \backslash
31174 {
31175 \begin_inset Formula $\to$
31176 \end_inset
31177
31178
31179 \backslash
31180 {
31181 \backslash
31182 int
31183 \begin_inset ERT
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187
31188
31189 \backslash
31190 spce 
31191 \end_layout
31192
31193 \end_inset
31194
31195 A=B
31196 \end_layout
31197
31198 \end_inset
31199 </cell>
31200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31201 \begin_inset Text
31202
31203 \begin_layout Plain Layout
31204 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31205 \end_inset
31206
31207
31208 \end_layout
31209
31210 \end_inset
31211 </cell>
31212 </row>
31213 <row>
31214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31215 \begin_inset Text
31216
31217 \begin_layout Plain Layout
31218
31219 \backslash
31220 cb{red
31221 \begin_inset Formula $\to$
31222 \end_inset
31223
31224
31225 \backslash
31226 {
31227 \backslash
31228 int
31229 \begin_inset ERT
31230 status collapsed
31231
31232 \begin_layout Plain Layout
31233
31234
31235 \backslash
31236 spce 
31237 \end_layout
31238
31239 \end_inset
31240
31241 A=B
31242 \end_layout
31243
31244 \end_inset
31245 </cell>
31246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31247 \begin_inset Text
31248
31249 \begin_layout Plain Layout
31250 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \end_inset
31257 </cell>
31258 </row>
31259 <row>
31260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31261 \begin_inset Text
31262
31263 \begin_layout Plain Layout
31264
31265 \backslash
31266 cb[green]
31267 \backslash
31268 {red
31269 \begin_inset Formula $\to$
31270 \end_inset
31271
31272
31273 \backslash
31274 {
31275 \backslash
31276 int
31277 \begin_inset ERT
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282
31283 \backslash
31284 spce 
31285 \end_layout
31286
31287 \end_inset
31288
31289 A=B
31290 \end_layout
31291
31292 \end_inset
31293 </cell>
31294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31299 \end_inset
31300
31301
31302 \end_layout
31303
31304 \end_inset
31305 </cell>
31306 </row>
31307 </lyxtabular>
31308
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \begin_layout Section
31315 Diagrammes
31316 \begin_inset Index
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320 Diagrammes
31321 \end_layout
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Standard
31329 Pour créer des diagrammes, on utilise le paquetage LaTeX 
31330 \series bold
31331 amscd
31332 \begin_inset Foot
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336
31337 \series bold
31338 amscd
31339 \series default
31340  fait partie de toutes les installations LateX standard.
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \series default
31347
31348 \begin_inset Index
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352 Paquetages ! amscd
31353 \end_layout
31354
31355 \end_inset
31356
31357 .
31358  On le charge dans le préambule LaTeX avec la ligne suivante:
31359 \end_layout
31360
31361 \begin_layout Standard
31362
31363 \series bold
31364
31365 \backslash
31366 usepackage{amscd}
31367 \end_layout
31368
31369 \begin_layout Standard
31370 Les diagrammes permettent la visualisation de relations et ressemblent à
31371  ceci:
31372 \begin_inset Formula \[
31373 \begin{CD}A@>>>B@>>>C\\
31374 @AAA@.@VVV\\
31375 F@<<<E@<<<D\end{CD}\]
31376
31377 \end_inset
31378
31379
31380 \end_layout
31381
31382 \begin_layout Standard
31383 Pour les obtenir, on insère la commande 
31384 \series bold
31385
31386 \backslash
31387 CD
31388 \begin_inset Index
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392 Commandes ! C ! 
31393 \backslash
31394 CD
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \series default
31401  dans une formule.
31402  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
31403  on peut insérer d'autres commandes.
31404  On crée une nouvelle ligne avec 
31405 \family sans
31406 Ctrl-Entrée
31407 \family default
31408 .
31409  Les relations horizontales sont insérées dans les lignes impaires et les
31410  relations verticales dans les lignes paires.
31411 \end_layout
31412
31413 \begin_layout Standard
31414 Pour créer les relations, il y a les commandes suivantes:
31415 \end_layout
31416
31417 \begin_layout Itemize
31418
31419 \series bold
31420 @<<<
31421 \series default
31422  crée une flèche gauche, 
31423 \series bold
31424 @>>>
31425 \series default
31426  une flèche droite, et 
31427 \series bold
31428 @=
31429 \series default
31430  un long signe égal
31431 \end_layout
31432
31433 \begin_layout Itemize
31434
31435 \series bold
31436 @AAA
31437 \series default
31438  crée une flèche vers le haut, 
31439 \series bold
31440 @VVV
31441 \series default
31442  une flèche vers le bas, et 
31443 \series bold
31444 @|
31445 \series default
31446  un signe égal vertical
31447 \end_layout
31448
31449 \begin_layout Itemize
31450
31451 \series bold
31452 @.
31453
31454 \series default
31455  sert de remplissage pour une relation inexistante
31456 \end_layout
31457
31458 \begin_layout Standard
31459 Toutes les flèches peuvent être étiquetées de la façon suivante:
31460 \end_layout
31461
31462 \begin_layout Itemize
31463 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
31464  de la flèche.
31465  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
31466  flèche.
31467 \end_layout
31468
31469 \begin_layout Itemize
31470 Quand le texte destiné à une flèche verticale est inséré entre le premier
31471  et le second A ou V, il est placé sur le côté gauche de la flèche.
31472  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
31473  de la flèche.
31474  Si le texte contient un A ou un V, ces lettres doivent être placées entre
31475  des accolades TeX.
31476 \end_layout
31477
31478 \begin_layout Standard
31479 Comme exemple, un diagramme avec toutes les relations possibles:
31480 \end_layout
31481
31482 \begin_layout Standard
31483 \begin_inset Formula \[
31484 \begin{CD}A@>j>>B@>>k>C@=F\\
31485 @AmAA@.@VV{V}V@|\\
31486 D@<<j<E@>k>>F@=C\end{CD}\]
31487
31488 \end_inset
31489
31490
31491 \end_layout
31492
31493 \begin_layout Standard
31494 La commande pour l'obtenir:
31495 \begin_inset Newline newline
31496 \end_inset
31497
31498
31499 \series bold
31500
31501 \backslash
31502 CD
31503 \begin_inset ERT
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507
31508
31509 \backslash
31510 spce 
31511 \end_layout
31512
31513 \end_inset
31514
31515 A@>j>>B@>>k>C@=F Ctrl-Enter
31516 \begin_inset Newline newline
31517 \end_inset
31518
31519
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525
31526 \backslash
31527 hphantom{
31528 \end_layout
31529
31530 \end_inset
31531
31532
31533 \backslash
31534 CD
31535 \begin_inset ERT
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540
31541 \backslash
31542 spce 
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \begin_inset ERT
31549 status collapsed
31550
31551 \begin_layout Plain Layout
31552
31553 }
31554 \end_layout
31555
31556 \end_inset
31557
31558 @AmAA@.@VV
31559 \backslash
31560 {V
31561 \series default
31562
31563 \begin_inset Formula $\to$
31564 \end_inset
31565
31566
31567 \series bold
31568 V@| Ctrl-Enter
31569 \begin_inset Newline newline
31570 \end_inset
31571
31572
31573 \begin_inset ERT
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577
31578
31579 \backslash
31580 hphantom{
31581 \end_layout
31582
31583 \end_inset
31584
31585
31586 \backslash
31587 CD
31588 \begin_inset ERT
31589 status collapsed
31590
31591 \begin_layout Plain Layout
31592
31593
31594 \backslash
31595 spce 
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \begin_inset ERT
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605
31606 }
31607 \end_layout
31608
31609 \end_inset
31610
31611 D@<<j<E@>k>>F@=C
31612 \end_layout
31613
31614 \begin_layout Standard
31615 \begin_inset Newpage newpage
31616 \end_inset
31617
31618
31619 \end_layout
31620
31621 \begin_layout Section
31622 Astuces
31623 \begin_inset ERT
31624 status collapsed
31625
31626 \begin_layout Plain Layout
31627
31628
31629 \backslash
31630 texorpdfstring{
31631 \end_layout
31632
31633 \end_inset
31634
31635
31636 \begin_inset Foot
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640 On peut trouver d'autres astuces mathématiques très utiles dans 
31641 \begin_inset CommandInset citation
31642 LatexCommand cite
31643 key "Voss"
31644
31645 \end_inset
31646
31647 .
31648 \end_layout
31649
31650 \end_inset
31651
31652
31653 \begin_inset ERT
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658 }{}
31659 \end_layout
31660
31661 \end_inset
31662
31663
31664 \begin_inset Note Note
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668
31669 \backslash
31670 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
31671  dans les signets PDF.
31672 \end_layout
31673
31674 \begin_layout Plain Layout
31675 Plus d'infos sur 
31676 \backslash
31677 texorpdfstring dans la section 
31678 \begin_inset CommandInset ref
31679 LatexCommand ref
31680 reference "sub:formules-dans-les-entêtes"
31681
31682 \end_inset
31683
31684 .
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \begin_inset Index
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694 Astuces
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \begin_inset Index
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704 Ions|see
31705 \begin_inset ERT
31706 status collapsed
31707
31708 \begin_layout Plain Layout
31709
31710 {
31711 \end_layout
31712
31713 \end_inset
31714
31715 Symboles chimiques
31716 \begin_inset ERT
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720
31721 }
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \end_inset
31730
31731
31732 \end_layout
31733
31734 \begin_layout Subsection
31735 Symboles et équations chimiques
31736 \begin_inset CommandInset label
31737 LatexCommand label
31738 name "sub:Symboles-chimiques"
31739
31740 \end_inset
31741
31742
31743 \begin_inset Index
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747 E@Équations chimiques
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \begin_inset Index
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757 Symboles ! chimiques
31758 \end_layout
31759
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \begin_layout Standard
31766 Un exemple de texte de chimie:
31767 \end_layout
31768
31769 \begin_layout Quote
31770 L'ion 
31771 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31772 \end_inset
31773
31774 réagit avec deux ions 
31775 \begin_inset Formula $\mathrm{Na^{+}}$
31776 \end_inset
31777
31778  pour donner du sulfate de sodium 
31779 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31780 \end_inset
31781
31782 .
31783  La réaction chimique peut être mise sous la forme:
31784 \begin_inset Formula \[
31785 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 Cette équation chimique peut être créée directement sous la forme d'une
31794  formule.
31795  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
31796  et mettez-le dans la police droite avec le raccourci 
31797 \family sans
31798 Alt-c
31799 \begin_inset space ~
31800 \end_inset
31801
31802 r
31803 \family default
31804  .
31805 \begin_inset Foot
31806 status collapsed
31807
31808 \begin_layout Plain Layout
31809 Style de polices, voir 
31810 \begin_inset CommandInset ref
31811 LatexCommand ref
31812 reference "sub:Styles-de-polices"
31813
31814 \end_inset
31815
31816
31817 \end_layout
31818
31819 \end_inset
31820
31821
31822 \end_layout
31823
31824 \begin_layout Subsection
31825 Nombres négatifs
31826 \begin_inset Index
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830 Nombres ! négatifs
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \end_layout
31837
31838 \begin_layout Standard
31839 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
31840  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
31841  moins.
31842  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
31843  correctement.
31844 \end_layout
31845
31846 \begin_layout Standard
31847 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
31848 \end_layout
31849
31850 \begin_layout Standard
31851 Un exemple pour illustrer le problème:
31852 \end_layout
31853
31854 \begin_layout Standard
31855 \align center
31856 \begin_inset Tabular
31857 <lyxtabular version="3" rows="3" columns="2">
31858 <features>
31859 <column alignment="right" valignment="top" width="0">
31860 <column alignment="left" valignment="top" width="0">
31861 <row>
31862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31863 \begin_inset Text
31864
31865 \begin_layout Plain Layout
31866 texte normal:
31867 \end_layout
31868
31869 \end_inset
31870 </cell>
31871 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31872 \begin_inset Text
31873
31874 \begin_layout Plain Layout
31875 x = -2
31876 \end_layout
31877
31878 \end_inset
31879 </cell>
31880 </row>
31881 <row>
31882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31883 \begin_inset Text
31884
31885 \begin_layout Plain Layout
31886 formule:
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895 \begin_inset Formula $x=-2$
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \end_inset
31902 </cell>
31903 </row>
31904 <row>
31905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Plain Layout
31909 solution:
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Plain Layout
31918 \begin_inset Formula $x=\textrm{-}2$
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 </row>
31927 </lyxtabular>
31928
31929 \end_inset
31930
31931
31932 \end_layout
31933
31934 \begin_layout Subsection
31935 La virgule comme séparateur décimal
31936 \begin_inset Index
31937 status collapsed
31938
31939 \begin_layout Plain Layout
31940 Virgule
31941 \end_layout
31942
31943 \end_inset
31944
31945
31946 \end_layout
31947
31948 \begin_layout Standard
31949 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
31950  pour grouper les chiffres dans un nombre.
31951  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
31952  formules.
31953 \end_layout
31954
31955 \begin_layout Standard
31956 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
31957  (raccourci 
31958 \family sans
31959 Alt-m
31960 \begin_inset space ~
31961 \end_inset
31962
31963 m
31964 \family default
31965 ).
31966 \end_layout
31967
31968 \begin_layout Standard
31969 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
31970  on doit charger le fichier 
31971 \series bold
31972 icomma.sty
31973 \series default
31974
31975 \begin_inset Foot
31976 status collapsed
31977
31978 \begin_layout Plain Layout
31979
31980 \series bold
31981 icomma
31982 \series default
31983  fait partie du paquetage 
31984 \series bold
31985 was
31986 \series default
31987
31988 \begin_inset Index
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992 Paquetages ! was
31993 \begin_inset ERT
31994 status collapsed
31995
31996 \begin_layout Plain Layout
31997
31998
31999 \backslash
32000 vspace{4mm}
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \end_inset
32009
32010 .
32011 \end_layout
32012
32013 \end_inset
32014
32015
32016 \begin_inset Index
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020 Paquetages ! icomma
32021 \end_layout
32022
32023 \end_inset
32024
32025  dans le préambule LaTeX avec la ligne
32026 \end_layout
32027
32028 \begin_layout Standard
32029
32030 \series bold
32031
32032 \backslash
32033 usepackage{icomma}
32034 \end_layout
32035
32036 \begin_layout Subsection
32037 Les vecteurs physiques
32038 \begin_inset CommandInset label
32039 LatexCommand label
32040 name "sub:Vecteurs-physiques"
32041
32042 \end_inset
32043
32044
32045 \begin_inset Index
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049 Vecteurs ! physiques
32050 \end_layout
32051
32052 \end_inset
32053
32054
32055 \end_layout
32056
32057 \begin_layout Standard
32058 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
32059 \series bold
32060  braket
32061 \series default
32062
32063 \begin_inset Foot
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067
32068 \series bold
32069 braket
32070 \series default
32071  fait partie de toutes les installations LaTeX standard.
32072 \end_layout
32073
32074 \end_inset
32075
32076
32077 \begin_inset Index
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081 Paquetages ! braket
32082 \end_layout
32083
32084 \end_inset
32085
32086  que l'on charge en mettant dans le préambule LaTeX la ligne
32087 \end_layout
32088
32089 \begin_layout Standard
32090
32091 \series bold
32092
32093 \backslash
32094 usepackage{braket}
32095 \end_layout
32096
32097 \begin_layout Standard
32098 Les commandes suivantes sont définies:
32099 \end_layout
32100
32101 \begin_layout Standard
32102 \align center
32103 \begin_inset Tabular
32104 <lyxtabular version="3" rows="4" columns="2">
32105 <features>
32106 <column alignment="center" valignment="top" width="0">
32107 <column alignment="center" valignment="top" width="0">
32108 <row>
32109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32110 \begin_inset Text
32111
32112 \begin_layout Plain Layout
32113 Commande
32114 \end_layout
32115
32116 \end_inset
32117 </cell>
32118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32119 \begin_inset Text
32120
32121 \begin_layout Plain Layout
32122 Résultat
32123 \end_layout
32124
32125 \end_inset
32126 </cell>
32127 </row>
32128 <row>
32129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32130 \begin_inset Text
32131
32132 \begin_layout Plain Layout
32133
32134 \backslash
32135 Bra{
32136 \backslash
32137 psi
32138 \end_layout
32139
32140 \end_inset
32141 </cell>
32142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32143 \begin_inset Text
32144
32145 \begin_layout Plain Layout
32146 \begin_inset Formula $\Bra{\psi}$
32147 \end_inset
32148
32149
32150 \end_layout
32151
32152 \end_inset
32153 </cell>
32154 </row>
32155 <row>
32156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32157 \begin_inset Text
32158
32159 \begin_layout Plain Layout
32160
32161 \backslash
32162 Ket{
32163 \backslash
32164 psi
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173 \begin_inset Formula $\Ket{\psi}$
32174 \end_inset
32175
32176
32177 \end_layout
32178
32179 \end_inset
32180 </cell>
32181 </row>
32182 <row>
32183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32184 \begin_inset Text
32185
32186 \begin_layout Plain Layout
32187
32188 \backslash
32189 Braket{
32190 \backslash
32191 psi|
32192 \backslash
32193 phi
32194 \end_layout
32195
32196 \end_inset
32197 </cell>
32198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32199 \begin_inset Text
32200
32201 \begin_layout Plain Layout
32202 \begin_inset Formula $\Braket{\psi|\phi}$
32203 \end_inset
32204
32205
32206 \end_layout
32207
32208 \end_inset
32209 </cell>
32210 </row>
32211 </lyxtabular>
32212
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \begin_layout Standard
32219 La commande 
32220 \series bold
32221
32222 \backslash
32223 Braket
32224 \series default
32225  assure que toutes les barres verticales ont la même taille que les crochets
32226  englobants:
32227 \begin_inset Formula \[
32228 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32229
32230 \end_inset
32231
32232
32233 \end_layout
32234
32235 \begin_layout Standard
32236 L'effet de la commande 
32237 \series bold
32238
32239 \backslash
32240 Braket
32241 \series default
32242  peut aussi être obtenu en utilisant la commande 
32243 \series bold
32244
32245 \backslash
32246 middle
32247 \series default
32248 , qui est décrite dans 
32249 \begin_inset CommandInset ref
32250 LatexCommand ref
32251 reference "sub:Taille-parenthèses-automatique"
32252
32253 \end_inset
32254
32255 .
32256 \end_layout
32257
32258 \begin_layout Subsection
32259 Fractions personnalisées
32260 \begin_inset CommandInset label
32261 LatexCommand label
32262 name "sub:Fractions-personnalisées"
32263
32264 \end_inset
32265
32266
32267 \begin_inset Index
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271 Fractions ! personnalisées
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Standard
32280 Pour définir des commandes personnalisées pour les fractions, on utilise
32281  la commande 
32282 \series bold
32283
32284 \backslash
32285 genfrac
32286 \series default
32287
32288 \begin_inset Index
32289 status collapsed
32290
32291 \begin_layout Plain Layout
32292 Commandes ! G ! 
32293 \backslash
32294 genfrac
32295 \end_layout
32296
32297 \end_inset
32298
32299  avec la syntaxe suivante:
32300 \end_layout
32301
32302 \begin_layout Standard
32303
32304 \series bold
32305
32306 \backslash
32307 genfrac{parenthèse gauche}{parenthèse droite}
32308 \begin_inset Newline newline
32309 \end_inset
32310
32311
32312 \begin_inset ERT
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316
32317
32318 \backslash
32319 phantom{
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \backslash
32326 genfrac
32327 \begin_inset ERT
32328 status collapsed
32329
32330 \begin_layout Plain Layout
32331
32332 }
32333 \end_layout
32334
32335 \end_inset
32336
32337 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
32338 \end_layout
32339
32340 \begin_layout Standard
32341 Le style est un nombre allant de 0 à 3.
32342 \end_layout
32343
32344 \begin_layout Standard
32345 \align center
32346 \begin_inset Tabular
32347 <lyxtabular version="3" rows="5" columns="2">
32348 <features>
32349 <column alignment="center" valignment="top" width="0">
32350 <column alignment="center" valignment="top" width="0">
32351 <row>
32352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32353 \begin_inset Text
32354
32355 \begin_layout Plain Layout
32356 Nombre
32357 \end_layout
32358
32359 \end_inset
32360 </cell>
32361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32362 \begin_inset Text
32363
32364 \begin_layout Plain Layout
32365 Style (Taille)
32366 \end_layout
32367
32368 \end_inset
32369 </cell>
32370 </row>
32371 <row>
32372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32373 \begin_inset Text
32374
32375 \begin_layout Plain Layout
32376 0
32377 \end_layout
32378
32379 \end_inset
32380 </cell>
32381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32382 \begin_inset Text
32383
32384 \begin_layout Plain Layout
32385 formule hors ligne
32386 \end_layout
32387
32388 \end_inset
32389 </cell>
32390 </row>
32391 <row>
32392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32393 \begin_inset Text
32394
32395 \begin_layout Plain Layout
32396 1
32397 \end_layout
32398
32399 \end_inset
32400 </cell>
32401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32402 \begin_inset Text
32403
32404 \begin_layout Plain Layout
32405 formule en ligne
32406 \end_layout
32407
32408 \end_inset
32409 </cell>
32410 </row>
32411 <row>
32412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32413 \begin_inset Text
32414
32415 \begin_layout Plain Layout
32416 2
32417 \end_layout
32418
32419 \end_inset
32420 </cell>
32421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425 petit (small)
32426 \end_layout
32427
32428 \end_inset
32429 </cell>
32430 </row>
32431 <row>
32432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32433 \begin_inset Text
32434
32435 \begin_layout Plain Layout
32436 3
32437 \end_layout
32438
32439 \end_inset
32440 </cell>
32441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32442 \begin_inset Text
32443
32444 \begin_layout Plain Layout
32445 minuscule (tiny)
32446 \end_layout
32447
32448 \end_inset
32449 </cell>
32450 </row>
32451 </lyxtabular>
32452
32453 \end_inset
32454
32455
32456 \end_layout
32457
32458 \begin_layout Standard
32459 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
32460  dans lequel on se trouve, comme avec la commande 
32461 \series bold
32462
32463 \backslash
32464 frac
32465 \series default
32466 .
32467 \end_layout
32468
32469 \begin_layout Standard
32470 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
32471 e de 0.4
32472 \begin_inset space \thinspace{}
32473 \end_inset
32474
32475 pt est utilisée.
32476 \end_layout
32477
32478 \begin_layout Standard
32479 \begin_inset VSpace medskip
32480 \end_inset
32481
32482 Par exemple les commandes 
32483 \series bold
32484
32485 \backslash
32486 dfrac
32487 \series default
32488  et 
32489 \series bold
32490
32491 \backslash
32492 tbinom
32493 \series default
32494  vues en 
32495 \begin_inset CommandInset ref
32496 LatexCommand ref
32497 reference "sub:Fractions"
32498
32499 \end_inset
32500
32501  sont définies avec les commandes 
32502 \end_layout
32503
32504 \begin_layout Standard
32505
32506 \series bold
32507
32508 \backslash
32509 newcommand{
32510 \backslash
32511 dfrac}[2]{
32512 \backslash
32513 genfrac{}{}{}{0}{#1}{#2}}
32514 \end_layout
32515
32516 \begin_layout Standard
32517 et
32518 \end_layout
32519
32520 \begin_layout Standard
32521
32522 \series bold
32523
32524 \backslash
32525 newcommand{
32526 \backslash
32527 tbinom}[2]{
32528 \backslash
32529 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32530 \end_layout
32531
32532 \begin_layout Standard
32533 \begin_inset VSpace medskip
32534 \end_inset
32535
32536 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
32537  en argument, on insère la ligne suivante dans le préambule LaTeX:
32538 \end_layout
32539
32540 \begin_layout Standard
32541
32542 \series bold
32543
32544 \backslash
32545 newcommand{
32546 \backslash
32547 fracS}[3][]{
32548 \backslash
32549 genfrac{}{}{#1}{}{#2}{#3}}
32550 \end_layout
32551
32552 \begin_layout Standard
32553 Un test:
32554 \begin_inset Formula \begin{align*}
32555 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32556 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32557
32558 \end_inset
32559
32560 Comme on peut le voir, la distance entre le numérateur et le dénominateur
32561  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
32562 \end_layout
32563
32564 \begin_layout Subsection
32565 Formules barrées
32566 \begin_inset CommandInset label
32567 LatexCommand label
32568 name "sub:Formules-barrées"
32569
32570 \end_inset
32571
32572
32573 \begin_inset Index
32574 status collapsed
32575
32576 \begin_layout Plain Layout
32577 Formules ! barrées
32578 \end_layout
32579
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \begin_layout Standard
32586 Pour barrer une formule ou une portion de formule, on doit charger le paquetage
32587  LaTeX 
32588 \series bold
32589 cancel
32590 \series default
32591
32592 \begin_inset Foot
32593 status collapsed
32594
32595 \begin_layout Plain Layout
32596
32597 \series bold
32598 cancel
32599 \series default
32600  fait partie de toutes les distributions LaTeX standard.
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \begin_inset Index
32607 status collapsed
32608
32609 \begin_layout Plain Layout
32610 Paquetages ! cancel
32611 \end_layout
32612
32613 \end_inset
32614
32615  dans le préambule LaTeX avec la ligne
32616 \end_layout
32617
32618 \begin_layout Standard
32619
32620 \series bold
32621
32622 \backslash
32623 usepackage[samesize]{cancel}
32624 \end_layout
32625
32626 \begin_layout Standard
32627 Il y a quatre façon de barrer une formule:
32628 \end_layout
32629
32630 \begin_layout Standard
32631 \align center
32632 \begin_inset Tabular
32633 <lyxtabular version="3" rows="5" columns="2">
32634 <features>
32635 <column alignment="center" valignment="top" width="0">
32636 <column alignment="center" valignment="top" width="0">
32637 <row>
32638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32639 \begin_inset Text
32640
32641 \begin_layout Plain Layout
32642 Commande
32643 \end_layout
32644
32645 \end_inset
32646 </cell>
32647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32648 \begin_inset Text
32649
32650 \begin_layout Plain Layout
32651 Résultat
32652 \begin_inset Note Note
32653 status collapsed
32654
32655 \begin_layout Plain Layout
32656
32657 \series bold
32658
32659 \backslash
32660 hspace
32661 \series default
32662  et
32663 \series bold
32664  
32665 \backslash
32666 raisebox 
32667 \series default
32668 sont seulement utilisées pour faire de la place.
32669 \end_layout
32670
32671 \end_inset
32672
32673
32674 \end_layout
32675
32676 \end_inset
32677 </cell>
32678 </row>
32679 <row>
32680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32681 \begin_inset Text
32682
32683 \begin_layout Plain Layout
32684
32685 \backslash
32686 cancel{
32687 \backslash
32688 int
32689 \begin_inset ERT
32690 status collapsed
32691
32692 \begin_layout Plain Layout
32693
32694
32695 \backslash
32696 spce 
32697 \end_layout
32698
32699 \end_inset
32700
32701 A=B
32702 \end_layout
32703
32704 \end_inset
32705 </cell>
32706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32707 \begin_inset Text
32708
32709 \begin_layout Plain Layout
32710 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \end_inset
32717 </cell>
32718 </row>
32719 <row>
32720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32721 \begin_inset Text
32722
32723 \begin_layout Plain Layout
32724
32725 \backslash
32726 bcancel{
32727 \backslash
32728 int
32729 \begin_inset ERT
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733
32734
32735 \backslash
32736 spce 
32737 \end_layout
32738
32739 \end_inset
32740
32741 A=B
32742 \end_layout
32743
32744 \end_inset
32745 </cell>
32746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32747 \begin_inset Text
32748
32749 \begin_layout Plain Layout
32750 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \end_inset
32757 </cell>
32758 </row>
32759 <row>
32760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764
32765 \backslash
32766 xcancel{
32767 \backslash
32768 int
32769 \begin_inset ERT
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773
32774
32775 \backslash
32776 spce 
32777 \end_layout
32778
32779 \end_inset
32780
32781 A=B
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32787 \begin_inset Text
32788
32789 \begin_layout Plain Layout
32790 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
32791 \end_inset
32792
32793
32794 \end_layout
32795
32796 \end_inset
32797 </cell>
32798 </row>
32799 <row>
32800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32801 \begin_inset Text
32802
32803 \begin_layout Plain Layout
32804
32805 \backslash
32806 cancelto{1
32807 \begin_inset Formula $\to$
32808 \end_inset
32809
32810
32811 \backslash
32812 {
32813 \backslash
32814 int
32815 \begin_inset ERT
32816 status collapsed
32817
32818 \begin_layout Plain Layout
32819
32820
32821 \backslash
32822 spce 
32823 \end_layout
32824
32825 \end_inset
32826
32827 A=B
32828 \end_layout
32829
32830 \end_inset
32831 </cell>
32832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32833 \begin_inset Text
32834
32835 \begin_layout Plain Layout
32836 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 </row>
32845 </lyxtabular>
32846
32847 \end_inset
32848
32849
32850 \end_layout
32851
32852 \begin_layout Standard
32853
32854 \series bold
32855
32856 \backslash
32857 cancelto
32858 \series default
32859  est particulièrement utile pour visualiser des simplifications de fractions
32860  dans les formules:
32861 \begin_inset Formula \[
32862 \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}}}\]
32863
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Subsection
32870 Formules dans les entêtes de section
32871 \begin_inset CommandInset label
32872 LatexCommand label
32873 name "sub:formules-dans-les-entêtes"
32874
32875 \end_inset
32876
32877
32878 \begin_inset Index
32879 status collapsed
32880
32881 \begin_layout Plain Layout
32882 Formules ! dans les entêtes de section
32883 \end_layout
32884
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \begin_layout Standard
32891 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
32892  en compte les points suivants:
32893 \end_layout
32894
32895 \begin_layout Standard
32896 \begin_inset Note Greyedout
32897 status open
32898
32899 \begin_layout Plain Layout
32900 Quand la gestion de 
32901 \series bold
32902 hyperref
32903 \series default
32904
32905 \begin_inset Index
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909 Paquetages ! hyperref
32910 \end_layout
32911
32912 \end_inset
32913
32914  est activée dans le dialogue paramètres du document dans la rubrique 
32915 \family sans
32916 Propriétés du PDF
32917 \family default
32918 , les signets PDF sont créés dans la table des matières pour chaque entête
32919  de section.
32920  Si l'entête de section contient une formule, elle est affichée de façon
32921  incorrecte dans le texte du signet parce que les formules dans les signets
32922  ne respectent pas certaines conventions du PDF.
32923  
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \end_layout
32930
32931 \begin_layout Standard
32932 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
32933  de section un titre court avec le menu 
32934 \family sans
32935 Insérer\SpecialChar \menuseparator
32936 Titre
32937 \begin_inset space ~
32938 \end_inset
32939
32940 court
32941 \family default
32942 .
32943  Les titres courts sont en général utilisés avec des entêtes de section
32944  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
32945  Seul le titre court apparaît dans la table des matières et donc dans les
32946  signets PDF.
32947 \end_layout
32948
32949 \begin_layout Standard
32950 Quand des formules doivent apparaître dans la table des matières mais que
32951  l'on utilise aussi 
32952 \series bold
32953 hyperref
32954 \series default
32955 , on peut utiliser la commande suivante en mode TeX:
32956 \end_layout
32957
32958 \begin_layout Standard
32959
32960 \series bold
32961
32962 \backslash
32963 texorpdfstring{partie à problème}{alternative}
32964 \begin_inset Index
32965 status collapsed
32966
32967 \begin_layout Plain Layout
32968 Commandes ! T ! 
32969 \backslash
32970 texorpdfstring
32971 \end_layout
32972
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \begin_layout Standard
32979 \begin_inset Quotes eld
32980 \end_inset
32981
32982 Partie à problème
32983 \begin_inset Quotes erd
32984 \end_inset
32985
32986  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
32987  Cela peut être des caractères, des formules, des notes de bas de page,
32988  mais aussi des références croisées.
32989  L'
32990 \begin_inset Quotes erd
32991 \end_inset
32992
32993 alternative
32994 \begin_inset Quotes erd
32995 \end_inset
32996
32997  est utilisée à la place de la 
32998 \begin_inset Quotes eld
32999 \end_inset
33000
33001 partie à problème
33002 \begin_inset Quotes erd
33003 \end_inset
33004
33005  pour les signets.
33006 \end_layout
33007
33008 \begin_layout Standard
33009 Voici deux exemples d'entêtes de section:
33010 \begin_inset VSpace -3mm
33011 \end_inset
33012
33013
33014 \begin_inset ERT
33015 status collapsed
33016
33017 \begin_layout Plain Layout
33018
33019
33020 \backslash
33021 boldmath 
33022 \end_layout
33023
33024 \end_inset
33025
33026
33027 \end_layout
33028
33029 \begin_layout Subsubsection
33030 Entête de section sans formule dans la table des matières 
33031 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33032 \end_inset
33033
33034
33035 \begin_inset OptArg
33036 status collapsed
33037
33038 \begin_layout Plain Layout
33039 Entête sans formule dans la table des matières
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \end_layout
33046
33047 \begin_layout Subsubsection
33048 Entête de section avec formule dans la table des matières
33049 \begin_inset ERT
33050 status collapsed
33051
33052 \begin_layout Plain Layout
33053
33054
33055 \backslash
33056 texorpdfstring{
33057 \end_layout
33058
33059 \end_inset
33060
33061  
33062 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33063 \end_inset
33064
33065
33066 \begin_inset ERT
33067 status collapsed
33068
33069 \begin_layout Plain Layout
33070
33071 }{}
33072 \end_layout
33073
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \begin_layout Standard
33080 \begin_inset ERT
33081 status collapsed
33082
33083 \begin_layout Plain Layout
33084
33085
33086 \backslash
33087 unboldmath 
33088 \end_layout
33089
33090 \end_inset
33091
33092 Dans le premier entête, on a utilisé un titre court, dans le second la commande
33093  
33094 \series bold
33095
33096 \backslash
33097 texorpdfstring
33098 \series default
33099 .
33100 \end_layout
33101
33102 \begin_layout Standard
33103 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
33104  a été placée dans un environnement  
33105 \series bold
33106 boldmath 
33107 \series default
33108
33109 \begin_inset Foot
33110 status collapsed
33111
33112 \begin_layout Plain Layout
33113 voir 
33114 \begin_inset CommandInset ref
33115 LatexCommand ref
33116 reference "sub:Formules-en-gras"
33117
33118 \end_inset
33119
33120
33121 \end_layout
33122
33123 \end_inset
33124
33125 .
33126 \end_layout
33127
33128 \begin_layout Subsection
33129 Formules dans du texte multi-colonnes
33130 \begin_inset Index
33131 status collapsed
33132
33133 \begin_layout Plain Layout
33134 Formules ! dans du texte multi-colonnes
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \end_layout
33141
33142 \begin_layout Standard
33143 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
33144  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
33145  utiliser toute la largeur de la page.
33146  Pour faire cela, on utilise le paquetage LaTeX 
33147 \series bold
33148 multicol
33149 \series default
33150
33151 \begin_inset Foot
33152 status collapsed
33153
33154 \begin_layout Plain Layout
33155
33156 \series bold
33157 multicol
33158 \series default
33159  fait partie de toutes les installations LaTeX standard.
33160 \end_layout
33161
33162 \end_inset
33163
33164
33165 \begin_inset Index
33166 status collapsed
33167
33168 \begin_layout Plain Layout
33169 Paquetages ! multicol
33170 \end_layout
33171
33172 \end_inset
33173
33174 , qui est chargé avec la ligne suivante dans le préambule LaTeX
33175 \end_layout
33176
33177 \begin_layout Standard
33178
33179 \series bold
33180
33181 \backslash
33182 usepackage{multicol}
33183 \end_layout
33184
33185 \begin_layout Standard
33186 \begin_inset Note Greyedout
33187 status open
33188
33189 \begin_layout Plain Layout
33190 Noter que dans ce cas on ne 
33191 \emph on
33192 doit pas 
33193 \emph default
33194 activer l'option 
33195 \family sans
33196 Document
33197 \begin_inset space ~
33198 \end_inset
33199
33200 sur
33201 \begin_inset space ~
33202 \end_inset
33203
33204 deux
33205 \begin_inset space ~
33206 \end_inset
33207
33208 colonnes
33209 \family default
33210  dans la rubrique 
33211 \family sans
33212 Format
33213 \begin_inset space ~
33214 \end_inset
33215
33216 du
33217 \begin_inset space ~
33218 \end_inset
33219
33220 texte 
33221 \family default
33222 du menu 
33223 \family sans
33224 Document\SpecialChar \menuseparator
33225 Paramètres
33226 \family default
33227 .
33228 \end_layout
33229
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \begin_layout Standard
33236 Avant le texte multi-colonnes on met la commande
33237 \end_layout
33238
33239 \begin_layout Standard
33240
33241 \series bold
33242
33243 \backslash
33244 begin{multicols}{nombre de colonnes}
33245 \end_layout
33246
33247 \begin_layout Standard
33248 en mode TeX.
33249  Le nombre de colonnes est un entier entre 2 et 10.
33250  Avant la formule, le texte multi-colonnes et interrompu avec la commande
33251 \end_layout
33252
33253 \begin_layout Standard
33254
33255 \series bold
33256
33257 \backslash
33258 end{multicols}
33259 \end_layout
33260
33261 \begin_layout Standard
33262 en mode TeX.
33263 \end_layout
33264
33265 \begin_layout Standard
33266 À cause de la commande, un peu d'espace est ajouté automatiquement avant
33267  la formule.
33268  Pour le supprimer, on peut insérer avant la formule un espace vertical
33269  de -6
33270 \begin_inset space \thinspace{}
33271 \end_inset
33272
33273 mm.
33274  Quand on utilise le style de formules 
33275 \series bold
33276 Indenté
33277 \begin_inset Foot
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281 voir 
33282 \begin_inset CommandInset ref
33283 LatexCommand ref
33284 reference "sec:Styles-de-formules"
33285
33286 \end_inset
33287
33288  pour les styles de formules.
33289 \end_layout
33290
33291 \end_inset
33292
33293
33294 \series default
33295 , il faut mettre un espace de -9
33296 \begin_inset space \thinspace{}
33297 \end_inset
33298
33299 mm à la place.
33300 \end_layout
33301
33302 \begin_layout Standard
33303 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
33304 \end_layout
33305
33306 \begin_layout Standard
33307
33308 \lang german
33309 \begin_inset ERT
33310 status collapsed
33311
33312 \begin_layout Plain Layout
33313
33314
33315 \backslash
33316 begin{multicols}{2}
33317 \end_layout
33318
33319 \end_inset
33320
33321 Das Spektrum wird fouriertransformiert.
33322  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33323 , Lösungsmittel) zu trennen.
33324  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33325  nun das Aussehen des Ausgangssignals.
33326  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33327  über alle Phasen integrieren muss.
33328  Sei nun 
33329 \begin_inset Formula $S$
33330 \end_inset
33331
33332  unser normiertes Ausgangssignal and 
33333 \begin_inset Formula $P$
33334 \end_inset
33335
33336  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33337 \begin_inset ERT
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341
33342
33343 \backslash
33344 end{multicols}
33345 \end_layout
33346
33347 \end_inset
33348
33349
33350 \begin_inset VSpace -6mm
33351 \end_inset
33352
33353
33354 \begin_inset Formula \begin{equation}
33355 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33356
33357 \end_inset
33358
33359
33360 \begin_inset ERT
33361 status collapsed
33362
33363 \begin_layout Plain Layout
33364
33365
33366 \backslash
33367 begin{multicols}{2}
33368 \end_layout
33369
33370 \end_inset
33371
33372 wobei 
33373 \begin_inset Formula $S_{0}$
33374 \end_inset
33375
33376  das Signal ohne Gradient ist and the Normierungsbedingung 
33377 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33378 \end_inset
33379
33380  gilt.
33381  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33382  Direkt nach the 
33383 \begin_inset Formula $\nicefrac{\pi}{2}$
33384 \end_inset
33385
33386
33387 \begin_inset space \thinspace{}
33388 \end_inset
33389
33390 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33391  das Signal zusätzlich abschwächt.
33392  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33393  
33394 \begin_inset Formula $T_{2}$
33395 \end_inset
33396
33397 -Zeit.
33398 \end_layout
33399
33400 \begin_layout Standard
33401
33402 \lang german
33403 \begin_inset ERT
33404 status collapsed
33405
33406 \begin_layout Plain Layout
33407
33408
33409 \backslash
33410 end{multicols}
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \begin_layout Subsection
33419 Formules avec description des variables
33420 \begin_inset Index
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424 Formules ! avec description des variables
33425 \end_layout
33426
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \begin_layout Standard
33433 Pour décrire les variable au sein d'une formule, comme dans la formule 
33434 \begin_inset CommandInset ref
33435 LatexCommand eqref
33436 reference "eq:within"
33437
33438 \end_inset
33439
33440 , on peut utiliser une matrice
33441 \begin_inset space ~
33442 \end_inset
33443
33444 2
33445 \series bold
33446 ×
33447 \series default
33448
33449 \begin_inset Formula $n$
33450 \end_inset
33451
33452  avec une colonne alignée à gauche pour les 
33453 \begin_inset Formula $n$
33454 \end_inset
33455
33456  variables utilisées
33457 \begin_inset Foot
33458 status collapsed
33459
33460 \begin_layout Plain Layout
33461 pour les matrices, voir 
33462 \begin_inset CommandInset ref
33463 LatexCommand ref
33464 reference "sec:Matrices"
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \end_inset
33472
33473 .
33474  Pour mettre la description en plus petits caractères, on peut insérer par
33475  exemple la commande 
33476 \series bold
33477
33478 \backslash
33479 footnotesize
33480 \series default
33481  avant la matrice
33482 \begin_inset Foot
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486 pour les tailles de polices, voir 
33487 \begin_inset CommandInset ref
33488 LatexCommand ref
33489 reference "sub:Tailles-polices"
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \end_inset
33497
33498 .
33499 \end_layout
33500
33501 \begin_layout Standard
33502 Quand on utilise le style de formules 
33503 \series bold
33504 Indenté
33505 \begin_inset Foot
33506 status collapsed
33507
33508 \begin_layout Plain Layout
33509 pour les styles de formules, voir 
33510 \begin_inset CommandInset ref
33511 LatexCommand ref
33512 reference "sec:Styles-de-formules"
33513
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \end_inset
33520
33521
33522 \series default
33523 , on insère un 
33524 \series bold
33525
33526 \backslash
33527 hfill
33528 \series default
33529
33530 \begin_inset Foot
33531 status collapsed
33532
33533 \begin_layout Plain Layout
33534
33535 \series bold
33536
33537 \backslash
33538 hfill
33539 \series default
33540  marche seulement avec des formules dans le style 
33541 \series bold
33542 Indenté
33543 \series default
33544 , voir 
33545 \begin_inset CommandInset ref
33546 LatexCommand ref
33547 reference "sub:Espace-variable"
33548
33549 \end_inset
33550
33551 .
33552 \end_layout
33553
33554 \end_inset
33555
33556  avant et après la matrice pour avoir la même séparation entre la matrice
33557  et la formule et entre la matrice et la marge.
33558 \end_layout
33559
33560 \begin_layout Standard
33561 Quand on utilise le style de formules
33562 \series bold
33563  Centré
33564 \series default
33565 , on utilise la méthode décrite dans 
33566 \begin_inset CommandInset ref
33567 LatexCommand ref
33568 reference "sub:environnement-Flalign"
33569
33570 \end_inset
33571
33572  pour indenter les formules.
33573  La formule 
33574 \begin_inset CommandInset ref
33575 LatexCommand eqref
33576 reference "eq:within"
33577
33578 \end_inset
33579
33580  consiste en cinq colonnes dont les deux premières contiennent l'équation,
33581  la troisième la matrice et la dernière une accolade TeX vide.
33582 \begin_inset Formula \begin{flalign}
33583 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33584 \rho & \textrm{density}\\
33585 V & \textrm{volume}\\
33586 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Subsection
33594 Lettres grecques minuscules droites
33595 \begin_inset CommandInset label
33596 LatexCommand label
33597 name "sub:minuscules-grecques-droites"
33598
33599 \end_inset
33600
33601
33602 \begin_inset Index
33603 status collapsed
33604
33605 \begin_layout Plain Layout
33606 Lettres grecques ! droites
33607 \end_layout
33608
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \begin_layout Standard
33615 La plupart des polices de caractères mathématiques ne fournissent que des
33616  minuscules grecques italiques.
33617  Mais pour les symboles des particules élémentaires comme les pions et le
33618  neutrinos, on a besoin de lettre grecques droites.
33619  Elles sont fournies par le fichier 
33620 \series bold
33621 upgreek.sty
33622 \series default
33623
33624 \begin_inset Foot
33625 status collapsed
33626
33627 \begin_layout Plain Layout
33628
33629 \series bold
33630 upgreek
33631 \series default
33632  fait partie du paquetage LaTeX 
33633 \series bold
33634 was
33635 \series default
33636
33637 \begin_inset Index
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 Paquetages ! was
33642 \begin_inset ERT
33643 status collapsed
33644
33645 \begin_layout Plain Layout
33646
33647
33648 \backslash
33649 vspace{4mm}
33650 \end_layout
33651
33652 \end_inset
33653
33654
33655 \end_layout
33656
33657 \end_inset
33658
33659 .
33660 \end_layout
33661
33662 \end_inset
33663
33664
33665 \begin_inset Index
33666 status collapsed
33667
33668 \begin_layout Plain Layout
33669 Paquetages ! upgreek
33670 \end_layout
33671
33672 \end_inset
33673
33674  qui est chargé avec la ligne suivante dans le préambule LaTeX:
33675 \end_layout
33676
33677 \begin_layout Standard
33678
33679 \series bold
33680
33681 \backslash
33682 usepackage{upgreek}
33683 \end_layout
33684
33685 \begin_layout Standard
33686 \begin_inset ERT
33687 status collapsed
33688
33689 \begin_layout Plain Layout
33690
33691
33692 \backslash
33693 ifupgreek 
33694 \end_layout
33695
33696 \end_inset
33697
33698
33699 \begin_inset Note Note
33700 status open
33701
33702 \begin_layout Plain Layout
33703 Ce qui suit ne sera affiché que si le paquetage LaTeX 
33704 \series bold
33705 upgreek
33706 \series default
33707  est installé
33708 \end_layout
33709
33710 \end_inset
33711
33712  On crée ces minuscules droites en commençant la commande pour une minuscule
33713  grecque par 
33714 \series bold
33715 up
33716 \series default
33717 .
33718  Par exemple, la commande 
33719 \series bold
33720
33721 \backslash
33722 uptau
33723 \series default
33724  donne ceci: 
33725 \begin_inset Formula $\uptau$
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Standard
33732 Avec ces commandes, on peut typographier des réactions entre particules
33733  élémentaires:
33734 \begin_inset Formula \[
33735 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 Les lettres droites sont plus grasses et plus larges que les italiques.
33744  On ne doit donc pas les utiliser pour des unités comme 
33745 \begin_inset Quotes eld
33746 \end_inset
33747
33748 µm
33749 \begin_inset Quotes erd
33750 \end_inset
33751
33752 .
33753 \end_layout
33754
33755 \begin_layout Standard
33756 \begin_inset ERT
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760
33761
33762 \backslash
33763 else 
33764 \end_layout
33765
33766 \end_inset
33767
33768
33769 \begin_inset Note Note
33770 status open
33771
33772 \begin_layout Plain Layout
33773 Ce qui suit sera affiché si la paquetage LaTeX 
33774 \series bold
33775 upgreek
33776 \series default
33777  n'est pas installé:
33778 \end_layout
33779
33780 \end_inset
33781
33782
33783 \end_layout
33784
33785 \begin_layout Standard
33786 Vous avez besoin du paquetage LaTeX 
33787 \series bold
33788 upgreek
33789 \series default
33790  pour voir le reste de cette sous section dans la sortie finale.
33791 \end_layout
33792
33793 \begin_layout Standard
33794 \begin_inset ERT
33795 status collapsed
33796
33797 \begin_layout Plain Layout
33798
33799
33800 \backslash
33801 fi 
33802 \end_layout
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \begin_layout Subsection
33810 Caractères texte dans les formules
33811 \begin_inset CommandInset label
33812 LatexCommand label
33813 name "sub:Caractères-texte"
33814
33815 \end_inset
33816
33817
33818 \begin_inset Index
33819 status collapsed
33820
33821 \begin_layout Plain Layout
33822 Texte ! dans les formules
33823 \end_layout
33824
33825 \end_inset
33826
33827
33828 \end_layout
33829
33830 \begin_layout Standard
33831 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
33832  directement dans des formules.
33833  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
33834  du genre 
33835 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
33836 \end_inset
33837
33838 , vous devrez insérer tout le temps la commande 
33839 \series bold
33840
33841 \backslash
33842 cdot
33843 \series default
33844
33845 \begin_inset Foot
33846 status collapsed
33847
33848 \begin_layout Plain Layout
33849 voir 
33850 \begin_inset CommandInset ref
33851 LatexCommand ref
33852 reference "sub:Opérateurs-binaires"
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \end_inset
33860
33861 , puisque ce caractère est défini dans tous les encodages comme un caractère
33862  texte.
33863  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
33864 \end_layout
33865
33866 \begin_layout Standard
33867
33868 \series bold
33869
33870 \backslash
33871 Declare Inputtext{183}{
33872 \backslash
33873 ifmmode
33874 \backslash
33875 cdot
33876 \backslash
33877 else
33878 \backslash
33879 textperiodcentered
33880 \backslash
33881 f\SpecialChar \textcompwordmark{}
33882 i}
33883 \end_layout
33884
33885 \begin_layout Standard
33886 En plus du point centré, dans ce document on a défini le symbole degré °
33887  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
33888  suivante dans le préambule LaTeX:
33889 \end_layout
33890
33891 \begin_layout Standard
33892
33893 \series bold
33894
33895 \backslash
33896 DeclareInputtext{176}{
33897 \backslash
33898 ifmmode^
33899 \backslash
33900 circ
33901 \backslash
33902 else
33903 \backslash
33904 textdegree
33905 \backslash
33906 f\SpecialChar \textcompwordmark{}
33907 i}
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \begin_inset Newpage newpage
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Section
33918 \start_of_appendix
33919 Conseils Typographiques
33920 \begin_inset Index
33921 status collapsed
33922
33923 \begin_layout Plain Layout
33924 Typographiques, conseils
33925 \end_layout
33926
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \begin_layout Itemize
33933 Les symboles d'unités sont 
33934 \emph on
33935 toujours
33936 \emph default
33937  en caractères droits
33938 \begin_inset Foot
33939 status collapsed
33940
33941 \begin_layout Plain Layout
33942 obtenu avec les styles de polices, voir 
33943 \begin_inset CommandInset ref
33944 LatexCommand ref
33945 reference "sub:Styles-de-polices"
33946
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \end_inset
33953
33954 : 30
33955 \begin_inset space \thinspace{}
33956 \end_inset
33957
33958 km/h
33959 \begin_inset Newline newline
33960 \end_inset
33961
33962 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
33963 \begin_inset CommandInset ref
33964 LatexCommand ref
33965 reference "sub:Espace-prédéfini"
33966
33967 \end_inset
33968
33969 .
33970 \end_layout
33971
33972 \begin_layout Itemize
33973 Les symboles pourcent et les pour mille sont présentés comme les symboles
33974  d'unités:
33975 \begin_inset Newline newline
33976 \end_inset
33977
33978 1,2
33979 \begin_inset space \thinspace{}
33980 \end_inset
33981
33982 ‰ d'alcool dans le sang
33983 \begin_inset Foot
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Itemize
33996 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
33997  est utilisé dans une unité: 15
33998 \begin_inset space \thinspace{}
33999 \end_inset
34000
34001 °C
34002 \end_layout
34003
34004 \begin_layout Itemize
34005 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
34006  tous les trois chiffres pour les grouper: 18
34007 \begin_inset space \thinspace{}
34008 \end_inset
34009
34010 473
34011 \begin_inset space \thinspace{}
34012 \end_inset
34013
34014 588
34015 \end_layout
34016
34017 \begin_layout Itemize
34018 Pour exprimer des dimensions comme par exemple 120×90×40
34019 \begin_inset space \thinspace{}
34020 \end_inset
34021
34022 cm on utilise le signe de la multiplication 
34023 \begin_inset Quotes eld
34024 \end_inset
34025
34026 ×
34027 \begin_inset Quotes erd
34028 \end_inset
34029
34030  .
34031  On peut l'obtenir avec la commande LaTeX 
34032 \series bold
34033
34034 \backslash
34035 texttimes
34036 \series default
34037 , mais il peut aussi être accessible directement sur certains claviers
34038 \begin_inset Foot
34039 status collapsed
34040
34041 \begin_layout Plain Layout
34042 Par exemple sous Windows on l'obtient avec 
34043 \family sans
34044 Alt-0215
34045 \family default
34046  (NdT).
34047 \end_layout
34048
34049 \end_inset
34050
34051 .
34052 \end_layout
34053
34054 \begin_layout Itemize
34055 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
34056  sont écrites en caractères droits pour éviter toute confusion, voir 
34057 \begin_inset CommandInset ref
34058 LatexCommand ref
34059 reference "sub:Fonctions-prédéfinies"
34060
34061 \end_inset
34062
34063 .
34064 \end_layout
34065
34066 \begin_layout Itemize
34067 Les indices composés de plusieurs caractères sont écrits en caractères droits:
34068  
34069 \begin_inset Formula $E_{\mathrm{kin}}$
34070 \end_inset
34071
34072
34073 \begin_inset Newline newline
34074 \end_inset
34075
34076 Les composants de matrices sont en italiques: 
34077 \begin_inset Formula $\hat{H}_{kl}$
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Itemize
34084 L'opérateur 'd' de différentiation/intégration, la constante d'Euler 'e',
34085  et la base des nombre imaginaires 'i' devraient être écrits en caractères
34086  droits pour éviter de les mélanger avec les autres variables.
34087 \end_layout
34088
34089 \begin_layout Standard
34090 \begin_inset Newpage newpage
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Section
34097 Synonymes
34098 \begin_inset Index
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102 Synonymes
34103 \end_layout
34104
34105 \end_inset
34106
34107
34108 \end_layout
34109
34110 \begin_layout Standard
34111 Certains caractères peuvent être obtenus en utilisant différentes commandes.
34112  Voici une liste de commandes synonymes:
34113 \end_layout
34114
34115 \begin_layout Standard
34116 \begin_inset VSpace bigskip
34117 \end_inset
34118
34119
34120 \begin_inset space \hfill{}
34121 \end_inset
34122
34123
34124 \begin_inset Tabular
34125 <lyxtabular version="3" rows="12" columns="2">
34126 <features>
34127 <column alignment="center" valignment="top" width="0pt">
34128 <column alignment="center" valignment="top" width="0pt">
34129 <row>
34130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34131 \begin_inset Text
34132
34133 \begin_layout Plain Layout
34134 Commande
34135 \end_layout
34136
34137 \end_inset
34138 </cell>
34139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34140 \begin_inset Text
34141
34142 \begin_layout Plain Layout
34143 est équivalente à
34144 \begin_inset Note Note
34145 status collapsed
34146
34147 \begin_layout Plain Layout
34148
34149 \series bold
34150
34151 \backslash
34152 raisebox est seulement utilisée pour faire de la place
34153 \end_layout
34154
34155 \end_inset
34156
34157
34158 \end_layout
34159
34160 \end_inset
34161 </cell>
34162 </row>
34163 <row>
34164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Plain Layout
34168
34169 \backslash
34170 ast
34171 \end_layout
34172
34173 \end_inset
34174 </cell>
34175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34176 \begin_inset Text
34177
34178 \begin_layout Plain Layout
34179 \begin_inset ERT
34180 status collapsed
34181
34182 \begin_layout Plain Layout
34183
34184
34185 \backslash
34186 raisebox{-1.2mm}{
34187 \end_layout
34188
34189 \end_inset
34190
34191 *
34192 \begin_inset ERT
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196
34197 }
34198 \end_layout
34199
34200 \end_inset
34201
34202
34203 \end_layout
34204
34205 \end_inset
34206 </cell>
34207 </row>
34208 <row>
34209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34210 \begin_inset Text
34211
34212 \begin_layout Plain Layout
34213
34214 \backslash
34215 choose
34216 \end_layout
34217
34218 \end_inset
34219 </cell>
34220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34221 \begin_inset Text
34222
34223 \begin_layout Plain Layout
34224
34225 \backslash
34226 binom
34227 \end_layout
34228
34229 \end_inset
34230 </cell>
34231 </row>
34232 <row>
34233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34234 \begin_inset Text
34235
34236 \begin_layout Plain Layout
34237
34238 \backslash
34239 geq
34240 \end_layout
34241
34242 \end_inset
34243 </cell>
34244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34245 \begin_inset Text
34246
34247 \begin_layout Plain Layout
34248
34249 \backslash
34250 ge
34251 \end_layout
34252
34253 \end_inset
34254 </cell>
34255 </row>
34256 <row>
34257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34258 \begin_inset Text
34259
34260 \begin_layout Plain Layout
34261
34262 \backslash
34263 lbrace
34264 \end_layout
34265
34266 \end_inset
34267 </cell>
34268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34269 \begin_inset Text
34270
34271 \begin_layout Plain Layout
34272 {
34273 \end_layout
34274
34275 \end_inset
34276 </cell>
34277 </row>
34278 <row>
34279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283
34284 \backslash
34285 lbracket
34286 \end_layout
34287
34288 \end_inset
34289 </cell>
34290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34291 \begin_inset Text
34292
34293 \begin_layout Plain Layout
34294 [
34295 \end_layout
34296
34297 \end_inset
34298 </cell>
34299 </row>
34300 <row>
34301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34302 \begin_inset Text
34303
34304 \begin_layout Plain Layout
34305
34306 \backslash
34307 leftarrow
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34313 \begin_inset Text
34314
34315 \begin_layout Plain Layout
34316
34317 \backslash
34318 gets
34319 \end_layout
34320
34321 \end_inset
34322 </cell>
34323 </row>
34324 <row>
34325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34326 \begin_inset Text
34327
34328 \begin_layout Plain Layout
34329
34330 \backslash
34331 leq
34332 \end_layout
34333
34334 \end_inset
34335 </cell>
34336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34337 \begin_inset Text
34338
34339 \begin_layout Plain Layout
34340
34341 \backslash
34342 le
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 </row>
34348 <row>
34349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34350 \begin_inset Text
34351
34352 \begin_layout Plain Layout
34353
34354 \backslash
34355 lor
34356 \end_layout
34357
34358 \end_inset
34359 </cell>
34360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34361 \begin_inset Text
34362
34363 \begin_layout Plain Layout
34364
34365 \backslash
34366 vee
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 </row>
34372 <row>
34373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34374 \begin_inset Text
34375
34376 \begin_layout Plain Layout
34377
34378 \backslash
34379 neq
34380 \end_layout
34381
34382 \end_inset
34383 </cell>
34384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34385 \begin_inset Text
34386
34387 \begin_layout Plain Layout
34388
34389 \backslash
34390 not=
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 </row>
34396 <row>
34397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34398 \begin_inset Text
34399
34400 \begin_layout Plain Layout
34401
34402 \backslash
34403 slash
34404 \end_layout
34405
34406 \end_inset
34407 </cell>
34408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34409 \begin_inset Text
34410
34411 \begin_layout Plain Layout
34412 /
34413 \end_layout
34414
34415 \end_inset
34416 </cell>
34417 </row>
34418 <row>
34419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34420 \begin_inset Text
34421
34422 \begin_layout Plain Layout
34423
34424 \backslash
34425 vert
34426 \end_layout
34427
34428 \end_inset
34429 </cell>
34430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34431 \begin_inset Text
34432
34433 \begin_layout Plain Layout
34434 |
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 </row>
34440 </lyxtabular>
34441
34442 \end_inset
34443
34444
34445 \begin_inset space \hfill{}
34446 \end_inset
34447
34448
34449 \begin_inset Tabular
34450 <lyxtabular version="3" rows="12" columns="2">
34451 <features>
34452 <column alignment="center" valignment="top" width="0pt">
34453 <column alignment="center" valignment="top" width="0pt">
34454 <row>
34455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34456 \begin_inset Text
34457
34458 \begin_layout Plain Layout
34459 Commande
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468 est équivalente à
34469 \end_layout
34470
34471 \end_inset
34472 </cell>
34473 </row>
34474 <row>
34475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34476 \begin_inset Text
34477
34478 \begin_layout Plain Layout
34479
34480 \backslash
34481 backslash
34482 \end_layout
34483
34484 \end_inset
34485 </cell>
34486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34487 \begin_inset Text
34488
34489 \begin_layout Plain Layout
34490
34491 \backslash
34492
34493 \backslash
34494
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 </row>
34500 <row>
34501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Plain Layout
34505
34506 \backslash
34507 dasharrow
34508 \end_layout
34509
34510 \end_inset
34511 </cell>
34512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34513 \begin_inset Text
34514
34515 \begin_layout Plain Layout
34516
34517 \backslash
34518 dashrightarrow
34519 \end_layout
34520
34521 \end_inset
34522 </cell>
34523 </row>
34524 <row>
34525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34526 \begin_inset Text
34527
34528 \begin_layout Plain Layout
34529
34530 \backslash
34531 land
34532 \end_layout
34533
34534 \end_inset
34535 </cell>
34536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34537 \begin_inset Text
34538
34539 \begin_layout Plain Layout
34540
34541 \backslash
34542 wedge
34543 \end_layout
34544
34545 \end_inset
34546 </cell>
34547 </row>
34548 <row>
34549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34550 \begin_inset Text
34551
34552 \begin_layout Plain Layout
34553
34554 \backslash
34555 rbrace
34556 \end_layout
34557
34558 \end_inset
34559 </cell>
34560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34561 \begin_inset Text
34562
34563 \begin_layout Plain Layout
34564 }
34565 \end_layout
34566
34567 \end_inset
34568 </cell>
34569 </row>
34570 <row>
34571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34572 \begin_inset Text
34573
34574 \begin_layout Plain Layout
34575
34576 \backslash
34577 rbracket
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586 ]
34587 \end_layout
34588
34589 \end_inset
34590 </cell>
34591 </row>
34592 <row>
34593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34594 \begin_inset Text
34595
34596 \begin_layout Plain Layout
34597
34598 \backslash
34599 rightarrow
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608
34609 \backslash
34610 to
34611 \end_layout
34612
34613 \end_inset
34614 </cell>
34615 </row>
34616 <row>
34617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34618 \begin_inset Text
34619
34620 \begin_layout Plain Layout
34621
34622 \backslash
34623 lnot
34624 \end_layout
34625
34626 \end_inset
34627 </cell>
34628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34629 \begin_inset Text
34630
34631 \begin_layout Plain Layout
34632
34633 \backslash
34634 neg
34635 \end_layout
34636
34637 \end_inset
34638 </cell>
34639 </row>
34640 <row>
34641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34642 \begin_inset Text
34643
34644 \begin_layout Plain Layout
34645
34646 \backslash
34647 ne
34648 \end_layout
34649
34650 \end_inset
34651 </cell>
34652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34653 \begin_inset Text
34654
34655 \begin_layout Plain Layout
34656
34657 \backslash
34658 not=
34659 \end_layout
34660
34661 \end_inset
34662 </cell>
34663 </row>
34664 <row>
34665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669
34670 \backslash
34671 owns
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680
34681 \backslash
34682 ni
34683 \end_layout
34684
34685 \end_inset
34686 </cell>
34687 </row>
34688 <row>
34689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34690 \begin_inset Text
34691
34692 \begin_layout Plain Layout
34693
34694 \backslash
34695 square
34696 \end_layout
34697
34698 \end_inset
34699 </cell>
34700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704
34705 \backslash
34706 Box
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 </row>
34712 <row>
34713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34714 \begin_inset Text
34715
34716 \begin_layout Plain Layout
34717
34718 \backslash
34719 Vert
34720 \end_layout
34721
34722 \end_inset
34723 </cell>
34724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34725 \begin_inset Text
34726
34727 \begin_layout Plain Layout
34728
34729 \backslash
34730 |
34731 \end_layout
34732
34733 \end_inset
34734 </cell>
34735 </row>
34736 </lyxtabular>
34737
34738 \end_inset
34739
34740
34741 \lang english
34742
34743 \begin_inset space \hfill{}
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \begin_layout Standard
34750
34751 \lang english
34752 \begin_inset Newpage newpage
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Bibliography
34759 \begin_inset CommandInset bibitem
34760 LatexCommand bibitem
34761 key "TLC2"
34762
34763 \end_inset
34764
34765
34766 \shape smallcaps
34767 Mittelbach, F.
34768  ; Goossens, M.
34769 \shape default
34770
34771 \shape italic
34772 The LaTeX Companion
34773 \shape default
34774 .
34775  Addison Wesley, 2004
34776 \end_layout
34777
34778 \begin_layout Bibliography
34779 \begin_inset CommandInset bibitem
34780 LatexCommand bibitem
34781 key "Mathmode"
34782
34783 \end_inset
34784
34785
34786 \begin_inset CommandInset href
34787 LatexCommand href
34788 name "Description"
34789 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
34790
34791 \end_inset
34792
34793  des possibilités mathématiques de LaTeX
34794 \end_layout
34795
34796 \begin_layout Bibliography
34797 \begin_inset CommandInset bibitem
34798 LatexCommand bibitem
34799 key "Voss"
34800
34801 \end_inset
34802
34803
34804 \begin_inset CommandInset href
34805 LatexCommand href
34806 name "Page"
34807 target "http://tug.org/TeXnik/"
34808
34809 \end_inset
34810
34811  de trucs et astuces LaTeX
34812 \end_layout
34813
34814 \begin_layout Bibliography
34815 \begin_inset CommandInset bibitem
34816 LatexCommand bibitem
34817 key "AMS"
34818
34819 \end_inset
34820
34821
34822 \begin_inset CommandInset href
34823 LatexCommand href
34824 name "Description"
34825 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
34826
34827 \end_inset
34828
34829  de 
34830 \begin_inset ERT
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834
34835
34836 \backslash
34837 AmS
34838 \end_layout
34839
34840 \end_inset
34841
34842 -LaTeX
34843 \end_layout
34844
34845 \begin_layout Bibliography
34846 \begin_inset CommandInset bibitem
34847 LatexCommand bibitem
34848 key "Symbole"
34849
34850 \end_inset
34851
34852
34853 \begin_inset CommandInset href
34854 LatexCommand href
34855 name "Liste"
34856 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
34857
34858 \end_inset
34859
34860  de tous les symboles disponibles avec les paquetages LaTeX
34861 \end_layout
34862
34863 \begin_layout Bibliography
34864 \begin_inset CommandInset bibitem
34865 LatexCommand bibitem
34866 key "hyperref"
34867
34868 \end_inset
34869
34870
34871 \begin_inset CommandInset href
34872 LatexCommand href
34873 name "Documentation"
34874 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
34875
34876 \end_inset
34877
34878  paquetage LaTeX 
34879 \series bold
34880 hyperref
34881 \series default
34882
34883 \begin_inset Index
34884 status collapsed
34885
34886 \begin_layout Plain Layout
34887 Paquetages ! hyperref
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \begin_layout Bibliography
34896 \begin_inset CommandInset bibitem
34897 LatexCommand bibitem
34898 key "Mathclap"
34899
34900 \end_inset
34901
34902
34903 \begin_inset CommandInset href
34904 LatexCommand href
34905 name "Description"
34906 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
34907
34908 \end_inset
34909
34910  de la commande 
34911 \series bold
34912
34913 \backslash
34914 mathclap
34915 \series default
34916 , décrite dans 
34917 \begin_inset CommandInset ref
34918 LatexCommand ref
34919 reference "sub:Limites-des-opérateurs"
34920
34921 \end_inset
34922
34923
34924 \begin_inset Index
34925 status collapsed
34926
34927 \begin_layout Plain Layout
34928 Commandes ! M ! 
34929 \backslash
34930 mathclap
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Bibliography
34939 \begin_inset CommandInset bibitem
34940 LatexCommand bibitem
34941 key "Duden"
34942
34943 \end_inset
34944
34945
34946 \emph on
34947 Duden Band 1
34948 \emph default
34949 .
34950  22.
34951  Auflage, Duden 2001
34952 \end_layout
34953
34954 \begin_layout Subsubsection*
34955 \begin_inset CommandInset index_print
34956 LatexCommand printindex
34957
34958 \end_inset
34959
34960
34961 \end_layout
34962
34963 \end_body
34964 \end_document