]> git.lyx.org Git - features.git/blob - lib/doc/fr/Math.lyx
- French documentation 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
143 % use normal list environments also in French documents
144 \StandardLayout
145 \end_preamble
146 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
147 \language french
148 \inputencoding auto
149 \font_roman default
150 \font_sans default
151 \font_typewriter default
152 \font_default_family default
153 \font_sc false
154 \font_osf false
155 \font_sf_scale 100
156 \font_tt_scale 100
157
158 \graphics default
159 \paperfontsize 12
160 \spacing single
161 \use_hyperref true
162 \pdf_title "Manuel mathématique de LyX"
163 \pdf_author "L'équipe LyX, Uwe Stöhr, traducteur: Siegfried Meunier-Guttin-Cluzel"
164 \pdf_subject "Documentation sur les mathématiques avec LyX"
165 \pdf_keywords "LyX, Mathed"
166 \pdf_bookmarks true
167 \pdf_bookmarksnumbered true
168 \pdf_bookmarksopen true
169 \pdf_bookmarksopenlevel 1
170 \pdf_breaklinks false
171 \pdf_pdfborder false
172 \pdf_colorlinks true
173 \pdf_backref false
174 \pdf_pagebackref false
175 \pdf_pdfusetitle false
176 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
177 \papersize a4paper
178 \use_geometry false
179 \use_amsmath 2
180 \use_esint 1
181 \cite_engine basic
182 \use_bibtopic false
183 \paperorientation portrait
184 \secnumdepth 4
185 \tocdepth 3
186 \paragraph_separation skip
187 \defskip medskip
188 \quotes_language english
189 \papercolumns 1
190 \papersides 2
191 \paperpagestyle plain
192 \bullet 1 0 6 -1
193 \bullet 2 2 35 -1
194 \bullet 3 2 7 -1
195 \tracking_changes false
196 \output_changes false
197 \author "" 
198 \author "" 
199 \end_header
200
201 \begin_body
202
203 \begin_layout Title
204 Manuel mathématique détaillé de LyX
205 \end_layout
206
207 \begin_layout Author
208 par l'équipe LyX 
209 \begin_inset Foot
210 status collapsed
211
212 \begin_layout Plain Layout
213 \noindent
214 Si vous avez des commentaires ou des corrections d'erreurs, faites les parvenir
215  à la liste de diffusion de la documentation de LyX: 
216 \family typewriter
217
218 \begin_inset CommandInset href
219 LatexCommand href
220 name "lyx-docs@lists.lyx.org"
221 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
222
223 \end_inset
224
225
226 \end_layout
227
228 \end_inset
229
230
231 \begin_inset Note Note
232 status collapsed
233
234 \begin_layout Plain Layout
235 auteur: Uwe Stöhr
236 \end_layout
237
238 \begin_layout Plain Layout
239 traducteur: Siegfried Meunier-Guttin-Cluzel
240 \end_layout
241
242 \end_inset
243
244
245 \begin_inset Newline newline
246 \end_inset
247
248
249 \begin_inset Newline newline
250 \end_inset
251
252
253 \family sans
254 Version 1.6svn
255 \end_layout
256
257 \begin_layout Standard
258 \begin_inset CommandInset toc
259 LatexCommand tableofcontents
260
261 \end_inset
262
263
264 \end_layout
265
266 \begin_layout Standard
267 \begin_inset Note Note
268 status open
269
270 \begin_layout Plain Layout
271 Pour pouvoir exporter ce document en PDF, PS, ou DVI les paquetages LaTeX
272  
273 \series bold
274 eurosym,
275 \series default
276  
277 \series bold
278 multirow,
279 \series default
280  et 
281 \series bold
282 was
283 \series default
284  doivent être installés.
285  S'ils ne sont pas installés, vous pouvez quand même exporter votre document,
286  mais les sections où ces paquetages sont nécessaires ne seront pas visibles
287  sur la sortie finale.
288 \end_layout
289
290 \end_inset
291
292
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset Newpage newpage
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Section
303 Introduction
304 \begin_inset CommandInset label
305 LatexCommand label
306 name "sec:Introduction"
307
308 \end_inset
309
310
311 \end_layout
312
313 \begin_layout Standard
314 Ce document explique les fonctions mathématiques de LyX et c'est aussi une
315  collection de commandes LaTeX utilisées pour les symboles et les constructions
316  mathématiques.
317  Les explications mettent l'accent sur l'utilisation des commandes, il est
318  donc indispensable que vous ayez déjà lu la section sur les 
319 \family typewriter
320 Formules Mathématiques
321 \family default
322  du Manuel de l'Utilisateur.
323 \end_layout
324
325 \begin_layout Standard
326 La plupart des symboles et plusieurs constructions expliquées dans ce manuel
327  sont aussi accessibles par le menu
328 \family sans
329  Insérer\SpecialChar \menuseparator
330 Math
331 \family default
332 , ou par la 
333 \family sans
334 barre d'outils mathématique.
335  
336 \family default
337 Mais quand on tape beaucoup de formules, on constate vite qu'il est plus
338  rapide d'utiliser une commande plutôt que la barre d'outils.
339  C'est pourquoi ce manuel se focalise sur les commandes tout en mentionnant
340  les boutons correspondants quand il y en a de disponibles.
341 \end_layout
342
343 \begin_layout Standard
344 Sauf mention contraire les commandes ne sont disponibles qu'au sein d'une
345  formule.
346  Pour pouvoir utiliser toutes les commandes expliquées dans ce document
347  il faut utiliser l'option 
348 \family sans
349 Utiliser le paquetage math AMS
350 \family default
351  dans les paramètres du document (menu
352 \family sans
353  Document\SpecialChar \menuseparator
354 Paramètres\SpecialChar \menuseparator
355 Options mode math
356 \family default
357 )
358 \begin_inset Foot
359 status collapsed
360
361 \begin_layout Plain Layout
362 L'option 
363 \family sans
364 Utiliser automatiquement le paquetage math AMS
365 \family default
366  n'utilise les maths-
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372
373 \backslash
374 AmS 
375 \end_layout
376
377 \end_inset
378
379
380 \begin_inset space ~
381 \end_inset
382
383 que si on utilise des constructions mathématiques qui sont reconnues par
384  LyX.
385 \end_layout
386
387 \end_inset
388
389 .
390 \end_layout
391
392 \begin_layout Standard
393 Ce document ne liste pas la totalité des commandes math-
394 \begin_inset ERT
395 status collapsed
396
397 \begin_layout Plain Layout
398
399
400 \backslash
401 AmS 
402 \end_layout
403
404 \end_inset
405
406
407 \begin_inset space ~
408 \end_inset
409
410 pour des raisons de bon sens
411 \begin_inset Foot
412 status collapsed
413
414 \begin_layout Plain Layout
415 On trouve une liste de toutes les commandes math-
416 \begin_inset ERT
417 status collapsed
418
419 \begin_layout Plain Layout
420
421
422 \backslash
423 AmS 
424 \end_layout
425
426 \end_inset
427
428
429 \begin_inset space ~
430 \end_inset
431
432 dans le fichier 
433 \family sans
434
435 \begin_inset CommandInset href
436 LatexCommand href
437 name "amsguide.ps"
438 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
439
440 \end_inset
441
442
443 \family default
444 , qui est inclus dans toutes les installations LaTeX standard.
445 \end_layout
446
447 \end_inset
448
449 .
450 \end_layout
451
452 \begin_layout Section
453 Instructions générales
454 \begin_inset CommandInset label
455 LatexCommand label
456 name "sec:Instructions-générales"
457
458 \end_inset
459
460
461 \end_layout
462
463 \begin_layout Standard
464 Pour créer une formule en ligne
465 \begin_inset Index
466 status collapsed
467
468 \begin_layout Plain Layout
469 Formules ! en ligne
470 \end_layout
471
472 \end_inset
473
474  c'est-à-dire qui soit incorporée à la ligne de texte, appuyez sur 
475 \family sans
476 Ctrl-m
477 \family default
478  ou sur le bouton 
479 \begin_inset Graphics
480         filename ../../images/math-mode.png
481         scale 85
482
483 \end_inset
484
485  de la barre d'outils
486 \begin_inset Newline newline
487 \end_inset
488
489 Pour créer une formule hors ligne
490 \begin_inset Index
491 status collapsed
492
493 \begin_layout Plain Layout
494 Formules ! hors ligne
495 \end_layout
496
497 \end_inset
498
499  c'est-à-dire qui apparaîtra plus grosse et qui aura son propre paragraphe,
500  appuyez sur 
501 \family sans
502 Ctrl-M
503 \family default
504 .
505 \end_layout
506
507 \begin_layout Standard
508 Pour changer une formule en ligne en une formule hors ligne, placez le curseur
509  dans la formule et appuyez sur 
510 \family sans
511 Ctrl-M
512 \family default
513  ou utilisez 
514 \family sans
515 Éditer\SpecialChar \menuseparator
516 Math\SpecialChar \menuseparator
517 Changer le type de formule
518 \family default
519 .
520  De la même façon, on peut changer une formule hors ligne en une formule
521  en ligne.
522 \end_layout
523
524 \begin_layout Standard
525 Pour afficher des parties d'une formule en ligne avec la même taille qu'une
526  formule hors ligne, entrez la commande 
527 \series bold
528
529 \backslash
530 displaystyle
531 \begin_inset Index
532 status collapsed
533
534 \begin_layout Plain Layout
535 Commandes ! D ! 
536 \backslash
537 displaystyle
538 \end_layout
539
540 \end_inset
541
542
543 \series default
544  dans la formule.
545  Une nouvelle boîte bleue apparaît alors dans laquelle on peut insérer les
546  parties de formules qui doivent avoir la taille hors ligne.
547 \end_layout
548
549 \begin_layout Standard
550 Seules les formules en ligne sont autorisées dans les tableaux.
551 \end_layout
552
553 \begin_layout Standard
554 La barre d'outils mathématique peut être activée avec le menu 
555 \family sans
556 Visualiser\SpecialChar \menuseparator
557 Barres d'outils
558 \family default
559 .
560  Quand vous y cliquez sur 
561 \begin_inset Quotes eld
562 \end_inset
563
564 Math
565 \begin_inset Quotes erd
566 \end_inset
567
568  la barre d'outils s'affiche de façon permanente en bas de l'interface;
569  cet état est visualisé dans le menu 
570 \family sans
571 Barres
572 \begin_inset space ~
573 \end_inset
574
575 d'outils 
576 \family default
577 par une coche.
578  Si, dans cet état, vous cliquez une nouvelle fois sur 
579 \begin_inset Quotes eld
580 \end_inset
581
582 Math
583 \begin_inset Quotes erd
584 \end_inset
585
586  la barre d'outils ne s'affichera plus que lorsque le curseur se trouvera
587  à l'intérieur d'une formule; cet état est visualisé en changeant l'entrée
588  de menu de 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Math
593 \begin_inset Quotes erd
594 \end_inset
595
596  en 
597 \begin_inset Quotes eld
598 \end_inset
599
600 Math (auto)
601 \begin_inset Quotes erd
602 \end_inset
603
604 .
605 \end_layout
606
607 \begin_layout Standard
608 Le mode TeX
609 \begin_inset Index
610 status collapsed
611
612 \begin_layout Plain Layout
613 Mode TeX
614 \end_layout
615
616 \end_inset
617
618  est activé en appuyant sur le bouton 
619 \begin_inset Graphics
620         filename ../../images/ert-insert.png
621         scale 85
622
623 \end_inset
624
625  de la barre d'outils ou en utilisant le menu 
626 \family sans
627 Insérer\SpecialChar \menuseparator
628 Code
629 \begin_inset space ~
630 \end_inset
631
632 Te
633 \begin_inset ERT
634 status collapsed
635
636 \begin_layout Plain Layout
637
638 {}
639 \end_layout
640
641 \end_inset
642
643 X
644 \family default
645  (raccourci 
646 \family sans
647 Ctrl-l
648 \family default
649 ).
650 \begin_inset Note Note
651 status collapsed
652
653 \begin_layout Plain Layout
654 Dans LyX il y a trois 
655 \begin_inset Quotes eld
656 \end_inset
657
658 nom propres
659 \begin_inset Quotes erd
660 \end_inset
661
662  qui apparaissent dans la sortie finale avec des lettres mises en indice
663  ou en exposant: TeX, LaTeX, et LyX
664 \end_layout
665
666 \begin_layout Plain Layout
667 Pour éviter que ces noms soient reconnus comme des noms propres, on insère
668  une paire d'accolades TeX .
669 \end_layout
670
671 \end_inset
672
673
674 \end_layout
675
676 \begin_layout Standard
677 Pour modifier le préambule LaTeX
678 \begin_inset Index
679 status collapsed
680
681 \begin_layout Plain Layout
682 Préambule LaTeX
683 \end_layout
684
685 \end_inset
686
687 , on utilise le menu 
688 \family sans
689 Document\SpecialChar \menuseparator
690 Paramètres\SpecialChar \menuseparator
691 Préambule
692 \begin_inset space ~
693 \end_inset
694
695 LaT
696 \begin_inset ERT
697 status collapsed
698
699 \begin_layout Plain Layout
700
701 {}
702 \end_layout
703
704 \end_inset
705
706 eX
707 \family default
708 .
709 \end_layout
710
711 \begin_layout Standard
712 Pour éditer des matrices, des différentiations de cas et des formules multiligne
713 s après coup, on peut utiliser les menus 
714 \family sans
715 Éditer\SpecialChar \menuseparator
716 Math
717 \family default
718  and 
719 \family sans
720 Éditer\SpecialChar \menuseparator
721 Lignes
722 \begin_inset space \thinspace{}
723 \end_inset
724
725 &
726 \begin_inset space \thinspace{}
727 \end_inset
728
729 colonnes,
730 \family default
731  ou la barre d'outils 
732 \family sans
733 Tableau
734 \family default
735 .
736  Quand deux lignes ou deux colonnes sont permutées à l'aide du menu, la
737  ligne ou la colonne où se trouve le curseur est échangée avec la ligne
738  d'en dessous ou la colonne directement à droite.
739  Si le curseur se trouve dans la dernière ligne ou colonne, l'échange se
740  fera avec la ligne précédente ou la colonne directement à gauche.
741 \end_layout
742
743 \begin_layout Standard
744 Quand on veut écrire du texte dans des formules
745 \begin_inset Foot
746 status collapsed
747
748 \begin_layout Plain Layout
749 Pour les formules multilignes, on utilise la commande 
750 \series bold
751
752 \backslash
753 intertext,
754 \series default
755  voir 
756 \begin_inset CommandInset ref
757 LatexCommand ref
758 reference "sub:Texte-dans-multi-lignes"
759
760 \end_inset
761
762 .
763 \end_layout
764
765 \end_inset
766
767 , on doit utiliser du 
768 \emph on
769 texte mathématique
770 \emph default
771
772 \begin_inset Index
773 status collapsed
774
775 \begin_layout Plain Layout
776 Texte ! dans les formules
777 \end_layout
778
779 \end_inset
780
781
782 \begin_inset Index
783 status collapsed
784
785 \begin_layout Plain Layout
786 Mathématique, texte
787 \end_layout
788
789 \end_inset
790
791 .
792  Ce mode est invoqué à l'aide du raccourci
793 \family sans
794  Alt-m
795 \begin_inset space ~
796 \end_inset
797
798 m
799 \family default
800  ou en insérant la commande 
801 \series bold
802
803 \backslash
804 text
805 \begin_inset Index
806 status collapsed
807
808 \begin_layout Plain Layout
809 Commandes ! T ! 
810 \backslash
811 text
812 \end_layout
813
814 \end_inset
815
816
817 \series default
818 .
819  Dans LyX, le texte apparaît en noir et peut donc être distingué des autres
820  parties de la formule qui apparaissent en bleu.
821  Dans la sortie finale, le texte mathématique est en caractères droits,
822  contrairement aux autres éléments de formule.
823 \end_layout
824
825 \begin_layout Subsection*
826 Syntaxe des commandes
827 \end_layout
828
829 \begin_layout Standard
830 La plupart des commandes LaTeX utilisées dans les constructions mathématiques
831  suivent la syntaxe suivante:
832 \end_layout
833
834 \begin_layout Standard
835
836 \series bold
837
838 \backslash
839 nomdelacommande[argument optionnel]{argument obligatoire}
840 \end_layout
841
842 \begin_layout Standard
843 Une commande commence toujours par une barre de fraction inverse (anti-slash)
844  
845 \begin_inset Quotes gld
846 \end_inset
847
848
849 \series bold
850
851 \backslash
852
853 \series default
854
855 \begin_inset Quotes grd
856 \end_inset
857
858 .
859  Pour omettre l'argument optionnel, il faut aussi omettre les crochets qui
860  vont avec.
861  Les accolades placées autour des arguments obligatoires seront nommées
862  accolade TeX dans ce document
863 \begin_inset Index
864 status collapsed
865
866 \begin_layout Plain Layout
867 Accolades TeX
868 \end_layout
869
870 \end_inset
871
872 .
873  Si dans une formule, vous ajoutez à un nom de commande une accolade gauche,
874  LyX créera automatiquement une accolade droite.
875  Dans tous les autres cas les accolades TeX sont créées dans des formules
876  avec la commande 
877 \series bold
878
879 \backslash
880 {
881 \series default
882 .
883  Les accolades TeX apparaissent en rouge dans LyX, contrairement aux accolades
884  normales qui apparaissent en bleu.
885  En mode TeX, on n'a pas besoin d'une commande pour obtenir des accolades
886  TeX.
887  Les accolades TeX n'apparaissent pas dans la sortie finale.
888 \end_layout
889
890 \begin_layout Standard
891 Quand on entre en mode TeX des commandes sans argument, comme les commandes
892  pour les symboles, on doit 
893 \emph on
894 toujours
895 \emph default
896  placer une espace après la commande pour la terminer.
897  Cette espace n'apparaît pas dans la sortie finale.
898
899 \emph on
900  
901 \emph default
902 Si une espace doit apparaître dans la sortie finale, l'espace doit être
903  suivie par une espace insécable en texte normal.
904 \end_layout
905
906 \begin_layout Standard
907 On insère une espace insécable avec 
908 \family sans
909 Ctrl-Space
910 \family default
911 .
912 \end_layout
913
914 \begin_layout Subsection*
915 \begin_inset Newpage newpage
916 \end_inset
917
918 Explications sur la syntaxe
919 \end_layout
920
921 \begin_layout Itemize
922 Le symbole
923 \begin_inset Foot
924 status collapsed
925
926 \begin_layout Plain Layout
927 Ce caractère espace visible peut être obtenu en utilisant la commande 
928 \series bold
929
930 \backslash
931 textvisiblespace
932 \series default
933
934 \begin_inset Index
935 status collapsed
936
937 \begin_layout Plain Layout
938 Commandes ! T ! 
939 \backslash
940 textvisiblespace
941 \end_layout
942
943 \end_inset
944
945 , insérée en mode TeX.
946 \end_layout
947
948 \end_inset
949
950  
951 \begin_inset ERT
952 status collapsed
953
954 \begin_layout Plain Layout
955
956
957 \backslash
958 spce 
959 \end_layout
960
961 \end_inset
962
963
964 \begin_inset space ~
965 \end_inset
966
967 indique que l'on doit mettre une espace.
968 \end_layout
969
970 \begin_layout Itemize
971 Une flèche comme celle-ci 
972 \begin_inset Formula $\to$
973 \end_inset
974
975  indique que l'on doit appuyer sur la flèche correspondante du clavier.
976 \end_layout
977
978 \begin_layout Subsection*
979 Unités utilisées
980 \end_layout
981
982 \begin_layout Standard
983 \align center
984 \begin_inset Float table
985 placement H
986 wide false
987 sideways false
988 status open
989
990 \begin_layout Plain Layout
991 \align center
992 \begin_inset Caption
993
994 \begin_layout Plain Layout
995 \begin_inset CommandInset label
996 LatexCommand label
997 name "tab:Unités-utilisées"
998
999 \end_inset
1000
1001 Unités utilisées
1002 \end_layout
1003
1004 \end_inset
1005
1006
1007 \end_layout
1008
1009 \begin_layout Plain Layout
1010 \align center
1011 \begin_inset Tabular
1012 <lyxtabular version="3" rows="13" columns="2">
1013 <features>
1014 <column alignment="center" valignment="top" width="0">
1015 <column alignment="center" valignment="top" width="0">
1016 <row>
1017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1018 \begin_inset Text
1019
1020 \begin_layout Plain Layout
1021 Unité
1022 \end_layout
1023
1024 \end_inset
1025 </cell>
1026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 Nom / Description
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 </row>
1036 <row>
1037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1038 \begin_inset Text
1039
1040 \begin_layout Plain Layout
1041 mm
1042 \end_layout
1043
1044 \end_inset
1045 </cell>
1046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 Millimètre
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 </row>
1056 <row>
1057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 cm
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 Centimètre
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 </row>
1076 <row>
1077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Plain Layout
1081 in
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 Pouce (1
1091 \begin_inset space \thinspace{}
1092 \end_inset
1093
1094 in = 2,54
1095 \begin_inset space \thinspace{}
1096 \end_inset
1097
1098 cm)
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 </row>
1104 <row>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 pt
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 Point (72.27
1119 \begin_inset space \thinspace{}
1120 \end_inset
1121
1122 pt = 1
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 in)
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 </row>
1132 <row>
1133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1134 \begin_inset Text
1135
1136 \begin_layout Plain Layout
1137 pc
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 Pica (1
1147 \begin_inset space \thinspace{}
1148 \end_inset
1149
1150 pc = 12
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 pt)
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 </row>
1160 <row>
1161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1162 \begin_inset Text
1163
1164 \begin_layout Plain Layout
1165 sp
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 scaled point (65536
1175 \begin_inset space \thinspace{}
1176 \end_inset
1177
1178 sp = 1
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 pt)
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 </row>
1188 <row>
1189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1190 \begin_inset Text
1191
1192 \begin_layout Plain Layout
1193 bp
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 big point (72
1203 \begin_inset space \thinspace{}
1204 \end_inset
1205
1206 bp = 1
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 in)
1211 \end_layout
1212
1213 \end_inset
1214 </cell>
1215 </row>
1216 <row>
1217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221 dd
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 Didot (1
1231 \begin_inset space \thinspace{}
1232 \end_inset
1233
1234 dd 
1235 \begin_inset Formula $\approx$
1236 \end_inset
1237
1238  0.376
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 mm)
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 </row>
1248 <row>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 cc
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 Cicero (1
1263 \begin_inset space \thinspace{}
1264 \end_inset
1265
1266 cc = 12
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 dd)
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 </row>
1276 <row>
1277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 ex
1282 \end_layout
1283
1284 \end_inset
1285 </cell>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 Hauteur de la lettre 
1291 \emph on
1292
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 x
1297 \emph default
1298
1299 \begin_inset Quotes erd
1300 \end_inset
1301
1302  dans la police courante
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 </row>
1308 <row>
1309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 em
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 Largeur de la lettre 
1323 \begin_inset Quotes eld
1324 \end_inset
1325
1326
1327 \emph on
1328 M
1329 \emph default
1330
1331 \begin_inset Quotes erd
1332 \end_inset
1333
1334  dans la police courante
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 <row>
1341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 mu
1346 \end_layout
1347
1348 \end_inset
1349 </cell>
1350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 unité math  (1
1355 \begin_inset space \thinspace{}
1356 \end_inset
1357
1358 mu = 
1359 \begin_inset Formula $\nicefrac{1}{18}$
1360 \end_inset
1361
1362
1363 \begin_inset space \thinspace{}
1364 \end_inset
1365
1366 em)
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 </row>
1372 </lyxtabular>
1373
1374 \end_inset
1375
1376
1377 \end_layout
1378
1379 \end_inset
1380
1381
1382 \end_layout
1383
1384 \begin_layout Standard
1385 \begin_inset Newpage newpage
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \begin_layout Section
1392 Fonctions de base
1393 \end_layout
1394
1395 \begin_layout Subsection
1396 Exposants
1397 \begin_inset Index
1398 status collapsed
1399
1400 \begin_layout Plain Layout
1401 Exposants
1402 \end_layout
1403
1404 \end_inset
1405
1406  et indices
1407 \begin_inset Index
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 Indices
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \begin_layout Standard
1420 Les indices sont créés avec le caractère souligné 
1421 \begin_inset Quotes eld
1422 \end_inset
1423
1424 _
1425 \begin_inset Quotes erd
1426 \end_inset
1427
1428  ou avec le bouton 
1429 \begin_inset Graphics
1430         filename ../../images/math-subscript.png
1431         scale 85
1432
1433 \end_inset
1434
1435 de la barre d'outils mathématique, les exposants avec un accent circonflexe
1436  
1437 \begin_inset Quotes eld
1438 \end_inset
1439
1440 ^
1441 \begin_inset Quotes erd
1442 \end_inset
1443
1444  ou avec le bouton 
1445 \begin_inset Graphics
1446         filename ../../images/math-superscript.png
1447         scale 85
1448
1449 \end_inset
1450
1451 .
1452 \end_layout
1453
1454 \begin_layout Standard
1455 \align center
1456 \begin_inset Tabular
1457 <lyxtabular version="3" rows="4" columns="2">
1458 <features>
1459 <column alignment="center" valignment="top" width="0pt">
1460 <column alignment="center" valignment="top" width="0pt">
1461 <row>
1462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1463 \begin_inset Text
1464
1465 \begin_layout Plain Layout
1466 Commande
1467 \end_layout
1468
1469 \end_inset
1470 </cell>
1471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1472 \begin_inset Text
1473
1474 \begin_layout Plain Layout
1475 Résultat
1476 \begin_inset Note Note
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 \series bold
1482
1483 \backslash
1484 raisebox est seulement utilisée pour faire de la place
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \end_layout
1491
1492 \end_inset
1493 </cell>
1494 </row>
1495 <row>
1496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1497 \begin_inset Text
1498
1499 \begin_layout Plain Layout
1500 B_V
1501 \end_layout
1502
1503 \end_inset
1504 </cell>
1505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509 \begin_inset Formula $B_{V}$
1510 \end_inset
1511
1512
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 </row>
1518 <row>
1519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Plain Layout
1523 B^V
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1533 \end_inset
1534
1535
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 </row>
1541 <row>
1542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1543 \begin_inset Text
1544
1545 \begin_layout Plain Layout
1546 B^
1547 \begin_inset ERT
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551
1552
1553 \backslash
1554 spce 
1555 \end_layout
1556
1557 \end_inset
1558
1559 A
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1569 \end_inset
1570
1571
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 </row>
1577 </lyxtabular>
1578
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \begin_layout Standard
1585 Pour éviter que l'accent se retrouve sur la lettre qui le suit au lieu de
1586  la mettre en exposant, vous pouvez soit appuyer sur 
1587 \family sans
1588 Espace 
1589 \family default
1590 après l'accent circonflexe comme dans le dernier exemple ou utiliser l'accent
1591  qui se trouve sur la touche du 9.
1592 \end_layout
1593
1594 \begin_layout Subsection
1595 Fractions
1596 \begin_inset CommandInset label
1597 LatexCommand label
1598 name "sub:Fractions"
1599
1600 \end_inset
1601
1602
1603 \begin_inset Index
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607 Fractions
1608 \end_layout
1609
1610 \end_inset
1611
1612
1613 \end_layout
1614
1615 \begin_layout Standard
1616 Les fractions sont créées avec la commande 
1617 \series bold
1618
1619 \backslash
1620 frac
1621 \series default
1622
1623 \begin_inset Index
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 Commandes ! F ! 
1628 \backslash
1629 frac
1630 \end_layout
1631
1632 \end_inset
1633
1634  ou avec le bouton 
1635 \begin_inset Graphics
1636         filename ../../images/math/frac.png
1637         scale 50
1638
1639 \end_inset
1640
1641  de la barre d'outils mathématique.
1642  La taille de la police est ajustée automatiquement selon que l'on se trouve
1643  dans une formule en ligne ou hors ligne.
1644  Avec le bouton 
1645 \begin_inset Graphics
1646         filename ../../images/math/frac-square.png
1647         scale 85
1648
1649 \end_inset
1650
1651  de la barre d'outils mathématique, vous pouvez choisir entre différents
1652  types de fractions.
1653 \end_layout
1654
1655 \begin_layout Standard
1656 Avec la commande 
1657 \series bold
1658
1659 \backslash
1660 dfrac
1661 \begin_inset Index
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665 Commandes ! D ! 
1666 \backslash
1667 dfrac
1668 \end_layout
1669
1670 \end_inset
1671
1672
1673 \series default
1674  on peut créer une fraction qui a dans tous les cas la taille d'une fraction
1675  qui se trouverait dans une formule hors ligne.
1676  Avec 
1677 \series bold
1678
1679 \backslash
1680 tfrac
1681 \begin_inset Index
1682 status collapsed
1683
1684 \begin_layout Plain Layout
1685 Commandes ! T ! 
1686 \backslash
1687 tfrac
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \series default
1694  la fraction aura toujours la taille d'une formule en ligne.
1695  Un exemple:
1696 \end_layout
1697
1698 \begin_layout Standard
1699 Une ligne avec la fraction 
1700 \begin_inset Formula $\frac{1}{2}$
1701 \end_inset
1702
1703  créée avec la commande 
1704 \series bold
1705
1706 \backslash
1707 frac
1708 \series default
1709 .
1710 \end_layout
1711
1712 \begin_layout Standard
1713 Une ligne avec la fraction 
1714 \begin_inset Formula $\dfrac{1}{2}$
1715 \end_inset
1716
1717  créée avec la commande 
1718 \series bold
1719
1720 \backslash
1721 dfrac
1722 \series default
1723 .
1724 \end_layout
1725
1726 \begin_layout Standard
1727 \align center
1728 \begin_inset Tabular
1729 <lyxtabular version="3" rows="4" columns="2">
1730 <features>
1731 <column alignment="center" valignment="top" width="0pt">
1732 <column alignment="center" valignment="top" width="0pt">
1733 <row>
1734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738 Commande
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1744 \begin_inset Text
1745
1746 \begin_layout Plain Layout
1747 Résultat
1748 \begin_inset Note Note
1749 status collapsed
1750
1751 \begin_layout Plain Layout
1752
1753 \series bold
1754
1755 \backslash
1756 raisebox est seulement utilisée pour faire de la place
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \end_inset
1765 </cell>
1766 </row>
1767 <row>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \backslash
1774 frac
1775 \begin_inset ERT
1776 status collapsed
1777
1778 \begin_layout Plain Layout
1779
1780
1781 \backslash
1782 spce 
1783 \end_layout
1784
1785 \end_inset
1786
1787 A
1788 \begin_inset Formula $\downarrow$
1789 \end_inset
1790
1791 B
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1801 \end_inset
1802
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 </row>
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \backslash
1816 dfrac
1817 \begin_inset ERT
1818 status collapsed
1819
1820 \begin_layout Plain Layout
1821
1822
1823 \backslash
1824 spce 
1825 \end_layout
1826
1827 \end_inset
1828
1829 A
1830 \begin_inset Formula $\downarrow$
1831 \end_inset
1832
1833 B
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1843 \end_inset
1844
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 <row>
1852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \backslash
1858 dfrac
1859 \begin_inset ERT
1860 status collapsed
1861
1862 \begin_layout Plain Layout
1863
1864
1865 \backslash
1866 spce 
1867 \end_layout
1868
1869 \end_inset
1870
1871 e^
1872 \begin_inset ERT
1873 status collapsed
1874
1875 \begin_layout Plain Layout
1876
1877
1878 \backslash
1879 spce 
1880 \end_layout
1881
1882 \end_inset
1883
1884
1885 \backslash
1886 frac
1887 \begin_inset ERT
1888 status collapsed
1889
1890 \begin_layout Plain Layout
1891
1892
1893 \backslash
1894 spce 
1895 \end_layout
1896
1897 \end_inset
1898
1899 1
1900 \begin_inset Formula $\downarrow$
1901 \end_inset
1902
1903 2
1904 \begin_inset Formula $\downarrow\downarrow$
1905 \end_inset
1906
1907 3
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1917 \end_inset
1918
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 </row>
1925 </lyxtabular>
1926
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \begin_layout Standard
1933 \begin_inset VSpace bigskip
1934 \end_inset
1935
1936
1937 \begin_inset Newpage newpage
1938 \end_inset
1939
1940 Pour des fractions emboîtées, on peut utiliser la commande 
1941 \series bold
1942
1943 \backslash
1944 cfrac
1945 \series default
1946
1947 \begin_inset Index
1948 status collapsed
1949
1950 \begin_layout Plain Layout
1951 Commandes ! C ! 
1952 \backslash
1953 cfrac
1954 \end_layout
1955
1956 \end_inset
1957
1958 .
1959  Voici un exemple:
1960 \begin_inset VSpace -3mm
1961 \end_inset
1962
1963
1964 \end_layout
1965
1966 \begin_layout Standard
1967 \begin_inset Formula \begin{align*}
1968 \textrm{créée avec \textbf{\textbackslash frac}} &  & \textrm{créée avec \textbf{\textbackslash cfrac}}\\
1969 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
1970
1971 \end_inset
1972
1973
1974 \end_layout
1975
1976 \begin_layout Standard
1977 La commande pour l'exemple précédent est:
1978 \end_layout
1979
1980 \begin_layout Standard
1981
1982 \backslash
1983 cfrac{A
1984 \begin_inset Formula $\to$
1985 \end_inset
1986
1987
1988 \backslash
1989 {B+
1990 \backslash
1991 cfrac{C+
1992 \backslash
1993 cfrac{E
1994 \begin_inset Formula $\to$
1995 \end_inset
1996
1997
1998 \backslash
1999 {F
2000 \begin_inset Formula $\to\to$
2001 \end_inset
2002
2003
2004 \backslash
2005 {D
2006 \end_layout
2007
2008 \begin_layout Standard
2009 \begin_inset VSpace medskip
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022  met toujours la fraction dans la taille d'une formule hors ligne, même
2023  si elle est une partie d'une autre fraction.
2024  La commande
2025 \series bold
2026  
2027 \backslash
2028 cfrac
2029 \series default
2030  a la syntaxe suivante:
2031 \end_layout
2032
2033 \begin_layout Standard
2034
2035 \series bold
2036
2037 \backslash
2038 cfrac[position du numérateur]{numérateur}{dénominateur}
2039 \end_layout
2040
2041 \begin_layout Standard
2042 La position du numérateur peut être 
2043 \emph on
2044 l
2045 \emph default
2046  , 
2047 \emph on
2048 c
2049 \emph default
2050 , ou 
2051 \emph on
2052 r
2053 \emph default
2054  .
2055  l ou r aligne le numérateur respectivement à gauche ou à droite par rapport
2056  à la barre de fraction.
2057  Quand on met 
2058 \emph on
2059
2060 \emph default
2061 ou rien, le numérateur apparaît centré.
2062  Les fractions qui suivent illustrent les différents alignements:
2063 \begin_inset Newline newline
2064 \end_inset
2065
2066
2067 \series bold
2068
2069 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2070 \end_inset
2071
2072
2073 \begin_inset Formula $\cfrac{A}{B+C}$
2074 \end_inset
2075
2076
2077 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2078 \end_inset
2079
2080
2081 \end_layout
2082
2083 \begin_layout Standard
2084 \begin_inset VSpace medskip
2085 \end_inset
2086
2087 Il est souvent intéressant de combiner 
2088 \series bold
2089
2090 \backslash
2091 cfrac
2092 \series default
2093  et 
2094 \series bold
2095
2096 \backslash
2097 frac
2098 \series default
2099 :
2100 \begin_inset Formula \[
2101 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2102
2103 \end_inset
2104
2105
2106 \end_layout
2107
2108 \begin_layout Standard
2109 Pour des fractions en ligne avec une barre de fraction en diagonale, vous
2110  pouvez utiliser la commande 
2111 \series bold
2112
2113 \backslash
2114 nicefrac
2115 \begin_inset Index
2116 status collapsed
2117
2118 \begin_layout Plain Layout
2119 Commandes ! N ! 
2120 \backslash
2121 nicefrac
2122 \end_layout
2123
2124 \end_inset
2125
2126
2127 \series default
2128
2129 \begin_inset Formula $\nicefrac{5}{31}$
2130 \end_inset
2131
2132
2133 \end_layout
2134
2135 \begin_layout Standard
2136 Dans 
2137 \begin_inset CommandInset ref
2138 LatexCommand ref
2139 reference "sub:Fractions-personnalisées"
2140
2141 \end_inset
2142
2143  on explique comment définir des fractions personnalisées en modifiant les
2144  barres de fractions .
2145 \end_layout
2146
2147 \begin_layout Subsection
2148 Racines
2149 \begin_inset Index
2150 status collapsed
2151
2152 \begin_layout Plain Layout
2153 Racines
2154 \end_layout
2155
2156 \end_inset
2157
2158
2159 \end_layout
2160
2161 \begin_layout Standard
2162 On obtient les racines carrées avec la commande 
2163 \series bold
2164
2165 \backslash
2166 sqrt
2167 \series default
2168
2169 \begin_inset Index
2170 status collapsed
2171
2172 \begin_layout Plain Layout
2173 Commandes ! S ! 
2174 \backslash
2175 sqrt
2176 \end_layout
2177
2178 \end_inset
2179
2180  ou avec le bouton 
2181 \begin_inset Graphics
2182         filename ../../images/math/sqrt.png
2183         scale 85
2184
2185 \end_inset
2186
2187  de la barre d'outils mathématique, et toutes les autres racines avec la
2188  commande 
2189 \series bold
2190
2191 \backslash
2192 root
2193 \series default
2194
2195 \begin_inset Index
2196 status collapsed
2197
2198 \begin_layout Plain Layout
2199 Commandes ! R ! 
2200 \backslash
2201 root
2202 \end_layout
2203
2204 \end_inset
2205
2206  ou avec le bouton 
2207 \begin_inset Graphics
2208         filename ../../images/math/root.png
2209         scale 85
2210
2211 \end_inset
2212
2213 .
2214 \end_layout
2215
2216 \begin_layout Standard
2217 \align center
2218 \begin_inset Tabular
2219 <lyxtabular version="3" rows="3" columns="2">
2220 <features>
2221 <column alignment="center" valignment="top" width="0pt">
2222 <column alignment="center" valignment="top" width="0pt">
2223 <row>
2224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2225 \begin_inset Text
2226
2227 \begin_layout Plain Layout
2228 Commande
2229 \end_layout
2230
2231 \end_inset
2232 </cell>
2233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2234 \begin_inset Text
2235
2236 \begin_layout Plain Layout
2237 Résultat
2238 \begin_inset Note Note
2239 status collapsed
2240
2241 \begin_layout Plain Layout
2242
2243 \series bold
2244
2245 \backslash
2246 raisebox est seulement utilisée pour faire de la place
2247 \end_layout
2248
2249 \end_inset
2250
2251
2252 \end_layout
2253
2254 \end_inset
2255 </cell>
2256 </row>
2257 <row>
2258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2259 \begin_inset Text
2260
2261 \begin_layout Plain Layout
2262
2263 \backslash
2264 sqrt
2265 \begin_inset ERT
2266 status collapsed
2267
2268 \begin_layout Plain Layout
2269
2270
2271 \backslash
2272 spce 
2273 \end_layout
2274
2275 \end_inset
2276
2277 A-B
2278 \end_layout
2279
2280 \end_inset
2281 </cell>
2282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2283 \begin_inset Text
2284
2285 \begin_layout Plain Layout
2286 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2287 \end_inset
2288
2289
2290 \end_layout
2291
2292 \end_inset
2293 </cell>
2294 </row>
2295 <row>
2296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300
2301 \backslash
2302 root
2303 \begin_inset ERT
2304 status collapsed
2305
2306 \begin_layout Plain Layout
2307
2308
2309 \backslash
2310 spce 
2311 \end_layout
2312
2313 \end_inset
2314
2315 3
2316 \begin_inset Formula $\downarrow$
2317 \end_inset
2318
2319 A-B
2320 \end_layout
2321
2322 \end_inset
2323 </cell>
2324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Plain Layout
2328 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \end_inset
2335 </cell>
2336 </row>
2337 </lyxtabular>
2338
2339 \end_inset
2340
2341
2342 \end_layout
2343
2344 \begin_layout Standard
2345 On peut aussi obtenir une racine carrée avec 
2346 \series bold
2347
2348 \backslash
2349 root
2350 \series default
2351  en laissant le champ réservé au degré de la racine vide.
2352 \end_layout
2353
2354 \begin_layout Standard
2355 Dans certains cas, la distance entre le degré et la racine est trop petite
2356  comme dans cette formule: 
2357 \begin_inset Formula $\sqrt[\beta]{B}$
2358 \end_inset
2359
2360
2361 \begin_inset Newline newline
2362 \end_inset
2363
2364 Le 
2365 \begin_inset Formula $\beta$
2366 \end_inset
2367
2368  touche la racine, ce qui peut être évité en utilisant les commandes 
2369 \series bold
2370
2371 \backslash
2372 leftroot
2373 \series default
2374
2375 \begin_inset Index
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 Commandes ! L ! 
2380 \backslash
2381 leftroot
2382 \end_layout
2383
2384 \end_inset
2385
2386  et 
2387 \series bold
2388
2389 \backslash
2390 uproot
2391 \series default
2392
2393 \begin_inset Index
2394 status collapsed
2395
2396 \begin_layout Plain Layout
2397 Commandes ! U ! 
2398 \backslash
2399 uproot
2400 \end_layout
2401
2402 \end_inset
2403
2404  avec la syntaxe suivante:
2405 \end_layout
2406
2407 \begin_layout Standard
2408
2409 \series bold
2410
2411 \backslash
2412 leftroot{distance}
2413 \series default
2414  et 
2415 \series bold
2416
2417 \backslash
2418 uproot{distance}
2419 \end_layout
2420
2421 \begin_layout Standard
2422 Distance est le nombre de Big Points (unité bp; 
2423 \begin_inset Formula $\mathrm{72\, bp=1\, pouce}$
2424 \end_inset
2425
2426 ), dont le degré doit être déplacé, respectivement vers la gauche ou vers
2427  le haut.
2428  Les commandes doivent être placées dans la case du degré.
2429  Par exemple, la commande
2430 \begin_inset Newline newline
2431 \end_inset
2432
2433
2434 \series bold
2435
2436 \backslash
2437 root
2438 \backslash
2439 leftroot{-1
2440 \begin_inset Formula $\to$
2441 \end_inset
2442
2443
2444 \backslash
2445 uproot{2
2446 \begin_inset Formula $\to$
2447 \end_inset
2448
2449
2450 \backslash
2451 beta
2452 \begin_inset ERT
2453 status collapsed
2454
2455 \begin_layout Plain Layout
2456
2457
2458 \backslash
2459 spce 
2460 \end_layout
2461
2462 \end_inset
2463
2464
2465 \begin_inset Formula $\to$
2466 \end_inset
2467
2468 B
2469 \begin_inset Newline newline
2470 \end_inset
2471
2472
2473 \series default
2474 produit une formule correctement mise en forme: 
2475 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2476 \end_inset
2477
2478
2479 \end_layout
2480
2481 \begin_layout Subsection
2482 Coefficients binomiaux 
2483 \begin_inset Index
2484 status collapsed
2485
2486 \begin_layout Plain Layout
2487 Binomiaux, coefficients
2488 \end_layout
2489
2490 \end_inset
2491
2492
2493 \end_layout
2494
2495 \begin_layout Standard
2496 Les coefficients binomiaux sont insérés avec la commande 
2497 \series bold
2498
2499 \backslash
2500 binom
2501 \series default
2502
2503 \begin_inset Index
2504 status collapsed
2505
2506 \begin_layout Plain Layout
2507 Commandes ! B ! 
2508 \backslash
2509 binom
2510 \end_layout
2511
2512 \end_inset
2513
2514  ou avec le bouton 
2515 \begin_inset Graphics
2516         filename ../../images/math/frac-square.png
2517         scale 85
2518
2519 \end_inset
2520
2521 de la barre d'outils mathématique.
2522  Comme pour les fraction (
2523 \series bold
2524
2525 \backslash
2526 frac
2527 \series default
2528 ) il y a avec 
2529 \series bold
2530
2531 \backslash
2532 binom
2533 \series default
2534  les commandes 
2535 \series bold
2536
2537 \backslash
2538 dbinom
2539 \begin_inset Index
2540 status collapsed
2541
2542 \begin_layout Plain Layout
2543 Commandes ! D ! 
2544 \backslash
2545 dbinom
2546 \end_layout
2547
2548 \end_inset
2549
2550
2551 \series default
2552  et 
2553 \series bold
2554
2555 \backslash
2556 tbinom
2557 \series default
2558
2559 \begin_inset Index
2560 status collapsed
2561
2562 \begin_layout Plain Layout
2563 Commandes ! T ! 
2564 \backslash
2565 tbinom
2566 \end_layout
2567
2568 \end_inset
2569
2570 .
2571  Pour d'autres styles de parenthèses autour des coefficients binomiaux,
2572  il y a les commandes 
2573 \series bold
2574
2575 \backslash
2576 brace
2577 \series default
2578
2579 \begin_inset Index
2580 status collapsed
2581
2582 \begin_layout Plain Layout
2583 Commandes ! B ! 
2584 \backslash
2585 brace
2586 \end_layout
2587
2588 \end_inset
2589
2590  et 
2591 \series bold
2592
2593 \backslash
2594 brack
2595 \series default
2596
2597 \begin_inset Index
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 Commandes ! B ! 
2602 \backslash
2603 brack
2604 \end_layout
2605
2606 \end_inset
2607
2608 .
2609 \end_layout
2610
2611 \begin_layout Standard
2612 \align center
2613 \begin_inset Tabular
2614 <lyxtabular version="3" rows="6" columns="2">
2615 <features>
2616 <column alignment="center" valignment="top" width="0pt">
2617 <column alignment="center" valignment="top" width="0pt">
2618 <row>
2619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2620 \begin_inset Text
2621
2622 \begin_layout Plain Layout
2623 Commande
2624 \end_layout
2625
2626 \end_inset
2627 </cell>
2628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2629 \begin_inset Text
2630
2631 \begin_layout Plain Layout
2632 Résultat
2633 \begin_inset Note Note
2634 status collapsed
2635
2636 \begin_layout Plain Layout
2637
2638 \series bold
2639
2640 \backslash
2641 raisebox est seulement utilisée pour faire de la place
2642 \end_layout
2643
2644 \end_inset
2645
2646
2647 \end_layout
2648
2649 \end_inset
2650 </cell>
2651 </row>
2652 <row>
2653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2654 \begin_inset Text
2655
2656 \begin_layout Plain Layout
2657
2658 \backslash
2659 binom
2660 \begin_inset ERT
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664
2665
2666 \backslash
2667 spce 
2668 \end_layout
2669
2670 \end_inset
2671
2672 A
2673 \begin_inset Formula $\downarrow$
2674 \end_inset
2675
2676 B
2677 \end_layout
2678
2679 \end_inset
2680 </cell>
2681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2682 \begin_inset Text
2683
2684 \begin_layout Plain Layout
2685 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2686 \end_inset
2687
2688
2689 \end_layout
2690
2691 \end_inset
2692 </cell>
2693 </row>
2694 <row>
2695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699
2700 \backslash
2701 dbinom
2702 \begin_inset ERT
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706
2707
2708 \backslash
2709 spce 
2710 \end_layout
2711
2712 \end_inset
2713
2714 A
2715 \begin_inset Formula $\downarrow$
2716 \end_inset
2717
2718 B
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2728 \end_inset
2729
2730
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 </row>
2736 <row>
2737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Plain Layout
2741
2742 \backslash
2743 tbinom
2744 \begin_inset ERT
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748
2749
2750 \backslash
2751 spce 
2752 \end_layout
2753
2754 \end_inset
2755
2756 A
2757 \begin_inset Formula $\downarrow$
2758 \end_inset
2759
2760 B
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2770 \end_inset
2771
2772
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 </row>
2778 <row>
2779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2780 \begin_inset Text
2781
2782 \begin_layout Plain Layout
2783
2784 \backslash
2785 brack
2786 \begin_inset ERT
2787 status collapsed
2788
2789 \begin_layout Plain Layout
2790
2791
2792 \backslash
2793 spce 
2794 \end_layout
2795
2796 \end_inset
2797
2798 A
2799 \begin_inset Formula $\downarrow$
2800 \end_inset
2801
2802 B
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2812 \end_inset
2813
2814
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 </row>
2820 <row>
2821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825
2826 \backslash
2827 brace
2828 \begin_inset ERT
2829 status collapsed
2830
2831 \begin_layout Plain Layout
2832
2833
2834 \backslash
2835 spce 
2836 \end_layout
2837
2838 \end_inset
2839
2840 A
2841 \begin_inset Formula $\downarrow$
2842 \end_inset
2843
2844 B
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 </row>
2862 </lyxtabular>
2863
2864 \end_inset
2865
2866
2867 \end_layout
2868
2869 \begin_layout Subsection
2870 Différentiation de cas 
2871 \begin_inset Index
2872 status collapsed
2873
2874 \begin_layout Plain Layout
2875 Différentiation de cas 
2876 \end_layout
2877
2878 \end_inset
2879
2880
2881 \end_layout
2882
2883 \begin_layout Standard
2884 \align center
2885 \begin_inset Tabular
2886 <lyxtabular version="3" rows="3" columns="2">
2887 <features>
2888 <column alignment="center" valignment="top" width="0pt">
2889 <column alignment="center" valignment="top" width="0pt">
2890 <row>
2891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 Commande
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904 Résultat
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 </row>
2910 <row>
2911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915
2916 \backslash
2917 cases
2918 \begin_inset ERT
2919 status collapsed
2920
2921 \begin_layout Plain Layout
2922
2923
2924 \backslash
2925 spce 
2926 \end_layout
2927
2928 \end_inset
2929
2930 A
2931 \begin_inset Formula $\to$
2932 \end_inset
2933
2934 B>0
2935 \begin_inset Index
2936 status collapsed
2937
2938 \begin_layout Plain Layout
2939 Commandes ! C ! 
2940 \backslash
2941 cases
2942 \end_layout
2943
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955 \begin_inset Formula $\begin{cases}
2956 A & B>0\end{cases}$
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 </row>
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \backslash
2972 cases
2973 \begin_inset ERT
2974 status collapsed
2975
2976 \begin_layout Plain Layout
2977
2978
2979 \backslash
2980 spce 
2981 \end_layout
2982
2983 \end_inset
2984
2985 Ctrl-Enter
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994 \begin_inset Formula $\begin{cases}
2995 A & \textrm{pour }\hat{x}>0\\
2996 B & \textrm{pour }\hat{x}=0\end{cases}$
2997 \end_inset
2998
2999
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 </row>
3005 </lyxtabular>
3006
3007 \end_inset
3008
3009
3010 \end_layout
3011
3012 \begin_layout Standard
3013 Après avoir inséré 
3014 \series bold
3015
3016 \backslash
3017 cases
3018 \series default
3019  ou avoir utilisé le bouton 
3020 \begin_inset Graphics
3021         filename ../../images/math/cases.png
3022         lyxscale 50
3023         scale 50
3024
3025 \end_inset
3026
3027  de la barre d'outils mathématique, vous pouvez ajouter de nouvelles lignes
3028  avec le raccourci 
3029 \family sans
3030 Ctrl-Entrée
3031 \family default
3032  ou avec le bouton 
3033 \begin_inset Graphics
3034         filename ../../images/tabular-feature_append-row.png
3035         scale 85
3036
3037 \end_inset
3038
3039 .
3040 \begin_inset Foot
3041 status collapsed
3042
3043 \begin_layout Plain Layout
3044 Les accents et autres trémas, comme ceux présents dans la formule précédente,
3045  sont expliqués dans 
3046 \begin_inset CommandInset ref
3047 LatexCommand ref
3048 reference "sub:Accents-sur-un-caractère"
3049
3050 \end_inset
3051
3052 .
3053 \end_layout
3054
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \begin_layout Standard
3061 La commande 
3062 \series bold
3063
3064 \backslash
3065 cases
3066 \series default
3067  est aussi accessible par le menu 
3068 \family sans
3069 Insérer\SpecialChar \menuseparator
3070 Math\SpecialChar \menuseparator
3071 Environnement
3072 \begin_inset space ~
3073 \end_inset
3074
3075 Cas
3076 \family default
3077 .
3078 \end_layout
3079
3080 \begin_layout Subsection
3081 Négations
3082 \begin_inset Index
3083 status collapsed
3084
3085 \begin_layout Plain Layout
3086 Négations
3087 \end_layout
3088
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \begin_layout Standard
3095 En insérant la commande 
3096 \series bold
3097
3098 \backslash
3099 not
3100 \series default
3101
3102 \begin_inset Index
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 Commandes ! N ! 
3107 \backslash
3108 not
3109 \end_layout
3110
3111 \end_inset
3112
3113  chaque caractère peut être affiché barré.
3114  Les caractères sont en quelque sorte accentués par une barre de fraction.
3115 \end_layout
3116
3117 \begin_layout Standard
3118 \align center
3119 \begin_inset Tabular
3120 <lyxtabular version="3" rows="4" columns="2">
3121 <features>
3122 <column alignment="center" valignment="top" width="0pt">
3123 <column alignment="center" valignment="top" width="0pt">
3124 <row>
3125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 Commande
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138 Résultat
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 </row>
3144 <row>
3145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \backslash
3151 not=
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 \begin_inset Formula $\not=$
3161 \end_inset
3162
3163
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 </row>
3169 <row>
3170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \backslash
3176 not 
3177 \backslash
3178 le
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187 \begin_inset Formula $\not\le$
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \backslash
3203 not 
3204 \backslash
3205 parallel
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214 \begin_inset Formula $\not\parallel$
3215 \end_inset
3216
3217
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 </row>
3223 </lyxtabular>
3224
3225 \end_inset
3226
3227
3228 \end_layout
3229
3230 \begin_layout Standard
3231 Le dernier exemple montre que toutes les négations n'ont pas forcément un
3232  bel aspect.
3233  C'est pourquoi il existe des commandes spéciales pour certaines négations
3234  (voir 
3235 \begin_inset CommandInset ref
3236 LatexCommand ref
3237 reference "sub:Symboles-mathématiques"
3238
3239 \end_inset
3240
3241  et 
3242 \begin_inset CommandInset ref
3243 LatexCommand ref
3244 reference "sec:Relations"
3245
3246 \end_inset
3247
3248 ).
3249 \end_layout
3250
3251 \begin_layout Subsection
3252 Garnitures
3253 \begin_inset CommandInset label
3254 LatexCommand label
3255 name "sub:Garnitures"
3256
3257 \end_inset
3258
3259
3260 \begin_inset Index
3261 status collapsed
3262
3263 \begin_layout Plain Layout
3264 Garnitures
3265 \end_layout
3266
3267 \end_inset
3268
3269
3270 \begin_inset Index
3271 status collapsed
3272
3273 \begin_layout Plain Layout
3274 Symboles chimiques ! Isotopes
3275 \end_layout
3276
3277 \end_inset
3278
3279
3280 \begin_inset Index
3281 status collapsed
3282
3283 \begin_layout Plain Layout
3284 Isotopes|see
3285 \begin_inset ERT
3286 status collapsed
3287
3288 \begin_layout Plain Layout
3289
3290 {
3291 \end_layout
3292
3293 \end_inset
3294
3295 Symboles chimiques
3296 \begin_inset ERT
3297 status collapsed
3298
3299 \begin_layout Plain Layout
3300
3301 }
3302 \end_layout
3303
3304 \end_inset
3305
3306
3307 \end_layout
3308
3309 \end_inset
3310
3311
3312 \end_layout
3313
3314 \begin_layout Standard
3315 Quand on affiche par exemple des isotopes
3316 \begin_inset Foot
3317 status collapsed
3318
3319 \begin_layout Plain Layout
3320 Plus d'information sur les symboles chimiques dans 
3321 \begin_inset CommandInset ref
3322 LatexCommand ref
3323 reference "sub:Symboles-chimiques"
3324
3325 \end_inset
3326
3327 .
3328 \end_layout
3329
3330 \end_inset
3331
3332 , on rencontre le problème suivant:
3333 \end_layout
3334
3335 \begin_layout Standard
3336 \align center
3337 \begin_inset Tabular
3338 <lyxtabular version="3" rows="2" columns="2">
3339 <features>
3340 <column alignment="center" valignment="top" width="0pt">
3341 <column alignment="center" valignment="top" width="0pt">
3342 <row>
3343 <cell alignment="center" valignment="top" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347 Indices avec les indices et exposants:
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="center" valignment="top" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3357 \end_inset
3358
3359
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row>
3366 <cell alignment="center" valignment="top" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 Indices corrects:
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3380 \end_inset
3381
3382
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 </lyxtabular>
3389
3390 \end_inset
3391
3392
3393 \begin_inset Note Note
3394 status collapsed
3395
3396 \begin_layout Plain Layout
3397
3398 \series bold
3399
3400 \backslash
3401 raisebox est là pour faire de la place
3402 \end_layout
3403
3404 \end_inset
3405
3406
3407 \end_layout
3408
3409 \begin_layout Standard
3410 L'indice le plus petit est placé par défaut au dessus ou en dessous du premier
3411  caractère le l'indice le plus long.
3412  Pour éviter ce problème il y a la commande 
3413 \series bold
3414
3415 \backslash
3416 phantom
3417 \series default
3418
3419 \begin_inset Index
3420 status collapsed
3421
3422 \begin_layout Plain Layout
3423 Commandes ! P ! 
3424 \backslash
3425 phantom
3426 \end_layout
3427
3428 \end_inset
3429
3430  ou le bouton
3431 \begin_inset space ~
3432 \end_inset
3433
3434
3435 \begin_inset Graphics
3436         filename ../../images/math/phantom.png
3437         scale 85
3438
3439 \end_inset
3440
3441  qui crée un ou plusieurs caractères fantômes.
3442  Quand on insère la commande 
3443 \series bold
3444
3445 \backslash
3446 phantom
3447 \series default
3448  une petite boîte avec deux flèches rouges apparaît.
3449  Les flèches indiquent que la garniture
3450 \begin_inset Foot
3451 status collapsed
3452
3453 \begin_layout Plain Layout
3454 Traduction de placeholder, c'est un terme de typographie (NdT).
3455 \end_layout
3456
3457 \end_inset
3458
3459  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3460  De la même façon, les caractères fantômes sont des garnitures qui ont la
3461  taille du caractère concerné.
3462 \end_layout
3463
3464 \begin_layout Standard
3465 \align center
3466 \begin_inset Tabular
3467 <lyxtabular version="3" rows="4" columns="2">
3468 <features>
3469 <column alignment="center" valignment="top" width="0">
3470 <column alignment="center" valignment="top" width="0">
3471 <row>
3472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Commande
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Résultat
3486 \begin_inset Note Note
3487 status collapsed
3488
3489 \begin_layout Plain Layout
3490
3491 \series bold
3492
3493 \backslash
3494 raisebox est seulement utilisée pour faire de la place
3495 \end_layout
3496
3497 \end_inset
3498
3499
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row>
3506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 ^19
3511 \begin_inset ERT
3512 status collapsed
3513
3514 \begin_layout Plain Layout
3515
3516
3517 \backslash
3518 spce 
3519 \end_layout
3520
3521 \end_inset
3522
3523 _
3524 \backslash
3525 phantom
3526 \begin_inset ERT
3527 status collapsed
3528
3529 \begin_layout Plain Layout
3530
3531
3532 \backslash
3533 spce 
3534 \end_layout
3535
3536 \end_inset
3537
3538 1
3539 \begin_inset Formula $\to$
3540 \end_inset
3541
3542 9
3543 \begin_inset ERT
3544 status collapsed
3545
3546 \begin_layout Plain Layout
3547
3548
3549 \backslash
3550 spce 
3551 \end_layout
3552
3553 \end_inset
3554
3555 F
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3565 \end_inset
3566
3567
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 </row>
3573 <row>
3574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 ^235
3579 \begin_inset ERT
3580 status collapsed
3581
3582 \begin_layout Plain Layout
3583
3584
3585 \backslash
3586 spce 
3587 \end_layout
3588
3589 \end_inset
3590
3591 _
3592 \backslash
3593 phantom
3594 \begin_inset ERT
3595 status collapsed
3596
3597 \begin_layout Plain Layout
3598
3599
3600 \backslash
3601 spce 
3602 \end_layout
3603
3604 \end_inset
3605
3606 23
3607 \begin_inset Formula $\to$
3608 \end_inset
3609
3610 9
3611 \begin_inset ERT
3612 status collapsed
3613
3614 \begin_layout Plain Layout
3615
3616
3617 \backslash
3618 spce 
3619 \end_layout
3620
3621 \end_inset
3622
3623 F
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3633 \end_inset
3634
3635
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 </row>
3641 <row>
3642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646
3647 \backslash
3648 Lambda^
3649 \begin_inset ERT
3650 status collapsed
3651
3652 \begin_layout Plain Layout
3653
3654
3655 \backslash
3656 spce 
3657 \end_layout
3658
3659 \end_inset
3660
3661
3662 \backslash
3663 phantom
3664 \begin_inset ERT
3665 status collapsed
3666
3667 \begin_layout Plain Layout
3668
3669
3670 \backslash
3671 spce 
3672 \end_layout
3673
3674 \end_inset
3675
3676 ii
3677 \begin_inset Formula $\to$
3678 \end_inset
3679
3680 t
3681 \begin_inset ERT
3682 status collapsed
3683
3684 \begin_layout Plain Layout
3685
3686
3687 \backslash
3688 spce 
3689 \end_layout
3690
3691 \end_inset
3692
3693 _MMt
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3703 \end_inset
3704
3705
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 </lyxtabular>
3712
3713 \end_inset
3714
3715
3716 \end_layout
3717
3718 \begin_layout Standard
3719 En plus, il y a les commandes 
3720 \series bold
3721
3722 \backslash
3723 vphantom
3724 \series default
3725
3726 \begin_inset Index
3727 status collapsed
3728
3729 \begin_layout Plain Layout
3730 Commandes ! V ! 
3731 \backslash
3732 vphantom
3733 \end_layout
3734
3735 \end_inset
3736
3737  (bouton
3738 \begin_inset space ~
3739 \end_inset
3740
3741
3742 \begin_inset Graphics
3743         filename ../../images/math/vphantom.png
3744         scale 85
3745
3746 \end_inset
3747
3748  de la barre d'outils) et 
3749 \series bold
3750
3751 \backslash
3752 hphantom
3753 \series default
3754
3755 \begin_inset Index
3756 status collapsed
3757
3758 \begin_layout Plain Layout
3759 Commandes ! H ! 
3760 \backslash
3761 hphantom
3762 \end_layout
3763
3764 \end_inset
3765
3766  (bouton
3767 \begin_inset space ~
3768 \end_inset
3769
3770
3771 \begin_inset Graphics
3772         filename ../../images/math/hphantom.png
3773         scale 85
3774
3775 \end_inset
3776
3777 ).
3778  
3779 \series bold
3780
3781 \backslash
3782 hphantom
3783 \series default
3784  crée seulement de l'espace pour la hauteur maximale des caractères de la
3785  boîte, mais pas pour leur largeur.
3786  
3787 \series bold
3788
3789 \backslash
3790 vphantom
3791 \series default
3792  crée de l'espace seulement pour la largeur du contenu de la boîte.
3793  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3794  commandes n'ont qu'une seule flèche rouge.
3795 \end_layout
3796
3797 \begin_layout Standard
3798 Par exemple 
3799 \series bold
3800
3801 \backslash
3802 vphantom
3803 \series default
3804
3805 \begin_inset ERT
3806 status collapsed
3807
3808 \begin_layout Plain Layout
3809
3810
3811 \backslash
3812 spce 
3813 \end_layout
3814
3815 \end_inset
3816
3817
3818 \series bold
3819 a
3820 \backslash
3821 int
3822 \series default
3823  crée de l'espace pour la hauteur du signe intégral
3824 \begin_inset Foot
3825 status collapsed
3826
3827 \begin_layout Plain Layout
3828 La commande 
3829 \series bold
3830
3831 \backslash
3832 int
3833 \series default
3834  insère le signe de l'intégrale, voir 
3835 \begin_inset CommandInset ref
3836 LatexCommand ref
3837 reference "sub:Grands-opérateurs"
3838
3839 \end_inset
3840
3841 .
3842 \end_layout
3843
3844 \end_inset
3845
3846 , vu que c'est le plus haut caractère.
3847  Voir un exemple d'application dans 
3848 \begin_inset CommandInset ref
3849 LatexCommand ref
3850 reference "sub:Crochets-multilignes"
3851
3852 \end_inset
3853
3854 .
3855 \end_layout
3856
3857 \begin_layout Subsection
3858 Lignes
3859 \begin_inset Index
3860 status collapsed
3861
3862 \begin_layout Plain Layout
3863 Lignes
3864 \end_layout
3865
3866 \end_inset
3867
3868
3869 \begin_inset Index
3870 status collapsed
3871
3872 \begin_layout Plain Layout
3873 Formules ! soulignées
3874 \end_layout
3875
3876 \end_inset
3877
3878
3879 \end_layout
3880
3881 \begin_layout Standard
3882 \align center
3883 \begin_inset Tabular
3884 <lyxtabular version="3" rows="4" columns="2">
3885 <features>
3886 <column alignment="center" valignment="top" width="0pt">
3887 <column alignment="center" valignment="top" width="0pt">
3888 <row>
3889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Commande
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 Résultat
3903 \begin_inset Note Note
3904 status collapsed
3905
3906 \begin_layout Plain Layout
3907
3908 \series bold
3909
3910 \backslash
3911 raisebox est seulement utilisée pour faire de la place
3912 \end_layout
3913
3914 \end_inset
3915
3916
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 </row>
3922 <row>
3923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927
3928 \backslash
3929 overline
3930 \begin_inset ERT
3931 status collapsed
3932
3933 \begin_layout Plain Layout
3934
3935
3936 \backslash
3937 spce 
3938 \end_layout
3939
3940 \end_inset
3941
3942 A+B
3943 \begin_inset Index
3944 status collapsed
3945
3946 \begin_layout Plain Layout
3947 Commandes ! O ! 
3948 \backslash
3949 overline
3950 \end_layout
3951
3952 \end_inset
3953
3954
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3964 \end_inset
3965
3966
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \backslash
3979 underline
3980 \begin_inset ERT
3981 status collapsed
3982
3983 \begin_layout Plain Layout
3984
3985
3986 \backslash
3987 spce 
3988 \end_layout
3989
3990 \end_inset
3991
3992 A+B
3993 \begin_inset Index
3994 status collapsed
3995
3996 \begin_layout Plain Layout
3997 Commandes ! U ! 
3998 \backslash
3999 underline
4000 \end_layout
4001
4002 \end_inset
4003
4004
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4014 \end_inset
4015
4016
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 </row>
4022 <row>
4023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027
4028 \backslash
4029 overline
4030 \begin_inset ERT
4031 status collapsed
4032
4033 \begin_layout Plain Layout
4034
4035
4036 \backslash
4037 spce 
4038 \end_layout
4039
4040 \end_inset
4041
4042
4043 \backslash
4044 underline
4045 \begin_inset ERT
4046 status collapsed
4047
4048 \begin_layout Plain Layout
4049
4050
4051 \backslash
4052 spce 
4053 \end_layout
4054
4055 \end_inset
4056
4057 A+B
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4067 \end_inset
4068
4069
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 </lyxtabular>
4076
4077 \end_inset
4078
4079
4080 \end_layout
4081
4082 \begin_layout Standard
4083 Dans le dernier exemple, il importe peu que 
4084 \series bold
4085
4086 \backslash
4087 overline
4088 \series default
4089  ou 
4090 \series bold
4091
4092 \backslash
4093 underline
4094 \series default
4095  soit inséré en premier.
4096 \end_layout
4097
4098 \begin_layout Standard
4099 Pour souligner deux fois, par exemple des résultats, on utilise 
4100 \backslash
4101 underline deux fois.
4102 \end_layout
4103
4104 \begin_layout Standard
4105 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
4106 \end_layout
4107
4108 \begin_layout Subsection
4109 Points de suspension
4110 \begin_inset Index
4111 status collapsed
4112
4113 \begin_layout Plain Layout
4114 Points de suspension
4115 \end_layout
4116
4117 \end_inset
4118
4119
4120 \end_layout
4121
4122 \begin_layout Standard
4123 Différents types de points de suspension sont disponibles.
4124 \begin_inset Foot
4125 status collapsed
4126
4127 \begin_layout Plain Layout
4128 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4129 \begin_inset Graphics
4130         filename ../../images/math/ldots.png
4131         scale 85
4132
4133 \end_inset
4134
4135
4136 \end_layout
4137
4138 \end_inset
4139
4140  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4141  base, on utilise (
4142 \series bold
4143
4144 \backslash
4145 ldots
4146 \series default
4147
4148 \begin_inset Index
4149 status collapsed
4150
4151 \begin_layout Plain Layout
4152 Commandes ! L ! 
4153 \backslash
4154 ldots
4155 \end_layout
4156
4157 \end_inset
4158
4159 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4160  à la même hauteur que les opérateurs, on utilise (
4161 \series bold
4162
4163 \backslash
4164 cdots
4165 \series default
4166
4167 \begin_inset Index
4168 status collapsed
4169
4170 \begin_layout Plain Layout
4171 Commandes ! C ! 
4172 \backslash
4173 cdots
4174 \end_layout
4175
4176 \end_inset
4177
4178 ).
4179  Quand on utilise la commande 
4180 \series bold
4181
4182 \backslash
4183 dots
4184 \series default
4185
4186 \begin_inset Index
4187 status collapsed
4188
4189 \begin_layout Plain Layout
4190 Commandes ! D ! 
4191 \backslash
4192 dots
4193 \end_layout
4194
4195 \end_inset
4196
4197 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4198 \end_layout
4199
4200 \begin_layout Standard
4201 \align center
4202 \begin_inset Tabular
4203 <lyxtabular version="3" rows="8" columns="2">
4204 <features>
4205 <column alignment="center" valignment="top" width="0pt">
4206 <column alignment="center" valignment="top" width="0pt">
4207 <row>
4208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 Commande
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 Résultat
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row>
4228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 A_1
4233 \begin_inset ERT
4234 status collapsed
4235
4236 \begin_layout Plain Layout
4237
4238
4239 \backslash
4240 spce 
4241 \end_layout
4242
4243 \end_inset
4244
4245 ,
4246 \backslash
4247 dots
4248 \begin_inset ERT
4249 status collapsed
4250
4251 \begin_layout Plain Layout
4252
4253
4254 \backslash
4255 spce 
4256 \end_layout
4257
4258 \end_inset
4259
4260 ,A_n
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 \begin_inset Formula $A_{1},\dots,A_{n}$
4270 \end_inset
4271
4272
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 A_1
4284 \begin_inset ERT
4285 status collapsed
4286
4287 \begin_layout Plain Layout
4288
4289
4290 \backslash
4291 spce 
4292 \end_layout
4293
4294 \end_inset
4295
4296 +
4297 \backslash
4298 dots
4299 \begin_inset ERT
4300 status collapsed
4301
4302 \begin_layout Plain Layout
4303
4304
4305 \backslash
4306 spce 
4307 \end_layout
4308
4309 \end_inset
4310
4311 +A_n
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 \begin_inset Formula $A_{1}+\dots+A_{n}$
4321 \end_inset
4322
4323
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 <row>
4330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 A_1
4335 \begin_inset ERT
4336 status collapsed
4337
4338 \begin_layout Plain Layout
4339
4340
4341 \backslash
4342 spce 
4343 \end_layout
4344
4345 \end_inset
4346
4347 ,
4348 \backslash
4349 ldots
4350 \begin_inset ERT
4351 status collapsed
4352
4353 \begin_layout Plain Layout
4354
4355
4356 \backslash
4357 spce 
4358 \end_layout
4359
4360 \end_inset
4361
4362 ,A_n
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 \begin_inset Formula $A_{1},\ldots,A_{n}$
4372 \end_inset
4373
4374
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 A_1
4386 \begin_inset ERT
4387 status collapsed
4388
4389 \begin_layout Plain Layout
4390
4391
4392 \backslash
4393 spce 
4394 \end_layout
4395
4396 \end_inset
4397
4398 +
4399 \backslash
4400 cdots
4401 \begin_inset ERT
4402 status collapsed
4403
4404 \begin_layout Plain Layout
4405
4406
4407 \backslash
4408 spce 
4409 \end_layout
4410
4411 \end_inset
4412
4413 +A_n
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4423 \end_inset
4424
4425
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \backslash
4438 vdots
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 \begin_inset Formula $\vdots$
4448 \end_inset
4449
4450
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 </row>
4456 <row>
4457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461
4462 \backslash
4463 ddots
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 \begin_inset Formula $\ddots$
4473 \end_inset
4474
4475
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 matrice 3×3
4487 \begin_inset space \thinspace{}
4488 \end_inset
4489
4490 avec les différents types de points
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 \begin_inset Formula $\begin{array}{ccc}
4500 A_{11} & \cdots & A_{1m}\\
4501 \vdots & \ddots & \vdots\\
4502 A_{n1} & \cdots & A_{nm}\end{array}$
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 </lyxtabular>
4512
4513 \end_inset
4514
4515
4516 \end_layout
4517
4518 \begin_layout Standard
4519 Les points de suspension accessibles avec le menu 
4520 \family sans
4521 Insérer\SpecialChar \menuseparator
4522 Caractère
4523 \begin_inset space ~
4524 \end_inset
4525
4526 spécial
4527 \family default
4528  sont des 
4529 \series bold
4530
4531 \backslash
4532 ldots
4533 \series default
4534 .
4535 \end_layout
4536
4537 \begin_layout Standard
4538 \begin_inset VSpace medskip
4539 \end_inset
4540
4541 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4542  couvrir plusieurs colonnes.
4543  Il sont créés avec la commande 
4544 \series bold
4545
4546 \backslash
4547 hdotsfor
4548 \series default
4549
4550 \begin_inset Index
4551 status collapsed
4552
4553 \begin_layout Plain Layout
4554 Commandes ! H ! 
4555 \backslash
4556 hdotsfor
4557 \end_layout
4558
4559 \end_inset
4560
4561 , qui a la syntaxe suivante:
4562 \end_layout
4563
4564 \begin_layout Standard
4565
4566 \series bold
4567
4568 \backslash
4569 hdotsfor[distance]{nombre de colonnes}
4570 \end_layout
4571
4572 \begin_layout Standard
4573 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4574  La distance est un facteur donnant la distance entre les points.
4575 \end_layout
4576
4577 \begin_layout Standard
4578 Dans la matrice suivante, on a inséré la commande 
4579 \series bold
4580
4581 \backslash
4582 hdotsfor[2]{4}
4583 \series default
4584  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4585  points de suspension avec une distance entre points double de celle obtenue
4586  avec la commande 
4587 \series bold
4588
4589 \backslash
4590 dots
4591 \series default
4592 :
4593 \begin_inset Formula \[
4594 \left(\begin{array}{cccc}
4595 A & B & C & D\\
4596 \hdotsfor[2]{4}\\
4597 a & z & e & r\end{array}\right)\]
4598
4599 \end_inset
4600
4601 Notez que les cases de la matrice qui doivent être couvertes doivent être
4602  vides, sinon vous aurez des erreurs LaTeX.
4603 \end_layout
4604
4605 \begin_layout Standard
4606 \begin_inset VSpace bigskip
4607 \end_inset
4608
4609 Pour aller plus loin, vous pouvez utiliser la commande 
4610 \series bold
4611
4612 \backslash
4613 dotfill
4614 \series default
4615
4616 \begin_inset Index
4617 status collapsed
4618
4619 \begin_layout Plain Layout
4620 Commandes ! D ! 
4621 \backslash
4622 dotfill
4623 \end_layout
4624
4625 \end_inset
4626
4627  pour remplir le reste d'une ligne avec des points.
4628  L'effet de ces commandes est le même que celui de 
4629 \series bold
4630
4631 \backslash
4632 hfill
4633 \series default
4634 , voir 
4635 \begin_inset CommandInset ref
4636 LatexCommand ref
4637 reference "sub:Espace-variable"
4638
4639 \end_inset
4640
4641 .
4642 \end_layout
4643
4644 \begin_layout Standard
4645 Par exemple, la commande 
4646 \series bold
4647 A
4648 \backslash
4649 dotfill
4650 \begin_inset ERT
4651 status collapsed
4652
4653 \begin_layout Plain Layout
4654
4655
4656 \backslash
4657 spce 
4658 \end_layout
4659
4660 \end_inset
4661
4662 B
4663 \series default
4664  produit
4665 \end_layout
4666
4667 \begin_layout Standard
4668 \begin_inset Formula $A\dotfill B$
4669 \end_inset
4670
4671
4672 \end_layout
4673
4674 \begin_layout Standard
4675 Comme
4676 \series bold
4677  
4678 \backslash
4679 dotfill
4680 \series default
4681  avec des points, il existe la commande 
4682 \series bold
4683
4684 \backslash
4685 hrulefill
4686 \series default
4687
4688 \begin_inset Index
4689 status collapsed
4690
4691 \begin_layout Plain Layout
4692 Commandes ! H ! 
4693 \backslash
4694 hrulefill
4695 \end_layout
4696
4697 \end_inset
4698
4699  avec un filet:
4700 \end_layout
4701
4702 \begin_layout Standard
4703 \begin_inset Formula $A\hrulefill B$
4704 \end_inset
4705
4706
4707 \end_layout
4708
4709 \begin_layout Standard
4710 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4711  mode TeX.
4712 \end_layout
4713
4714 \begin_layout Section
4715 Matrices
4716 \begin_inset CommandInset label
4717 LatexCommand label
4718 name "sec:Matrices"
4719
4720 \end_inset
4721
4722
4723 \begin_inset Index
4724 status collapsed
4725
4726 \begin_layout Plain Layout
4727 Matrices
4728 \end_layout
4729
4730 \end_inset
4731
4732
4733 \end_layout
4734
4735 \begin_layout Standard
4736 On peut insérer des matrices avec le bouton 
4737 \begin_inset Graphics
4738         filename ../../images/dialog-show_mathmatrix.png
4739         scale 85
4740
4741 \end_inset
4742
4743  de la barre d'outils mathématique ou en utilisant le menu
4744 \family sans
4745  Insérer\SpecialChar \menuseparator
4746 Math\SpecialChar \menuseparator
4747 Matrice
4748 \begin_inset space ~
4749 \end_inset
4750
4751 mathématique
4752 \family default
4753 .
4754  On vous demande alors le nombre de lignes et de colonnes de la matrice
4755  et leur alignement.
4756  L'alignement vertical n'est en fait important que pour les matrices qui
4757  se trouvent dans une formule en ligne:
4758 \end_layout
4759
4760 \begin_layout Standard
4761 L'alignement de la première matrice est haut 
4762 \begin_inset Formula $\begin{array}[t]{cccc}
4763 A & D & G & J\\
4764 B & E & H & K\\
4765 C & F & I & L\end{array}$
4766 \end_inset
4767
4768 , la seconde milieu 
4769 \begin_inset Formula $\begin{array}{cccc}
4770 A & D & G & J\\
4771 B & E & H & K\\
4772 C & F & I & L\end{array}$
4773 \end_inset
4774
4775 , et la troisième bas 
4776 \begin_inset Formula $\begin{array}[b]{cccc}
4777 A & D & G & J\\
4778 B & E & H & K\\
4779 C & F & I & L\end{array}$
4780 \end_inset
4781
4782  .
4783 \end_layout
4784
4785 \begin_layout Standard
4786 L'alignement horizontal précise comment le contenu des colonnes doit être
4787  aligné.
4788  On le choisit en entrant une lettre pour chaque colonne.
4789  
4790 \emph on
4791 l
4792 \emph default
4793  pour un alignement à gauche (left) , 
4794 \emph on
4795 c
4796 \emph default
4797  centré, et
4798 \emph on
4799  r
4800 \emph default
4801  à droite (right).
4802  Par exemple, pour créer une matrice
4803 \begin_inset space ~
4804 \end_inset
4805
4806 4
4807 \series bold
4808 ×
4809 \series default
4810 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4811  sont centrées et la dernière est alignée à gauche, on va entrer 
4812 \series bold
4813 lccr
4814 \series default
4815  pour l'alignement horizontal.
4816  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4817  que l'alignement par défaut pour toutes les colonnes est un 
4818 \series bold
4819 c
4820 \series default
4821 .
4822 \begin_inset Newpage pagebreak
4823 \end_inset
4824
4825
4826 \end_layout
4827
4828 \begin_layout Standard
4829 Alignement horizontal:
4830 \end_layout
4831
4832 \begin_layout Standard
4833
4834 \series bold
4835 lll
4836 \series default
4837  : 
4838 \begin_inset Formula $\begin{array}{lll}
4839 10000 & D & G\\
4840 B & 10000 & H\\
4841 C & F & 10000\end{array}$
4842 \end_inset
4843
4844  , 
4845 \series bold
4846 ccc
4847 \series default
4848  : 
4849 \begin_inset Formula $\begin{array}{ccc}
4850 10000 & D & G\\
4851 B & 10000 & H\\
4852 C & F & 10000\end{array}$
4853 \end_inset
4854
4855  , 
4856 \series bold
4857 rrr
4858 \series default
4859  : 
4860 \begin_inset Formula $\begin{array}{rrr}
4861 10000 & D & G\\
4862 B & 10000 & H\\
4863 C & F & 10000\end{array}$
4864 \end_inset
4865
4866
4867 \end_layout
4868
4869 \begin_layout Standard
4870 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
4871  utiliser les boutons 
4872 \begin_inset Graphics
4873         filename ../../images/tabular-feature_append-row.png
4874         scale 85
4875
4876 \end_inset
4877
4878
4879 \begin_inset Graphics
4880         filename ../../images/tabular-feature_delete-row.png
4881         scale 85
4882
4883 \end_inset
4884
4885 , etc.
4886 \begin_inset space \thinspace{}
4887 \end_inset
4888
4889 de la barre d'outils mathématique, ou le menu 
4890 \family sans
4891 Éditer\SpecialChar \menuseparator
4892 Lignes
4893 \begin_inset space \thinspace{}
4894 \end_inset
4895
4896 &
4897 \begin_inset space \thinspace{}
4898 \end_inset
4899
4900 colonnes
4901 \family default
4902 .
4903  On peut aussi ajouter de nouvelles lignes avec 
4904 \family sans
4905 Ctrl-Entrée
4906 \family default
4907 .
4908 \end_layout
4909
4910 \begin_layout Standard
4911 \begin_inset VSpace bigskip
4912 \end_inset
4913
4914 On peut ajouter des parenthèses autour d'une matrice, soit avec les commandes
4915  
4916 \series bold
4917
4918 \backslash
4919 left
4920 \series default
4921
4922 \begin_inset Index
4923 status collapsed
4924
4925 \begin_layout Plain Layout
4926 Commandes ! L ! 
4927 \backslash
4928 left
4929 \end_layout
4930
4931 \end_inset
4932
4933  et 
4934 \series bold
4935
4936 \backslash
4937 right
4938 \series default
4939
4940 \begin_inset Index
4941 status collapsed
4942
4943 \begin_layout Plain Layout
4944 Commandes ! R ! 
4945 \backslash
4946 right
4947 \end_layout
4948
4949 \end_inset
4950
4951  (raccourci 
4952 \family sans
4953 Alt-m
4954 \begin_inset space ~
4955 \end_inset
4956
4957 parenthèse
4958 \family default
4959 ), voir 
4960 \begin_inset CommandInset ref
4961 LatexCommand ref
4962 reference "sub:Taille-parenthèses-automatique"
4963
4964 \end_inset
4965
4966 , ou en utilisant les commandes suivantes:
4967 \begin_inset VSpace medskip
4968 \end_inset
4969
4970
4971 \end_layout
4972
4973 \begin_layout Standard
4974 \begin_inset space \hfill{}
4975 \end_inset
4976
4977
4978 \begin_inset Tabular
4979 <lyxtabular version="3" rows="4" columns="2">
4980 <features>
4981 <column alignment="center" valignment="top" width="0">
4982 <column alignment="center" valignment="top" width="0">
4983 <row>
4984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 Commande
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997 Résultat
4998 \begin_inset Note Note
4999 status collapsed
5000
5001 \begin_layout Plain Layout
5002
5003 \series bold
5004
5005 \backslash
5006 raisebox est seulement utilisée pour faire de la place
5007 \end_layout
5008
5009 \end_inset
5010
5011
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \backslash
5024 bmatrix
5025 \begin_inset ERT
5026 status collapsed
5027
5028 \begin_layout Plain Layout
5029
5030
5031 \backslash
5032 spce 
5033 \end_layout
5034
5035 \end_inset
5036
5037 matrice
5038 \begin_inset space \thinspace{}
5039 \end_inset
5040
5041 2×2
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5051 0 & \textrm{-}\mathrm{i}\\
5052 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5053 \end_inset
5054
5055
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \backslash
5068 Bmatrix
5069 \begin_inset ERT
5070 status collapsed
5071
5072 \begin_layout Plain Layout
5073
5074
5075 \backslash
5076 spce 
5077 \end_layout
5078
5079 \end_inset
5080
5081 matrice
5082 \begin_inset space \thinspace{}
5083 \end_inset
5084
5085 2×2
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5095 0 & \textrm{-}\mathrm{i}\\
5096 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5097 \end_inset
5098
5099
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 </row>
5105 <row>
5106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110
5111 \backslash
5112 pmatrix
5113 \begin_inset ERT
5114 status collapsed
5115
5116 \begin_layout Plain Layout
5117
5118
5119 \backslash
5120 spce 
5121 \end_layout
5122
5123 \end_inset
5124
5125 matrice
5126 \begin_inset space \thinspace{}
5127 \end_inset
5128
5129 2×2
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5139 0 & \textrm{-}\mathrm{i}\\
5140 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5141 \end_inset
5142
5143
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 </lyxtabular>
5150
5151 \end_inset
5152
5153
5154 \begin_inset space \hfill{}
5155 \end_inset
5156
5157
5158 \begin_inset Tabular
5159 <lyxtabular version="3" rows="4" columns="2">
5160 <features>
5161 <column alignment="center" valignment="top" width="0">
5162 <column alignment="center" valignment="top" width="0">
5163 <row>
5164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 Commande
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Résultat
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 </row>
5183 <row>
5184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188
5189 \backslash
5190 vmatrix
5191 \begin_inset ERT
5192 status collapsed
5193
5194 \begin_layout Plain Layout
5195
5196
5197 \backslash
5198 spce 
5199 \end_layout
5200
5201 \end_inset
5202
5203 matrice
5204 \begin_inset space \thinspace{}
5205 \end_inset
5206
5207 2×2
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5217 0 & \textrm{-}\mathrm{i}\\
5218 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5219 \end_inset
5220
5221
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 </row>
5227 <row>
5228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232
5233 \backslash
5234 Vmatrix
5235 \begin_inset ERT
5236 status collapsed
5237
5238 \begin_layout Plain Layout
5239
5240
5241 \backslash
5242 spce 
5243 \end_layout
5244
5245 \end_inset
5246
5247 matrice
5248 \begin_inset space \thinspace{}
5249 \end_inset
5250
5251 2×2
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5261 0 & \textrm{-}\mathrm{i}\\
5262 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5263 \end_inset
5264
5265
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 </row>
5271 <row>
5272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276
5277 \backslash
5278 matrix
5279 \begin_inset ERT
5280 status collapsed
5281
5282 \begin_layout Plain Layout
5283
5284
5285 \backslash
5286 spce 
5287 \end_layout
5288
5289 \end_inset
5290
5291 matrice
5292 \begin_inset space \thinspace{}
5293 \end_inset
5294
5295 2×2
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5305 0 & \textrm{-}\mathrm{i}\\
5306 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5307 \end_inset
5308
5309
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 </row>
5315 </lyxtabular>
5316
5317 \end_inset
5318
5319
5320 \begin_inset space \hfill{}
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \begin_layout Standard
5327 \begin_inset VSpace medskip
5328 \end_inset
5329
5330 Quand on insère par exemple 
5331 \series bold
5332
5333 \backslash
5334 vmatrix,
5335 \series default
5336  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5337  insérée.
5338 \end_layout
5339
5340 \begin_layout Standard
5341 \begin_inset VSpace bigskip
5342 \end_inset
5343
5344 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5345  
5346 \series bold
5347
5348 \backslash
5349 arraycolsep
5350 \series default
5351
5352 \begin_inset Index
5353 status collapsed
5354
5355 \begin_layout Plain Layout
5356 Commandes ! A ! 
5357 \backslash
5358 arraycolsep
5359 \end_layout
5360
5361 \end_inset
5362
5363  qui est décrite dans 
5364 \begin_inset CommandInset ref
5365 LatexCommand ref
5366 reference "sub:Séparation-des-colonnes"
5367
5368 \end_inset
5369
5370  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5371  dans les matrices.
5372 \end_layout
5373
5374 \begin_layout Standard
5375 Pour changer l'espacement des lignes, on utilise la commande 
5376 \series bold
5377
5378 \backslash
5379 arraystretch
5380 \series default
5381
5382 \begin_inset Index
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386 Commandes ! A ! 
5387 \backslash
5388 arraystretch
5389 \end_layout
5390
5391 \end_inset
5392
5393  de la façon suivante:
5394 \end_layout
5395
5396 \begin_layout Standard
5397
5398 \series bold
5399
5400 \backslash
5401 renewcommand{
5402 \backslash
5403 arraystretch}{facteur d'étirement}
5404 \begin_inset Index
5405 status collapsed
5406
5407 \begin_layout Plain Layout
5408 Commandes ! R ! 
5409 \backslash
5410 renewcommand
5411 \end_layout
5412
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \begin_layout Standard
5419 La commande 
5420 \series bold
5421
5422 \backslash
5423 renewcommand
5424 \series default
5425  affecte le facteur d'étirement à la commande prédéfinie 
5426 \series bold
5427
5428 \backslash
5429 arraystretch
5430 \series default
5431 .
5432  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5433  2.
5434  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5435  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5436 \series bold
5437
5438 \backslash
5439 arraystretch
5440 \series default
5441 .
5442 \end_layout
5443
5444 \begin_layout Standard
5445 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5446  
5447 \series bold
5448
5449 \backslash
5450 smallmatrix
5451 \series default
5452
5453 \begin_inset Index
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457 Commandes ! S ! 
5458 \backslash
5459 smallmatrix
5460 \end_layout
5461
5462 \end_inset
5463
5464 .
5465  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5466  où la matrice est insérée.
5467 \end_layout
5468
5469 \begin_layout Standard
5470 Voici une matrice 
5471 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5472 C & D\end{smallmatrix}\right)$
5473 \end_inset
5474
5475  dans une ligne de texte.
5476 \end_layout
5477
5478 \begin_layout Section
5479 Parenthèses et autres délimiteurs
5480 \begin_inset Index
5481 status collapsed
5482
5483 \begin_layout Plain Layout
5484 Parenthèses
5485 \end_layout
5486
5487 \end_inset
5488
5489
5490 \begin_inset Index
5491 status collapsed
5492
5493 \begin_layout Plain Layout
5494 Accolades
5495 \end_layout
5496
5497 \end_inset
5498
5499
5500 \begin_inset Index
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504 Crochets
5505 \end_layout
5506
5507 \end_inset
5508
5509
5510 \begin_inset Index
5511 status collapsed
5512
5513 \begin_layout Plain Layout
5514 Délimiteurs
5515 \end_layout
5516
5517 \end_inset
5518
5519
5520 \end_layout
5521
5522 \begin_layout Subsection
5523 Parenthèses verticales et délimiteurs
5524 \begin_inset Index
5525 status collapsed
5526
5527 \begin_layout Plain Layout
5528 Accolades ! verticales
5529 \end_layout
5530
5531 \end_inset
5532
5533
5534 \end_layout
5535
5536 \begin_layout Standard
5537
5538 \lang english
5539 \begin_inset space \hfill{}
5540 \end_inset
5541
5542
5543 \lang french
5544
5545 \begin_inset Tabular
5546 <lyxtabular version="3" rows="9" columns="2">
5547 <features>
5548 <column alignment="center" valignment="top" width="0pt">
5549 <column alignment="center" valignment="top" width="0pt">
5550 <row>
5551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 Commande
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 Résultat
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 </row>
5570 <row>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 (
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 \begin_inset Formula $($
5585 \end_inset
5586
5587
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 </row>
5593 <row>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 {
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 \begin_inset Formula $\{$
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 </row>
5616 <row>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 [
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 \begin_inset Formula $[$
5631 \end_inset
5632
5633
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 </row>
5639 <row>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644
5645 \backslash
5646 langle
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 \begin_inset Formula $\langle$
5656 \end_inset
5657
5658
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 </row>
5664 <row>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669
5670 \backslash
5671 lceil
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 \begin_inset Formula $\lceil$
5681 \end_inset
5682
5683
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 </row>
5689 <row>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694
5695 \backslash
5696 lfloor
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 \begin_inset Formula $\lfloor$
5706 \end_inset
5707
5708
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 </row>
5714 <row>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 /
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 \begin_inset Formula $/$
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 </row>
5737 <row>
5738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 |
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 \begin_inset Formula $|$
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 </lyxtabular>
5761
5762 \end_inset
5763
5764
5765 \begin_inset space \hfill{}
5766 \end_inset
5767
5768
5769 \begin_inset Tabular
5770 <lyxtabular version="3" rows="9" columns="2">
5771 <features>
5772 <column alignment="center" valignment="top" width="0pt">
5773 <column alignment="center" valignment="top" width="0pt">
5774 <row>
5775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 Commande
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 Résultat
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 )
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 \begin_inset Formula $)$
5809 \end_inset
5810
5811
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 </row>
5817 <row>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 }
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 \begin_inset Formula $\}$
5832 \end_inset
5833
5834
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 </row>
5840 <row>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 ]
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 \begin_inset Formula $]$
5855 \end_inset
5856
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 </row>
5863 <row>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868
5869 \backslash
5870 rangle
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 \begin_inset Formula $\rangle$
5880 \end_inset
5881
5882
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893
5894 \backslash
5895 rceil
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 \begin_inset Formula $\rceil$
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 </row>
5913 <row>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918
5919 \backslash
5920 rfloor
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 \begin_inset Formula $\rfloor$
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 </row>
5938 <row>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943
5944 \backslash
5945
5946 \backslash
5947
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 \begin_inset Formula $\backslash$
5957 \end_inset
5958
5959
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 </row>
5965 <row>
5966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970
5971 \backslash
5972 |
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 \begin_inset Formula $\|$
5982 \end_inset
5983
5984
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 </lyxtabular>
5991
5992 \end_inset
5993
5994
5995 \lang english
5996
5997 \begin_inset space \hfill{}
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \begin_layout Standard
6004 \begin_inset Note Greyedout
6005 status open
6006
6007 \begin_layout Plain Layout
6008
6009 \series bold
6010 Note:
6011 \series default
6012  En mode TeX, on doit utiliser la commande 
6013 \series bold
6014
6015 \backslash
6016 textbackslash
6017 \series default
6018
6019 \begin_inset Index
6020 status collapsed
6021
6022 \begin_layout Plain Layout
6023 Commandes ! T ! 
6024 \backslash
6025 textbackslash
6026 \end_layout
6027
6028 \end_inset
6029
6030  pour la barre de fraction inverse (backslash), puisque la commande 
6031 \backslash
6032
6033 \backslash
6034  produit un saut de ligne.
6035 \end_layout
6036
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \begin_layout Standard
6043 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
6044  commandes décrites dans les deux sous-sections qui suivent.
6045  Quand on utilise ces commandes, on peut utiliser directement les caractères
6046  < et > , plutôt que les commandes 
6047 \series bold
6048
6049 \backslash
6050 langle
6051 \series default
6052  et 
6053 \series bold
6054
6055 \backslash
6056 rangle
6057 \series default
6058 .
6059 \end_layout
6060
6061 \begin_layout Subsubsection
6062 Taille de parenthèse manuelle
6063 \begin_inset CommandInset label
6064 LatexCommand label
6065 name "sub:Taille-parenthèses-manuelle"
6066
6067 \end_inset
6068
6069
6070 \begin_inset Index
6071 status collapsed
6072
6073 \begin_layout Plain Layout
6074 Taille parenthèses ! manuelle
6075 \end_layout
6076
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \begin_layout Standard
6083 La taille des parenthèses peut être précisée manuellement en utilisant les
6084  commandes LaTeX 
6085 \series bold
6086
6087 \backslash
6088 big
6089 \series default
6090
6091 \begin_inset Index
6092 status collapsed
6093
6094 \begin_layout Plain Layout
6095 Commandes ! B ! 
6096 \backslash
6097 big
6098 \end_layout
6099
6100 \end_inset
6101
6102
6103 \series bold
6104
6105 \backslash
6106 Big
6107 \series default
6108
6109 \series bold
6110
6111 \backslash
6112 bigg
6113 \series default
6114 , et 
6115 \series bold
6116
6117 \backslash
6118 Bigg
6119 \series default
6120 .
6121  
6122 \series bold
6123
6124 \backslash
6125 big
6126 \series default
6127  indique la plus petite taille et 
6128 \series bold
6129
6130 \backslash
6131 Bigg
6132 \series default
6133  la plus grande.
6134 \end_layout
6135
6136 \begin_layout Standard
6137 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6138  de parenthèses:
6139 \end_layout
6140
6141 \begin_layout Standard
6142 \align center
6143 \begin_inset Tabular
6144 <lyxtabular version="3" rows="2" columns="2">
6145 <features>
6146 <column alignment="center" valignment="top" width="0pt">
6147 <column alignment="center" valignment="top" width="0pt">
6148 <row>
6149 <cell alignment="center" valignment="top" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 toutes les parenthèses de la même taille:
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6163 \end_inset
6164
6165
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 </row>
6171 <row>
6172 <cell alignment="center" valignment="top" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 c'est mieux comme cela:
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 </lyxtabular>
6195
6196 \end_inset
6197
6198
6199 \begin_inset Note Note
6200 status collapsed
6201
6202 \begin_layout Plain Layout
6203
6204 \series bold
6205 \lang english
6206
6207 \backslash
6208 raisebox
6209 \end_layout
6210
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \begin_layout Standard
6217 Pour la deuxième formule, on a utilisé la commande 
6218 \backslash
6219 Big((A+B)(A-B)
6220 \backslash
6221 Big)^
6222 \begin_inset ERT
6223 status collapsed
6224
6225 \begin_layout Plain Layout
6226
6227
6228 \backslash
6229 spce 
6230 \end_layout
6231
6232 \end_inset
6233
6234 C.
6235 \end_layout
6236
6237 \begin_layout Standard
6238 Voici un aperçu de toutes les tailles de parenthèses:
6239 \end_layout
6240
6241 \begin_layout Standard
6242 \align center
6243
6244 \backslash
6245 Bigg(
6246 \backslash
6247 exp
6248 \backslash
6249 bigg<
6250 \backslash
6251 Big[
6252 \backslash
6253 big{
6254 \backslash
6255 ln(3x)
6256 \backslash
6257 big}^2
6258 \begin_inset ERT
6259 status collapsed
6260
6261 \begin_layout Plain Layout
6262
6263
6264 \backslash
6265 spce 
6266 \end_layout
6267
6268 \end_inset
6269
6270
6271 \backslash
6272 sin(x)
6273 \backslash
6274 Big]^
6275 \begin_inset ERT
6276 status collapsed
6277
6278 \begin_layout Plain Layout
6279
6280
6281 \backslash
6282 spce 
6283 \end_layout
6284
6285 \end_inset
6286
6287 A
6288 \begin_inset ERT
6289 status collapsed
6290
6291 \begin_layout Plain Layout
6292
6293
6294 \backslash
6295 spce 
6296 \end_layout
6297
6298 \end_inset
6299
6300
6301 \backslash
6302 bigg>
6303 \backslash
6304 Bigg)^0,5
6305 \end_layout
6306
6307 \begin_layout Standard
6308 \align center
6309 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6310 \end_inset
6311
6312
6313 \end_layout
6314
6315 \begin_layout Standard
6316 \begin_inset Newpage newpage
6317 \end_inset
6318
6319 En plus des commandes 
6320 \series bold
6321
6322 \backslash
6323 big
6324 \series default
6325 , il y a la variante 
6326 \series bold
6327
6328 \backslash
6329 bigm
6330 \series default
6331
6332 \begin_inset Index
6333 status collapsed
6334
6335 \begin_layout Plain Layout
6336 Commandes ! B ! 
6337 \backslash
6338 bigm
6339 \end_layout
6340
6341 \end_inset
6342
6343  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6344  la variante 
6345 \series bold
6346
6347 \backslash
6348 bigl
6349 \series default
6350 -
6351 \series bold
6352
6353 \backslash
6354 bigr
6355 \series default
6356
6357 \begin_inset Index
6358 status collapsed
6359
6360 \begin_layout Plain Layout
6361 Commandes ! B ! 
6362 \backslash
6363 bigl - 
6364 \backslash
6365 bigr
6366 \end_layout
6367
6368 \end_inset
6369
6370 , qui n'ajoute pas d'espace.
6371  Le 
6372 \emph on
6373 l
6374 \emph default
6375  à la fin de la commande 
6376 \series bold
6377
6378 \backslash
6379 bigl
6380 \series default
6381  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6382  par un 
6383 \emph on
6384 r
6385 \emph default
6386 .
6387  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6388  ou ouvrante.
6389 \end_layout
6390
6391 \begin_layout Standard
6392 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6393 \end_layout
6394
6395 \begin_layout Standard
6396 \align center
6397 \begin_inset Tabular
6398 <lyxtabular version="3" rows="5" columns="2">
6399 <features>
6400 <column alignment="center" valignment="middle" width="0">
6401 <column alignment="center" valignment="middle" width="0">
6402 <row>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 Commande
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 Résultat
6417 \begin_inset Note Note
6418 status collapsed
6419
6420 \begin_layout Plain Layout
6421
6422 \series bold
6423
6424 \backslash
6425 raisebox est seulement utilisée pour faire de la place
6426 \end_layout
6427
6428 \end_inset
6429
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 </row>
6436 <row>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441
6442 \backslash
6443 Bigm(
6444 \backslash
6445 bigm(
6446 \backslash
6447 ln(3x)
6448 \backslash
6449 bigm)^2
6450 \begin_inset ERT
6451 status collapsed
6452
6453 \begin_layout Plain Layout
6454
6455
6456 \backslash
6457 spce 
6458 \end_layout
6459
6460 \end_inset
6461
6462
6463 \backslash
6464 Bigm)
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 </row>
6482 <row>
6483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487
6488 \backslash
6489 Big(
6490 \backslash
6491 big(
6492 \backslash
6493 ln(3x)
6494 \backslash
6495 big)^2
6496 \begin_inset ERT
6497 status collapsed
6498
6499 \begin_layout Plain Layout
6500
6501
6502 \backslash
6503 spce 
6504 \end_layout
6505
6506 \end_inset
6507
6508
6509 \backslash
6510 Big)
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 </row>
6528 <row>
6529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533
6534 \backslash
6535 Bigl(
6536 \backslash
6537 bigl(
6538 \backslash
6539 ln(3x)
6540 \backslash
6541 bigr)^2
6542 \begin_inset ERT
6543 status collapsed
6544
6545 \begin_layout Plain Layout
6546
6547
6548 \backslash
6549 spce 
6550 \end_layout
6551
6552 \end_inset
6553
6554
6555 \backslash
6556 Bigr)
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6566 \end_inset
6567
6568
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 </row>
6574 <row>
6575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579
6580 \backslash
6581 bigl)
6582 \backslash
6583 ln(3x)
6584 \backslash
6585 bigr(
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6595 \end_inset
6596
6597
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 </row>
6603 </lyxtabular>
6604
6605 \end_inset
6606
6607
6608 \end_layout
6609
6610 \begin_layout Subsubsection
6611 Taille de parenthèse automatique
6612 \begin_inset CommandInset label
6613 LatexCommand label
6614 name "sub:Taille-parenthèses-automatique"
6615
6616 \end_inset
6617
6618
6619 \begin_inset Index
6620 status collapsed
6621
6622 \begin_layout Plain Layout
6623 Taille parenthèses ! automatique
6624 \end_layout
6625
6626 \end_inset
6627
6628
6629 \end_layout
6630
6631 \begin_layout Standard
6632 On peut insérer des parenthèses à taille variable avec les commandes 
6633 \series bold
6634
6635 \backslash
6636 left
6637 \series default
6638
6639 \begin_inset Index
6640 status collapsed
6641
6642 \begin_layout Plain Layout
6643 Commandes ! L ! 
6644 \backslash
6645 left
6646 \end_layout
6647
6648 \end_inset
6649
6650  et 
6651 \series bold
6652
6653 \backslash
6654 right
6655 \series default
6656
6657 \begin_inset Index
6658 status collapsed
6659
6660 \begin_layout Plain Layout
6661 Commandes ! R ! 
6662 \backslash
6663 right
6664 \end_layout
6665
6666 \end_inset
6667
6668  ou avec le bouton
6669 \begin_inset space ~
6670 \end_inset
6671
6672
6673 \begin_inset Graphics
6674         filename ../../images/dialog-show_mathdelimiter.png
6675         scale 85
6676
6677 \end_inset
6678
6679  de la barre d'outils mathématique.
6680  On doit insérer la parenthèse voulue juste après la commande 
6681 \series bold
6682
6683 \backslash
6684 left
6685 \series default
6686  ou 
6687 \series bold
6688
6689 \backslash
6690 right
6691 \series default
6692 .
6693  La taille de la parenthèse sera alors calculée automatiquement pour la
6694  sortie.
6695 \end_layout
6696
6697 \begin_layout Standard
6698 \align center
6699 parenthèse normale: La commande 
6700 \series bold
6701
6702 \backslash
6703 ln(
6704 \backslash
6705 frac
6706 \begin_inset ERT
6707 status collapsed
6708
6709 \begin_layout Plain Layout
6710
6711
6712 \backslash
6713 spce 
6714 \end_layout
6715
6716 \end_inset
6717
6718 A
6719 \begin_inset Formula $\downarrow$
6720 \end_inset
6721
6722 C
6723 \begin_inset ERT
6724 status collapsed
6725
6726 \begin_layout Plain Layout
6727
6728
6729 \backslash
6730 spce 
6731 \end_layout
6732
6733 \end_inset
6734
6735 )
6736 \series default
6737  donne
6738 \begin_inset Formula \[
6739 \ln(\frac{A}{C})\]
6740
6741 \end_inset
6742
6743
6744 \end_layout
6745
6746 \begin_layout Standard
6747 \align center
6748 parenthèse adaptable: La commande 
6749 \series bold
6750
6751 \backslash
6752 ln
6753 \backslash
6754 left(
6755 \backslash
6756 frac
6757 \begin_inset ERT
6758 status collapsed
6759
6760 \begin_layout Plain Layout
6761
6762
6763 \backslash
6764 spce 
6765 \end_layout
6766
6767 \end_inset
6768
6769 A
6770 \begin_inset Formula $\downarrow$
6771 \end_inset
6772
6773 C
6774 \begin_inset ERT
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778
6779
6780 \backslash
6781 spce 
6782 \end_layout
6783
6784 \end_inset
6785
6786
6787 \backslash
6788 right)
6789 \series default
6790  donne
6791 \begin_inset Formula \[
6792 \ln\left(\frac{A}{C}\right)\]
6793
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \begin_layout Standard
6800 À la place des commandes 
6801 \series bold
6802
6803 \backslash
6804 left
6805 \series default
6806  et 
6807 \series bold
6808
6809 \backslash
6810 right
6811 \series default
6812  on peut utiliser le raccourci 
6813 \family sans
6814 Alt-m
6815 \begin_inset space ~
6816 \end_inset
6817
6818 parenthèse
6819 \family default
6820 .
6821  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6822  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6823  en même temps.
6824 \begin_inset Newline newline
6825 \end_inset
6826
6827 La commande pour le dernier exemple serait alors: 
6828 \series bold
6829
6830 \backslash
6831 ln Alt-m
6832 \series default
6833  
6834 \series bold
6835 (
6836 \backslash
6837 frac
6838 \begin_inset ERT
6839 status collapsed
6840
6841 \begin_layout Plain Layout
6842
6843
6844 \backslash
6845 spce 
6846 \end_layout
6847
6848 \end_inset
6849
6850 A
6851 \begin_inset Formula $\downarrow$
6852 \end_inset
6853
6854 C
6855 \end_layout
6856
6857 \begin_layout Standard
6858 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6859  de la parenthèse omise.
6860  Par exemple, la commande 
6861 \series bold
6862
6863 \backslash
6864 left.
6865 \backslash
6866 frac
6867 \begin_inset ERT
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871
6872
6873 \backslash
6874 spce 
6875 \end_layout
6876
6877 \end_inset
6878
6879 A
6880 \begin_inset Formula $\downarrow$
6881 \end_inset
6882
6883 B
6884 \begin_inset ERT
6885 status collapsed
6886
6887 \begin_layout Plain Layout
6888
6889
6890 \backslash
6891 spce 
6892 \end_layout
6893
6894 \end_inset
6895
6896
6897 \backslash
6898 right}
6899 \series default
6900  donne:
6901 \series bold
6902
6903 \begin_inset Formula \[
6904 \left.\frac{A}{B}\right\} \]
6905
6906 \end_inset
6907
6908
6909 \series default
6910 Les commandes 
6911 \series bold
6912
6913 \backslash
6914 left
6915 \series default
6916  et 
6917 \series bold
6918
6919 \backslash
6920 right
6921 \series default
6922  seront converties par LyX en parenthèses de taille appropriée quand le
6923  document sera rechargé et une parenthèse omise apparaîtra sous la forme
6924  d'une ligne en pointillé.
6925 \end_layout
6926
6927 \begin_layout Standard
6928 \begin_inset VSpace bigskip
6929 \end_inset
6930
6931 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
6932  de LaTeX, la commande 
6933 \series bold
6934
6935 \backslash
6936 middle
6937 \series default
6938
6939 \begin_inset Index
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943 Commandes ! M ! 
6944 \backslash
6945 middle
6946 \end_layout
6947
6948 \end_inset
6949
6950  est aussi disponible pour toutes les parenthèses et limites.
6951  Avec cette commande la taille du caractère suivant est adaptée à la taille
6952  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
6953  de la physique quantique:
6954 \begin_inset Formula \[
6955 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
6956
6957 \end_inset
6958
6959 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
6960  en 
6961 \begin_inset CommandInset ref
6962 LatexCommand ref
6963 reference "sub:Vecteurs-physiques"
6964
6965 \end_inset
6966
6967 .
6968 \end_layout
6969
6970 \begin_layout Subsection
6971 Accolades horizontales
6972 \begin_inset Index
6973 status collapsed
6974
6975 \begin_layout Plain Layout
6976 Accolades ! horizontales
6977 \end_layout
6978
6979 \end_inset
6980
6981
6982 \end_layout
6983
6984 \begin_layout Standard
6985 \align center
6986 \begin_inset Tabular
6987 <lyxtabular version="3" rows="4" columns="2">
6988 <features>
6989 <column alignment="center" valignment="top" width="0pt">
6990 <column alignment="center" valignment="top" width="0pt">
6991 <row>
6992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 Commande
6997 \begin_inset Note Note
6998 status open
6999
7000 \begin_layout Plain Layout
7001
7002 \series bold
7003
7004 \backslash
7005 raisebox est seulement utilisée pour faire de la place
7006 \end_layout
7007
7008 \end_inset
7009
7010
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 Résultat
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 </row>
7025 <row>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 \begin_inset ERT
7031 status collapsed
7032
7033 \begin_layout Plain Layout
7034
7035
7036 \backslash
7037 raisebox{2.3mm}{
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \backslash
7044 overbrace
7045 \begin_inset ERT
7046 status collapsed
7047
7048 \begin_layout Plain Layout
7049
7050
7051 \backslash
7052 spce 
7053 \end_layout
7054
7055 \end_inset
7056
7057 A+B
7058 \begin_inset ERT
7059 status collapsed
7060
7061 \begin_layout Plain Layout
7062
7063
7064 \backslash
7065 spce 
7066 \end_layout
7067
7068 \end_inset
7069
7070 ^
7071 \begin_inset ERT
7072 status collapsed
7073
7074 \begin_layout Plain Layout
7075
7076
7077 \backslash
7078 spce 
7079 \end_layout
7080
7081 \end_inset
7082
7083 3
7084 \begin_inset ERT
7085 status collapsed
7086
7087 \begin_layout Plain Layout
7088
7089 }
7090 \end_layout
7091
7092 \end_inset
7093
7094
7095 \begin_inset Index
7096 status collapsed
7097
7098 \begin_layout Plain Layout
7099 Commandes ! O ! 
7100 \backslash
7101 overbrace
7102 \end_layout
7103
7104 \end_inset
7105
7106
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 \begin_inset Formula $\overbrace{A+B}^{3}$
7116 \end_inset
7117
7118
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 </row>
7124 <row>
7125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 \begin_inset ERT
7130 status collapsed
7131
7132 \begin_layout Plain Layout
7133
7134
7135 \backslash
7136 raisebox{-2.2mm}{
7137 \end_layout
7138
7139 \end_inset
7140
7141
7142 \backslash
7143 underbrace
7144 \begin_inset ERT
7145 status collapsed
7146
7147 \begin_layout Plain Layout
7148
7149
7150 \backslash
7151 spce 
7152 \end_layout
7153
7154 \end_inset
7155
7156 A+B
7157 \begin_inset ERT
7158 status collapsed
7159
7160 \begin_layout Plain Layout
7161
7162
7163 \backslash
7164 spce 
7165 \end_layout
7166
7167 \end_inset
7168
7169 _5
7170 \begin_inset ERT
7171 status collapsed
7172
7173 \begin_layout Plain Layout
7174
7175 }
7176 \end_layout
7177
7178 \end_inset
7179
7180
7181 \begin_inset Index
7182 status collapsed
7183
7184 \begin_layout Plain Layout
7185 Commandes ! U ! 
7186 \backslash
7187 underbrace
7188 \end_layout
7189
7190 \end_inset
7191
7192
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 \begin_inset Formula $\underbrace{A+B}_{5}$
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 </row>
7210 <row>
7211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215
7216 \backslash
7217 overbrace
7218 \begin_inset ERT
7219 status collapsed
7220
7221 \begin_layout Plain Layout
7222
7223
7224 \backslash
7225 spce 
7226 \end_layout
7227
7228 \end_inset
7229
7230
7231 \backslash
7232 underbrace
7233 \begin_inset ERT
7234 status collapsed
7235
7236 \begin_layout Plain Layout
7237
7238
7239 \backslash
7240 spce 
7241 \end_layout
7242
7243 \end_inset
7244
7245 A+B_w
7246 \begin_inset ERT
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250
7251
7252 \backslash
7253 spce 
7254 \end_layout
7255
7256 \end_inset
7257
7258
7259 \begin_inset ERT
7260 status collapsed
7261
7262 \begin_layout Plain Layout
7263
7264
7265 \backslash
7266 spce 
7267 \end_layout
7268
7269 \end_inset
7270
7271 _7
7272 \begin_inset ERT
7273 status collapsed
7274
7275 \begin_layout Plain Layout
7276
7277
7278 \backslash
7279 spce 
7280 \end_layout
7281
7282 \end_inset
7283
7284
7285 \begin_inset ERT
7286 status collapsed
7287
7288 \begin_layout Plain Layout
7289
7290
7291 \backslash
7292 spce 
7293 \end_layout
7294
7295 \end_inset
7296
7297 ^
7298 \begin_inset ERT
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302
7303
7304 \backslash
7305 spce 
7306 \end_layout
7307
7308 \end_inset
7309
7310 C
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7320 \end_inset
7321
7322
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 </row>
7328 </lyxtabular>
7329
7330 \end_inset
7331
7332
7333 \end_layout
7334
7335 \begin_layout Standard
7336 Dans le dernier exemple, il importe peu que 
7337 \series bold
7338
7339 \backslash
7340 overbrace
7341 \series default
7342  ou 
7343 \series bold
7344
7345 \backslash
7346 underbrace
7347 \series default
7348  soit inséré en premier.
7349 \end_layout
7350
7351 \begin_layout Standard
7352 \begin_inset VSpace bigskip
7353 \end_inset
7354
7355 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7356  des formules multi-lignes, comme c'est décrit en :
7357 \begin_inset Formula \begin{eqnarray*}
7358 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7359  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7360
7361 \end_inset
7362
7363 Dans la première ligne la formule est insérée avec l'accolade.
7364  Dans celle-ci, il est important que la commande d'espacement
7365 \begin_inset Foot
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369 Les commandes concernant les espaces sont expliquées dans 
7370 \begin_inset CommandInset ref
7371 LatexCommand ref
7372 reference "sub:Espace-prédéfini"
7373
7374 \end_inset
7375
7376 .
7377 \end_layout
7378
7379 \end_inset
7380
7381  
7382 \series bold
7383
7384 \backslash
7385 :
7386 \series default
7387  soit insérée avant le premier 
7388 \begin_inset Formula $d$
7389 \end_inset
7390
7391 , parce que l'accolade qui se termine après le dernier 
7392 \begin_inset Formula $q$
7393 \end_inset
7394
7395  empêche que le 
7396 \begin_inset Quotes eld
7397 \end_inset
7398
7399 +
7400 \begin_inset Quotes erd
7401 \end_inset
7402
7403  qui suit soit entouré par des espaces
7404 \begin_inset Foot
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408 parce que l'accolade n'est pas traitée comme un caractère, voir 
7409 \begin_inset CommandInset ref
7410 LatexCommand ref
7411 reference "sub:Opérateurs-binaires"
7412
7413 \end_inset
7414
7415
7416 \end_layout
7417
7418 \end_inset
7419
7420 .
7421  On insère la deuxième accolade dans la deuxième ligne.
7422  Comme elle doit commencer juste avant le premier 
7423 \begin_inset Formula $b$
7424 \end_inset
7425
7426 , on insère d'abord la commande 
7427 \series bold
7428
7429 \backslash
7430 hphantom{gggg+
7431 \backslash
7432 :}
7433 \series default
7434
7435 \begin_inset Foot
7436 status collapsed
7437
7438 \begin_layout Plain Layout
7439 plus au sujet de 
7440 \series bold
7441
7442 \backslash
7443 hphantom
7444 \series default
7445 , voir 
7446 \begin_inset CommandInset ref
7447 LatexCommand ref
7448 reference "sub:Garnitures"
7449
7450 \end_inset
7451
7452
7453 \end_layout
7454
7455 \end_inset
7456
7457 .
7458  Cet espace est nécessaire puisque le 
7459 \begin_inset Quotes eld
7460 \end_inset
7461
7462 +
7463 \begin_inset Quotes erd
7464 \end_inset
7465
7466  est aussi entouré d'espace dans la formule.
7467  L'accolade est placée sous la commande 
7468 \series bold
7469
7470 \backslash
7471 hphantom{bbqq+dddd}
7472 \series default
7473 .
7474 \end_layout
7475
7476 \begin_layout Standard
7477 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7478  dans l'exemple suivant:
7479 \begin_inset ERT
7480 status collapsed
7481
7482 \begin_layout Plain Layout
7483
7484
7485 \backslash
7486 setlength{
7487 \backslash
7488 jot}{-6pt}
7489 \end_layout
7490
7491 \end_inset
7492
7493
7494 \begin_inset Formula \begin{eqnarray*}
7495  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7496 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7497
7498 \end_inset
7499
7500
7501 \begin_inset ERT
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505
7506
7507 \backslash
7508 setlength{
7509 \backslash
7510 jot}{3pt}
7511 \end_layout
7512
7513 \end_inset
7514
7515 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7516  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7517  La seconde ligne contient la formule avec la deuxième accolade.
7518  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7519  et la formule, on doit réduire l'espacement entre les lignes.
7520  Ce n'est pas facile à cause d'un bug de LyX
7521 \begin_inset Foot
7522 status collapsed
7523
7524 \begin_layout Plain Layout
7525 \begin_inset CommandInset href
7526 LatexCommand href
7527 name "LyX-bug #1505"
7528 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7529
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \end_inset
7536
7537 .
7538  Comme solution à ce problème, on peut mettre à -6
7539 \begin_inset space \thinspace{}
7540 \end_inset
7541
7542 pt la formule globale pour l'espacement des lignes 
7543 \series bold
7544
7545 \backslash
7546 jot
7547 \series default
7548
7549 \begin_inset Index
7550 status collapsed
7551
7552 \begin_layout Plain Layout
7553 Commandes ! J ! 
7554 \backslash
7555 jot
7556 \end_layout
7557
7558 \end_inset
7559
7560 , juste avant la formule en utilisant la commande 
7561 \series bold
7562
7563 \backslash
7564 setlength{
7565 \backslash
7566 jot}{-6pt}
7567 \series default
7568  en mode TeX.
7569  
7570 \series bold
7571
7572 \backslash
7573 jot
7574 \series default
7575  est remise à sa valeur initiale de 3
7576 \begin_inset space \thinspace{}
7577 \end_inset
7578
7579 pt juste après la formule, en utilisant la même commande.
7580  Vous trouverez plus d'explications sur la séparation des lignes dans les
7581  formules dans 
7582 \begin_inset CommandInset ref
7583 LatexCommand ref
7584 reference "sub:Séparation-des-lignes"
7585
7586 \end_inset
7587
7588 .
7589 \end_layout
7590
7591 \begin_layout Section
7592 Flèches
7593 \begin_inset Index
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597 Flèches
7598 \end_layout
7599
7600 \end_inset
7601
7602
7603 \end_layout
7604
7605 \begin_layout Standard
7606 On peut insérer des flèches avec le bouton 
7607 \begin_inset Graphics
7608         filename ../../images/math/leftarrow.png
7609         scale 85
7610
7611 \end_inset
7612
7613  de la barre d'outils mathématique ou en insérant une des commandes listées
7614  dans les sous-sections qui suivent.
7615 \end_layout
7616
7617 \begin_layout Subsection
7618 Flèches horizontales
7619 \begin_inset Index
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623 Flèches ! horizontales
7624 \end_layout
7625
7626 \end_inset
7627
7628
7629 \end_layout
7630
7631 \begin_layout Standard
7632 \begin_inset space \hfill{}
7633 \end_inset
7634
7635
7636 \begin_inset Tabular
7637 <lyxtabular version="3" rows="8" columns="2">
7638 <features>
7639 <column alignment="center" valignment="top" width="0pt">
7640 <column alignment="center" valignment="top" width="0pt">
7641 <row>
7642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 Commande
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 Résultat
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \backslash
7668 gets
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 \begin_inset Formula $\gets$
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row>
7687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \backslash
7693 Leftarrow
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 \begin_inset Formula $\Leftarrow$
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 </row>
7711 <row>
7712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \backslash
7718 longleftarrow
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 \begin_inset Formula $\longleftarrow$
7728 \end_inset
7729
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row>
7737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \backslash
7743 Longleftarrow
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 \begin_inset Formula $\Longleftarrow$
7753 \end_inset
7754
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row>
7762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \backslash
7768 leftharpoonup
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777 \begin_inset Formula $\leftharpoonup$
7778 \end_inset
7779
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row>
7787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \backslash
7793 leftharpoondown
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 \begin_inset Formula $\leftharpoondown$
7803 \end_inset
7804
7805
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 </row>
7811 <row>
7812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \backslash
7818 hookleftarrow
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827 \begin_inset Formula $\hookleftarrow$
7828 \end_inset
7829
7830
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 </row>
7836 </lyxtabular>
7837
7838 \end_inset
7839
7840
7841 \begin_inset space \hfill{}
7842 \end_inset
7843
7844
7845 \begin_inset Tabular
7846 <lyxtabular version="3" rows="8" columns="2">
7847 <features>
7848 <column alignment="center" valignment="top" width="0pt">
7849 <column alignment="center" valignment="top" width="0pt">
7850 <row>
7851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 Command
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Résultat
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \backslash
7877 to
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 \begin_inset Formula $\to$
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \backslash
7902 Rightarrow
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 \begin_inset Formula $\Rightarrow$
7912 \end_inset
7913
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \backslash
7927 longrightarrow
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 \begin_inset Formula $\longrightarrow$
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \backslash
7952 Longrightarrow
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 \begin_inset Formula $\Longrightarrow$
7962 \end_inset
7963
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \backslash
7977 rightharpoonup
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 \begin_inset Formula $\rightharpoonup$
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \backslash
8002 rightharpoondown
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 \begin_inset Formula $\rightharpoondown$
8012 \end_inset
8013
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \backslash
8027 hookrightarrow
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 \begin_inset Formula $\hookrightarrow$
8037 \end_inset
8038
8039
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 </lyxtabular>
8046
8047 \end_inset
8048
8049
8050 \begin_inset space \hfill{}
8051 \end_inset
8052
8053
8054 \end_layout
8055
8056 \begin_layout Standard
8057 \begin_inset space \hfill{}
8058 \end_inset
8059
8060
8061 \begin_inset Tabular
8062 <lyxtabular version="3" rows="6" columns="2">
8063 <features>
8064 <column alignment="center" valignment="top" width="0pt">
8065 <column alignment="center" valignment="top" width="0pt">
8066 <row>
8067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Commande
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Résultat
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \backslash
8093 leftrightarrow
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 \begin_inset Formula $\leftrightarrow$
8103 \end_inset
8104
8105
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \backslash
8118 Leftrightarrow
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 \begin_inset Formula $\Leftrightarrow$
8128 \end_inset
8129
8130
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 </row>
8136 <row>
8137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141
8142 \backslash
8143 longleftrightarrow
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 \begin_inset Formula $\longleftrightarrow$
8153 \end_inset
8154
8155
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \backslash
8168 Longleftrightarrow
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 \begin_inset Formula $\Longleftrightarrow$
8178 \end_inset
8179
8180
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \backslash
8193 rightleftharpoons
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 \begin_inset Formula $\rightleftharpoons$
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 </row>
8211 </lyxtabular>
8212
8213 \end_inset
8214
8215
8216 \begin_inset space \hspace{}
8217 \length 25pt
8218 \end_inset
8219
8220
8221 \begin_inset space \hfill{}
8222 \end_inset
8223
8224
8225 \begin_inset Tabular
8226 <lyxtabular version="3" rows="5" columns="2">
8227 <features>
8228 <column alignment="center" valignment="top" width="0pt">
8229 <column alignment="center" valignment="top" width="0pt">
8230 <row>
8231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Commande
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 Résultat
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \backslash
8257 mapsto
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 \begin_inset Formula $\mapsto$
8267 \end_inset
8268
8269
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \backslash
8282 longmapsto
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 \begin_inset Formula $\longmapsto$
8292 \end_inset
8293
8294
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \backslash
8307 leadsto
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 \begin_inset Formula $\leadsto$
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \backslash
8332 dasharrow
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 \begin_inset Formula $\dasharrow$
8342 \end_inset
8343
8344
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 </lyxtabular>
8351
8352 \end_inset
8353
8354
8355 \begin_inset space \hfill{}
8356 \end_inset
8357
8358
8359 \end_layout
8360
8361 \begin_layout Standard
8362 \begin_inset VSpace medskip
8363 \end_inset
8364
8365 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8366  flèches des vecteurs, sont listées dans 
8367 \begin_inset CommandInset ref
8368 LatexCommand ref
8369 reference "sec:Accents"
8370
8371 \end_inset
8372
8373 .
8374 \end_layout
8375
8376 \begin_layout Standard
8377 \begin_inset VSpace bigskip
8378 \end_inset
8379
8380 Il y a aussi les flèches avec étiquette 
8381 \begin_inset Index
8382 status collapsed
8383
8384 \begin_layout Plain Layout
8385 Flèches ! avec étiquette
8386 \end_layout
8387
8388 \end_inset
8389
8390  
8391 \series bold
8392
8393 \backslash
8394 xleftarrow
8395 \series default
8396
8397 \begin_inset Index
8398 status collapsed
8399
8400 \begin_layout Plain Layout
8401 Commandes ! X ! 
8402 \backslash
8403 xleftarrow
8404 \end_layout
8405
8406 \end_inset
8407
8408  et 
8409 \series bold
8410
8411 \backslash
8412 xrightarrow
8413 \series default
8414
8415 \begin_inset Index
8416 status collapsed
8417
8418 \begin_layout Plain Layout
8419 Commandes ! X ! 
8420 \backslash
8421 xrightarrow
8422 \begin_inset ERT
8423 status collapsed
8424
8425 \begin_layout Plain Layout
8426
8427
8428 \backslash
8429 vspace{4mm}
8430 \end_layout
8431
8432 \end_inset
8433
8434
8435 \end_layout
8436
8437 \end_inset
8438
8439 .
8440  Quand on insère une de ces commandes dans une formule, une flèche avec
8441  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8442  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8443 \end_layout
8444
8445 \begin_layout Standard
8446 \align center
8447 \begin_inset Tabular
8448 <lyxtabular version="3" rows="3" columns="2">
8449 <features>
8450 <column alignment="center" valignment="top" width="0pt">
8451 <column alignment="center" valignment="top" width="0pt">
8452 <row>
8453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 Commande
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 Résultat
8467 \begin_inset Note Note
8468 status collapsed
8469
8470 \begin_layout Plain Layout
8471
8472 \series bold
8473
8474 \backslash
8475 raisebox est seulement utilisée pour faire de la place
8476 \end_layout
8477
8478 \end_inset
8479
8480
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 F(a)
8492 \backslash
8493 xleftarrow
8494 \begin_inset ERT
8495 status collapsed
8496
8497 \begin_layout Plain Layout
8498
8499
8500 \backslash
8501 spce 
8502 \end_layout
8503
8504 \end_inset
8505
8506 x=a
8507 \begin_inset Formula $\downarrow$
8508 \end_inset
8509
8510 x>0
8511 \begin_inset Formula $\to$
8512 \end_inset
8513
8514 F(x)
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 F(x)
8538 \backslash
8539 xrightarrow
8540 \begin_inset ERT
8541 status collapsed
8542
8543 \begin_layout Plain Layout
8544
8545
8546 \backslash
8547 spce 
8548 \end_layout
8549
8550 \end_inset
8551
8552 x=a
8553 \begin_inset Formula $\downarrow$
8554 \end_inset
8555
8556 x>0
8557 \begin_inset Formula $\to$
8558 \end_inset
8559
8560 F(a)
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8570 \end_inset
8571
8572
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 </lyxtabular>
8579
8580 \end_inset
8581
8582
8583 \end_layout
8584
8585 \begin_layout Subsection
8586 Flèches verticales et diagonales
8587 \begin_inset Index
8588 status collapsed
8589
8590 \begin_layout Plain Layout
8591 Flèches ! diagonales
8592 \end_layout
8593
8594 \end_inset
8595
8596
8597 \begin_inset Index
8598 status collapsed
8599
8600 \begin_layout Plain Layout
8601 Flèches ! verticales
8602 \end_layout
8603
8604 \end_inset
8605
8606
8607 \end_layout
8608
8609 \begin_layout Standard
8610 \begin_inset space \hfill{}
8611 \end_inset
8612
8613
8614 \begin_inset Tabular
8615 <lyxtabular version="3" rows="7" columns="2">
8616 <features>
8617 <column alignment="center" valignment="top" width="0pt">
8618 <column alignment="center" valignment="top" width="0pt">
8619 <row>
8620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Commande
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 Résultat
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \backslash
8646 uparrow
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 \begin_inset Formula $\uparrow$
8656 \end_inset
8657
8658
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \backslash
8671 Uparrow
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 \begin_inset Formula $\Uparrow$
8681 \end_inset
8682
8683
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \backslash
8696 updownarrow
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 \begin_inset Formula $\updownarrow$
8706 \end_inset
8707
8708
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \backslash
8721 Updownarrow
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 \begin_inset Formula $\Updownarrow$
8731 \end_inset
8732
8733
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744
8745 \backslash
8746 Downarrow
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 \begin_inset Formula $\Downarrow$
8756 \end_inset
8757
8758
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \backslash
8771 downarrow
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 \begin_inset Formula $\downarrow$
8781 \end_inset
8782
8783
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 </lyxtabular>
8790
8791 \end_inset
8792
8793
8794 \begin_inset space \hfill{}
8795 \end_inset
8796
8797
8798 \begin_inset Tabular
8799 <lyxtabular version="3" rows="5" columns="2">
8800 <features>
8801 <column alignment="center" valignment="top" width="0pt">
8802 <column alignment="center" valignment="top" width="0pt">
8803 <row>
8804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 Commande
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Résultat
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \backslash
8830 nearrow
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\nearrow$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \backslash
8855 searrow
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 \begin_inset Formula $\searrow$
8865 \end_inset
8866
8867
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \backslash
8880 swarrow
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 \begin_inset Formula $\swarrow$
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \backslash
8905 nwarrow
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 \begin_inset Formula $\nwarrow$
8915 \end_inset
8916
8917
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 </lyxtabular>
8924
8925 \end_inset
8926
8927
8928 \begin_inset space \hfill{}
8929 \end_inset
8930
8931
8932 \end_layout
8933
8934 \begin_layout Standard
8935 \begin_inset VSpace medskip
8936 \end_inset
8937
8938 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
8939  même temps que les commandes décrites dans 
8940 \begin_inset CommandInset ref
8941 LatexCommand ref
8942 reference "sub:Taille-parenthèses-manuelle"
8943
8944 \end_inset
8945
8946  et 
8947 \begin_inset CommandInset ref
8948 LatexCommand ref
8949 reference "sub:Taille-parenthèses-automatique"
8950
8951 \end_inset
8952
8953 .
8954 \end_layout
8955
8956 \begin_layout Standard
8957 \begin_inset Newpage newpage
8958 \end_inset
8959
8960
8961 \end_layout
8962
8963 \begin_layout Section
8964 Accents
8965 \begin_inset CommandInset label
8966 LatexCommand label
8967 name "sec:Accents"
8968
8969 \end_inset
8970
8971
8972 \begin_inset Index
8973 status collapsed
8974
8975 \begin_layout Plain Layout
8976 Accents
8977 \end_layout
8978
8979 \end_inset
8980
8981
8982 \end_layout
8983
8984 \begin_layout Standard
8985 On peut ajouter des accents avec le bouton
8986 \begin_inset space ~
8987 \end_inset
8988
8989
8990 \begin_inset Graphics
8991         filename ../../images/math/hat.png
8992         scale 85
8993
8994 \end_inset
8995
8996  de la barre d'outils mathématique ou en utilisant les commandes listées
8997  dans les sous-sections qui suivent.
8998 \end_layout
8999
9000 \begin_layout Subsection
9001 Accents pour un caractère
9002 \begin_inset ERT
9003 status collapsed
9004
9005 \begin_layout Plain Layout
9006
9007
9008 \backslash
9009 texorpdfstring{
9010 \end_layout
9011
9012 \end_inset
9013
9014
9015 \begin_inset Foot
9016 status collapsed
9017
9018 \begin_layout Plain Layout
9019 pour les accents dans le texte, voir 
9020 \begin_inset CommandInset ref
9021 LatexCommand ref
9022 reference "sub:Accents-dans-le-texte"
9023
9024 \end_inset
9025
9026
9027 \end_layout
9028
9029 \end_inset
9030
9031
9032 \begin_inset ERT
9033 status collapsed
9034
9035 \begin_layout Plain Layout
9036
9037 }{}
9038 \end_layout
9039
9040 \end_inset
9041
9042
9043 \begin_inset Note Note
9044 status collapsed
9045
9046 \begin_layout Plain Layout
9047
9048 \backslash
9049 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
9050  dans les signets PDF.
9051 \end_layout
9052
9053 \begin_layout Plain Layout
9054 Plus au sujet de 
9055 \backslash
9056 texorpdfstring dans la section 
9057 \begin_inset CommandInset ref
9058 LatexCommand ref
9059 reference "sub:formules-dans-les-entêtes"
9060
9061 \end_inset
9062
9063 .
9064 \end_layout
9065
9066 \end_inset
9067
9068
9069 \begin_inset CommandInset label
9070 LatexCommand label
9071 name "sub:Accents-sur-un-caractère"
9072
9073 \end_inset
9074
9075
9076 \begin_inset Index
9077 status collapsed
9078
9079 \begin_layout Plain Layout
9080 Accents ! pour un caractère
9081 \end_layout
9082
9083 \end_inset
9084
9085
9086 \end_layout
9087
9088 \begin_layout Standard
9089 \begin_inset space \hfill{}
9090 \end_inset
9091
9092
9093 \begin_inset Tabular
9094 <lyxtabular version="3" rows="8" columns="2">
9095 <features>
9096 <column alignment="center" valignment="top" width="0pt">
9097 <column alignment="center" valignment="top" width="0pt">
9098 <row>
9099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Commande
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Résultat
9113 \begin_inset Note Note
9114 status collapsed
9115
9116 \begin_layout Plain Layout
9117
9118 \series bold
9119
9120 \backslash
9121 raisebox est seulement utilisée pour faire de la place
9122 \end_layout
9123
9124 \end_inset
9125
9126
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \backslash
9139 dot
9140 \begin_inset ERT
9141 status collapsed
9142
9143 \begin_layout Plain Layout
9144
9145
9146 \backslash
9147 spce 
9148 \end_layout
9149
9150 \end_inset
9151
9152 A
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9162 \end_inset
9163
9164
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \backslash
9177 ddot
9178 \begin_inset ERT
9179 status collapsed
9180
9181 \begin_layout Plain Layout
9182
9183
9184 \backslash
9185 spce 
9186 \end_layout
9187
9188 \end_inset
9189
9190 A
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \backslash
9215 dddot
9216 \begin_inset ERT
9217 status collapsed
9218
9219 \begin_layout Plain Layout
9220
9221
9222 \backslash
9223 spce 
9224 \end_layout
9225
9226 \end_inset
9227
9228 A
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 ddddot{A
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \backslash
9278 vec
9279 \begin_inset ERT
9280 status collapsed
9281
9282 \begin_layout Plain Layout
9283
9284
9285 \backslash
9286 spce 
9287 \end_layout
9288
9289 \end_inset
9290
9291 A
9292 \begin_inset Index
9293 status collapsed
9294
9295 \begin_layout Plain Layout
9296 Vecteurs
9297 \end_layout
9298
9299 \end_inset
9300
9301
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9311 \end_inset
9312
9313
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \backslash
9326 bar
9327 \begin_inset ERT
9328 status collapsed
9329
9330 \begin_layout Plain Layout
9331
9332
9333 \backslash
9334 spce 
9335 \end_layout
9336
9337 \end_inset
9338
9339 A
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row>
9358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \backslash
9364 mathring
9365 \begin_inset ERT
9366 status collapsed
9367
9368 \begin_layout Plain Layout
9369
9370
9371 \backslash
9372 spce 
9373 \end_layout
9374
9375 \end_inset
9376
9377 A
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9387 \end_inset
9388
9389
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 </lyxtabular>
9396
9397 \end_inset
9398
9399
9400 \begin_inset space \hfill{}
9401 \end_inset
9402
9403
9404 \begin_inset Tabular
9405 <lyxtabular version="3" rows="7" columns="2">
9406 <features>
9407 <column alignment="center" valignment="top" width="0pt">
9408 <column alignment="center" valignment="top" width="0pt">
9409 <row>
9410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 Commande
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 Résultat
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \backslash
9436 tilde
9437 \begin_inset ERT
9438 status collapsed
9439
9440 \begin_layout Plain Layout
9441
9442
9443 \backslash
9444 spce 
9445 \end_layout
9446
9447 \end_inset
9448
9449 A
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9459 \end_inset
9460
9461
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row>
9468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \backslash
9474 hat
9475 \begin_inset ERT
9476 status collapsed
9477
9478 \begin_layout Plain Layout
9479
9480
9481 \backslash
9482 spce 
9483 \end_layout
9484
9485 \end_inset
9486
9487 A
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 <row>
9506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \backslash
9512 check
9513 \begin_inset ERT
9514 status collapsed
9515
9516 \begin_layout Plain Layout
9517
9518
9519 \backslash
9520 spce 
9521 \end_layout
9522
9523 \end_inset
9524
9525 A
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9535 \end_inset
9536
9537
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row>
9544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \backslash
9550 acute
9551 \begin_inset ERT
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555
9556
9557 \backslash
9558 spce 
9559 \end_layout
9560
9561 \end_inset
9562
9563 A
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \backslash
9588 grave
9589 \begin_inset ERT
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593
9594
9595 \backslash
9596 spce 
9597 \end_layout
9598
9599 \end_inset
9600
9601 A
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \backslash
9626 breve
9627 \begin_inset ERT
9628 status collapsed
9629
9630 \begin_layout Plain Layout
9631
9632
9633 \backslash
9634 spce 
9635 \end_layout
9636
9637 \end_inset
9638
9639 A
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9649 \end_inset
9650
9651
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 </row>
9657 </lyxtabular>
9658
9659 \end_inset
9660
9661
9662 \begin_inset space \hfill{}
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \begin_layout Standard
9669 \begin_inset VSpace bigskip
9670 \end_inset
9671
9672 Pour créer des trémas (umlauts en allemand)
9673 \begin_inset Index
9674 status collapsed
9675
9676 \begin_layout Plain Layout
9677 Umlauts | see
9678 \begin_inset ERT
9679 status collapsed
9680
9681 \begin_layout Plain Layout
9682
9683 {
9684 \end_layout
9685
9686 \end_inset
9687
9688 Trémas
9689 \begin_inset ERT
9690 status collapsed
9691
9692 \begin_layout Plain Layout
9693
9694 }
9695 \end_layout
9696
9697 \end_inset
9698
9699
9700 \end_layout
9701
9702 \end_inset
9703
9704
9705 \begin_inset Index
9706 status collapsed
9707
9708 \begin_layout Plain Layout
9709 Trémas
9710 \end_layout
9711
9712 \end_inset
9713
9714  dans des formules, on insère des guillemets devant une voyelle.
9715  Ces deux caractères sont alors traités comme 
9716 \emph on
9717 un seul 
9718 \emph default
9719 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9720  étant en allemand.
9721  Avec cette méthode, contrairement à 
9722 \series bold
9723
9724 \backslash
9725 ddot
9726 \series default
9727 , on crée de 
9728 \begin_inset Quotes eld
9729 \end_inset
9730
9731 vrais
9732 \begin_inset Quotes erd
9733 \end_inset
9734
9735  umlauts, comme le montre l'exemple suivant:
9736 \end_layout
9737
9738 \begin_layout Standard
9739 \begin_inset VSpace -2mm
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \begin_layout Standard
9746 \align center
9747 \begin_inset Tabular
9748 <lyxtabular version="3" rows="3" columns="2">
9749 <features>
9750 <column alignment="center" valignment="top" width="0">
9751 <column alignment="center" valignment="top" width="0">
9752 <row>
9753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757 Commande
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 Résultat
9767 \begin_inset Note Note
9768 status collapsed
9769
9770 \begin_layout Plain Layout
9771
9772 \series bold
9773
9774 \backslash
9775 raisebox est seulement utilisée pour faire de la place
9776 \end_layout
9777
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 <row>
9787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 \begin_inset Quotes grd
9792 \end_inset
9793
9794 i
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \lang german
9805 \begin_inset Formula $"i$
9806 \end_inset
9807
9808
9809 \lang french
9810
9811 \begin_inset Note Note
9812 status collapsed
9813
9814 \begin_layout Plain Layout
9815 il faut que cette formule soit en allemand (NdT)
9816 \end_layout
9817
9818 \end_inset
9819
9820
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 </row>
9826 <row>
9827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831
9832 \backslash
9833 ddot
9834 \begin_inset ERT
9835 status collapsed
9836
9837 \begin_layout Plain Layout
9838
9839
9840 \backslash
9841 spce 
9842 \end_layout
9843
9844 \end_inset
9845
9846 i
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9856 \end_inset
9857
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 </lyxtabular>
9865
9866 \end_inset
9867
9868
9869 \end_layout
9870
9871 \begin_layout Standard
9872 Un autre avantage par rapport à 
9873 \series bold
9874
9875 \backslash
9876 ddot
9877 \series default
9878  est que les trémas peuvent être convertis directement en texte mathématique,
9879  parce que les accents vus plus haut 
9880 \emph on
9881 ne sont pas autorisés 
9882 \emph default
9883 en texte mathématique.
9884  Quand on convertit un caractère accentué en texte mathématique, seul le
9885  caractère qui est sous l'accent est converti.
9886  Ceci s'applique aussi à toutes les autres conversions comme par exemple
9887  l'italique ou le gras.
9888 \end_layout
9889
9890 \begin_layout Standard
9891 En texte mathématique, les trémas et autres caractères accentués peuvent
9892  être insérés directement.
9893 \end_layout
9894
9895 \begin_layout Subsection
9896 Accents pour les opérateurs
9897 \begin_inset Index
9898 status collapsed
9899
9900 \begin_layout Plain Layout
9901 Accents ! pour les opérateurs
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \begin_layout Standard
9910 Avec les commandes 
9911 \series bold
9912
9913 \backslash
9914 overset
9915 \series default
9916
9917 \begin_inset Index
9918 status collapsed
9919
9920 \begin_layout Plain Layout
9921 Commandes ! O ! 
9922 \backslash
9923 overset
9924 \end_layout
9925
9926 \end_inset
9927
9928  et 
9929 \series bold
9930
9931 \backslash
9932 underset
9933 \series default
9934
9935 \begin_inset Index
9936 status collapsed
9937
9938 \begin_layout Plain Layout
9939 Commandes ! U ! 
9940 \backslash
9941 underset
9942 \end_layout
9943
9944 \end_inset
9945
9946  on peut placer des caractères respectivement au dessus ou en dessous d'un
9947  opérateur, pour l'accentuer.
9948  Avec la commande 
9949 \series bold
9950
9951 \backslash
9952 sideset
9953 \series default
9954
9955 \begin_inset Index
9956 status collapsed
9957
9958 \begin_layout Plain Layout
9959 Commandes ! S ! 
9960 \backslash
9961 sideset
9962 \end_layout
9963
9964 \end_inset
9965
9966 , on peut placer des caractères avant ou après un opérateur.
9967  La syntaxe de la commande est:
9968 \series bold
9969
9970 \begin_inset Newline newline
9971 \end_inset
9972
9973
9974 \backslash
9975 sideset{caractère avant}{caractère après}
9976 \end_layout
9977
9978 \begin_layout Standard
9979
9980 \series bold
9981
9982 \backslash
9983 sideset
9984 \series default
9985  doit toujours se trouver avant l'opérateur qui est accentué.
9986   Vous pouvez utiliser pour l'accentuation plusieurs caractères et même
9987  d'autres opérateurs ou des symboles.
9988  Pour placer avec 
9989 \series bold
9990
9991 \backslash
9992 sideset,
9993 \series default
9994  par exemple seulement des caractères derrière un opérateur, ne mettez rien
9995  entre les deux premières accolades, mais ne les omettez pas.
9996 \end_layout
9997
9998 \begin_layout Standard
9999 Par exemple la commande 
10000 \series bold
10001
10002 \backslash
10003 sideset{
10004 \begin_inset Formula $\to$
10005 \end_inset
10006
10007
10008 \backslash
10009 {
10010 \series default
10011 '
10012 \series bold
10013
10014 \begin_inset Formula $\to$
10015 \end_inset
10016
10017
10018 \backslash
10019 sum_k=1
10020 \begin_inset ERT
10021 status collapsed
10022
10023 \begin_layout Plain Layout
10024
10025
10026 \backslash
10027 spce 
10028 \end_layout
10029
10030 \end_inset
10031
10032
10033 \series default
10034 ^
10035 \series bold
10036 n
10037 \series default
10038  donne:
10039 \begin_inset Formula \[
10040 \sideset{}{'}\sum_{k=1}^{n}\]
10041
10042 \end_inset
10043
10044
10045 \end_layout
10046
10047 \begin_layout Standard
10048 La commande 
10049 \series bold
10050
10051 \backslash
10052 overset
10053 \begin_inset ERT
10054 status collapsed
10055
10056 \begin_layout Plain Layout
10057
10058
10059 \backslash
10060 spce 
10061 \end_layout
10062
10063 \end_inset
10064
10065
10066 \backslash
10067 maltese
10068 \begin_inset ERT
10069 status collapsed
10070
10071 \begin_layout Plain Layout
10072
10073
10074 \backslash
10075 spce 
10076 \end_layout
10077
10078 \end_inset
10079
10080
10081 \series default
10082
10083 \begin_inset Formula $\uparrow$
10084 \end_inset
10085
10086
10087 \series bold
10088 a
10089 \series default
10090  donne:
10091 \begin_inset Formula \[
10092 \overset{a}{\maltese}\]
10093
10094 \end_inset
10095
10096 Comme on peut le voir dans le dernier exemple, avec 
10097 \series bold
10098
10099 \backslash
10100 overset
10101 \series default
10102  et 
10103 \series bold
10104
10105 \backslash
10106 underset
10107 \series default
10108  on peut aussi accentuer des symboles et des caractères; avec 
10109 \series bold
10110
10111 \backslash
10112 sideset
10113 \series default
10114  ce n'est pas possible.
10115 \end_layout
10116
10117 \begin_layout Subsection
10118 Accents pour plusieurs caractères
10119 \begin_inset CommandInset label
10120 LatexCommand label
10121 name "sub:Accents-pour-plusieurs"
10122
10123 \end_inset
10124
10125
10126 \begin_inset Index
10127 status collapsed
10128
10129 \begin_layout Plain Layout
10130 Accents ! pour plusieurs caractères
10131 \end_layout
10132
10133 \end_inset
10134
10135
10136 \end_layout
10137
10138 \begin_layout Standard
10139 \begin_inset space \hfill{}
10140 \end_inset
10141
10142
10143 \begin_inset Tabular
10144 <lyxtabular version="3" rows="5" columns="2">
10145 <features>
10146 <column alignment="center" valignment="top" width="0pt">
10147 <column alignment="center" valignment="top" width="0pt">
10148 <row>
10149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 Commande
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Résultat
10163 \begin_inset Note Note
10164 status collapsed
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169
10170 \backslash
10171 raisebox est seulement utilisée pour faire de la place
10172 \end_layout
10173
10174 \end_inset
10175
10176
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 </row>
10182 <row>
10183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187
10188 \backslash
10189 overleftarrow
10190 \begin_inset ERT
10191 status collapsed
10192
10193 \begin_layout Plain Layout
10194
10195
10196 \backslash
10197 spce 
10198 \end_layout
10199
10200 \end_inset
10201
10202 A=B
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10212 \end_inset
10213
10214
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row>
10221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225
10226 \backslash
10227 underleftarrow
10228 \begin_inset ERT
10229 status collapsed
10230
10231 \begin_layout Plain Layout
10232
10233
10234 \backslash
10235 spce 
10236 \end_layout
10237
10238 \end_inset
10239
10240 A=B
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10250 \end_inset
10251
10252
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 </row>
10258 <row>
10259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263
10264 \backslash
10265 overleftrightarrow
10266 \begin_inset ERT
10267 status collapsed
10268
10269 \begin_layout Plain Layout
10270
10271
10272 \backslash
10273 spce 
10274 \end_layout
10275
10276 \end_inset
10277
10278 A=B
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10288 \end_inset
10289
10290
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \backslash
10303 underleftrightarrow
10304 \begin_inset ERT
10305 status collapsed
10306
10307 \begin_layout Plain Layout
10308
10309
10310 \backslash
10311 spce 
10312 \end_layout
10313
10314 \end_inset
10315
10316 A=B
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10326 \end_inset
10327
10328
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 </lyxtabular>
10335
10336 \end_inset
10337
10338
10339 \begin_inset space \hfill{}
10340 \end_inset
10341
10342
10343 \begin_inset Tabular
10344 <lyxtabular version="3" rows="5" columns="2">
10345 <features>
10346 <column alignment="center" valignment="top" width="0pt">
10347 <column alignment="center" valignment="top" width="0pt">
10348 <row>
10349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 Commande
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Résultat
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row>
10369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373
10374 \backslash
10375 overrightarrow
10376 \begin_inset ERT
10377 status collapsed
10378
10379 \begin_layout Plain Layout
10380
10381
10382 \backslash
10383 spce 
10384 \end_layout
10385
10386 \end_inset
10387
10388 A=B
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10398 \end_inset
10399
10400
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row>
10407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \backslash
10413 underrightarrow
10414 \begin_inset ERT
10415 status collapsed
10416
10417 \begin_layout Plain Layout
10418
10419
10420 \backslash
10421 spce 
10422 \end_layout
10423
10424 \end_inset
10425
10426 A=B
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10436 \end_inset
10437
10438
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 </row>
10444 <row>
10445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449
10450 \backslash
10451 widetilde
10452 \begin_inset ERT
10453 status collapsed
10454
10455 \begin_layout Plain Layout
10456
10457
10458 \backslash
10459 spce 
10460 \end_layout
10461
10462 \end_inset
10463
10464 A=B
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10474 \end_inset
10475
10476
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \backslash
10489 widehat
10490 \begin_inset ERT
10491 status collapsed
10492
10493 \begin_layout Plain Layout
10494
10495
10496 \backslash
10497 spce 
10498 \end_layout
10499
10500 \end_inset
10501
10502 A=B
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10512 \end_inset
10513
10514
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 </row>
10520 </lyxtabular>
10521
10522 \end_inset
10523
10524
10525 \begin_inset space \hfill{}
10526 \end_inset
10527
10528
10529 \end_layout
10530
10531 \begin_layout Standard
10532 \begin_inset VSpace medskip
10533 \end_inset
10534
10535 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10536  voulez.
10537  Mais les accents 
10538 \series bold
10539
10540 \backslash
10541 widetilde
10542 \series default
10543  et 
10544 \series bold
10545
10546 \backslash
10547 widehat 
10548 \series default
10549 apparaîtront dans la sortie finale avec une longueur de seulement trois
10550  caractères, comme on le voit dans l'exemple suivant:
10551 \begin_inset Formula \[
10552 \widetilde{A+B=C-D}\]
10553
10554 \end_inset
10555
10556
10557 \end_layout
10558
10559 \begin_layout Standard
10560 Avec les commandes 
10561 \series bold
10562
10563 \backslash
10564 overset
10565 \series default
10566
10567 \begin_inset Index
10568 status collapsed
10569
10570 \begin_layout Plain Layout
10571 Commandes ! O ! 
10572 \backslash
10573 overset
10574 \end_layout
10575
10576 \end_inset
10577
10578  et 
10579 \series bold
10580
10581 \backslash
10582 underset
10583 \series default
10584
10585 \begin_inset Index
10586 status collapsed
10587
10588 \begin_layout Plain Layout
10589 Commandes ! U ! 
10590 \backslash
10591 underset
10592 \end_layout
10593
10594 \end_inset
10595
10596  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10597  plusieurs caractères.
10598
10599 \series bold
10600  
10601 \series default
10602 La commande
10603 \series bold
10604  
10605 \backslash
10606 underset
10607 \begin_inset ERT
10608 status collapsed
10609
10610 \begin_layout Plain Layout
10611
10612
10613 \backslash
10614 spce 
10615 \end_layout
10616
10617 \end_inset
10618
10619 A=B
10620 \begin_inset Formula $\downarrow$
10621 \end_inset
10622
10623 ***
10624 \series default
10625  donne:
10626 \begin_inset Formula \[
10627 \underset{***}{A=B}\]
10628
10629 \end_inset
10630
10631
10632 \end_layout
10633
10634 \begin_layout Section
10635 Espace
10636 \begin_inset CommandInset label
10637 LatexCommand label
10638 name "sub:Espace"
10639
10640 \end_inset
10641
10642
10643 \begin_inset Index
10644 status collapsed
10645
10646 \begin_layout Plain Layout
10647 Espace ! horizontal
10648 \end_layout
10649
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \begin_layout Subsection
10656 Espace prédéfini
10657 \begin_inset CommandInset label
10658 LatexCommand label
10659 name "sub:Espace-prédéfini"
10660
10661 \end_inset
10662
10663
10664 \begin_inset Index
10665 status collapsed
10666
10667 \begin_layout Plain Layout
10668 Espace ! horizontal ! prédéfini
10669 \end_layout
10670
10671 \end_inset
10672
10673
10674 \end_layout
10675
10676 \begin_layout Standard
10677 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10678  On le fait en utilisant une espace insécable (raccourci 
10679 \family sans
10680 Ctrl-Espace
10681 \family default
10682 ).
10683  Un 
10684 \begin_inset Quotes eld
10685 \end_inset
10686
10687
10688 \series bold
10689 \color blue
10690
10691 \begin_inset ERT
10692 status collapsed
10693
10694 \begin_layout Plain Layout
10695
10696
10697 \backslash
10698 spce 
10699 \end_layout
10700
10701 \end_inset
10702
10703
10704 \series default
10705 \color inherit
10706
10707 \begin_inset Quotes erd
10708 \end_inset
10709
10710  apparaît et en appuyant plusieurs fois sur 
10711 \family sans
10712 Espace
10713 \family default
10714  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10715  On peut aussi insérer ces espaces en utilisant le bouton 
10716 \begin_inset Graphics
10717         filename ../../images/math/space.png
10718         scale 85
10719
10720 \end_inset
10721
10722  de la barre d'outils mathématique.
10723  Indépendemment de la commande insérée, on peut toujours changer de taille
10724  après en appuyant sur 
10725 \family sans
10726 Espace
10727 \family default
10728 .
10729  
10730 \end_layout
10731
10732 \begin_layout Standard
10733 \noindent
10734 \align center
10735 \begin_inset VSpace -5mm
10736 \end_inset
10737
10738
10739 \begin_inset Tabular
10740 <lyxtabular version="3" rows="3" columns="7">
10741 <features>
10742 <column alignment="center" valignment="middle" width="6.8cm">
10743 <column alignment="center" valignment="top" width="0">
10744 <column alignment="center" valignment="top" width="0">
10745 <column alignment="center" valignment="top" width="0">
10746 <column alignment="center" valignment="top" width="0">
10747 <column alignment="center" valignment="top" width="0">
10748 <column alignment="center" valignment="top" width="0">
10749 <row>
10750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 Commande
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763
10764 \backslash
10765 ,
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \backslash
10776 :
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \backslash
10787 ;
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \backslash
10798 quad
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \backslash
10809 qquad
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \backslash
10820 !
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 Nombre de fois où on a appuyé sur la barre d'
10832 \family sans
10833 Espace 
10834 \family default
10835 après avoir inséré l'espace insécable
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 0
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 1
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 2
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 3
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 4
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 5
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 </row>
10895 <row>
10896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 Résultat
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 \begin_inset Formula $A\, B$
10910 \end_inset
10911
10912
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 \begin_inset Formula $A\: B$
10922 \end_inset
10923
10924
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 \begin_inset Formula $A\; B$
10934 \end_inset
10935
10936
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $A\quad B$
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 \begin_inset Formula $A\qquad B$
10958 \end_inset
10959
10960
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 \begin_inset Formula $A\! B$
10970 \end_inset
10971
10972
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 </row>
10978 </lyxtabular>
10979
10980 \end_inset
10981
10982
10983 \end_layout
10984
10985 \begin_layout Standard
10986 La dernière taille n'a pas l'air de produire une espace.
10987  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
10988  parce que c'est une espace négative.
10989  Il y a deux autres espaces négatives:
10990 \end_layout
10991
10992 \begin_layout Standard
10993 \align center
10994 \begin_inset Tabular
10995 <lyxtabular version="3" rows="3" columns="3">
10996 <features>
10997 <column alignment="center" valignment="middle" width="6.8cm">
10998 <column alignment="center" valignment="top" width="0pt">
10999 <column alignment="center" valignment="top" width="0pt">
11000 <row>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 Commande
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \backslash
11016 negmedspace
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \backslash
11027 negthickspace
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 </row>
11033 <row>
11034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 Nombre de fois où on a appuyé sur la barre d'
11039 \family sans
11040 Espace 
11041 \family default
11042 après avoir inséré l'espace insécable
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 6
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 7
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 </row>
11066 <row>
11067 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 Résultat
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 \begin_inset Formula $A\negmedspace B$
11081 \end_inset
11082
11083
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 \begin_inset Formula $A\negthickspace B$
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 </lyxtabular>
11102
11103 \end_inset
11104
11105
11106 \end_layout
11107
11108 \begin_layout Standard
11109 Les espaces négatives peuvent faire que les caractères se chevauchent.
11110  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
11111  les opérateurs de somme:
11112 \end_layout
11113
11114 \begin_layout Standard
11115 \align center
11116 \begin_inset Tabular
11117 <lyxtabular version="3" rows="3" columns="2">
11118 <features>
11119 <column alignment="center" valignment="top" width="0">
11120 <column alignment="center" valignment="top" width="0">
11121 <row>
11122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 Commande
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 Résultat
11136 \begin_inset Note Note
11137 status open
11138
11139 \begin_layout Plain Layout
11140
11141 \series bold
11142
11143 \backslash
11144 raisebox est seulement utilisée pour faire de la place
11145 \end_layout
11146
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 </row>
11155 <row>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160
11161 \backslash
11162 sum
11163 \backslash
11164 sum
11165 \begin_inset ERT
11166 status collapsed
11167
11168 \begin_layout Plain Layout
11169
11170
11171 \backslash
11172 spce 
11173 \end_layout
11174
11175 \end_inset
11176
11177 f_kl
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11187 \end_inset
11188
11189
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 </row>
11195 <row>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200
11201 \backslash
11202 sum
11203 \backslash
11204 negmedspace
11205 \backslash
11206 sum
11207 \begin_inset ERT
11208 status collapsed
11209
11210 \begin_layout Plain Layout
11211
11212
11213 \backslash
11214 spce 
11215 \end_layout
11216
11217 \end_inset
11218
11219 f_kl
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11229 \end_inset
11230
11231
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 </lyxtabular>
11238
11239 \end_inset
11240
11241
11242 \end_layout
11243
11244 \begin_layout Standard
11245 Les opérateur de relations comme par exemple le signe égal, sont toujours
11246  entourés par des espaces.
11247  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
11248  L'exemple suivant donne une illustration:
11249 \end_layout
11250
11251 \begin_layout Standard
11252 \align center
11253 \begin_inset Tabular
11254 <lyxtabular version="3" rows="2" columns="2">
11255 <features>
11256 <column alignment="center" valignment="top" width="0pt">
11257 <column alignment="center" valignment="top" width="0pt">
11258 <row>
11259 <cell alignment="center" valignment="top" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 équation normale
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 \begin_inset Formula $A=B$
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 </row>
11281 <row>
11282 <cell alignment="center" valignment="top" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 \begin_inset Note Note
11287 status collapsed
11288
11289 \begin_layout Plain Layout
11290
11291 \series bold
11292 \lang english
11293
11294 \backslash
11295 raisebox
11296 \end_layout
11297
11298 \end_inset
11299
11300
11301 \begin_inset Formula $\raisebox{5mm}{}$
11302 \end_inset
11303
11304 équation sans espace
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 \begin_inset Formula $A{=}B$
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 </row>
11322 </lyxtabular>
11323
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \begin_layout Standard
11330 \noindent
11331 La commande utilisée pour la dernière formule est: 
11332 \series bold
11333 A
11334 \backslash
11335 {=
11336 \begin_inset Formula $\to$
11337 \end_inset
11338
11339 B
11340 \end_layout
11341
11342 \begin_layout Standard
11343 \begin_inset VSpace bigskip
11344 \end_inset
11345
11346 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
11347  insérée entre la valeur et l'unité est une espace fine et pas une espace
11348  normale.
11349  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
11350 \family sans
11351 Insérer\SpecialChar \menuseparator
11352 Typographie
11353 \begin_inset space ~
11354 \end_inset
11355
11356 spéciale\SpecialChar \menuseparator
11357 Espace
11358 \begin_inset space ~
11359 \end_inset
11360
11361 fine
11362 \family default
11363  (raccourci 
11364 \family sans
11365 Ctrl-Shift-Espace
11366 \family default
11367 ).
11368 \end_layout
11369
11370 \begin_layout Standard
11371 Un exemple pour voir la différence:
11372 \end_layout
11373
11374 \begin_layout Standard
11375 \begin_inset Tabular
11376 <lyxtabular version="3" rows="2" columns="2">
11377 <features>
11378 <column alignment="left" valignment="top" width="0">
11379 <column alignment="left" valignment="top" width="0">
11380 <row>
11381 <cell alignment="center" valignment="top" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 24 kW
11386 \begin_inset Formula $\cdot$
11387 \end_inset
11388
11389 h
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 espace normale entre l'unité est la valeur
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 </row>
11404 <row>
11405 <cell alignment="center" valignment="top" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 24
11410 \begin_inset space \thinspace{}
11411 \end_inset
11412
11413 kW
11414 \begin_inset Formula $\cdot$
11415 \end_inset
11416
11417 h
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 espace fine entre l'unité et la valeur
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 </lyxtabular>
11433
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \begin_layout Subsection
11440 Espace variable
11441 \begin_inset ERT
11442 status collapsed
11443
11444 \begin_layout Plain Layout
11445
11446
11447 \backslash
11448 texorpdfstring{
11449 \end_layout
11450
11451 \end_inset
11452
11453
11454 \begin_inset Foot
11455 status collapsed
11456
11457 \begin_layout Plain Layout
11458 pour les espacements verticaux dans les formules, voir 
11459 \begin_inset CommandInset ref
11460 LatexCommand ref
11461 reference "sub:Séparation-des-lignes"
11462
11463 \end_inset
11464
11465
11466 \end_layout
11467
11468 \end_inset
11469
11470
11471 \begin_inset ERT
11472 status collapsed
11473
11474 \begin_layout Plain Layout
11475
11476 }{}
11477 \end_layout
11478
11479 \end_inset
11480
11481
11482 \begin_inset Note Note
11483 status collapsed
11484
11485 \begin_layout Plain Layout
11486
11487 \backslash
11488 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
11489  dans les signets PDF.
11490 \end_layout
11491
11492 \begin_layout Plain Layout
11493 Plus au sujet de 
11494 \backslash
11495 texorpdfstring dans la section 
11496 \begin_inset CommandInset ref
11497 LatexCommand ref
11498 reference "sub:formules-dans-les-entêtes"
11499
11500 \end_inset
11501
11502 .
11503 \end_layout
11504
11505 \end_inset
11506
11507
11508 \begin_inset CommandInset label
11509 LatexCommand label
11510 name "sub:Espace-variable"
11511
11512 \end_inset
11513
11514
11515 \begin_inset Index
11516 status collapsed
11517
11518 \begin_layout Plain Layout
11519 Espace ! horizontal ! variable
11520 \end_layout
11521
11522 \end_inset
11523
11524
11525 \end_layout
11526
11527 \begin_layout Standard
11528 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11529 \begin_inset Newline newline
11530 \end_inset
11531
11532
11533 \series bold
11534
11535 \backslash
11536 hspace{length}
11537 \series default
11538
11539 \begin_inset Index
11540 status collapsed
11541
11542 \begin_layout Plain Layout
11543 Commandes ! H ! 
11544 \backslash
11545 hspace
11546 \end_layout
11547
11548 \end_inset
11549
11550 .
11551  Pour la valeur de la longueur toutes les unités qui sont listées dans 
11552 \begin_inset CommandInset ref
11553 LatexCommand ref
11554 reference "tab:Unités-utilisées"
11555
11556 \end_inset
11557
11558  sont utilisables à l'exception de l'unité 
11559 \begin_inset Quotes eld
11560 \end_inset
11561
11562 mu
11563 \begin_inset Quotes erd
11564 \end_inset
11565
11566 .
11567  La longueur peut aussi être négative.
11568  Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11569  disponible, on utilise la commande 
11570 \series bold
11571
11572 \backslash
11573 hfill
11574 \series default
11575
11576 \begin_inset Index
11577 status collapsed
11578
11579 \begin_layout Plain Layout
11580 Commandes ! H ! 
11581 \backslash
11582 hfill
11583 \end_layout
11584
11585 \end_inset
11586
11587 .
11588 \end_layout
11589
11590 \begin_layout Standard
11591 \begin_inset VSpace -1mm
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \begin_layout Standard
11598 \align center
11599 \begin_inset Tabular
11600 <lyxtabular version="3" rows="4" columns="2">
11601 <features>
11602 <column alignment="center" valignment="top" width="0">
11603 <column alignment="center" valignment="top" width="0">
11604 <row>
11605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 Commande
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 Résultat
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 <row>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 A=B
11630 \backslash
11631 hspace{3cm
11632 \begin_inset Formula $\to$
11633 \end_inset
11634
11635 A
11636 \backslash
11637 not=C
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11647 \end_inset
11648
11649
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 </row>
11655 <row>
11656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 A
11661 \backslash
11662 hspace{-1mm
11663 \begin_inset Formula $\to$
11664 \end_inset
11665
11666 A
11667 \backslash
11668 not=A
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 </row>
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 A=A
11692 \backslash
11693 hfill
11694 \begin_inset ERT
11695 status collapsed
11696
11697 \begin_layout Plain Layout
11698
11699
11700 \backslash
11701 spce 
11702 \end_layout
11703
11704 \end_inset
11705
11706 B=B
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 \begin_inset Formula $A=A\hfill B=B$
11716 \end_inset
11717
11718
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 </row>
11724 </lyxtabular>
11725
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Standard
11732 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
11733  de colonne le plus long du tableau.
11734  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
11735  laquelle 
11736 \series bold
11737
11738 \backslash
11739 hfill
11740 \series default
11741  est inséré.
11742  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
11743  espace ne sera ajouté.
11744  
11745 \series bold
11746
11747 \backslash
11748 hfill
11749 \series default
11750  a un effet sur les formules hors ligne uniquement si on utilise le style
11751  de formule 
11752 \series bold
11753 Indenté
11754 \series default
11755
11756 \begin_inset Foot
11757 status collapsed
11758
11759 \begin_layout Plain Layout
11760 Les styles de formules sont expliqués dans 
11761 \begin_inset CommandInset ref
11762 LatexCommand ref
11763 reference "sec:Styles-de-formules"
11764
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \end_inset
11771
11772 .
11773 \end_layout
11774
11775 \begin_layout Standard
11776 Pour le texte, on peut insérer une espace de longueur variable avec le menu
11777  
11778 \family sans
11779 Insérer\SpecialChar \menuseparator
11780 Typographie
11781 \begin_inset space ~
11782 \end_inset
11783
11784 spéciale\SpecialChar \menuseparator
11785 Espacement horizontal, 
11786 \family default
11787 ce qui n'est pas possible avec les formules:
11788 \end_layout
11789
11790 \begin_layout Standard
11791 Ceci est une ligne avec un espace de
11792 \begin_inset space \hspace{}
11793 \length 2cm
11794 \end_inset
11795
11796 2
11797 \begin_inset space \thinspace{}
11798 \end_inset
11799
11800 cm.
11801 \end_layout
11802
11803 \begin_layout Standard
11804 Ceci est une ligne avec un
11805 \begin_inset space \hfill{}
11806 \end_inset
11807
11808 espace maximum.
11809 \end_layout
11810
11811 \begin_layout Subsection
11812 Espace après les formules en ligne
11813 \begin_inset Index
11814 status collapsed
11815
11816 \begin_layout Plain Layout
11817 Espace ! après les formules en ligne
11818 \end_layout
11819
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Standard
11826 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
11827  
11828 \series bold
11829
11830 \backslash
11831 mathsurround
11832 \begin_inset Index
11833 status collapsed
11834
11835 \begin_layout Plain Layout
11836 Commandes ! M ! 
11837 \backslash
11838 mathsurround
11839 \end_layout
11840
11841 \end_inset
11842
11843
11844 \series default
11845 .
11846  La valeur d'une longueur est modifiée avec la commande 
11847 \series bold
11848
11849 \backslash
11850 setlength
11851 \begin_inset Index
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Commandes ! S ! 
11856 \backslash
11857 setlength
11858 \end_layout
11859
11860 \end_inset
11861
11862
11863 \series default
11864  qui a la syntaxe suivante:
11865 \end_layout
11866
11867 \begin_layout Standard
11868
11869 \series bold
11870
11871 \backslash
11872 setlength{nom de la longueur}{valeur}
11873 \end_layout
11874
11875 \begin_layout Standard
11876 Pour mettre 
11877 \series bold
11878
11879 \backslash
11880 mathsurround
11881 \series default
11882  à une valeur de 5
11883 \begin_inset space \thinspace{}
11884 \end_inset
11885
11886 mm, on insère la commande
11887 \end_layout
11888
11889 \begin_layout Standard
11890
11891 \series bold
11892
11893 \backslash
11894 setlength{
11895 \backslash
11896 mathsurround}{5mm}
11897 \end_layout
11898
11899 \begin_layout Standard
11900 en mode TeX.
11901  Une espace de 5
11902 \begin_inset space \thinspace{}
11903 \end_inset
11904
11905 mm va maintenant être placée autour de toutes les formules en ligne:
11906 \begin_inset ERT
11907 status collapsed
11908
11909 \begin_layout Plain Layout
11910
11911
11912 \backslash
11913 setlength{
11914 \backslash
11915 mathsurround}{5mm}
11916 \end_layout
11917
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \begin_layout Standard
11924 Voici une formule en ligne 
11925 \begin_inset Formula $A=B$
11926 \end_inset
11927
11928  avec une espace de 5
11929 \begin_inset space \thinspace{}
11930 \end_inset
11931
11932 mm autour.
11933 \begin_inset ERT
11934 status collapsed
11935
11936 \begin_layout Plain Layout
11937
11938
11939 \backslash
11940 setlength{
11941 \backslash
11942 mathsurround}{0pt}
11943 \end_layout
11944
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \begin_layout Standard
11951 Pour revenir à la valeur prédéfinie, on met 
11952 \series bold
11953
11954 \backslash
11955 mathsurround
11956 \series default
11957  à 0
11958 \begin_inset space \thinspace{}
11959 \end_inset
11960
11961 pt.
11962 \end_layout
11963
11964 \begin_layout Section
11965 Boîtes et cadres
11966 \begin_inset Index
11967 status collapsed
11968
11969 \begin_layout Plain Layout
11970 Boîtes
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \begin_inset Index
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980 Cadres | see 
11981 \begin_inset ERT
11982 status collapsed
11983
11984 \begin_layout Plain Layout
11985
11986 {
11987 \end_layout
11988
11989 \end_inset
11990
11991 Boîtes
11992 \begin_inset ERT
11993 status collapsed
11994
11995 \begin_layout Plain Layout
11996
11997 }
11998 \end_layout
11999
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \begin_layout Standard
12011 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
12012 \emph on
12013 Boîtes 
12014 \emph default
12015 du manuel 
12016 \emph on
12017 Objets insérés.
12018  
12019 \end_layout
12020
12021 \begin_layout Subsection
12022 Boîtes avec cadre
12023 \begin_inset CommandInset label
12024 LatexCommand label
12025 name "sub:Boîtes-avec-cadre"
12026
12027 \end_inset
12028
12029
12030 \begin_inset Index
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034 Boîtes ! avec cadre
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \begin_layout Standard
12043 Il es possible d'encadrer des formules ou des portions de formules avec
12044  la commande 
12045 \series bold
12046
12047 \backslash
12048 fbox
12049 \series default
12050
12051 \begin_inset Index
12052 status collapsed
12053
12054 \begin_layout Plain Layout
12055 Commandes ! F ! 
12056 \backslash
12057 fbox
12058 \end_layout
12059
12060 \end_inset
12061
12062  et 
12063 \series bold
12064
12065 \backslash
12066 boxed
12067 \series default
12068
12069 \begin_inset Index
12070 status collapsed
12071
12072 \begin_layout Plain Layout
12073 Commandes ! B ! 
12074 \backslash
12075 boxed
12076 \end_layout
12077
12078 \end_inset
12079
12080 .
12081 \end_layout
12082
12083 \begin_layout Standard
12084 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
12085  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
12086  Pour 
12087 \series bold
12088
12089 \backslash
12090 fbox
12091 \series default
12092  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
12093  avec 
12094 \family sans
12095 Ctrl-m
12096 \family default
12097  
12098 \begin_inset Foot
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102 À cause d'un bug de LyX, il est impossible de créer une nouvelle formule
12103  avec 
12104 \family sans
12105 Ctrl-m
12106 \family default
12107 , voir 
12108 \begin_inset CommandInset href
12109 LatexCommand href
12110 name "LyX-bug #1435"
12111 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12112
12113 \end_inset
12114
12115 .
12116 \end_layout
12117
12118 \end_inset
12119
12120 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
12121  Quand on utilise 
12122 \series bold
12123
12124 \backslash
12125 boxed
12126 \series default
12127 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
12128 \end_layout
12129
12130 \begin_layout Standard
12131 La commande 
12132 \series bold
12133
12134 \backslash
12135 fbox
12136 \series default
12137  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
12138  formule serait alors toujours mise à la taille du texte.
12139  
12140 \series bold
12141
12142 \backslash
12143 boxed
12144 \series default
12145 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
12146  la formule serait alors toujours mise à la taille des formules hors ligne.
12147 \end_layout
12148
12149 \begin_layout Standard
12150 Comme extension à 
12151 \series bold
12152
12153 \backslash
12154 fbox
12155 \series default
12156  il y a la commande 
12157 \series bold
12158
12159 \backslash
12160 framebox
12161 \series default
12162
12163 \begin_inset Index
12164 status collapsed
12165
12166 \begin_layout Plain Layout
12167 Commandes ! F ! 
12168 \backslash
12169 framebox
12170 \end_layout
12171
12172 \end_inset
12173
12174  où on peut en plus spécifier la largeur du cadre et l'alignement.
12175  La syntaxe de la commande 
12176 \series bold
12177
12178 \backslash
12179 framebox
12180 \series default
12181  est la suivante:
12182 \end_layout
12183
12184 \begin_layout Standard
12185
12186 \series bold
12187
12188 \backslash
12189 framebox[Largeur du cadre][position]{contenu de la boîte}
12190 \end_layout
12191
12192 \begin_layout Standard
12193 La position peut être soit 
12194 \emph on
12195 l
12196 \emph default
12197  soit 
12198 \emph on
12199 r
12200 \emph default
12201 .
12202  
12203 \emph on
12204 l
12205 \emph default
12206  aligne la formule à gauche dans la boîte, 
12207 \emph on
12208 r
12209 \emph default
12210  à droite.
12211  Quand on ne précise pas la position, la formule est centrée.
12212 \begin_inset Newline newline
12213 \end_inset
12214
12215 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
12216  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
12217  c'est le cas avec 
12218 \series bold
12219
12220 \backslash
12221 fbox
12222 \series default
12223 .
12224 \end_layout
12225
12226 \begin_layout Standard
12227 Quand on insère la commande 
12228 \series bold
12229
12230 \backslash
12231 framebox
12232 \series default
12233 , une boîte apparaît contenant trois boîtes bleues.
12234  Les deux premières sont entourées de crochets pour signales des arguments
12235  optionnels.
12236  La troisième boîte est là pour contenir les portions de formules, comme
12237  pour 
12238 \series bold
12239
12240 \backslash
12241 fbox
12242 \series default
12243 .
12244 \end_layout
12245
12246 \begin_layout Standard
12247 \align center
12248 \begin_inset Note Note
12249 status collapsed
12250
12251 \begin_layout Plain Layout
12252 Le tableau a été placé dans une minipage pour que la note de bas de page
12253  apparaisse.
12254  Sinon le texte de la note n'aurait pas été affiché.
12255 \end_layout
12256
12257 \end_inset
12258
12259
12260 \begin_inset Box Frameless
12261 position "c"
12262 hor_pos "c"
12263 has_inner_box 1
12264 inner_pos "c"
12265 use_parbox 0
12266 width "100col%"
12267 special "none"
12268 height "1in"
12269 height_special "totalheight"
12270 status open
12271
12272 \begin_layout Plain Layout
12273 \align center
12274 \begin_inset Tabular
12275 <lyxtabular version="3" rows="5" columns="2">
12276 <features>
12277 <column alignment="center" valignment="top" width="0">
12278 <column alignment="center" valignment="top" width="0">
12279 <row>
12280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284 Commande
12285 \begin_inset Foot
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289 À cause d'un bug de LyX, il n'est pas possible de créer une nouvelle formule
12290  avec 
12291 \family sans
12292 Ctrl-m
12293 \family default
12294 , voir 
12295 \begin_inset CommandInset href
12296 LatexCommand href
12297 name "LyX-bug #1435"
12298 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12299
12300 \end_inset
12301
12302 .
12303 \end_layout
12304
12305 \end_inset
12306
12307
12308 \end_layout
12309
12310 \end_inset
12311 </cell>
12312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12313 \begin_inset Text
12314
12315 \begin_layout Plain Layout
12316 Résultat
12317 \begin_inset Note Note
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321
12322 \series bold
12323 \lang english
12324
12325 \backslash
12326 raisebox
12327 \end_layout
12328
12329 \end_inset
12330
12331
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 </row>
12337 <row>
12338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12339 \begin_inset Text
12340
12341 \begin_layout Plain Layout
12342
12343 \backslash
12344 fbox
12345 \begin_inset ERT
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349
12350
12351 \backslash
12352 spce 
12353 \end_layout
12354
12355 \end_inset
12356
12357
12358 \family sans
12359 Ctrl-m
12360 \family default
12361  
12362 \backslash
12363 int
12364 \begin_inset ERT
12365 status collapsed
12366
12367 \begin_layout Plain Layout
12368
12369
12370 \backslash
12371 spce 
12372 \end_layout
12373
12374 \end_inset
12375
12376 A=B
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12386
12387 \end_inset
12388
12389
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 </row>
12395 <row>
12396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12397 \begin_inset Text
12398
12399 \begin_layout Plain Layout
12400
12401 \backslash
12402 boxed
12403 \begin_inset ERT
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407
12408
12409 \backslash
12410 spce 
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \backslash
12417 int
12418 \begin_inset ERT
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422
12423
12424 \backslash
12425 spce 
12426 \end_layout
12427
12428 \end_inset
12429
12430 A=B
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12440 \end_inset
12441
12442
12443 \end_layout
12444
12445 \end_inset
12446 </cell>
12447 </row>
12448 <row>
12449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12450 \begin_inset Text
12451
12452 \begin_layout Plain Layout
12453 A+
12454 \backslash
12455 fbox
12456 \begin_inset ERT
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460
12461
12462 \backslash
12463 spce 
12464 \end_layout
12465
12466 \end_inset
12467
12468 B
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12478 \end_inset
12479
12480
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 </row>
12486 <row>
12487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491
12492 \backslash
12493 framebox
12494 \begin_inset ERT
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498
12499
12500 \backslash
12501 spce 
12502 \end_layout
12503
12504 \end_inset
12505
12506 20mm
12507 \begin_inset Formula $\to$
12508 \end_inset
12509
12510
12511 \begin_inset Formula $\to$
12512 \end_inset
12513
12514
12515 \family sans
12516 Ctrl-m
12517 \family default
12518  
12519 \backslash
12520 frac
12521 \begin_inset ERT
12522 status collapsed
12523
12524 \begin_layout Plain Layout
12525
12526
12527 \backslash
12528 spce 
12529 \end_layout
12530
12531 \end_inset
12532
12533 A
12534 \begin_inset Formula $\downarrow$
12535 \end_inset
12536
12537 B
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 \begin_inset Formula $\raisebox{6mm}{}$
12547 \end_inset
12548
12549
12550 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12551 \end_inset
12552
12553
12554 \begin_inset Formula $\raisebox{-4mm}{}$
12555 \end_inset
12556
12557
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 </row>
12563 </lyxtabular>
12564
12565 \end_inset
12566
12567
12568 \end_layout
12569
12570 \end_inset
12571
12572
12573 \end_layout
12574
12575 \begin_layout Standard
12576 On peut aussi ajuster l'épaisseur du cadre.
12577  Pour cela, il faut insérer les commandes suivantes en mode TeX avant la
12578  formule
12579 \end_layout
12580
12581 \begin_layout Standard
12582
12583 \series bold
12584
12585 \backslash
12586 fboxrule
12587 \series default
12588  
12589 \series bold
12590
12591 \begin_inset Quotes eld
12592 \end_inset
12593
12594 épaisseur
12595 \begin_inset Quotes erd
12596 \end_inset
12597
12598
12599 \series default
12600  
12601 \series bold
12602
12603 \backslash
12604 fboxsep
12605 \series default
12606  
12607 \series bold
12608
12609 \begin_inset Quotes eld
12610 \end_inset
12611
12612 distance
12613 \begin_inset Quotes erd
12614 \end_inset
12615
12616
12617 \end_layout
12618
12619 \begin_layout Standard
12620 \begin_inset Quotes eld
12621 \end_inset
12622
12623 distance
12624 \begin_inset Quotes erd
12625 \end_inset
12626
12627  précise la distance minimale entre le cadre et le premier caractère de
12628  la boîte.
12629  Un exemple pour illustrer ceci avec la formule encadrée suivante:
12630 \begin_inset ERT
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634
12635
12636 \backslash
12637 fboxrule 2mm 
12638 \backslash
12639 fboxsep 3mm
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \begin_inset Formula \[
12646 \boxed{A+B=C}\]
12647
12648 \end_inset
12649
12650 Avant cette formule, on a inséré en mode TeX les commandes
12651 \end_layout
12652
12653 \begin_layout Standard
12654
12655 \series bold
12656
12657 \backslash
12658 fboxrule
12659 \series default
12660  
12661 \series bold
12662 2mm
12663 \series default
12664  
12665 \series bold
12666
12667 \backslash
12668 fboxsep
12669 \series default
12670  
12671 \series bold
12672 3mm
12673 \end_layout
12674
12675 \begin_layout Standard
12676 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12677 \end_layout
12678
12679 \begin_layout Standard
12680 Pour revenir à la taille de cadre standard, on insère la commande
12681 \end_layout
12682
12683 \begin_layout Standard
12684
12685 \series bold
12686
12687 \backslash
12688 fboxrule
12689 \series default
12690  
12691 \series bold
12692 0.4pt
12693 \series default
12694  
12695 \series bold
12696
12697 \backslash
12698 fboxsep
12699 \series default
12700  
12701 \series bold
12702 3pt
12703 \series default
12704
12705 \begin_inset ERT
12706 status collapsed
12707
12708 \begin_layout Plain Layout
12709
12710
12711 \backslash
12712 fboxrule 0.4pt 
12713 \backslash
12714 fboxsep 3pt
12715 \end_layout
12716
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \begin_layout Standard
12723 avant la formule suivante.
12724 \end_layout
12725
12726 \begin_layout Subsection
12727 Boîtes sans cadre
12728 \begin_inset CommandInset label
12729 LatexCommand label
12730 name "sub:Boîtes-sans-cadre"
12731
12732 \end_inset
12733
12734
12735 \begin_inset Index
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739 Boîtes ! sans cadre
12740 \end_layout
12741
12742 \end_inset
12743
12744
12745 \end_layout
12746
12747 \begin_layout Standard
12748 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12749  
12750 \series bold
12751
12752 \backslash
12753 mbox
12754 \series default
12755
12756 \begin_inset Index
12757 status collapsed
12758
12759 \begin_layout Plain Layout
12760 Commandes ! M ! 
12761 \backslash
12762 mbox
12763 \end_layout
12764
12765 \end_inset
12766
12767
12768 \series bold
12769
12770 \backslash
12771 makebox
12772 \series default
12773
12774 \begin_inset Index
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778 Commandes ! M ! 
12779 \backslash
12780 makebox
12781 \end_layout
12782
12783 \end_inset
12784
12785 , et 
12786 \series bold
12787
12788 \backslash
12789 raisebox
12790 \series default
12791
12792 \begin_inset Index
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796 Commandes ! R ! 
12797 \backslash
12798 raisebox
12799 \end_layout
12800
12801 \end_inset
12802
12803
12804 \end_layout
12805
12806 \begin_layout Standard
12807 Avec 
12808 \series bold
12809
12810 \backslash
12811 raisebox
12812 \series default
12813  une boîte peut être mise en exposant ou en indice.
12814  Mais contrairement aux indices et aux exposants normaux, les caractères
12815  conservent leur taille de police initiale.
12816  
12817 \series bold
12818
12819 \backslash
12820 raisebox
12821 \series default
12822  est utilisée avec la syntaxe suivante:
12823 \end_layout
12824
12825 \begin_layout Standard
12826
12827 \series bold
12828
12829 \backslash
12830 raisebox{hauteur}{contenu de la boîte}
12831 \end_layout
12832
12833 \begin_layout Standard
12834 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
12835  comme pour 
12836 \series bold
12837
12838 \backslash
12839 fbox
12840 \series default
12841 .
12842 \end_layout
12843
12844 \begin_layout Standard
12845 \align center
12846 \begin_inset Tabular
12847 <lyxtabular version="3" rows="4" columns="2">
12848 <features>
12849 <column alignment="center" valignment="top" width="0">
12850 <column alignment="center" valignment="top" width="0">
12851 <row>
12852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 Commande
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 Résultat
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 </row>
12871 <row>
12872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 H
12877 \backslash
12878 raisebox{2mm
12879 \begin_inset Formula $\to$
12880 \end_inset
12881
12882
12883 \backslash
12884 {al
12885 \begin_inset Formula $\to$
12886 \end_inset
12887
12888  lo
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12898 \end_inset
12899
12900
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 </row>
12906 <row>
12907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 H
12912 \backslash
12913 raisebox{-2mm
12914 \begin_inset Formula $\to$
12915 \end_inset
12916
12917
12918 \backslash
12919 {al
12920 \begin_inset Formula $\to$
12921 \end_inset
12922
12923 lo
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12933 \end_inset
12934
12935
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 </row>
12941 <row>
12942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 A=
12947 \backslash
12948 raisebox{-2mm
12949 \begin_inset Formula $\to$
12950 \end_inset
12951
12952
12953 \backslash
12954 {
12955 \family sans
12956 Ctrl-m
12957 \family default
12958  
12959 \backslash
12960 sqrt
12961 \begin_inset ERT
12962 status collapsed
12963
12964 \begin_layout Plain Layout
12965
12966
12967 \backslash
12968 spce 
12969 \end_layout
12970
12971 \end_inset
12972
12973
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 \begin_inset ERT
12983 status collapsed
12984
12985 \begin_layout Plain Layout
12986
12987 $A=
12988 \backslash
12989 raisebox{-2mm}{$
12990 \backslash
12991 sqrt{B}$}$
12992 \end_layout
12993
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 </lyxtabular>
13003
13004 \end_inset
13005
13006
13007 \end_layout
13008
13009 \begin_layout Standard
13010 La dernière formule ne peut actuellement être créée qu'en mode TeX, parce
13011  que LyX insère une boîte plutôt que la formule supplémentaire qui est nécessair
13012 e
13013 \begin_inset Foot
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017 voir 
13018 \begin_inset CommandInset href
13019 LatexCommand href
13020 name "LyX-bug #1435"
13021 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13022
13023 \end_inset
13024
13025
13026 \end_layout
13027
13028 \end_inset
13029
13030 .
13031 \end_layout
13032
13033 \begin_layout Standard
13034 La commande 
13035 \series bold
13036
13037 \backslash
13038 mbox
13039 \series default
13040  est équivalente à 
13041 \series bold
13042
13043 \backslash
13044 fbox
13045 \series default
13046  et 
13047 \series bold
13048
13049 \backslash
13050 makebox
13051 \series default
13052  est équivalente à 
13053 \series bold
13054
13055 \backslash
13056 framebox
13057 \series default
13058 , avec la différence qu'il n'y a pas de cadre.
13059 \end_layout
13060
13061 \begin_layout Subsection
13062 Boîtes colorées
13063 \begin_inset CommandInset label
13064 LatexCommand label
13065 name "sub:Boîtes-colorées"
13066
13067 \end_inset
13068
13069
13070 \begin_inset Index
13071 status collapsed
13072
13073 \begin_layout Plain Layout
13074 Boîtes ! colorées
13075 \end_layout
13076
13077 \end_inset
13078
13079
13080 \end_layout
13081
13082 \begin_layout Standard
13083 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
13084  LaTeX 
13085 \series bold
13086 color
13087 \series default
13088
13089 \begin_inset Foot
13090 status collapsed
13091
13092 \begin_layout Plain Layout
13093 La paquetage LaTeX 
13094 \series bold
13095 color
13096 \series default
13097  fait partie de toutes les installations LaTeX standard.
13098 \end_layout
13099
13100 \end_inset
13101
13102
13103 \begin_inset Index
13104 status collapsed
13105
13106 \begin_layout Plain Layout
13107 Paquetages ! color
13108 \end_layout
13109
13110 \end_inset
13111
13112  soit chargé dans le préambule LaTeX avec la ligne
13113 \begin_inset Foot
13114 status collapsed
13115
13116 \begin_layout Plain Layout
13117 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
13118  le document, LyX charge automatiquement le paquetage LaTeX 
13119 \series bold
13120 color
13121 \series default
13122 .
13123  Il est donc possible que le paquetage soit chargé deux fois, mais cela
13124  ne doit pas poser de problème.
13125 \end_layout
13126
13127 \end_inset
13128
13129
13130 \begin_inset Note Note
13131 status collapsed
13132
13133 \begin_layout Plain Layout
13134 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
13135  dans le préambule LaTeX.
13136 \end_layout
13137
13138 \end_inset
13139
13140
13141 \end_layout
13142
13143 \begin_layout Standard
13144
13145 \series bold
13146
13147 \backslash
13148 usepackage{color}
13149 \end_layout
13150
13151 \begin_layout Standard
13152 \begin_inset VSpace medskip
13153 \end_inset
13154
13155 Pour colorer des boîtes, on utilise la commande 
13156 \series bold
13157
13158 \backslash
13159 colorbox
13160 \series default
13161
13162 \begin_inset Index
13163 status collapsed
13164
13165 \begin_layout Plain Layout
13166 Commandes ! C ! 
13167 \backslash
13168 colorbox
13169 \end_layout
13170
13171 \end_inset
13172
13173  avec la syntaxe suivante
13174 \end_layout
13175
13176 \begin_layout Standard
13177
13178 \series bold
13179
13180 \backslash
13181 colorbox{couleur}{contenu de la boîte}
13182 \end_layout
13183
13184 \begin_layout Standard
13185 Le contenu de la boîte peut être une autre boîte et une 
13186 \series bold
13187
13188 \backslash
13189 colorbox
13190 \series default
13191  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
13192  exemple).
13193  Quand une boîte est destinée à contenir une formule, on doit insérer une
13194  boîte supplémentaire, comme avec 
13195 \series bold
13196
13197 \backslash
13198 fbox
13199 \series default
13200 .
13201 \begin_inset Foot
13202 status collapsed
13203
13204 \begin_layout Plain Layout
13205 Ceci s'applique aussi à la commande 
13206 \series bold
13207
13208 \backslash
13209 fcolorbox
13210 \series default
13211 .
13212  D'où la note 
13213 \begin_inset CommandInset href
13214 LatexCommand href
13215 name "LyX-bug #1435"
13216 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13217
13218 \end_inset
13219
13220 .
13221 \end_layout
13222
13223 \end_inset
13224
13225
13226 \end_layout
13227
13228 \begin_layout Standard
13229 On peut choisir une des couleurs prédéfinies suivantes:
13230 \end_layout
13231
13232 \begin_layout Standard
13233
13234 \series bold
13235 black
13236 \series default
13237  (noir), 
13238 \series bold
13239 blue
13240 \series default
13241  (bleu), 
13242 \series bold
13243 cyan
13244 \series default
13245
13246 \series bold
13247 green
13248 \series default
13249  (vert), 
13250 \series bold
13251 magenta
13252 \series default
13253
13254 \series bold
13255 red
13256 \series default
13257  (rouge), 
13258 \series bold
13259 white
13260 \series default
13261  (blanc), et 
13262 \series bold
13263 yellow (jaune)
13264 \end_layout
13265
13266 \begin_layout Standard
13267 \align center
13268 \begin_inset Tabular
13269 <lyxtabular version="3" rows="4" columns="2">
13270 <features>
13271 <column alignment="center" valignment="top" width="0">
13272 <column alignment="center" valignment="top" width="0">
13273 <row>
13274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 Commande
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 Résultat
13288 \begin_inset Note Note
13289 status collapsed
13290
13291 \begin_layout Plain Layout
13292
13293 \series bold
13294
13295 \backslash
13296 raisebox est seulement utilisée pour faire de la place
13297 \end_layout
13298
13299 \end_inset
13300
13301
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 </row>
13307 <row>
13308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312
13313 \backslash
13314 colorbox{yellow
13315 \begin_inset Formula $\to$
13316 \end_inset
13317
13318
13319 \backslash
13320 {A=B
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13330 \end_inset
13331
13332
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 </row>
13338 <row>
13339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343
13344 \backslash
13345 colorbox{green
13346 \begin_inset Formula $\to$
13347 \end_inset
13348
13349
13350 \backslash
13351 {
13352 \backslash
13353 fbox
13354 \begin_inset ERT
13355 status collapsed
13356
13357 \begin_layout Plain Layout
13358
13359
13360 \backslash
13361 spce 
13362 \end_layout
13363
13364 \end_inset
13365
13366 A=B
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13376 \end_inset
13377
13378
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 </row>
13384 <row>
13385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389
13390 \backslash
13391 fbox
13392 \begin_inset ERT
13393 status collapsed
13394
13395 \begin_layout Plain Layout
13396
13397
13398 \backslash
13399 spce 
13400 \end_layout
13401
13402 \end_inset
13403
13404
13405 \backslash
13406 colorbox{green
13407 \begin_inset Formula $\to$
13408 \end_inset
13409
13410
13411 \backslash
13412 {A=B
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13422 \end_inset
13423
13424
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 </lyxtabular>
13431
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Standard
13438
13439 \series bold
13440
13441 \backslash
13442 colorbox
13443 \series default
13444  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
13445  Pour colorer tous les caractères, on sélectionne toute la formule et on
13446  choisit la couleur voulue avec la fenêtre de dialogue 
13447 \family sans
13448 Style
13449 \begin_inset space ~
13450 \end_inset
13451
13452 de
13453 \begin_inset space ~
13454 \end_inset
13455
13456 texte
13457 \family default
13458 .
13459  Cette fenêtre de dialogue peut être appelée avec le bouton 
13460 \begin_inset Graphics
13461         filename ../../images/dialog-show_character.png
13462         scale 85
13463
13464 \end_inset
13465
13466  de la barre d'outils, ou avec le menu 
13467 \family sans
13468 Éditer\SpecialChar \menuseparator
13469 Style
13470 \begin_inset space ~
13471 \end_inset
13472
13473 de
13474 \begin_inset space ~
13475 \end_inset
13476
13477 texte\SpecialChar \menuseparator
13478 Personnalisé
13479 \family default
13480 .
13481  Le numéro de la formule prendra la même couleur que la formule.
13482  Si le numéro doit avoir une couleur différente de celle des caractères
13483  de la formule, la couleur doit être changée à l'intérieur de la formule.
13484 \end_layout
13485
13486 \begin_layout Standard
13487 Un exemple:
13488 \end_layout
13489
13490 \begin_layout Standard
13491
13492 \color red
13493 \begin_inset Formula \begin{equation}
13494 \int A=B\label{eq:rouge}\end{equation}
13495
13496 \end_inset
13497
13498
13499 \color green
13500
13501 \begin_inset Formula \begin{equation}
13502 \textcolor{red}{\int A=B}\label{eq:rougevert}\end{equation}
13503
13504 \end_inset
13505
13506
13507 \end_layout
13508
13509 \begin_layout Standard
13510 La formule 
13511 \begin_inset CommandInset ref
13512 LatexCommand eqref
13513 reference "eq:rouge"
13514
13515 \end_inset
13516
13517  est complètement colorée en rouge.
13518 \begin_inset Newline newline
13519 \end_inset
13520
13521 La formule 
13522 \begin_inset CommandInset ref
13523 LatexCommand eqref
13524 reference "eq:rougevert"
13525
13526 \end_inset
13527
13528  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
13529  Ensuite, les caractères de la formule ont été colorés en rouge.
13530 \end_layout
13531
13532 \begin_layout Standard
13533 \begin_inset VSpace bigskip
13534 \end_inset
13535
13536 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
13537  utilise la commande 
13538 \series bold
13539
13540 \backslash
13541 fcolorbox
13542 \series default
13543
13544 \begin_inset Index
13545 status collapsed
13546
13547 \begin_layout Plain Layout
13548 Commandes ! F ! 
13549 \backslash
13550 fcolorbox
13551 \end_layout
13552
13553 \end_inset
13554
13555  avec la syntaxe suivante:
13556 \end_layout
13557
13558 \begin_layout Standard
13559
13560 \series bold
13561
13562 \backslash
13563 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
13564 \end_layout
13565
13566 \begin_layout Standard
13567 Donc 
13568 \series bold
13569
13570 \backslash
13571 fcolorbox
13572 \series default
13573  est une extension de la commande 
13574 \series bold
13575
13576 \backslash
13577 colorbox
13578 \series default
13579 .
13580  L'épaisseur du cadre est déterminée comme avec 
13581 \series bold
13582
13583 \backslash
13584 framebox
13585 \series default
13586 , avec 
13587 \series bold
13588
13589 \backslash
13590 fboxrule
13591 \series default
13592  et 
13593 \series bold
13594
13595 \backslash
13596 fboxsep
13597 \series default
13598 .
13599  Un exemple:
13600 \begin_inset ERT
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604
13605
13606 \backslash
13607 fboxrule 1mm 
13608 \backslash
13609 fboxsep 1mm
13610 \end_layout
13611
13612 \end_inset
13613
13614
13615 \begin_inset Formula \[
13616 \fcolorbox{cyan}{magenta}{A=B}\]
13617
13618 \end_inset
13619
13620
13621 \begin_inset ERT
13622 status collapsed
13623
13624 \begin_layout Plain Layout
13625
13626
13627 \backslash
13628 fboxrule 0.4pt 
13629 \backslash
13630 fboxsep 3pt
13631 \end_layout
13632
13633 \end_inset
13634
13635
13636 \end_layout
13637
13638 \begin_layout Standard
13639 Cette formule a été créée avec la commande
13640 \begin_inset Newline newline
13641 \end_inset
13642
13643
13644 \series bold
13645
13646 \backslash
13647 fcolorbox{cyan
13648 \begin_inset Formula $\to$
13649 \end_inset
13650
13651
13652 \backslash
13653 {magenta
13654 \begin_inset Formula $\to$
13655 \end_inset
13656
13657
13658 \backslash
13659 {A=B
13660 \series default
13661 .
13662 \end_layout
13663
13664 \begin_layout Standard
13665 \begin_inset VSpace bigskip
13666 \end_inset
13667
13668 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13669  faut d'abord les définir.
13670 \end_layout
13671
13672 \begin_layout Standard
13673 On peut par exemple définir la couleur 
13674 \begin_inset Quotes eld
13675 \end_inset
13676
13677 vertfonce
13678 \begin_inset Quotes erd
13679 \end_inset
13680
13681  avec la ligne suivante dans le préambule LaTeX:
13682 \end_layout
13683
13684 \begin_layout Standard
13685
13686 \series bold
13687
13688 \backslash
13689 definecolor{vertfonce}{cmyk}{0.5,
13690 \series default
13691  
13692 \series bold
13693 0,
13694 \series default
13695  
13696 \series bold
13697 1,
13698 \series default
13699  
13700 \series bold
13701 0.5}
13702 \series default
13703
13704 \begin_inset Index
13705 status collapsed
13706
13707 \begin_layout Plain Layout
13708 Commandes ! D ! 
13709 \backslash
13710 definecolor
13711 \end_layout
13712
13713 \end_inset
13714
13715
13716 \end_layout
13717
13718 \begin_layout Standard
13719
13720 \series bold
13721 cmyk
13722 \series default
13723  est l'espace colorimétrique basé sur les couleurs 
13724 \series bold
13725 cyan
13726 \series default
13727
13728 \series bold
13729 magenta
13730 \series default
13731 , jaune
13732 \series bold
13733  (yellow
13734 \series default
13735 ), et noir 
13736 \series bold
13737 (black
13738 \series default
13739 ).
13740  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13741  correspondantes dans l'espace colorimétrique.
13742  Ces facteurs prennent des valeurs entre 0 et 1.
13743  À la place de 
13744 \series bold
13745 cmyk 
13746 \series default
13747 on peut aussi utiliser l'espace 
13748 \series bold
13749 rgb 
13750 \series default
13751 basé sur les couleurs rouge (
13752 \series bold
13753 red
13754 \series default
13755 ), vert (
13756 \series bold
13757 green
13758 \series default
13759 ) et bleu (
13760 \series bold
13761 blue
13762 \series default
13763 ).
13764  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13765  couleurs.
13766  Il y a aussi l'espace de couleur 
13767 \series bold
13768 gray 
13769 \series default
13770 (dégradé de gris) avec un facteur donnant la proportion de gris.
13771 \end_layout
13772
13773 \begin_layout Standard
13774 Comme exemple, une boîte encadrée avec la couleur 
13775 \series bold
13776 vertfonce 
13777 \series default
13778 que l'on vient de définir et des caractères colorés en jaune (
13779 \series bold
13780 yellow
13781 \series default
13782 ):
13783 \begin_inset Formula \begin{equation}
13784 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13785
13786 \end_inset
13787
13788
13789 \end_layout
13790
13791 \begin_layout Standard
13792 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13793  de la commande 
13794 \series bold
13795
13796 \backslash
13797 textcolor
13798 \series default
13799 :
13800 \begin_inset Index
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804 Texte ! coloré
13805 \end_layout
13806
13807 \end_inset
13808
13809
13810 \end_layout
13811
13812 \begin_layout Standard
13813 \begin_inset ERT
13814 status collapsed
13815
13816 \begin_layout Plain Layout
13817
13818
13819 \backslash
13820 textcolor{vertfonce}{
13821 \end_layout
13822
13823 \end_inset
13824
13825 cette phrase est en 
13826 \begin_inset Quotes eld
13827 \end_inset
13828
13829 vertfonce
13830 \begin_inset Quotes erd
13831 \end_inset
13832
13833 .
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839 }
13840 \end_layout
13841
13842 \end_inset
13843
13844
13845 \end_layout
13846
13847 \begin_layout Standard
13848
13849 \series bold
13850
13851 \backslash
13852 textcolor
13853 \series default
13854
13855 \begin_inset Index
13856 status collapsed
13857
13858 \begin_layout Plain Layout
13859 Commandes ! T ! 
13860 \backslash
13861 textcolor
13862 \end_layout
13863
13864 \end_inset
13865
13866  utilise la syntaxe 
13867 \series bold
13868
13869 \backslash
13870 textcolor{couleur}{caractères à colorer}
13871 \series default
13872 .
13873 \end_layout
13874
13875 \begin_layout Subsection
13876 Boîtes de paragraphe
13877 \begin_inset CommandInset label
13878 LatexCommand label
13879 name "sub:Boîtes-de-paragraphes"
13880
13881 \end_inset
13882
13883
13884 \begin_inset Index
13885 status collapsed
13886
13887 \begin_layout Plain Layout
13888 Boîtes ! comme paragraphe
13889 \end_layout
13890
13891 \end_inset
13892
13893
13894 \end_layout
13895
13896 \begin_layout Standard
13897 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
13898  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
13899  On la crée avec le menu 
13900 \family sans
13901 Insérer\SpecialChar \menuseparator
13902 Boîte
13903 \family default
13904  ou le bouton 
13905 \begin_inset Graphics
13906         filename ../../images/box-insert.png
13907         scale 85
13908
13909 \end_inset
13910
13911  de la barre d'outils.
13912 \end_layout
13913
13914 \begin_layout Standard
13915 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
13916  une ligne:
13917 \end_layout
13918
13919 \begin_layout Standard
13920 \begin_inset VSpace medskip
13921 \end_inset
13922
13923 Ceci est une ligne 
13924 \begin_inset Box Boxed
13925 position "c"
13926 hor_pos "c"
13927 has_inner_box 1
13928 inner_pos "t"
13929 use_parbox 1
13930 width "5cm"
13931 special "none"
13932 height "1in"
13933 height_special "totalheight"
13934 status open
13935
13936 \begin_layout Plain Layout
13937 Ceci est une boîte de paragraphe.
13938  Elle a exactement 5
13939 \begin_inset space \thinspace{}
13940 \end_inset
13941
13942 cm de large et peut aussi contenir des formules: 
13943 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13944 \end_inset
13945
13946
13947 \end_layout
13948
13949 \end_inset
13950
13951  avec une boîte de paragraphe.
13952 \end_layout
13953
13954 \begin_layout Standard
13955 \begin_inset VSpace medskip
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \begin_layout Standard
13962 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
13963  grise.
13964  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
13965  Dans notre cas, on met: 
13966 \emph on
13967 Décoration:
13968 \emph default
13969  Boîte rectangulaire, 
13970 \emph on
13971 Boîte intérieure:
13972 \emph default
13973  Parbox, 
13974 \emph on
13975 Largeur
13976 \emph default
13977 : 5
13978 \begin_inset space \thinspace{}
13979 \end_inset
13980
13981 cm, 
13982 \emph on
13983 Alignement vertical boîte
13984 \emph default
13985 : milieu
13986 \end_layout
13987
13988 \begin_layout Standard
13989 \begin_inset VSpace medskip
13990 \end_inset
13991
13992 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
13993 \series bold
13994
13995 \backslash
13996 parbox
13997 \series default
13998
13999 \begin_inset Index
14000 status collapsed
14001
14002 \begin_layout Plain Layout
14003 Commandes ! P ! 
14004 \backslash
14005 parbox
14006 \end_layout
14007
14008 \end_inset
14009
14010  qui a la syntaxe suivante:
14011 \end_layout
14012
14013 \begin_layout Standard
14014
14015 \series bold
14016
14017 \backslash
14018 parbox[position]{largeur}{contenu de la boîte}
14019 \end_layout
14020
14021 \begin_layout Standard
14022 Les positions 
14023 \emph on
14024 b
14025 \emph default
14026  et 
14027 \emph on
14028 t
14029 \emph default
14030  sont possibles.
14031  
14032 \emph on
14033 b
14034 \emph default
14035  pour bas (bottom) signifie que la boîte est alignée au sein du texte qui
14036  l'entoure, au niveau de sa dernière ligne.
14037  Avec 
14038 \emph on
14039 t
14040 \emph default
14041  pour haut (top) l'alignement se fait avec la première ligne.
14042  Si aucune position n'est précisée, la boîte est centrée verticalement,
14043  voir la section 
14044 \emph on
14045 Boîtes 
14046 \emph default
14047 du manuel 
14048 \emph on
14049 Objets insérés 
14050 \emph default
14051 pour des exemples.
14052 \end_layout
14053
14054 \begin_layout Standard
14055 \begin_inset VSpace bigskip
14056 \end_inset
14057
14058 Pour encadrer une formule complètement, y compris le numéro de la formule,
14059  il faut la placer dans une boîte de paragraphe.
14060  Pour le faire, on insère la commande 
14061 \series bold
14062
14063 \backslash
14064 fbox{
14065 \backslash
14066 parbox{
14067 \backslash
14068 linewidth-2
14069 \backslash
14070 fboxsep-2
14071 \backslash
14072 fboxrule}{
14073 \series default
14074  en mode TeX avant la formule.
14075  Dans cette commande 
14076 \series bold
14077
14078 \backslash
14079 linewidth
14080 \begin_inset Index
14081 status collapsed
14082
14083 \begin_layout Plain Layout
14084 Commandes ! L ! 
14085 \backslash
14086 linewidth
14087 \end_layout
14088
14089 \end_inset
14090
14091
14092 \series default
14093  est l'épaisseur de ligne qui est active pour tout le document.
14094  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
14095  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
14096  et l'épaisseur du cadre.
14097  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
14098 \begin_inset Foot
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102 \begin_inset CommandInset href
14103 LatexCommand href
14104 name "LyX-bug #4483"
14105 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \end_inset
14113
14114 , on doit utiliser le mode TeX.
14115  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
14116  on doit charger le paquetage LaTeX 
14117 \series bold
14118 calc
14119 \series default
14120
14121 \begin_inset Foot
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125
14126 \series bold
14127 calc
14128 \series default
14129  fait partie de toutes les installations standard de LaTeX.
14130 \end_layout
14131
14132 \end_inset
14133
14134
14135 \begin_inset Index
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139 Paquetages ! calc
14140 \end_layout
14141
14142 \end_inset
14143
14144  dans le préambule LaTeX avec la ligne
14145 \end_layout
14146
14147 \begin_layout Standard
14148
14149 \series bold
14150
14151 \backslash
14152 usepackage{calc}
14153 \end_layout
14154
14155 \begin_layout Standard
14156 Après la formule, les deux boîtes sont refermées en entrant 
14157 \series bold
14158 }}
14159 \series default
14160  en mode TeX.
14161  Voici un exemple:
14162 \begin_inset ERT
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166
14167
14168 \backslash
14169 fboxsep 5mm 
14170 \backslash
14171 fboxrule 5mm
14172 \end_layout
14173
14174 \end_inset
14175
14176
14177 \end_layout
14178
14179 \begin_layout Standard
14180 \begin_inset ERT
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184
14185
14186 \backslash
14187 fbox{
14188 \backslash
14189 parbox{
14190 \backslash
14191 linewidth-2
14192 \backslash
14193 fboxsep-2
14194 \backslash
14195 fboxrule}{
14196 \end_layout
14197
14198 \end_inset
14199
14200
14201 \begin_inset Formula \begin{equation}
14202 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14203
14204 \end_inset
14205
14206
14207 \begin_inset ERT
14208 status collapsed
14209
14210 \begin_layout Plain Layout
14211
14212 }}
14213 \end_layout
14214
14215 \end_inset
14216
14217
14218 \begin_inset ERT
14219 status collapsed
14220
14221 \begin_layout Plain Layout
14222
14223
14224 \backslash
14225 fboxrule 0.4pt 
14226 \backslash
14227 fboxsep 3pt
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \end_layout
14234
14235 \begin_layout Standard
14236 \begin_inset VSpace medskip
14237 \end_inset
14238
14239 Comme on utilise une boîte de paragraphe comme argument de 
14240 \series bold
14241
14242 \backslash
14243 fbox
14244 \series default
14245 , il n'y a dans ce cas pas de différence entre 
14246 \series bold
14247
14248 \backslash
14249 fbox
14250 \series default
14251  et 
14252 \series bold
14253
14254 \backslash
14255 boxed
14256 \series default
14257 .
14258 \end_layout
14259
14260 \begin_layout Standard
14261 \begin_inset VSpace bigskip
14262 \end_inset
14263
14264 Les boîtes de paragraphes sont très utiles pour commenter directement des
14265  formules.
14266  Pour faire cela, on utilise la commande 
14267 \series bold
14268
14269 \backslash
14270 parbox
14271 \series default
14272  en combinaison avec la commande 
14273 \series bold
14274
14275 \backslash
14276 tag
14277 \series default
14278
14279 \begin_inset Foot
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283 plus au sujet de la commande 
14284 \series bold
14285
14286 \backslash
14287 tag
14288 \series default
14289 , voir 
14290 \begin_inset CommandInset ref
14291 LatexCommand ref
14292 reference "sub:Numérotation-personnalisée"
14293
14294 \end_inset
14295
14296 .
14297 \end_layout
14298
14299 \end_inset
14300
14301 .
14302 \end_layout
14303
14304 \begin_layout Standard
14305 Un exemple de formule commentée avec 
14306 \series bold
14307
14308 \backslash
14309 parbox
14310 \series default
14311 :
14312 \end_layout
14313
14314 \begin_layout Standard
14315 \begin_inset ERT
14316 status collapsed
14317
14318 \begin_layout Plain Layout
14319
14320
14321 \backslash
14322 [5x-7b=3b
14323 \backslash
14324 tag*{
14325 \backslash
14326 parbox{5cm}{
14327 \end_layout
14328
14329 \end_inset
14330
14331 Ceci est une description.
14332  Elle est clairement séparée de la formule et est multi-ligne.
14333 \begin_inset ERT
14334 status collapsed
14335
14336 \begin_layout Plain Layout
14337
14338 }}
14339 \backslash
14340 ]
14341 \end_layout
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \begin_layout Standard
14349 Une telle formule doit être complètement insérée en mode TeX, parce que
14350  LyX ne supporte pas encore la commande 
14351 \series bold
14352
14353 \backslash
14354 parbox
14355 \series default
14356  dans les formules.
14357  On crée la formule avec la suite de commandes suivante:
14358 \end_layout
14359
14360 \begin_layout Standard
14361 On insère la commande 
14362 \series bold
14363
14364 \backslash
14365 [5x-7b=3b
14366 \backslash
14367 tag*
14368 \backslash
14369 {
14370 \backslash
14371 parbox{5cm}{
14372 \series default
14373  en mode TeX.
14374 \begin_inset Foot
14375 status collapsed
14376
14377 \begin_layout Plain Layout
14378 Quand on utilise le style de formule 
14379 \series bold
14380 Indenté
14381 \series default
14382 , on peut aussi remplacer 
14383 \series bold
14384
14385 \backslash
14386 tag*
14387 \backslash
14388 {
14389 \series default
14390  par 
14391 \series bold
14392
14393 \backslash
14394 hfill
14395 \series default
14396 .
14397  (pour les styles de formules, voir 
14398 \begin_inset CommandInset ref
14399 LatexCommand ref
14400 reference "sec:Styles-de-formules"
14401
14402 \end_inset
14403
14404 ).
14405 \end_layout
14406
14407 \end_inset
14408
14409  Ensuite la description suit en texte normal et enfin on insère 
14410 \series bold
14411 }}
14412 \backslash
14413 ]
14414 \series default
14415  en mode TeX.
14416  Dans ces commandes, 
14417 \series bold
14418
14419 \backslash
14420 [
14421 \series default
14422  et 
14423 \series bold
14424
14425 \backslash
14426 ]
14427 \series default
14428  créent une formule hors ligne.
14429 \end_layout
14430
14431 \begin_layout Standard
14432 On peut voir les avantages de 
14433 \series bold
14434
14435 \backslash
14436 parbox
14437 \series default
14438  dans cet exemple qui a été commenté en utilisant du texte mathématique:
14439 \begin_inset Formula \[
14440 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}\]
14441
14442 \end_inset
14443
14444
14445 \end_layout
14446
14447 \begin_layout Section
14448 Opérateurs
14449 \begin_inset Index
14450 status collapsed
14451
14452 \begin_layout Plain Layout
14453 Opérateurs
14454 \end_layout
14455
14456 \end_inset
14457
14458
14459 \end_layout
14460
14461 \begin_layout Subsection
14462 Grands Opérateurs
14463 \begin_inset CommandInset label
14464 LatexCommand label
14465 name "sub:Grands-opérateurs"
14466
14467 \end_inset
14468
14469
14470 \begin_inset Index
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474 Opérateurs ! grands
14475 \end_layout
14476
14477 \end_inset
14478
14479
14480 \begin_inset Index
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484 Sommes
14485 \end_layout
14486
14487 \end_inset
14488
14489
14490 \begin_inset Index
14491 status collapsed
14492
14493 \begin_layout Plain Layout
14494 Intégrales
14495 \end_layout
14496
14497 \end_inset
14498
14499
14500 \end_layout
14501
14502 \begin_layout Standard
14503 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
14504  activer l'option 
14505 \family sans
14506 Utiliser
14507 \begin_inset space ~
14508 \end_inset
14509
14510 automatiquement le paquetage
14511 \begin_inset space ~
14512 \end_inset
14513
14514 esint
14515 \family default
14516  dans les 
14517 \family sans
14518 Options du mode math.
14519 \end_layout
14520
14521 \begin_layout Standard
14522
14523 \lang english
14524 \begin_inset space \hfill{}
14525 \end_inset
14526
14527
14528 \lang french
14529
14530 \begin_inset Tabular
14531 <lyxtabular version="3" rows="11" columns="2">
14532 <features>
14533 <column alignment="center" valignment="top" width="0pt">
14534 <column alignment="center" valignment="top" width="0pt">
14535 <row>
14536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 Commande
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 Résultat
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 </row>
14555 <row>
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560
14561 \backslash
14562 sum
14563 \begin_inset Index
14564 status collapsed
14565
14566 \begin_layout Plain Layout
14567 Commandes ! S ! 
14568 \backslash
14569 sum
14570 \end_layout
14571
14572 \end_inset
14573
14574
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 \begin_inset Formula $\sum$
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 </row>
14592 <row>
14593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597
14598 \backslash
14599 int
14600 \begin_inset Index
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604 Commandes ! I ! 
14605 \backslash
14606 int
14607 \end_layout
14608
14609 \end_inset
14610
14611
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620 \begin_inset Formula $\int$
14621 \end_inset
14622
14623
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 </row>
14629 <row>
14630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634
14635 \backslash
14636 intop
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645 \begin_inset Formula $\intop$
14646 \end_inset
14647
14648
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 </row>
14654 <row>
14655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659
14660 \backslash
14661 oint
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670 \begin_inset Formula $\oint$
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 </row>
14679 <row>
14680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684
14685 \backslash
14686 ointop
14687 \end_layout
14688
14689 \end_inset
14690 </cell>
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695 \begin_inset Formula $\ointop$
14696 \end_inset
14697
14698
14699 \end_layout
14700
14701 \end_inset
14702 </cell>
14703 </row>
14704 <row>
14705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Plain Layout
14709
14710 \backslash
14711 ointctrclockwise
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 \begin_inset Formula $\ointctrclockwise$
14721 \end_inset
14722
14723
14724 \end_layout
14725
14726 \end_inset
14727 </cell>
14728 </row>
14729 <row>
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734
14735 \backslash
14736 ointclockwise
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745 \begin_inset Formula $\ointclockwise$
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 </row>
14754 <row>
14755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759
14760 \backslash
14761 sqint
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770 \begin_inset Formula $\sqint$
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \end_inset
14777 </cell>
14778 </row>
14779 <row>
14780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14781 \begin_inset Text
14782
14783 \begin_layout Plain Layout
14784
14785 \backslash
14786 bigcap
14787 \end_layout
14788
14789 \end_inset
14790 </cell>
14791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 \begin_inset Formula $\bigcap$
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \end_inset
14802 </cell>
14803 </row>
14804 <row>
14805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809
14810 \backslash
14811 bigcup
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 \begin_inset Formula $\bigcup$
14821 \end_inset
14822
14823
14824 \end_layout
14825
14826 \end_inset
14827 </cell>
14828 </row>
14829 </lyxtabular>
14830
14831 \end_inset
14832
14833
14834 \begin_inset space \hfill{}
14835 \end_inset
14836
14837
14838 \begin_inset Tabular
14839 <lyxtabular version="3" rows="10" columns="2">
14840 <features>
14841 <column alignment="center" valignment="top" width="0pt">
14842 <column alignment="center" valignment="top" width="0pt">
14843 <row>
14844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848 Commande
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 Résultat
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 </row>
14863 <row>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \backslash
14870 prod
14871 \begin_inset Index
14872 status collapsed
14873
14874 \begin_layout Plain Layout
14875 Commandes ! P ! 
14876 \backslash
14877 prod
14878 \end_layout
14879
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 \begin_inset Formula $\prod$
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 </row>
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905
14906 \backslash
14907 coprod
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 \begin_inset Formula $\coprod$
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 <row>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \backslash
14932 bigodot
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 \begin_inset Formula $\bigodot$
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955
14956 \backslash
14957 bigotimes
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 \begin_inset Formula $\bigotimes$
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 </row>
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980
14981 \backslash
14982 bigoplus
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 \begin_inset Formula $\bigoplus$
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \backslash
15007 bigwedge
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset Formula $\bigwedge$
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 bigvee
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 \begin_inset Formula $\bigvee$
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 <row>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \backslash
15057 bigsqcup
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 \begin_inset Formula $\bigsqcup$
15067 \end_inset
15068
15069
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 </row>
15075 <row>
15076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \backslash
15082 biguplus
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 \begin_inset Formula $\biguplus$
15092 \end_inset
15093
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 </row>
15100 </lyxtabular>
15101
15102 \end_inset
15103
15104
15105 \lang english
15106
15107 \begin_inset space \hfill{}
15108 \end_inset
15109
15110
15111 \end_layout
15112
15113 \begin_layout Standard
15114 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
15115  
15116 \begin_inset Graphics
15117         filename ../../images/math/intop.png
15118         scale 85
15119
15120 \end_inset
15121
15122  de la barre d'outils mathématique.
15123 \end_layout
15124
15125 \begin_layout Standard
15126 On nomme ces opérateurs 
15127 \begin_inset Quotes eld
15128 \end_inset
15129
15130 grands
15131 \begin_inset Quotes erd
15132 \end_inset
15133
15134  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
15135  parfois.
15136  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
15137  dans la section qui suit.
15138 \end_layout
15139
15140 \begin_layout Standard
15141 Les opérateurs 
15142 \series bold
15143
15144 \backslash
15145 intop
15146 \series default
15147  et 
15148 \series bold
15149
15150 \backslash
15151 ointop
15152 \series default
15153  sont différents de respectivement
15154 \series bold
15155  
15156 \backslash
15157 int
15158 \series default
15159  et 
15160 \series bold
15161
15162 \backslash
15163 oint
15164 \series default
15165 , dans la manière dont sont affichés les limites, voir 
15166 \begin_inset CommandInset ref
15167 LatexCommand ref
15168 reference "sub:Limites-des-opérateurs"
15169
15170 \end_inset
15171
15172 .
15173  
15174 \end_layout
15175
15176 \begin_layout Subsubsection*
15177 Conseils pour les intégrales
15178 \end_layout
15179
15180 \begin_layout Standard
15181 La lettre 
15182 \emph on
15183 d
15184 \emph default
15185  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
15186  On le fait en sélectionnant le 
15187 \emph on
15188
15189 \emph default
15190 et en utilisant le raccourci clavier 
15191 \family sans
15192 Alt-c
15193 \begin_inset space ~
15194 \end_inset
15195
15196 r
15197 \family default
15198
15199 \begin_inset Foot
15200 status collapsed
15201
15202 \begin_layout Plain Layout
15203 Pour les styles de polices, voir 
15204 \begin_inset CommandInset ref
15205 LatexCommand ref
15206 reference "sub:Styles-de-polices"
15207
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \end_inset
15214
15215 .
15216  Pour finir, on insère une espace fine avant le 
15217 \emph on
15218
15219 \emph default
15220 puisque c'est l'habitude avec les opérateurs.
15221  Un exemple:
15222 \end_layout
15223
15224 \begin_layout Standard
15225 incorrect: 
15226 \begin_inset Formula $\int A(x)dx$
15227 \end_inset
15228
15229
15230 \begin_inset Newline newline
15231 \end_inset
15232
15233
15234 \begin_inset ERT
15235 status collapsed
15236
15237 \begin_layout Plain Layout
15238
15239
15240 \backslash
15241 hphantom{in}
15242 \end_layout
15243
15244 \end_inset
15245
15246 correct: 
15247 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \begin_layout Standard
15254 Pour les intégrales multiples, il y a les commandes suivantes:
15255 \begin_inset VSpace medskip
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \begin_layout Standard
15262 \begin_inset space \hfill{}
15263 \end_inset
15264
15265
15266 \begin_inset Tabular
15267 <lyxtabular version="3" rows="4" columns="2">
15268 <features>
15269 <column alignment="center" valignment="top" width="0">
15270 <column alignment="center" valignment="top" width="0">
15271 <row>
15272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 Commande
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 Résultat
15286 \begin_inset Note Note
15287 status collapsed
15288
15289 \begin_layout Plain Layout
15290
15291 \series bold
15292
15293 \backslash
15294 raisebox est seulement utilisée pour faire de la place
15295 \end_layout
15296
15297 \end_inset
15298
15299
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 </row>
15305 <row>
15306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310
15311 \backslash
15312 iint
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \backslash
15337 oiint
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15347 \end_inset
15348
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 </row>
15355 <row>
15356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360
15361 \backslash
15362 sqiint
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 </row>
15380 </lyxtabular>
15381
15382 \end_inset
15383
15384
15385 \begin_inset space \hfill{}
15386 \end_inset
15387
15388
15389 \begin_inset Tabular
15390 <lyxtabular version="3" rows="4" columns="2">
15391 <features>
15392 <column alignment="center" valignment="top" width="0">
15393 <column alignment="center" valignment="top" width="0">
15394 <row>
15395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399 Commande
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 Résultat
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 </row>
15414 <row>
15415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419
15420 \backslash
15421 iiint
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 </row>
15439 <row>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \backslash
15446 iiiint
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \backslash
15471 dotsint
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 </lyxtabular>
15490
15491 \end_inset
15492
15493
15494 \begin_inset space \hfill{}
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \begin_layout Subsection
15501 Limites des opérateurs
15502 \begin_inset CommandInset label
15503 LatexCommand label
15504 name "sub:Limites-des-opérateurs"
15505
15506 \end_inset
15507
15508
15509 \begin_inset Index
15510 status collapsed
15511
15512 \begin_layout Plain Layout
15513 Opérateurs ! Limites
15514 \end_layout
15515
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \begin_layout Standard
15522 Les limites sont créées avec les indices et les exposants:
15523 \end_layout
15524
15525 \begin_layout Standard
15526 \align center
15527 \begin_inset Tabular
15528 <lyxtabular version="3" rows="2" columns="2">
15529 <features>
15530 <column alignment="center" valignment="top" width="0pt">
15531 <column alignment="center" valignment="top" width="0pt">
15532 <row>
15533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537 Commande
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546 Résultat
15547 \begin_inset Note Note
15548 status collapsed
15549
15550 \begin_layout Plain Layout
15551
15552 \series bold
15553
15554 \backslash
15555 raisebox est seulement utilisée pour faire de la place
15556 \end_layout
15557
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 </row>
15566 <row>
15567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571
15572 \backslash
15573 prod^
15574 \backslash
15575 infty
15576 \begin_inset ERT
15577 status collapsed
15578
15579 \begin_layout Plain Layout
15580
15581
15582 \backslash
15583 spce 
15584 \end_layout
15585
15586 \end_inset
15587
15588
15589 \begin_inset Formula $\to$
15590 \end_inset
15591
15592 _0
15593 \begin_inset Formula $\to$
15594 \end_inset
15595
15596 A(x)
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15606 \end_inset
15607
15608
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 </row>
15614 </lyxtabular>
15615
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \begin_layout Standard
15622 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15623  Pour les formules hors ligne, les limites sont placées au dessus ou en
15624  dessous de l'opérateur, sauf pour les limites des intégrales.
15625 \end_layout
15626
15627 \begin_layout Standard
15628 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15629  après l'opérateur et on change le type de limite avec le menu 
15630 \family sans
15631 Éditer\SpecialChar \menuseparator
15632 Math\SpecialChar \menuseparator
15633 Changer
15634 \begin_inset space ~
15635 \end_inset
15636
15637 le
15638 \begin_inset space ~
15639 \end_inset
15640
15641 type
15642 \begin_inset space ~
15643 \end_inset
15644
15645 de
15646 \begin_inset space ~
15647 \end_inset
15648
15649 limites
15650 \family default
15651  pour 
15652 \family sans
15653 En
15654 \begin_inset space ~
15655 \end_inset
15656
15657 ligne
15658 \family default
15659  (raccourci 
15660 \family sans
15661 Alt-m
15662 \begin_inset space ~
15663 \end_inset
15664
15665 l
15666 \family default
15667 ).
15668  Un exemple:
15669 \end_layout
15670
15671 \begin_layout Standard
15672 Par défaut les limites ont ce type:
15673 \begin_inset Formula \[
15674 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15675
15676 \end_inset
15677
15678 Voici à quoi elles ressemblent si on change le type des limites à 
15679 \family sans
15680 En
15681 \begin_inset space ~
15682 \end_inset
15683
15684 ligne
15685 \family default
15686 :
15687 \begin_inset Formula \[
15688 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15689
15690 \end_inset
15691
15692 Pour les intégrales, à part pour 
15693 \series bold
15694
15695 \backslash
15696 intop
15697 \series default
15698  et 
15699 \series bold
15700
15701 \backslash
15702 ointop
15703 \series default
15704 , les limites sont placées par défaut après l'opérateur.
15705  Mais pour les intégrales multiples les limites sont souvent placées sous
15706  l'opérateur.
15707  Dans l'exemple suivant, le type de limites a donc été mis à 
15708 \series bold
15709 Hors
15710 \begin_inset space ~
15711 \end_inset
15712
15713 ligne 
15714 \series default
15715 et elles sont donc placées sous les intégrales:
15716 \begin_inset Formula \begin{equation}
15717 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15718
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \begin_layout Standard
15725 \begin_inset VSpace medskip
15726 \end_inset
15727
15728 Pour préciser des conditions pour les limites, on utilise les commandes
15729  
15730 \series bold
15731
15732 \backslash
15733 subarray
15734 \series default
15735
15736 \begin_inset Index
15737 status collapsed
15738
15739 \begin_layout Plain Layout
15740 Commandes ! S ! 
15741 \backslash
15742 subarray
15743 \end_layout
15744
15745 \end_inset
15746
15747  et 
15748 \series bold
15749
15750 \backslash
15751 substack
15752 \series default
15753
15754 \begin_inset Index
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758 Commandes ! S ! 
15759 \backslash
15760 substack
15761 \end_layout
15762
15763 \end_inset
15764
15765 .
15766  Par exemple, pour obtenir cette expression 
15767 \begin_inset Formula \begin{equation}
15768 \sum_{\begin{subarray}{c}
15769 0<k<1000\\
15770 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15771
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \begin_layout Standard
15778 on doit faire ceci:
15779 \begin_inset Newline newline
15780 \end_inset
15781
15782 D'abord taper la commande 
15783 \series bold
15784
15785 \backslash
15786 sum
15787 \series default
15788 ^
15789 \series bold
15790 n
15791 \begin_inset ERT
15792 status collapsed
15793
15794 \begin_layout Plain Layout
15795
15796
15797 \backslash
15798 spce 
15799 \end_layout
15800
15801 \end_inset
15802
15803 _
15804 \series default
15805  .
15806  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
15807  on y insère la commande 
15808 \series bold
15809
15810 \backslash
15811 subarray
15812 \begin_inset ERT
15813 status collapsed
15814
15815 \begin_layout Plain Layout
15816
15817
15818 \backslash
15819 spce 
15820 \end_layout
15821
15822 \end_inset
15823
15824
15825 \series default
15826 .
15827  La boîte bleue se trouve maintenant dans une boîte violette et on peut
15828  écrire plusieurs lignes les unes au dessus des autres.
15829  On crée une nouvelle ligne en insérant un saut de ligne (
15830 \family sans
15831 Ctrl-Entrée
15832 \family default
15833 ).
15834  Maintenant, quand on tape
15835 \begin_inset Newline newline
15836 \end_inset
15837
15838
15839 \series bold
15840 0<k<1000 Ctrl-Entrée
15841 \begin_inset Newline newline
15842 \end_inset
15843
15844
15845 \series default
15846 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
15847 \end_layout
15848
15849 \begin_layout Standard
15850 L'alignement des lignes peut être modifié en alignement à gauche avec la
15851  barre d'outils 
15852 \family sans
15853 Tableaux
15854 \family default
15855  ou avec le menu 
15856 \family sans
15857 Éditer\SpecialChar \menuseparator
15858 Lignes
15859 \begin_inset space ~
15860 \end_inset
15861
15862 &
15863 \begin_inset space ~
15864 \end_inset
15865
15866 colonnes
15867 \family default
15868 .
15869  Pour avoir un alignement à droite, on insère un 
15870 \series bold
15871
15872 \backslash
15873 hfill
15874 \begin_inset ERT
15875 status collapsed
15876
15877 \begin_layout Plain Layout
15878
15879
15880 \backslash
15881 spce 
15882 \end_layout
15883
15884 \end_inset
15885
15886
15887 \series default
15888  au début de la ligne.
15889 \end_layout
15890
15891 \begin_layout Standard
15892 La commande 
15893 \series bold
15894
15895 \backslash
15896 substack
15897 \series default
15898  est équivalente à 
15899 \series bold
15900
15901 \backslash
15902 subarray
15903 \series default
15904  avec la différence que les lignes sont toujours centrées.
15905 \end_layout
15906
15907 \begin_layout Standard
15908 \begin_inset VSpace bigskip
15909 \end_inset
15910
15911 Comme dans le cas de la formule 
15912 \begin_inset CommandInset ref
15913 LatexCommand eqref
15914 reference "eq:substack"
15915
15916 \end_inset
15917
15918 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
15919 s qui suivent l'opérateur se trouvent après la limite.
15920 \end_layout
15921
15922 \begin_layout Standard
15923 Pour éviter cela, on peut utiliser la macro suivante dans le préambule LaTeX:
15924 \end_layout
15925
15926 \begin_layout Standard
15927
15928 \series bold
15929
15930 \backslash
15931 def
15932 \backslash
15933 clap#1{
15934 \backslash
15935 hbox to 0pt{
15936 \backslash
15937 hss #1
15938 \backslash
15939 hss}}
15940 \begin_inset Newline newline
15941 \end_inset
15942
15943
15944 \backslash
15945 def
15946 \backslash
15947 mathclap {
15948 \backslash
15949 mathpalette 
15950 \backslash
15951 mathclapinternal}
15952 \begin_inset Newline newline
15953 \end_inset
15954
15955
15956 \backslash
15957 def
15958 \backslash
15959 mathclapinternal #1#2{
15960 \backslash
15961 clap{$
15962 \backslash
15963 mathsurround =0pt #1{#2}$}}
15964 \end_layout
15965
15966 \begin_layout Standard
15967 Elle définit la commande 
15968 \series bold
15969
15970 \backslash
15971 mathclap
15972 \series default
15973
15974 \begin_inset Index
15975 status collapsed
15976
15977 \begin_layout Plain Layout
15978 Commandes ! M ! 
15979 \backslash
15980 mathclap
15981 \end_layout
15982
15983 \end_inset
15984
15985  qui met la largeur de la limite à 0
15986 \begin_inset space \thinspace{}
15987 \end_inset
15988
15989 pt.
15990  La syntaxe de la commande est:
15991 \end_layout
15992
15993 \begin_layout Standard
15994
15995 \series bold
15996
15997 \backslash
15998 mathclap{limite}
15999 \end_layout
16000
16001 \begin_layout Standard
16002 où la limite peut être composée de plusieurs conditions.
16003 \end_layout
16004
16005 \begin_layout Standard
16006 Appliqué à la formule 
16007 \begin_inset CommandInset ref
16008 LatexCommand eqref
16009 reference "eq:substack"
16010
16011 \end_inset
16012
16013 , on utilise la commande
16014 \end_layout
16015
16016 \begin_layout Standard
16017
16018 \series bold
16019
16020 \backslash
16021 sum_
16022 \backslash
16023 mathclap{
16024 \backslash
16025 substack
16026 \begin_inset ERT
16027 status collapsed
16028
16029 \begin_layout Plain Layout
16030
16031
16032 \backslash
16033 spce 
16034 \end_layout
16035
16036 \end_inset
16037
16038 0<k<1000 Ctrl-Enter
16039 \end_layout
16040
16041 \begin_layout Standard
16042 pour créer la limite inférieure.
16043  L'opérande est maintenant juste après l'opérateur de sommation:
16044 \begin_inset Formula \[
16045 \sum_{\mathclap{\substack{0<k<1000\\
16046 \\k\,\in\,\mathbb{N}}
16047 }}^{n}k^{-2}\]
16048
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \begin_layout Standard
16055 \begin_inset VSpace bigskip
16056 \end_inset
16057
16058 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
16059 \begin_inset CommandInset ref
16060 LatexCommand ref
16061 reference "sub:Opérateurs-personnalisés"
16062
16063 \end_inset
16064
16065 .
16066 \end_layout
16067
16068 \begin_layout Subsection
16069 Opérateurs binaires
16070 \begin_inset CommandInset label
16071 LatexCommand label
16072 name "sub:Opérateurs-binaires"
16073
16074 \end_inset
16075
16076
16077 \begin_inset Index
16078 status collapsed
16079
16080 \begin_layout Plain Layout
16081 Opérateurs ! binaires
16082 \end_layout
16083
16084 \end_inset
16085
16086
16087 \end_layout
16088
16089 \begin_layout Standard
16090 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
16091  avant et après eux.
16092 \begin_inset VSpace medskip
16093 \end_inset
16094
16095
16096 \end_layout
16097
16098 \begin_layout Standard
16099
16100 \lang english
16101 \begin_inset space \hfill{}
16102 \end_inset
16103
16104
16105 \lang french
16106
16107 \begin_inset Tabular
16108 <lyxtabular version="3" rows="13" columns="2">
16109 <features>
16110 <column alignment="center" valignment="top" width="0pt">
16111 <column alignment="center" valignment="top" width="0pt">
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 Commande
16118 \begin_inset Note Note
16119 status collapsed
16120
16121 \begin_layout Plain Layout
16122
16123 \series bold
16124
16125 \backslash
16126 raisebox est seulement utilisée pour faire de la place
16127 \end_layout
16128
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140 Résultat
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 </row>
16146 <row>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 +
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 \begin_inset Formula $+$
16161 \end_inset
16162
16163
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 </row>
16169 <row>
16170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 -
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 \begin_inset Formula $-$
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \backslash
16199 pm
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 \begin_inset Formula $\pm$
16209 \end_inset
16210
16211
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 </row>
16217 <row>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222
16223 \backslash
16224 mp
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 \begin_inset Formula $\mp$
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 </row>
16242 <row>
16243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \backslash
16249 cdot
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 \begin_inset Formula $\cdot$
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 </row>
16267 <row>
16268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272
16273 \backslash
16274 times
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 \begin_inset Formula $\times$
16284 \end_inset
16285
16286
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 </row>
16292 <row>
16293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297
16298 \backslash
16299 div
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308 \begin_inset Formula $\div$
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \end_inset
16315 </cell>
16316 </row>
16317 <row>
16318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322 \begin_inset ERT
16323 status collapsed
16324
16325 \begin_layout Plain Layout
16326
16327
16328 \backslash
16329 raisebox{-1.2mm}{
16330 \end_layout
16331
16332 \end_inset
16333
16334 *
16335 \begin_inset ERT
16336 status collapsed
16337
16338 \begin_layout Plain Layout
16339
16340 }
16341 \end_layout
16342
16343 \end_inset
16344
16345
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 \begin_inset Formula $*$
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 </row>
16363 <row>
16364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368
16369 \backslash
16370 star
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 \begin_inset Formula $\star$
16380 \end_inset
16381
16382
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 </row>
16388 <row>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393
16394 \backslash
16395 circ
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 \begin_inset Formula $\circ$
16405 \end_inset
16406
16407
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 </row>
16413 <row>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418
16419 \backslash
16420 diamond
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 \begin_inset Formula $\diamond$
16430 \end_inset
16431
16432
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 </row>
16438 <row>
16439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443
16444 \backslash
16445 bullet
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 \begin_inset Formula $\bullet$
16455 \end_inset
16456
16457
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 </lyxtabular>
16464
16465 \end_inset
16466
16467
16468 \begin_inset space \hfill{}
16469 \end_inset
16470
16471
16472 \begin_inset Tabular
16473 <lyxtabular version="3" rows="13" columns="2">
16474 <features>
16475 <column alignment="center" valignment="top" width="0pt">
16476 <column alignment="center" valignment="top" width="0pt">
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 Commande
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 Résultat
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 <row>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502
16503 \backslash
16504 nabla
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 \begin_inset Formula $\nabla$
16514 \end_inset
16515
16516
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 </row>
16522 <row>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527
16528 \backslash
16529 bigtriangledown
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $\bigtriangledown$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552
16553 \backslash
16554 bigtriangleup
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 \begin_inset Formula $\bigtriangleup$
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 </row>
16572 <row>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577
16578 \backslash
16579 Box
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 \begin_inset Formula $\Box$
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602
16603 \backslash
16604 cap 
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 \begin_inset Formula $\cap$
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 </row>
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627
16628 \backslash
16629 cup
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Formula $\cup$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 <row>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652
16653 \backslash
16654 dagger
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 \begin_inset Formula $\dagger$
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 <row>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677
16678 \backslash
16679 ddagger
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 \begin_inset Formula $\ddagger$
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702
16703 \backslash
16704 wr
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 \begin_inset Formula $\wr$
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 </row>
16722 <row>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727
16728 \backslash
16729 bigcirc
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 \begin_inset Formula $\bigcirc$
16739 \end_inset
16740
16741
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 </row>
16747 <row>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752
16753 \backslash
16754 wedge
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 \begin_inset Formula $\wedge$
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 </row>
16772 <row>
16773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777
16778 \backslash
16779 vee
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 \begin_inset Formula $\vee$
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 </lyxtabular>
16798
16799 \end_inset
16800
16801
16802 \begin_inset space \hfill{}
16803 \end_inset
16804
16805
16806 \begin_inset Tabular
16807 <lyxtabular version="3" rows="13" columns="2">
16808 <features>
16809 <column alignment="center" valignment="top" width="0pt">
16810 <column alignment="center" valignment="top" width="0pt">
16811 <row>
16812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 Commande
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 Résultat
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 oplus
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\oplus$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \backslash
16863 ominus
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $\ominus$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 otimes
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\otimes$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 oslash
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\oslash$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 <row>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \backslash
16938 odot
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 \begin_inset Formula $\odot$
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961
16962 \backslash
16963 amalg
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\amalg$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 <row>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986
16987 \backslash
16988 uplus
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997 \begin_inset Formula $\uplus$
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 <row>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \backslash
17013 setminus
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 \begin_inset Formula $\setminus$
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 <row>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036
17037 \backslash
17038 sqcap
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047 \begin_inset Formula $\sqcap$
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 </row>
17056 <row>
17057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061
17062 \backslash
17063 sqcup
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 \begin_inset Formula $\sqcup$
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 </row>
17081 <row>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086
17087 \backslash
17088 triangleleft
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $\triangleleft$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row>
17107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111
17112 \backslash
17113 triangleright
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122 \begin_inset Formula $\triangleright$
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 </row>
17131 </lyxtabular>
17132
17133 \end_inset
17134
17135
17136 \begin_inset space \hfill{}
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143 Tous les opérateurs binaires peuvent être insérés avec le bouton 
17144 \begin_inset Graphics
17145         filename ../../images/math/pm.png
17146         scale 85
17147
17148 \end_inset
17149
17150  de la barre d'outils mathématique.
17151 \end_layout
17152
17153 \begin_layout Standard
17154 Pour obtenir l'opérateur Laplacien, on peut utiliser 
17155 \series bold
17156
17157 \backslash
17158 Delta
17159 \series default
17160  ou 
17161 \series bold
17162
17163 \backslash
17164 nabla
17165 \series default
17166 ^
17167 \series bold
17168 2
17169 \series default
17170  (
17171 \begin_inset Formula $\nabla^{2}$
17172 \end_inset
17173
17174 ) à la place de 
17175 \series bold
17176
17177 \backslash
17178 bigtriangleup
17179 \series default
17180  .
17181 \end_layout
17182
17183 \begin_layout Standard
17184 Le caractère 
17185 \family sans
17186 Séparateur
17187 \begin_inset space ~
17188 \end_inset
17189
17190 de
17191 \begin_inset space ~
17192 \end_inset
17193
17194 menu
17195 \family default
17196  du menu 
17197 \family sans
17198 Insérer\SpecialChar \menuseparator
17199 Caractères
17200 \begin_inset space ~
17201 \end_inset
17202
17203 spécial
17204 \family default
17205  est en fait l'opérateur 
17206 \series bold
17207
17208 \backslash
17209 triangleright
17210 \series default
17211 .
17212 \end_layout
17213
17214 \begin_layout Subsection
17215 Opérateurs personnalisés
17216 \begin_inset CommandInset label
17217 LatexCommand label
17218 name "sub:Opérateurs-personnalisés"
17219
17220 \end_inset
17221
17222
17223 \begin_inset Index
17224 status collapsed
17225
17226 \begin_layout Plain Layout
17227 Opérateurs ! personnalisés
17228 \end_layout
17229
17230 \end_inset
17231
17232
17233 \end_layout
17234
17235 \begin_layout Standard
17236 Avec l'aide de la commande 
17237 \series bold
17238
17239 \backslash
17240 DeclareMathOperator
17241 \series default
17242
17243 \begin_inset Index
17244 status collapsed
17245
17246 \begin_layout Plain Layout
17247 Commandes ! D ! 
17248 \backslash
17249 dbinom@
17250 \backslash
17251 DeclareMathOperator
17252 \end_layout
17253
17254 \end_inset
17255
17256 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
17257  La syntaxe de la commande est:
17258 \end_layout
17259
17260 \begin_layout Standard
17261
17262 \series bold
17263
17264 \backslash
17265 DeclareMathOperator{nouvelle commande}{affichage}
17266 \end_layout
17267
17268 \begin_layout Standard
17269 L'affichage peut être composé de caractères ou de symboles qui définissent
17270  comment l'opérateur doit apparaître dans la sortie finale.
17271  Pour définir un grand opérateur, on met une * après la commande.
17272  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
17273  c'est décrit dans 
17274 \begin_inset CommandInset ref
17275 LatexCommand ref
17276 reference "sub:Limites-des-opérateurs"
17277
17278 \end_inset
17279
17280 .
17281 \end_layout
17282
17283 \begin_layout Standard
17284 Par exemple la ligne 
17285 \end_layout
17286
17287 \begin_layout Standard
17288
17289 \series bold
17290
17291 \backslash
17292 DeclareMathOperator*{
17293 \backslash
17294 Losange}{
17295 \backslash
17296 blacklozenge}
17297 \end_layout
17298
17299 \begin_layout Standard
17300 dans le préambule LaTeX définit la commande 
17301 \series bold
17302
17303 \backslash
17304 Losange
17305 \series default
17306 , qui insère un grand opérateur qui consiste en un symbole losange venant
17307  de 
17308 \begin_inset CommandInset ref
17309 LatexCommand ref
17310 reference "sub:Symboles-divers"
17311
17312 \end_inset
17313
17314 :
17315 \begin_inset Formula \[
17316 \Losange_{n=1}^{\infty}\]
17317
17318 \end_inset
17319
17320 La commande utilisée pour cette formule est: 
17321 \series bold
17322
17323 \backslash
17324 Losange
17325 \series default
17326 ^
17327 \series bold
17328
17329 \backslash
17330 infty
17331 \begin_inset Formula $\to$
17332 \end_inset
17333
17334 _n=1
17335 \end_layout
17336
17337 \begin_layout Standard
17338 \begin_inset VSpace bigskip
17339 \end_inset
17340
17341 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
17342  document, on peut aussi le définir avec les commandes 
17343 \series bold
17344
17345 \backslash
17346 mathop
17347 \series default
17348
17349 \begin_inset Index
17350 status collapsed
17351
17352 \begin_layout Plain Layout
17353 Commandes ! M ! 
17354 \backslash
17355 mathop
17356 \end_layout
17357
17358 \end_inset
17359
17360  et 
17361 \series bold
17362
17363 \backslash
17364 mathbin
17365 \series default
17366
17367 \begin_inset Index
17368 status collapsed
17369
17370 \begin_layout Plain Layout
17371 Commandes ! M ! 
17372 \backslash
17373 mathbin
17374 \end_layout
17375
17376 \end_inset
17377
17378 , qui ont les syntaxes suivantes:
17379 \end_layout
17380
17381 \begin_layout Standard
17382
17383 \series bold
17384
17385 \backslash
17386 mathop{affichage}
17387 \series default
17388  et 
17389 \series bold
17390
17391 \backslash
17392 mathbin{affichage}
17393 \end_layout
17394
17395 \begin_layout Standard
17396
17397 \series bold
17398
17399 \backslash
17400 mathop
17401 \series default
17402  définit des grands opérateurs et 
17403 \series bold
17404
17405 \backslash
17406 mathbin
17407 \series default
17408  des opérateurs binaires.
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414
17415 \backslash
17416 mathop
17417 \series default
17418  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17419 \end_layout
17420
17421 \begin_layout Standard
17422 \begin_inset Formula \[
17423 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17424
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \begin_layout Standard
17431 La commande pour la formule précédente est:
17432 \begin_inset Newline newline
17433 \end_inset
17434
17435
17436 \series bold
17437
17438 \backslash
17439 mathop{
17440 \backslash
17441 sum
17442 \backslash
17443 negmedspace
17444 \backslash
17445 sum
17446 \series default
17447
17448 \begin_inset ERT
17449 status collapsed
17450
17451 \begin_layout Plain Layout
17452
17453
17454 \backslash
17455 spce 
17456 \end_layout
17457
17458 \end_inset
17459
17460
17461 \series bold
17462
17463 \begin_inset Formula $\to$
17464 \end_inset
17465
17466 ^N
17467 \series default
17468
17469 \begin_inset ERT
17470 status collapsed
17471
17472 \begin_layout Plain Layout
17473
17474
17475 \backslash
17476 spce 
17477 \end_layout
17478
17479 \end_inset
17480
17481
17482 \series bold
17483 _i,j=1
17484 \end_layout
17485
17486 \begin_layout Section
17487 Polices de caractères
17488 \begin_inset Index
17489 status collapsed
17490
17491 \begin_layout Plain Layout
17492 Polices de caractères
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \begin_inset Index
17499 status collapsed
17500
17501 \begin_layout Plain Layout
17502 Fontes| see
17503 \begin_inset ERT
17504 status collapsed
17505
17506 \begin_layout Plain Layout
17507
17508 {
17509 \end_layout
17510
17511 \end_inset
17512
17513 Polices de caractères
17514 \begin_inset ERT
17515 status collapsed
17516
17517 \begin_layout Plain Layout
17518
17519 }
17520 \end_layout
17521
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \begin_layout Subsection
17533 Styles de polices
17534 \begin_inset CommandInset label
17535 LatexCommand label
17536 name "sub:Styles-de-polices"
17537
17538 \end_inset
17539
17540
17541 \begin_inset Index
17542 status collapsed
17543
17544 \begin_layout Plain Layout
17545 Polices de caractères ! style
17546 \end_layout
17547
17548 \end_inset
17549
17550
17551 \end_layout
17552
17553 \begin_layout Standard
17554 Dans les formules on peut affecter aux lettres latines un des styles de
17555  police suivant:
17556 \begin_inset VSpace -2mm
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \begin_layout Standard
17563 \align center
17564 \begin_inset Tabular
17565 <lyxtabular version="3" rows="6" columns="3">
17566 <features>
17567 <column alignment="center" valignment="top" width="0">
17568 <column alignment="center" valignment="top" width="0">
17569 <column alignment="center" valignment="top" width="0">
17570 <row>
17571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 Commande
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 Résultat
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 Raccourci
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 </row>
17599 <row>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604
17605 \backslash
17606 mathbb
17607 \begin_inset ERT
17608 status collapsed
17609
17610 \begin_layout Plain Layout
17611
17612
17613 \backslash
17614 spce 
17615 \end_layout
17616
17617 \end_inset
17618
17619 ABC
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Formula $\mathbb{ABC}$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 Alt-c c
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \backslash
17653 mathbf
17654 \begin_inset ERT
17655 status collapsed
17656
17657 \begin_layout Plain Layout
17658
17659
17660 \backslash
17661 spce 
17662 \end_layout
17663
17664 \end_inset
17665
17666 AbC
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675 \begin_inset Formula $\mathbf{AbC}$
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 -
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 </row>
17693 <row>
17694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698
17699 \backslash
17700 boldsymbol
17701 \begin_inset ERT
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705
17706
17707 \backslash
17708 spce 
17709 \end_layout
17710
17711 \end_inset
17712
17713 AbC
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Formula $\boldsymbol{AbC}$
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 Alt-c b
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 </row>
17740 <row>
17741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745
17746 \backslash
17747 mathcal
17748 \begin_inset ERT
17749 status collapsed
17750
17751 \begin_layout Plain Layout
17752
17753
17754 \backslash
17755 spce 
17756 \end_layout
17757
17758 \end_inset
17759
17760 ABC
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769 \begin_inset Formula $\mathcal{ABC}$
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 Alt-c e
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 <row>
17788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792
17793 \backslash
17794 mathfrak
17795 \begin_inset ERT
17796 status collapsed
17797
17798 \begin_layout Plain Layout
17799
17800
17801 \backslash
17802 spce 
17803 \end_layout
17804
17805 \end_inset
17806
17807 AbC
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 \begin_inset Formula $\mathfrak{AbC}$
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 -
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 </row>
17834 </lyxtabular>
17835
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \begin_layout Standard
17842 \align center
17843 \begin_inset Tabular
17844 <lyxtabular version="3" rows="5" columns="3">
17845 <features>
17846 <column alignment="center" valignment="top" width="0">
17847 <column alignment="center" valignment="top" width="0">
17848 <column alignment="center" valignment="top" width="0">
17849 <row>
17850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854 Commande
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863 Résultat
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 Raccourci
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 </row>
17878 <row>
17879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883
17884 \backslash
17885 mathit
17886 \begin_inset ERT
17887 status collapsed
17888
17889 \begin_layout Plain Layout
17890
17891
17892 \backslash
17893 spce 
17894 \end_layout
17895
17896 \end_inset
17897
17898 AbC
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 \begin_inset Formula $\mathit{AbC}$
17908 \end_inset
17909
17910
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919 -
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 </row>
17925 <row>
17926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930
17931 \backslash
17932 mathrm
17933 \begin_inset ERT
17934 status collapsed
17935
17936 \begin_layout Plain Layout
17937
17938
17939 \backslash
17940 spce 
17941 \end_layout
17942
17943 \end_inset
17944
17945 AbC
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 \begin_inset Formula $\mathrm{AbC}$
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966 Alt-c r
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 </row>
17972 <row>
17973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977
17978 \backslash
17979 mathsf
17980 \begin_inset ERT
17981 status collapsed
17982
17983 \begin_layout Plain Layout
17984
17985
17986 \backslash
17987 spce 
17988 \end_layout
17989
17990 \end_inset
17991
17992 AbC
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 \begin_inset Formula $\mathsf{AbC}$
18002 \end_inset
18003
18004
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013 Alt-c s
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 </row>
18019 <row>
18020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024
18025 \backslash
18026 mathtt
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 spce 
18035 \end_layout
18036
18037 \end_inset
18038
18039 AbC
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 \begin_inset Formula $\mathtt{AbC}$
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 Alt-c p
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 </row>
18066 </lyxtabular>
18067
18068 \end_inset
18069
18070
18071 \end_layout
18072
18073 \begin_layout Standard
18074 \begin_inset Note Greyedout
18075 status open
18076
18077 \begin_layout Plain Layout
18078
18079 \series bold
18080 Note:
18081 \series default
18082  Les styles 
18083 \series bold
18084
18085 \backslash
18086 mathbb
18087 \series default
18088  et 
18089 \series bold
18090
18091 \backslash
18092 mathcal
18093 \series default
18094  ne peuvent être utilisés que pour les lettres majuscules.
18095 \end_layout
18096
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \begin_layout Standard
18103 Le style prédéfini est 
18104 \series bold
18105
18106 \backslash
18107 mathnormal
18108 \series default
18109 .
18110 \end_layout
18111
18112 \begin_layout Standard
18113 Les commandes de style fonctionnent aussi pour des caractères dans des construct
18114 ions mathématiques:
18115 \begin_inset Formula \[
18116 \mathfrak{A=\frac{b}{C}}\]
18117
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \begin_layout Standard
18124 Les caractères en texte mathématique n'apparaissent pas avec un style de
18125  police mathématique mais avec le style de police texte 
18126 \series bold
18127
18128 \backslash
18129 textrm
18130 \series default
18131 .
18132  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
18133  de style est un bug de LyX.
18134 \begin_inset Foot
18135 status collapsed
18136
18137 \begin_layout Plain Layout
18138 \begin_inset CommandInset href
18139 LatexCommand href
18140 name "LyX-bug #4091"
18141 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18142
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \begin_layout Standard
18154 À la place des commandes de style, on peut utiliser le menu 
18155 \family sans
18156 Éditer\SpecialChar \menuseparator
18157 Math\SpecialChar \menuseparator
18158 Style
18159 \begin_inset space ~
18160 \end_inset
18161
18162 de
18163 \begin_inset space ~
18164 \end_inset
18165
18166 Texte
18167 \family default
18168  ou le bouton 
18169 \begin_inset Graphics
18170         filename ../../images/math/font.png
18171         scale 85
18172
18173 \end_inset
18174
18175  de la barre d'outils mathématique.
18176 \end_layout
18177
18178 \begin_layout Subsection
18179 Formules en gras
18180 \begin_inset CommandInset label
18181 LatexCommand label
18182 name "sub:Formules-en-gras"
18183
18184 \end_inset
18185
18186
18187 \begin_inset Index
18188 status collapsed
18189
18190 \begin_layout Plain Layout
18191 Formules ! en gras
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \end_layout
18198
18199 \begin_layout Standard
18200 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
18201  
18202 \series bold
18203
18204 \backslash
18205 mathbf
18206 \series default
18207  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
18208  grecques minuscules.
18209  En plus elle affiche toujours les lettres latines en caractères droits,
18210  comme dans l'équation suivante:
18211 \end_layout
18212
18213 \begin_layout Standard
18214 \begin_inset Formula \[
18215 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}\]
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Standard
18223 Pour afficher cette formule correctement; on utilise la commande 
18224 \series bold
18225
18226 \backslash
18227 boldsymbol
18228 \series default
18229 :
18230 \begin_inset Formula \[
18231 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}\]
18232
18233 \end_inset
18234
18235 Il est aussi possible de mettre l'équation dans un environnement 
18236 \series bold
18237 boldmath
18238 \series default
18239 .
18240  On crée cet environnement en insérant la commande 
18241 \series bold
18242
18243 \backslash
18244 boldmath
18245 \begin_inset Index
18246 status collapsed
18247
18248 \begin_layout Plain Layout
18249 Commandes ! B ! 
18250 \backslash
18251 boldmath
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \series default
18258  en mode TeX.
18259  Pour terminer l'environnement, on insère la commande 
18260 \series bold
18261
18262 \backslash
18263 unboldmath
18264 \begin_inset Index
18265 status collapsed
18266
18267 \begin_layout Plain Layout
18268 Commandes ! U ! 
18269 \backslash
18270 unboldmath
18271 \end_layout
18272
18273 \end_inset
18274
18275
18276 \series default
18277  toujours en mode TeX.
18278 \begin_inset ERT
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282
18283
18284 \backslash
18285 boldmath 
18286 \end_layout
18287
18288 \end_inset
18289
18290
18291 \begin_inset Formula \[
18292 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}\]
18293
18294 \end_inset
18295
18296
18297 \begin_inset ERT
18298 status collapsed
18299
18300 \begin_layout Plain Layout
18301
18302
18303 \backslash
18304 unboldmath 
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \begin_layout Subsection
18313 Tailles de polices
18314 \begin_inset CommandInset label
18315 LatexCommand label
18316 name "sub:Tailles-polices"
18317
18318 \end_inset
18319
18320
18321 \begin_inset Index
18322 status collapsed
18323
18324 \begin_layout Plain Layout
18325 Polices ! tailles
18326 \end_layout
18327
18328 \end_inset
18329
18330
18331 \end_layout
18332
18333 \begin_layout Standard
18334 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18335  les caractères qui sont dans le texte, les commandes de changement de taille
18336  suivantes:
18337 \end_layout
18338
18339 \begin_layout Standard
18340
18341 \series bold
18342
18343 \backslash
18344 Huge
18345 \series default
18346
18347 \series bold
18348
18349 \backslash
18350 huge
18351 \series default
18352
18353 \series bold
18354
18355 \backslash
18356 LARGE
18357 \series default
18358
18359 \series bold
18360
18361 \backslash
18362 Large
18363 \series default
18364
18365 \series bold
18366
18367 \backslash
18368 large
18369 \series default
18370
18371 \series bold
18372
18373 \backslash
18374 normalsize
18375 \series default
18376
18377 \series bold
18378
18379 \backslash
18380 small
18381 \series default
18382 ,
18383 \begin_inset Newline newline
18384 \end_inset
18385
18386
18387 \series bold
18388
18389 \backslash
18390 footnotesize
18391 \series default
18392
18393 \series bold
18394
18395 \backslash
18396 scriptsize
18397 \series default
18398 , et 
18399 \series bold
18400
18401 \backslash
18402 tiny
18403 \begin_inset Foot
18404 status collapsed
18405
18406 \begin_layout Plain Layout
18407 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
18408  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \begin_layout Standard
18417 La taille des caractères produits par ces commandes dépend de la taille
18418  de police du document, qui correspond à la commande 
18419 \series bold
18420
18421 \backslash
18422 normalsize
18423 \series default
18424 .
18425  Les autres commandes produisent des tailles plus ou moins grandes que 
18426 \series bold
18427
18428 \backslash
18429 normalsize
18430 \series default
18431 .
18432  La taille de la police ne peut donc pas dépasser une certaine valeur.
18433  Par exemple, pour un document dans une police de taille 12
18434 \begin_inset space \thinspace{}
18435 \end_inset
18436
18437 pt, la commande 
18438 \series bold
18439
18440 \backslash
18441 Huge
18442 \series default
18443  va donner la même taille que 
18444 \series bold
18445
18446 \backslash
18447 huge
18448 \series default
18449 .
18450  
18451 \end_layout
18452
18453 \begin_layout Standard
18454 Une commande de changement de taille est insérée en mode TeX avant la formule
18455  et fixe la taille de toutes les formules qui suivent ainsi que celle des
18456  caractères du texte.
18457  Pour revenir à la taille initiale, on doit insérer la commande 
18458 \series bold
18459
18460 \backslash
18461 normalsize
18462 \series default
18463  en mode TeX après la formule.
18464 \end_layout
18465
18466 \begin_layout Standard
18467 À l'intérieur de la formule, on ne peut changer la taille que des caractères
18468  ou des symboles qui sont en mode texte mathématique.
18469  Pour le faire, on insère la commande de changement de taille en mode texte
18470  mathématique.
18471  Tous les caractères qui suivent jusqu'à la fin du texte mathématique ou
18472  jusqu'à ce que la taille soit de nouveau modifiée, auront la taille choisie.
18473  Deux exemples:
18474 \begin_inset VSpace -2mm
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \begin_layout Standard
18481 \begin_inset ERT
18482 status collapsed
18483
18484 \begin_layout Plain Layout
18485
18486
18487 \backslash
18488 huge 
18489 \end_layout
18490
18491 \end_inset
18492
18493
18494 \begin_inset Formula \[
18495 A=\frac{B}{c}\cdot\maltese\]
18496
18497 \end_inset
18498
18499
18500 \begin_inset Formula \[
18501 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18502
18503 \end_inset
18504
18505
18506 \begin_inset ERT
18507 status collapsed
18508
18509 \begin_layout Plain Layout
18510
18511
18512 \backslash
18513 normalsize 
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \begin_layout Standard
18522 \begin_inset VSpace medskip
18523 \end_inset
18524
18525 Avant les deux formules, on a inséré la commande 
18526 \series bold
18527
18528 \backslash
18529 huge
18530 \series default
18531 .
18532  La commande utilisée pour la deuxième formule est:
18533 \begin_inset Newline newline
18534 \end_inset
18535
18536
18537 \series bold
18538
18539 \backslash
18540 maltese
18541 \begin_inset ERT
18542 status collapsed
18543
18544 \begin_layout Plain Layout
18545
18546
18547 \backslash
18548 spce 
18549 \end_layout
18550
18551 \end_inset
18552
18553 A Alt-m m 
18554 \backslash
18555 Large
18556 \begin_inset ERT
18557 status collapsed
18558
18559 \begin_layout Plain Layout
18560
18561
18562 \backslash
18563 spce 
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \backslash
18570 maltese
18571 \begin_inset ERT
18572 status collapsed
18573
18574 \begin_layout Plain Layout
18575
18576
18577 \backslash
18578 spce 
18579 \end_layout
18580
18581 \end_inset
18582
18583
18584 \backslash
18585 textit
18586 \begin_inset ERT
18587 status collapsed
18588
18589 \begin_layout Plain Layout
18590
18591
18592 \backslash
18593 spce 
18594 \end_layout
18595
18596 \end_inset
18597
18598 A
18599 \begin_inset Formula $\to$
18600 \end_inset
18601
18602
18603 \begin_inset Formula $\to$
18604 \end_inset
18605
18606
18607 \begin_inset Newline newline
18608 \end_inset
18609
18610
18611 \series default
18612
18613 \begin_inset space \hspace*{}
18614 \length 1cm
18615 \end_inset
18616
18617
18618 \series bold
18619 Alt-m
18620 \series default
18621  
18622 \series bold
18623
18624 \backslash
18625 tiny
18626 \begin_inset ERT
18627 status collapsed
18628
18629 \begin_layout Plain Layout
18630
18631
18632 \backslash
18633 spce 
18634 \end_layout
18635
18636 \end_inset
18637
18638
18639 \backslash
18640 maltese
18641 \begin_inset ERT
18642 status collapsed
18643
18644 \begin_layout Plain Layout
18645
18646
18647 \backslash
18648 spce 
18649 \end_layout
18650
18651 \end_inset
18652
18653
18654 \backslash
18655 textit
18656 \begin_inset ERT
18657 status collapsed
18658
18659 \begin_layout Plain Layout
18660
18661
18662 \backslash
18663 spce 
18664 \end_layout
18665
18666 \end_inset
18667
18668 A
18669 \end_layout
18670
18671 \begin_layout Standard
18672 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
18673  affiché dans la taille par défaut
18674 \end_layout
18675
18676 \begin_layout Section
18677 Les lettres grecques
18678 \begin_inset Index
18679 status collapsed
18680
18681 \begin_layout Plain Layout
18682 Lettres grecques
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \begin_layout Standard
18691 On peut insérer toutes les lettres grecques avec le bouton 
18692 \begin_inset Graphics
18693         filename ../../images/math/alpha.png
18694         scale 85
18695
18696 \end_inset
18697
18698  de la barre d'outils mathématiques.
18699 \end_layout
18700
18701 \begin_layout Subsection
18702 Lettres minuscules
18703 \begin_inset CommandInset label
18704 LatexCommand label
18705 name "sub:Minuscules"
18706
18707 \end_inset
18708
18709
18710 \begin_inset Index
18711 status collapsed
18712
18713 \begin_layout Plain Layout
18714 Lettres grecques ! minuscules
18715 \end_layout
18716
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \begin_layout Standard
18723
18724 \lang english
18725 \begin_inset space \hfill{}
18726 \end_inset
18727
18728
18729 \lang french
18730
18731 \begin_inset Tabular
18732 <lyxtabular version="3" rows="11" columns="2">
18733 <features>
18734 <column alignment="center" valignment="top" width="0pt">
18735 <column alignment="center" valignment="top" width="0pt">
18736 <row>
18737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741 Commande
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18747 \begin_inset Text
18748
18749 \begin_layout Plain Layout
18750 Résultat
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 </row>
18756 <row>
18757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18758 \begin_inset Text
18759
18760 \begin_layout Plain Layout
18761
18762 \backslash
18763 alpha
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772 \begin_inset Formula $\alpha$
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 </row>
18781 <row>
18782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \backslash
18788 beta
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797 \begin_inset Formula $\beta$
18798 \end_inset
18799
18800
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 </row>
18806 <row>
18807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18808 \begin_inset Text
18809
18810 \begin_layout Plain Layout
18811
18812 \backslash
18813 gamma
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 \begin_inset Formula $\gamma$
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 </row>
18831 <row>
18832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \backslash
18838 delta
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847 \begin_inset Formula $\delta$
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 </row>
18856 <row>
18857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861
18862 \backslash
18863 epsilon
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 \begin_inset Formula $\epsilon$
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 </row>
18881 <row>
18882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \backslash
18888 varepsilon
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897 \begin_inset Formula $\varepsilon$
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 </row>
18906 <row>
18907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911
18912 \backslash
18913 zeta
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 \begin_inset Formula $\zeta$
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 </row>
18931 <row>
18932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936
18937 \backslash
18938 eta
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947 \begin_inset Formula $\eta$
18948 \end_inset
18949
18950
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 </row>
18956 <row>
18957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961
18962 \backslash
18963 theta
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972 \begin_inset Formula $\theta$
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 </row>
18981 <row>
18982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \backslash
18988 vartheta
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 \begin_inset Formula $\vartheta$
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 </row>
19006 </lyxtabular>
19007
19008 \end_inset
19009
19010
19011 \begin_inset space \hfill{}
19012 \end_inset
19013
19014
19015 \begin_inset Tabular
19016 <lyxtabular version="3" rows="12" columns="2">
19017 <features>
19018 <column alignment="center" valignment="top" width="0pt">
19019 <column alignment="center" valignment="top" width="0pt">
19020 <row>
19021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025 Commande
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034 Résultat
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 </row>
19040 <row>
19041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \backslash
19047 iota
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 \begin_inset Formula $\iota$
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 </row>
19065 <row>
19066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070
19071 \backslash
19072 kappa
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 \begin_inset Formula $\kappa$
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 </row>
19090 <row>
19091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095
19096 \backslash
19097 varkappa
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 \begin_inset Formula $\varkappa$
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 </row>
19115 <row>
19116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19117 \begin_inset Text
19118
19119 \begin_layout Plain Layout
19120
19121 \backslash
19122 lambda
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131 \begin_inset Formula $\lambda$
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \backslash
19147 mu
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 \begin_inset Formula $\mu$
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 </row>
19165 <row>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \backslash
19172 nu
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 \begin_inset Formula $\nu$
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 </row>
19190 <row>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \backslash
19197 xi
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 \begin_inset Formula $\xi$
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 </row>
19215 <row>
19216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 o
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 \begin_inset Formula $o$
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 </row>
19238 <row>
19239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243
19244 \backslash
19245 pi
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254 \begin_inset Formula $\pi$
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 </row>
19263 <row>
19264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268
19269 \backslash
19270 varpi
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279 \begin_inset Formula $\varpi$
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293
19294 \backslash
19295 rho
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 \begin_inset Formula $\rho$
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 </row>
19313 </lyxtabular>
19314
19315 \end_inset
19316
19317
19318 \begin_inset space \hfill{}
19319 \end_inset
19320
19321
19322 \begin_inset Tabular
19323 <lyxtabular version="3" rows="11" columns="2">
19324 <features>
19325 <column alignment="center" valignment="top" width="0pt">
19326 <column alignment="center" valignment="top" width="0pt">
19327 <row>
19328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 Commande
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 Résultat
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 </row>
19347 <row>
19348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352
19353 \backslash
19354 varrho
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 \begin_inset Formula $\varrho$
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 </row>
19372 <row>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377
19378 \backslash
19379 sigma
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 \begin_inset Formula $\sigma$
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \backslash
19404 varsigma
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Formula $\varsigma$
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 </row>
19422 <row>
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427
19428 \backslash
19429 tau
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 \begin_inset Formula $\tau$
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 </row>
19447 <row>
19448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452
19453 \backslash
19454 upsilon
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 \begin_inset Formula $\upsilon$
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 </row>
19472 <row>
19473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477
19478 \backslash
19479 phi
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488 \begin_inset Formula $\phi$
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 </row>
19497 <row>
19498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502
19503 \backslash
19504 varphi
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513 \begin_inset Formula $\varphi$
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 </row>
19522 <row>
19523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527
19528 \backslash
19529 chi
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538 \begin_inset Formula $\chi$
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 <row>
19548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552
19553 \backslash
19554 psi
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563 \begin_inset Formula $\psi$
19564 \end_inset
19565
19566
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 </row>
19572 <row>
19573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577
19578 \backslash
19579 omega
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 \begin_inset Formula $\omega$
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 </row>
19597 </lyxtabular>
19598
19599 \end_inset
19600
19601
19602 \lang english
19603
19604 \begin_inset space \hfill{}
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \begin_layout Standard
19611 \begin_inset VSpace medskip
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \begin_layout Standard
19618 On explique comment obtenir des lettres grecques droites dans 
19619 \begin_inset CommandInset ref
19620 LatexCommand ref
19621 reference "sub:minuscules-grecques-droites"
19622
19623 \end_inset
19624
19625 .
19626 \end_layout
19627
19628 \begin_layout Subsection
19629 Lettres majuscules
19630 \begin_inset Index
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634 Lettres grecques ! majuscules
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Standard
19643
19644 \lang english
19645 \begin_inset space \hfill{}
19646 \end_inset
19647
19648
19649 \lang french
19650
19651 \begin_inset Tabular
19652 <lyxtabular version="3" rows="7" columns="2">
19653 <features>
19654 <column alignment="center" valignment="top" width="0pt">
19655 <column alignment="center" valignment="top" width="0pt">
19656 <row>
19657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 Commande
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670 Résultat
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 </row>
19676 <row>
19677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681
19682 \backslash
19683 Gamma
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 \begin_inset Formula $\Gamma$
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 <row>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \backslash
19708 Delta
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717 \begin_inset Formula $\Delta$
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 </row>
19726 <row>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731
19732 \backslash
19733 Theta
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 \begin_inset Formula $\Theta$
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 </row>
19751 <row>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \backslash
19758 Lambda
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\Lambda$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781
19782 \backslash
19783 Xi
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 \begin_inset Formula $\Xi$
19793 \end_inset
19794
19795
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 </row>
19801 <row>
19802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806
19807 \backslash
19808 Pi
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 \begin_inset Formula $\Pi$
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 </lyxtabular>
19827
19828 \end_inset
19829
19830
19831 \begin_inset space \hfill{}
19832 \end_inset
19833
19834
19835 \begin_inset Tabular
19836 <lyxtabular version="3" rows="6" columns="2">
19837 <features>
19838 <column alignment="center" valignment="top" width="0pt">
19839 <column alignment="center" valignment="top" width="0pt">
19840 <row>
19841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845 Commande
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 Résultat
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 </row>
19860 <row>
19861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865
19866 \backslash
19867 Sigma
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876 \begin_inset Formula $\Sigma$
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 </row>
19885 <row>
19886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890
19891 \backslash
19892 Upsilon
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901 \begin_inset Formula $\Upsilon$
19902 \end_inset
19903
19904
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 </row>
19910 <row>
19911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915
19916 \backslash
19917 Phi
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926 \begin_inset Formula $\Phi$
19927 \end_inset
19928
19929
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 </row>
19935 <row>
19936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940
19941 \backslash
19942 Psi
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951 \begin_inset Formula $\Psi$
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 </row>
19960 <row>
19961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965
19966 \backslash
19967 Omega
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976 \begin_inset Formula $\Omega$
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 </row>
19985 </lyxtabular>
19986
19987 \end_inset
19988
19989
19990 \lang english
19991
19992 \begin_inset space \hfill{}
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \begin_layout Standard
19999 \begin_inset VSpace medskip
20000 \end_inset
20001
20002 Le fait que les lettres grecques majuscules apparaissent droites provient
20003  d'un défaut de conception quand TeX a été développé.
20004  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
20005  commande par 
20006 \series bold
20007 var
20008 \series default
20009 .
20010  Par exemple, la commande 
20011 \series bold
20012
20013 \backslash
20014 varGamma
20015 \series default
20016  produit: 
20017 \begin_inset Formula $\varGamma$
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \begin_layout Subsection
20024 Lettres grasses
20025 \begin_inset Index
20026 status collapsed
20027
20028 \begin_layout Plain Layout
20029 Lettres grecques ! grasses
20030 \end_layout
20031
20032 \end_inset
20033
20034
20035 \end_layout
20036
20037 \begin_layout Standard
20038 Les lettres grecques ne peuvent être mise dans différents styles de polices
20039  comme les lettres latines.
20040  Elles peuvent seulement être mises en gras avec la commande 
20041 \series bold
20042
20043 \backslash
20044 boldsymbol
20045 \series default
20046
20047 \begin_inset Index
20048 status collapsed
20049
20050 \begin_layout Plain Layout
20051 Commandes ! B ! 
20052 \backslash
20053 boldsymbol
20054 \end_layout
20055
20056 \end_inset
20057
20058 .
20059 \end_layout
20060
20061 \begin_layout Standard
20062 \align center
20063 \begin_inset Tabular
20064 <lyxtabular version="3" rows="3" columns="2">
20065 <features>
20066 <column alignment="center" valignment="top" width="0">
20067 <column alignment="center" valignment="top" width="0">
20068 <row>
20069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 Commande
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 Résultat
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 <row>
20089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093
20094 \backslash
20095 Upsilon
20096 \backslash
20097 boldsymbol
20098 \backslash
20099 Upsilon
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 <row>
20118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122
20123 \backslash
20124 theta
20125 \backslash
20126 boldsymbol
20127 \backslash
20128 theta
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset Formula $\theta\boldsymbol{\theta}$
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 </row>
20146 </lyxtabular>
20147
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \begin_layout Section
20154 Symboles
20155 \begin_inset ERT
20156 status collapsed
20157
20158 \begin_layout Plain Layout
20159
20160
20161 \backslash
20162 texorpdfstring{
20163 \end_layout
20164
20165 \end_inset
20166
20167
20168 \begin_inset Foot
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20173  être trouvée dans 
20174 \begin_inset CommandInset citation
20175 LatexCommand cite
20176 key "Symbole"
20177
20178 \end_inset
20179
20180 .
20181 \end_layout
20182
20183 \end_inset
20184
20185
20186 \begin_inset ERT
20187 status collapsed
20188
20189 \begin_layout Plain Layout
20190
20191 }{}
20192 \end_layout
20193
20194 \end_inset
20195
20196
20197 \begin_inset Note Note
20198 status collapsed
20199
20200 \begin_layout Plain Layout
20201
20202 \backslash
20203 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20204  dans les signets PDF.
20205 \end_layout
20206
20207 \begin_layout Plain Layout
20208 Plus au sujet de 
20209 \backslash
20210 texorpdfstring dans la section 
20211 \begin_inset CommandInset ref
20212 LatexCommand ref
20213 reference "sub:formules-dans-les-entêtes"
20214
20215 \end_inset
20216
20217 .
20218 \end_layout
20219
20220 \end_inset
20221
20222
20223 \begin_inset Index
20224 status collapsed
20225
20226 \begin_layout Plain Layout
20227 Symboles
20228 \end_layout
20229
20230 \end_inset
20231
20232
20233 \end_layout
20234
20235 \begin_layout Standard
20236 Plusieurs symboles listés dans cette section peuvent aussi être insérés
20237  grâce aux boutons 
20238 \begin_inset Graphics
20239         filename ../../images/math/nabla.png
20240         scale 85
20241
20242 \end_inset
20243
20244  et 
20245 \begin_inset Graphics
20246         filename ../../images/math/digamma.png
20247         scale 85
20248
20249 \end_inset
20250
20251  de la barre d'outils mathématique.
20252 \end_layout
20253
20254 \begin_layout Subsection
20255 Symboles mathématiques
20256 \begin_inset CommandInset label
20257 LatexCommand label
20258 name "sub:Symboles-mathématiques"
20259
20260 \end_inset
20261
20262
20263 \begin_inset Index
20264 status collapsed
20265
20266 \begin_layout Plain Layout
20267 Symboles ! mathématiques
20268 \end_layout
20269
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \begin_layout Standard
20276 \begin_inset space \hfill{}
20277 \end_inset
20278
20279
20280 \begin_inset Tabular
20281 <lyxtabular version="3" rows="10" columns="2">
20282 <features>
20283 <column alignment="center" valignment="top" width="0pt">
20284 <column alignment="center" valignment="top" width="0pt">
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 Commande
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299 Résultat
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 </row>
20305 <row>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310
20311 \backslash
20312 neg
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 \begin_inset Formula $\neg$
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 </row>
20330 <row>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335
20336 \backslash
20337 Im
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset Formula $\Im$
20347 \end_inset
20348
20349
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 </row>
20355 <row>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \backslash
20362 Re
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 \begin_inset Formula $\Re$
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 </row>
20380 <row>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385
20386 \backslash
20387 aleph
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396 \begin_inset Formula $\aleph$
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 </row>
20405 <row>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410
20411 \backslash
20412 partial
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421 \begin_inset Formula $\partial$
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 </row>
20430 <row>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435
20436 \backslash
20437 infty
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446 \begin_inset Formula $\infty$
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \backslash
20462 wp
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471 \begin_inset Formula $\wp$
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \backslash
20487 imath
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Formula $\imath$
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \backslash
20512 jmath
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $\jmath$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 </lyxtabular>
20531
20532 \end_inset
20533
20534
20535 \begin_inset space \hfill{}
20536 \end_inset
20537
20538
20539 \begin_inset Tabular
20540 <lyxtabular version="3" rows="10" columns="2">
20541 <features>
20542 <column alignment="center" valignment="top" width="0pt">
20543 <column alignment="center" valignment="top" width="0pt">
20544 <row>
20545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 Commande
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558 Résultat
20559 \begin_inset Note Note
20560 status collapsed
20561
20562 \begin_layout Plain Layout
20563
20564 \series bold
20565
20566 \backslash
20567 raisebox est seulement utilisée pour faire de la place
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 </row>
20578 <row>
20579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583
20584 \backslash
20585 forall
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594 \begin_inset Formula $\forall$
20595 \end_inset
20596
20597
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 </row>
20603 <row>
20604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20605 \begin_inset Text
20606
20607 \begin_layout Plain Layout
20608
20609 \backslash
20610 exists
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 \begin_inset Formula $\exists$
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 </row>
20628 <row>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633
20634 \backslash
20635 nexists
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20641 \begin_inset Text
20642
20643 \begin_layout Plain Layout
20644 \begin_inset Formula $\nexists$
20645 \end_inset
20646
20647
20648 \end_layout
20649
20650 \end_inset
20651 </cell>
20652 </row>
20653 <row>
20654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658
20659 \backslash
20660 emptyset
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669 \begin_inset Formula $\emptyset$
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 </row>
20678 <row>
20679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683
20684 \backslash
20685 varnothing
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20691 \begin_inset Text
20692
20693 \begin_layout Plain Layout
20694 \begin_inset Formula $\varnothing$
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 </row>
20703 <row>
20704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708
20709 \backslash
20710 dag
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719 \begin_inset Formula $\dag$
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 </row>
20728 <row>
20729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733
20734 \backslash
20735 ddag
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744 \begin_inset Formula $\ddag$
20745 \end_inset
20746
20747
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 </row>
20753 <row>
20754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758
20759 \backslash
20760 complement
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769 \begin_inset ERT
20770 status collapsed
20771
20772 \begin_layout Plain Layout
20773
20774
20775 \backslash
20776 raisebox{-0.8mm}{
20777 \end_layout
20778
20779 \end_inset
20780
20781
20782 \begin_inset Formula $\complement$
20783 \end_inset
20784
20785
20786 \begin_inset ERT
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790
20791 }
20792 \end_layout
20793
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 </row>
20802 <row>
20803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807
20808 \backslash
20809 Bbbk
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Formula $\Bbbk$
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 </lyxtabular>
20828
20829 \end_inset
20830
20831
20832 \begin_inset space \hfill{}
20833 \end_inset
20834
20835
20836 \begin_inset Tabular
20837 <lyxtabular version="3" rows="10" columns="2">
20838 <features>
20839 <column alignment="center" valignment="top" width="0pt">
20840 <column alignment="center" valignment="top" width="0pt">
20841 <row>
20842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 Commande
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 Résultat
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866
20867 \backslash
20868 prime
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 \begin_inset Formula $\prime$
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \backslash
20893 backprime
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902 \begin_inset Formula $\backprime$
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 </row>
20911 <row>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \backslash
20918 mho
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $\mho$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 <row>
20937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941
20942 \backslash
20943 triangle
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Formula $\triangle$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 </row>
20961 <row>
20962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966
20967 \backslash
20968 angle
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 \begin_inset Formula $\angle$
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 <row>
20987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991
20992 \backslash
20993 measuredangle
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 \begin_inset Formula $\measuredangle$
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 </row>
21011 <row>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \backslash
21018 sphericalangle
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset Formula $\sphericalangle$
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 </row>
21036 <row>
21037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041
21042 \backslash
21043 top
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052 \begin_inset Formula $\top$
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 </row>
21061 <row>
21062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066
21067 \backslash
21068 bot
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Formula $\bot$
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 </row>
21086 </lyxtabular>
21087
21088 \end_inset
21089
21090
21091 \begin_inset space \hfill{}
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Standard
21098 \begin_inset Newpage newpage
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \begin_layout Subsection
21105 Symboles divers
21106 \begin_inset CommandInset label
21107 LatexCommand label
21108 name "sub:Symboles-divers"
21109
21110 \end_inset
21111
21112
21113 \begin_inset Index
21114 status collapsed
21115
21116 \begin_layout Plain Layout
21117 Symboles ! divers
21118 \end_layout
21119
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \begin_layout Standard
21126 \noindent
21127 \align center
21128 \begin_inset Tabular
21129 <lyxtabular version="3" rows="10" columns="2">
21130 <features>
21131 <column alignment="center" valignment="top" width="0pt">
21132 <column alignment="center" valignment="top" width="0pt">
21133 <row>
21134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138 Commande
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 Résultat
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 </row>
21153 <row>
21154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158
21159 \backslash
21160 flat
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $\flat$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 </row>
21178 <row>
21179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183
21184 \backslash
21185 natural
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194 \begin_inset Formula $\natural$
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 </row>
21203 <row>
21204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208
21209 \backslash
21210 sharp
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219 \begin_inset Formula $\sharp$
21220 \end_inset
21221
21222
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 <row>
21229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233
21234 \backslash
21235 surd
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 \begin_inset Formula $\surd$
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 </row>
21253 <row>
21254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258
21259 \backslash
21260 checkmark
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\checkmark$
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row>
21279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283
21284 \backslash
21285 yen
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 \begin_inset Formula $\yen$
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 </row>
21303 <row>
21304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308
21309 \backslash
21310 pounds
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319 \begin_inset Formula $\pounds$
21320 \end_inset
21321
21322
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 </row>
21328 <row>
21329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333 $
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset Formula $\$$
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 </row>
21351 <row>
21352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356 §
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365 \begin_inset Formula $§$
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 </row>
21374 </lyxtabular>
21375
21376 \end_inset
21377
21378
21379 \begin_inset Tabular
21380 <lyxtabular version="3" rows="10" columns="2">
21381 <features>
21382 <column alignment="center" valignment="top" width="0">
21383 <column alignment="center" valignment="top" width="0">
21384 <row>
21385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 Commande
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 Résultat
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409
21410 \backslash
21411 hbar
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Formula $\hbar$
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 </row>
21429 <row>
21430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434
21435 \backslash
21436 hslash
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Formula $\hslash$
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459
21460 \backslash
21461 clubsuit
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 \begin_inset Formula $\clubsuit$
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 </row>
21479 <row>
21480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484
21485 \backslash
21486 spadesuit
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495 \begin_inset Formula $\spadesuit$
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 </row>
21504 <row>
21505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \backslash
21511 bigstar
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520 \begin_inset Formula $\bigstar$
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534
21535 \backslash
21536 blacklozenge
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 \begin_inset Formula $\blacklozenge$
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 </row>
21554 <row>
21555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559
21560 \backslash
21561 blacktriangle
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 \begin_inset Formula $\blacktriangle$
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 </row>
21579 <row>
21580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584
21585 \backslash
21586 blacktiangledown
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 \begin_inset Formula $\blacktriangledown$
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 <row>
21605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609
21610 \backslash
21611 bullet
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620 \begin_inset Formula $\bullet$
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 </row>
21629 </lyxtabular>
21630
21631 \end_inset
21632
21633
21634 \begin_inset Tabular
21635 <lyxtabular version="3" rows="10" columns="2">
21636 <features>
21637 <column alignment="center" valignment="top" width="0pt">
21638 <column alignment="center" valignment="top" width="0pt">
21639 <row>
21640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 Commande
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 Résultat
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 </row>
21659 <row>
21660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664
21665 \backslash
21666 diamondsuit
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675 \begin_inset Formula $\diamondsuit$
21676 \end_inset
21677
21678
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 </row>
21684 <row>
21685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689
21690 \backslash
21691 Diamond
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 \begin_inset Formula $\Diamond$
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \backslash
21716 heartsuit
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 \begin_inset Formula $\heartsuit$
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 </row>
21734 <row>
21735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739
21740 \backslash
21741 P
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 \begin_inset Formula $\P$
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 </row>
21759 <row>
21760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764
21765 \backslash
21766 copyright
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Formula $\copyright$
21776 \end_inset
21777
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 <row>
21785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \backslash
21791 circledR
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 \begin_inset Formula $\circledR$
21801 \end_inset
21802
21803
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 </row>
21809 <row>
21810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814
21815 \backslash
21816 maltese
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 \begin_inset Formula $\maltese$
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 <row>
21835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839
21840 \backslash
21841 diagup
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 \begin_inset Formula $\diagup$
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 </row>
21859 <row>
21860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864
21865 \backslash
21866 diagdown
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875 \begin_inset Formula $\diagdown$
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 </lyxtabular>
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \begin_layout Standard
21892 \begin_inset VSpace medskip
21893 \end_inset
21894
21895 D'autres symboles sont listés dans 
21896 \begin_inset CommandInset ref
21897 LatexCommand ref
21898 reference "sub:Caractères-spéciaux-divers"
21899
21900 \end_inset
21901
21902 .
21903 \end_layout
21904
21905 \begin_layout Standard
21906 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
21907 \begin_inset CommandInset ref
21908 LatexCommand ref
21909 reference "sub:Tailles-polices"
21910
21911 \end_inset
21912
21913 .
21914 \end_layout
21915
21916 \begin_layout Subsection
21917 Le symbole de l'Euro €
21918 \begin_inset Index
21919 status collapsed
21920
21921 \begin_layout Plain Layout
21922 Symboles ! symbole de l'Euro
21923 \end_layout
21924
21925 \end_inset
21926
21927
21928 \begin_inset Index
21929 status collapsed
21930
21931 \begin_layout Plain Layout
21932 \begin_inset ERT
21933 status collapsed
21934
21935 \begin_layout Plain Layout
21936
21937
21938 \backslash
21939 officialeuro
21940 \end_layout
21941
21942 \end_inset
21943
21944
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \begin_layout Standard
21953 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
21954  paquetage LaTeX 
21955 \series bold
21956 eurosym
21957 \series default
21958
21959 \begin_inset Index
21960 status collapsed
21961
21962 \begin_layout Plain Layout
21963 Paquetages ! eurosym
21964 \end_layout
21965
21966 \end_inset
21967
21968  et le charger avec la ligne suivante dans le préambule LaTeX
21969 \end_layout
21970
21971 \begin_layout Standard
21972
21973 \series bold
21974
21975 \backslash
21976 usepackage[gennarrow]{eurosym}
21977 \end_layout
21978
21979 \begin_layout Standard
21980 Le symbole de l'Euro peut alors être inséré avec la commande 
21981 \series bold
21982
21983 \backslash
21984 euro
21985 \series default
21986
21987 \begin_inset Index
21988 status collapsed
21989
21990 \begin_layout Plain Layout
21991 Commandes ! E ! 
21992 \backslash
21993 euro
21994 \end_layout
21995
21996 \end_inset
21997
21998 .
21999 \end_layout
22000
22001 \begin_layout Standard
22002 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
22003 e avec la touche €, sans avoir à installer le paquetage 
22004 \series bold
22005 eurosym
22006 \series default
22007 .
22008  Quand 
22009 \series bold
22010 eurosym
22011 \series default
22012  est installé, on peut aussi insérer la commande 
22013 \series bold
22014
22015 \backslash
22016 euro
22017 \series default
22018  en mode TeX.
22019  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
22020  
22021 \series bold
22022
22023 \backslash
22024 officialeuro
22025 \series default
22026
22027 \begin_inset Index
22028 status collapsed
22029
22030 \begin_layout Plain Layout
22031 Commandes ! O ! 
22032 \backslash
22033 officialeuro
22034 \end_layout
22035
22036 \end_inset
22037
22038 , qui n'est utilisable qu'en mode TeX.
22039 \end_layout
22040
22041 \begin_layout Standard
22042 \begin_inset ERT
22043 status collapsed
22044
22045 \begin_layout Plain Layout
22046
22047
22048 \backslash
22049 ifeurosym 
22050 \end_layout
22051
22052 \end_inset
22053
22054
22055 \begin_inset Note Note
22056 status open
22057
22058 \begin_layout Plain Layout
22059 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
22060 \series bold
22061 eurosym
22062 \series default
22063  est installé.
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Standard
22072 Un aperçu des différents symboles de l'Euro:
22073 \end_layout
22074
22075 \begin_layout Standard
22076 \align center
22077 \begin_inset Tabular
22078 <lyxtabular version="3" rows="4" columns="3">
22079 <features>
22080 <column alignment="center" valignment="top" width="0pt">
22081 <column alignment="center" valignment="top" width="0pt">
22082 <column alignment="center" valignment="top" width="0pt">
22083 <row>
22084 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 Commande 
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 Résultat
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 <row>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 formule
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126
22127 \backslash
22128 euro
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 \begin_inset Formula $\euro$
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 <row>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 texte mathématique
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Formula $\mbox{€}$
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 mode TeX
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192
22193 \backslash
22194 officialeuro
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 \begin_inset ERT
22204 status collapsed
22205
22206 \begin_layout Plain Layout
22207
22208
22209 \backslash
22210 officialeuro
22211 \end_layout
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 </lyxtabular>
22222
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \begin_layout Standard
22229 \begin_inset ERT
22230 status collapsed
22231
22232 \begin_layout Plain Layout
22233
22234
22235 \backslash
22236 else 
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \begin_inset Note Note
22243 status open
22244
22245 \begin_layout Plain Layout
22246 Ce qui suit sera affiché si le paquetage LaTeX 
22247 \series bold
22248 eurosym
22249 \series default
22250  n'est pas installé:
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Standard
22259 Vous devez installer le paquetage LaTeX 
22260 \series bold
22261 eurosym
22262 \series default
22263  pour voir le reste de cette section dans la sortie imprimée.
22264 \end_layout
22265
22266 \begin_layout Standard
22267 \begin_inset ERT
22268 status collapsed
22269
22270 \begin_layout Plain Layout
22271
22272
22273 \backslash
22274 fi 
22275 \end_layout
22276
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \begin_layout Section
22283 Opérateurs de relation
22284 \begin_inset CommandInset label
22285 LatexCommand label
22286 name "sec:Relations"
22287
22288 \end_inset
22289
22290
22291 \begin_inset Index
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295 Relations
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \begin_inset Index
22302 status collapsed
22303
22304 \begin_layout Plain Layout
22305 Comparaisons|see
22306 \begin_inset ERT
22307 status collapsed
22308
22309 \begin_layout Plain Layout
22310
22311 {
22312 \end_layout
22313
22314 \end_inset
22315
22316 Relations
22317 \begin_inset ERT
22318 status collapsed
22319
22320 \begin_layout Plain Layout
22321
22322 }
22323 \end_layout
22324
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Standard
22336 Tous les opérateurs de relation peuvent aussi être insérés en passant par
22337  le bouton 
22338 \begin_inset Graphics
22339         filename ../../images/math/leq.png
22340         scale 85
22341
22342 \end_inset
22343
22344  de la barre d'outils.
22345 \end_layout
22346
22347 \begin_layout Standard
22348
22349 \lang english
22350 \begin_inset space \hfill{}
22351 \end_inset
22352
22353
22354 \lang french
22355
22356 \begin_inset Tabular
22357 <lyxtabular version="3" rows="17" columns="2">
22358 <features>
22359 <column alignment="center" valignment="top" width="0pt">
22360 <column alignment="center" valignment="top" width="0pt">
22361 <row>
22362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 Commande
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375 Résultat
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 <
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395 \begin_inset Formula $<$
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 </row>
22404 <row>
22405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409
22410 \backslash
22411 le
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420 \begin_inset Formula $\le$
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 <row>
22430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434
22435 \backslash
22436 ll
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 \begin_inset Formula $\ll$
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 </row>
22454 <row>
22455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459
22460 \backslash
22461 prec
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 \begin_inset Formula $\prec$
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 </row>
22479 <row>
22480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484
22485 \backslash
22486 preceq
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495 \begin_inset Formula $\preceq$
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 </row>
22504 <row>
22505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \backslash
22511 subset
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 \begin_inset Formula $\subset$
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 </row>
22529 <row>
22530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534
22535 \backslash
22536 subseteq
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 \begin_inset Formula $\subseteq$
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 </row>
22554 <row>
22555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559
22560 \backslash
22561 sqsubseteq
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 \begin_inset Formula $\sqsubseteq$
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 </row>
22579 <row>
22580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584
22585 \backslash
22586 in
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 \begin_inset Formula $\in$
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 </row>
22604 <row>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609
22610 \backslash
22611 vdash
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Formula $\vdash$
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 </row>
22629 <row>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634
22635 \backslash
22636 smile
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 \begin_inset Formula $\smile$
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 </row>
22654 <row>
22655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659
22660 \backslash
22661 lhd
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 \begin_inset Formula $\lhd$
22671 \end_inset
22672
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 </row>
22679 <row>
22680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684
22685 \backslash
22686 unlhd
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 \begin_inset Formula $\unlhd$
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 </row>
22704 <row>
22705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709
22710 \backslash
22711 gtrless
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset Formula $\gtrless$
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 </row>
22729 <row>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734
22735 \backslash
22736 mid
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 \begin_inset Formula $\mid$
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 </row>
22754 <row>
22755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759
22760 \backslash
22761 nmid
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 \begin_inset Formula $\nmid$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 </lyxtabular>
22780
22781 \end_inset
22782
22783
22784 \begin_inset space \hfill{}
22785 \end_inset
22786
22787
22788 \begin_inset Tabular
22789 <lyxtabular version="3" rows="17" columns="2">
22790 <features>
22791 <column alignment="center" valignment="top" width="0pt">
22792 <column alignment="center" valignment="top" width="0pt">
22793 <row>
22794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 Commande
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 Résultat
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 =
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 \begin_inset Formula $=$
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 </row>
22836 <row>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841
22842 \backslash
22843 not=
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 \begin_inset Formula $\not=$
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 </row>
22861 <row>
22862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866
22867 \backslash
22868 equiv
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 \begin_inset Formula $\equiv$
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 </row>
22886 <row>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891
22892 \backslash
22893 sim
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902 \begin_inset Formula $\sim$
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 </row>
22911 <row>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916
22917 \backslash
22918 simeq
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 \begin_inset Formula $\simeq$
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 </row>
22936 <row>
22937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941
22942 \backslash
22943 approx
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 \begin_inset Formula $\approx$
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 </row>
22961 <row>
22962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966
22967 \backslash
22968 cong
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977 \begin_inset Formula $\cong$
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 </row>
22986 <row>
22987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991
22992 \backslash
22993 bowtie
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 \begin_inset Formula $\bowtie$
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 </row>
23011 <row>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016
23017 \backslash
23018 notin
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027 \begin_inset Formula $\notin$
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 </row>
23036 <row>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \backslash
23043 perp
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Formula $\perp$
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \backslash
23068 propto
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 \begin_inset Formula $\propto$
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
23086 <row>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091
23092 \backslash
23093 asymp
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 \begin_inset Formula $\asymp$
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 </row>
23111 <row>
23112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116
23117 \backslash
23118 doteq
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127 \begin_inset Formula $\doteq$
23128 \end_inset
23129
23130
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 </row>
23136 <row>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141
23142 \backslash
23143 circeq
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 \begin_inset Formula $\circeq$
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 </row>
23161 <row>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166
23167 \backslash
23168 models
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Formula $\models$
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191
23192 \backslash
23193 widehat=
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202 \begin_inset Formula $\widehat{=}$
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 </row>
23211 </lyxtabular>
23212
23213 \end_inset
23214
23215
23216 \begin_inset space \hfill{}
23217 \end_inset
23218
23219
23220 \begin_inset Tabular
23221 <lyxtabular version="3" rows="17" columns="2">
23222 <features>
23223 <column alignment="center" valignment="top" width="0pt">
23224 <column alignment="center" valignment="top" width="0pt">
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 Commande
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 Résultat
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 >
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259 \begin_inset Formula $>$
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 </row>
23268 <row>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273
23274 \backslash
23275 ge
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Formula $\ge$
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 </row>
23293 <row>
23294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298
23299 \backslash
23300 gg
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Formula $\gg$
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 </row>
23318 <row>
23319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323
23324 \backslash
23325 succ
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Formula $\succ$
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 succeq
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\succeq$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 supset
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\supset$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \backslash
23400 supseteq
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 \begin_inset Formula $\supseteq$
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \backslash
23425 sqsupseteq
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 \begin_inset Formula $\sqsupseteq$
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \backslash
23450 ni
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\ni$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 dashv
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\dashv$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 frown
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\frown$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 rhd
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\rhd$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 unrhd
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\unrhd$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 lessgtr
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\lessgtr$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 parallel
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\parallel$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 nparallel
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\nparallel$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 </lyxtabular>
23644
23645 \end_inset
23646
23647
23648 \lang english
23649
23650 \begin_inset space \hfill{}
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \begin_layout Standard
23657 \begin_inset VSpace medskip
23658 \end_inset
23659
23660 Les caractères 
23661 \series bold
23662
23663 \backslash
23664 lhd
23665 \series default
23666  et 
23667 \series bold
23668
23669 \backslash
23670 rhd
23671 \series default
23672  sont plus gros que les opérateurs 
23673 \series bold
23674
23675 \backslash
23676 triangleleft
23677 \series default
23678  et 
23679 \series bold
23680
23681 \backslash
23682 triangleright
23683 \series default
23684  auxquels ils ressemblent.
23685 \end_layout
23686
23687 \begin_layout Standard
23688 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
23689  par des espaces.
23690 \end_layout
23691
23692 \begin_layout Standard
23693 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
23694  commande 
23695 \series bold
23696
23697 \backslash
23698 stackrel
23699 \series default
23700
23701 \begin_inset Index
23702 status collapsed
23703
23704 \begin_layout Plain Layout
23705 Commandes ! S ! 
23706 \backslash
23707 stackrel
23708 \end_layout
23709
23710 \end_inset
23711
23712 :
23713 \end_layout
23714
23715 \begin_layout Standard
23716 \align center
23717 \begin_inset Tabular
23718 <lyxtabular version="3" rows="2" columns="2">
23719 <features>
23720 <column alignment="center" valignment="top" width="0">
23721 <column alignment="center" valignment="top" width="0">
23722 <row>
23723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 Commande
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736 Résultat
23737 \begin_inset Note Note
23738 status collapsed
23739
23740 \begin_layout Plain Layout
23741
23742 \series bold
23743
23744 \backslash
23745 raisebox est seulement utilisée pour faire de la place
23746 \end_layout
23747
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 </row>
23756 <row>
23757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761 A(r)
23762 \backslash
23763 stackrel
23764 \begin_inset ERT
23765 status collapsed
23766
23767 \begin_layout Plain Layout
23768
23769
23770 \backslash
23771 spce 
23772 \end_layout
23773
23774 \end_inset
23775
23776 r
23777 \backslash
23778 to
23779 \backslash
23780 infty
23781 \begin_inset ERT
23782 status collapsed
23783
23784 \begin_layout Plain Layout
23785
23786
23787 \backslash
23788 spce 
23789 \end_layout
23790
23791 \end_inset
23792
23793
23794 \begin_inset Formula $\downarrow$
23795 \end_inset
23796
23797
23798 \backslash
23799 approx
23800 \begin_inset ERT
23801 status collapsed
23802
23803 \begin_layout Plain Layout
23804
23805
23806 \backslash
23807 spce 
23808 \end_layout
23809
23810 \end_inset
23811
23812
23813 \begin_inset ERT
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817
23818
23819 \backslash
23820 spce 
23821 \end_layout
23822
23823 \end_inset
23824
23825 B
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 </lyxtabular>
23844
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \begin_layout Section
23851 Fonctions
23852 \end_layout
23853
23854 \begin_layout Subsection
23855 Fonctions prédéfinies
23856 \begin_inset CommandInset label
23857 LatexCommand label
23858 name "sub:Fonctions-prédéfinies"
23859
23860 \end_inset
23861
23862
23863 \begin_inset Index
23864 status collapsed
23865
23866 \begin_layout Plain Layout
23867 Fonctions ! prédéfinies
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \begin_layout Standard
23876 En général, les variables sont écrites en 
23877 \emph on
23878 italiques
23879 \emph default
23880  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
23881  
23882 \begin_inset Formula $sin$
23883 \end_inset
23884
23885  pourrait être confondue avec le produit 
23886 \begin_inset Formula $s\cdot i\cdot n$
23887 \end_inset
23888
23889 .
23890  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
23891  arguments par un peu d'espace.
23892  Elles sont insérées comme des commandes commençant par une barre de fraction
23893  inverse avant leur nom.
23894 \end_layout
23895
23896 \begin_layout Standard
23897 \align center
23898 \begin_inset Tabular
23899 <lyxtabular version="3" rows="2" columns="4">
23900 <features>
23901 <column alignment="center" valignment="top" width="0pt">
23902 <column alignment="center" valignment="top" width="0pt">
23903 <column alignment="center" valignment="top" width="0pt">
23904 <column alignment="center" valignment="top" width="0pt">
23905 <row>
23906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 Commande
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919 Résultat
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928 Commande
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 Résultat
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 </row>
23943 <row>
23944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 Asin(x)+B
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 \begin_inset Formula $Asin(x)+B$
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 A
23970 \backslash
23971 sin(x)+B
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Formula $A\sin(x)+B$
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 </row>
23989 </lyxtabular>
23990
23991 \end_inset
23992
23993
23994 \begin_inset Newpage pagebreak
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \begin_layout Standard
24001 Les fonctions suivantes sont prédéfinies:
24002 \end_layout
24003
24004 \begin_layout Standard
24005 \begin_inset VSpace -2mm
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \begin_layout Standard
24012 \align center
24013 \begin_inset Tabular
24014 <lyxtabular version="3" rows="9" columns="4">
24015 <features>
24016 <column alignment="center" valignment="top" width="0pt">
24017 <column alignment="center" valignment="top" width="0pt">
24018 <column alignment="center" valignment="top" width="0pt">
24019 <column alignment="center" valignment="top" width="0pt">
24020 <row>
24021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 Commande
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 Commande
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043 Commande
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 Commande
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 </row>
24058 <row>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063
24064 \backslash
24065 sin
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074
24075 \backslash
24076 sinh
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085
24086 \backslash
24087 arcsin
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096
24097 \backslash
24098 sup
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 </row>
24104 <row>
24105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109
24110 \backslash
24111 cos
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120
24121 \backslash
24122 cosh
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131
24132 \backslash
24133 arccos
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \backslash
24144 inf
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 </row>
24150 <row>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155
24156 \backslash
24157 tan
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \backslash
24168 tanh
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177
24178 \backslash
24179 arctan
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188
24189 \backslash
24190 lim
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 </row>
24196 <row>
24197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201
24202 \backslash
24203 cot
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212
24213 \backslash
24214 coth
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223
24224 \backslash
24225 arg
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234
24235 \backslash
24236 liminf
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 </row>
24242 <row>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247
24248 \backslash
24249 sec
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258
24259 \backslash
24260 min
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269
24270 \backslash
24271 deg
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280
24281 \backslash
24282 limsup
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 </row>
24288 <row>
24289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293
24294 \backslash
24295 csc
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \backslash
24306 max
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315
24316 \backslash
24317 det
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326
24327 \backslash
24328 Pr
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 </row>
24334 <row>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339
24340 \backslash
24341 ln
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350
24351 \backslash
24352 exp
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361
24362 \backslash
24363 dim
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372
24373 \backslash
24374 hom
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 </row>
24380 <row>
24381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385
24386 \backslash
24387 lg
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 log
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407
24408 \backslash
24409 ker
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418
24419 \backslash
24420 gcd
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 </row>
24426 </lyxtabular>
24427
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \begin_layout Standard
24434 Elles peuvent aussi être insérées en utilisant le bouton 
24435 \begin_inset Graphics
24436         filename ../../images/math/functions.png
24437         scale 85
24438
24439 \end_inset
24440
24441  de la barre d'outils mathématique.
24442 \end_layout
24443
24444 \begin_layout Subsection
24445 Fonctions définies par l'utilisateur
24446 \begin_inset Index
24447 status collapsed
24448
24449 \begin_layout Plain Layout
24450 Fonctions ! définies par l'utilisateur
24451 \end_layout
24452
24453 \end_inset
24454
24455
24456 \end_layout
24457
24458 \begin_layout Standard
24459 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
24460  fonction sgn(x), il y a deux possibilités:
24461 \end_layout
24462
24463 \begin_layout Itemize
24464 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
24465 \begin_inset Foot
24466 status collapsed
24467
24468 \begin_layout Plain Layout
24469 Pour en savoir plus sur la commande 
24470 \series bold
24471
24472 \backslash
24473 DeclareMathOperator
24474 \series default
24475  voir 
24476 \begin_inset CommandInset ref
24477 LatexCommand ref
24478 reference "sub:Opérateurs-personnalisés"
24479
24480 \end_inset
24481
24482 .
24483 \end_layout
24484
24485 \end_inset
24486
24487
24488 \begin_inset Newline newline
24489 \end_inset
24490
24491
24492 \begin_inset VSpace -3mm
24493 \end_inset
24494
24495
24496 \begin_inset Newline newline
24497 \end_inset
24498
24499
24500 \series bold
24501
24502 \backslash
24503 DeclareMathOperator{
24504 \backslash
24505 sgn}{sgn}
24506 \series default
24507
24508 \begin_inset Index
24509 status collapsed
24510
24511 \begin_layout Plain Layout
24512 Commandes ! D ! 
24513 \backslash
24514 dbinom@
24515 \backslash
24516 DeclareMathOperator
24517 \end_layout
24518
24519 \end_inset
24520
24521
24522 \begin_inset Newline newline
24523 \end_inset
24524
24525
24526 \begin_inset VSpace -2mm
24527 \end_inset
24528
24529
24530 \begin_inset Newline newline
24531 \end_inset
24532
24533 Maintenant la fonction qui vient d'être définie peut être appelée avec la
24534  commande 
24535 \series bold
24536
24537 \backslash
24538 sgn
24539 \series default
24540 .
24541 \end_layout
24542
24543 \begin_layout Itemize
24544 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
24545  notre exemple les lettres 
24546 \emph on
24547 sgn
24548 \emph default
24549  -- et les changer en texte mathématique.
24550  Pour finir, on insère une espace entre le préfacteur et la fonction.
24551 \end_layout
24552
24553 \begin_layout Standard
24554 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
24555 \begin_inset Foot
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
24560 eur en rouge.
24561 \end_layout
24562
24563 \end_inset
24564
24565 :
24566 \end_layout
24567
24568 \begin_layout Standard
24569 \align center
24570 \begin_inset Tabular
24571 <lyxtabular version="3" rows="3" columns="2">
24572 <features>
24573 <column alignment="center" valignment="top" width="0pt">
24574 <column alignment="center" valignment="top" width="0pt">
24575 <row>
24576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580 Commande
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589 Résultat
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 </row>
24595 <row>
24596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600 A
24601 \backslash
24602 sgn(x)+B
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611 \begin_inset Formula $A\sgn(x)+B$
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 </row>
24620 <row>
24621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625 A
24626 \backslash
24627 ,
24628 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24629 \end_inset
24630
24631 (x)+B
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24641 \end_inset
24642
24643
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 </row>
24649 </lyxtabular>
24650
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \begin_layout Standard
24657 La première méthode est recommandée quand la fonction définie doit être
24658  utilisée plusieurs fois dans le document.
24659 \end_layout
24660
24661 \begin_layout Subsection
24662 Les limites
24663 \begin_inset Index
24664 status collapsed
24665
24666 \begin_layout Plain Layout
24667 Limites
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Standard
24676 Pour les limites, en plus des commandes 
24677 \series bold
24678
24679 \backslash
24680 lim
24681 \series default
24682
24683 \begin_inset Index
24684 status collapsed
24685
24686 \begin_layout Plain Layout
24687 Commandes ! L ! 
24688 \backslash
24689 lim
24690 \end_layout
24691
24692 \end_inset
24693
24694
24695 \series bold
24696
24697 \backslash
24698 liminf
24699 \series default
24700  et 
24701 \series bold
24702
24703 \backslash
24704 limsup
24705 \series default
24706  on a aussi les fonctions suivantes:
24707 \end_layout
24708
24709 \begin_layout Standard
24710 \align center
24711 \begin_inset Tabular
24712 <lyxtabular version="3" rows="5" columns="2">
24713 <features>
24714 <column alignment="center" valignment="top" width="0">
24715 <column alignment="center" valignment="top" width="0">
24716 <row>
24717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 Commande
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730 Résultat
24731 \begin_inset Note Note
24732 status collapsed
24733
24734 \begin_layout Plain Layout
24735
24736 \series bold
24737
24738 \backslash
24739 raisebox est seulement utilisée pour faire de la place
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 </row>
24750 <row>
24751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755
24756 \backslash
24757 varliminf
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766 \begin_inset Formula $\varliminf$
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 </row>
24775 <row>
24776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \backslash
24782 varlimsup
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 \begin_inset Formula $\varlimsup$
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 </row>
24800 <row>
24801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805
24806 \backslash
24807 varprojlim
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816 \begin_inset Formula $\varprojlim$
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 </row>
24825 <row>
24826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830
24831 \backslash
24832 varinjlim
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24838 \begin_inset Text
24839
24840 \begin_layout Plain Layout
24841 \begin_inset Formula $\varinjlim$
24842 \end_inset
24843
24844
24845 \begin_inset Formula $\raisebox{-2.5mm}{}$
24846 \end_inset
24847
24848
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 </row>
24854 </lyxtabular>
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \begin_layout Standard
24862 \begin_inset VSpace medskip
24863 \end_inset
24864
24865 La valeur de la limite est créée en ajoutant un indice.
24866  Il est placé juste à la droite de la fonction dans le cas d'une formule
24867  en ligne:
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \align center
24872 \begin_inset Tabular
24873 <lyxtabular version="3" rows="2" columns="2">
24874 <features>
24875 <column alignment="center" valignment="top" width="0pt">
24876 <column alignment="center" valignment="top" width="0pt">
24877 <row>
24878 <cell alignment="center" valignment="top" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882 Commande
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 \begin_inset space \hspace{}
24892 \length 1cm
24893 \end_inset
24894
24895 Résultat
24896 \begin_inset Note Note
24897 status collapsed
24898
24899 \begin_layout Plain Layout
24900
24901 \series bold
24902
24903 \backslash
24904 hspace
24905 \series default
24906  
24907 \series bold
24908 et 
24909 \backslash
24910 raisebox sont seulement utilisées pour faire de la place
24911 \series default
24912 \lang english
24913 .
24914 \end_layout
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 </row>
24924 <row>
24925 <cell alignment="center" valignment="top" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 lim_x
24932 \backslash
24933 to
24934 \begin_inset ERT
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938
24939
24940 \backslash
24941 spce 
24942 \end_layout
24943
24944 \end_inset
24945
24946 A
24947 \begin_inset ERT
24948 status collapsed
24949
24950 \begin_layout Plain Layout
24951
24952
24953 \backslash
24954 spce 
24955 \end_layout
24956
24957 \end_inset
24958
24959 x=B
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 </row>
24977 </lyxtabular>
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \begin_layout Standard
24985 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
24986  en dessous de la fonction:
24987 \begin_inset Formula \[
24988 \lim_{x\to A}x=B\]
24989
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \begin_layout Subsection
24996 Les fonctions modulo-
24997 \begin_inset Index
24998 status collapsed
24999
25000 \begin_layout Plain Layout
25001 Fonctions ! modulo
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \begin_layout Standard
25010 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
25011 \end_layout
25012
25013 \begin_layout Standard
25014 Les variantes pour une formule hors ligne:
25015 \begin_inset Formula \begin{align*}
25016 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25017 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25018 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25019 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25020 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Standard
25028 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
25029  la fonction, quelque soit la variante.
25030 \end_layout
25031
25032 \begin_layout Section
25033 Caractères spéciaux
25034 \begin_inset Index
25035 status collapsed
25036
25037 \begin_layout Plain Layout
25038 Caractères spéciaux
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \begin_layout Subsection
25047 Caractères spéciaux en  texte mathématique
25048 \end_layout
25049
25050 \begin_layout Standard
25051 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
25052  ou en mode TeX:
25053 \end_layout
25054
25055 \begin_layout Standard
25056 \begin_inset space \hfill{}
25057 \end_inset
25058
25059
25060 \begin_inset Tabular
25061 <lyxtabular version="3" rows="8" columns="2">
25062 <features>
25063 <column alignment="block" valignment="top" width="0">
25064 <column alignment="block" valignment="top" width="0">
25065 <row>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 Commande
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079 Résultat
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 </row>
25085 <row>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090
25091 \backslash
25092 oe
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101 \begin_inset Formula $\textrm{œ}$
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 </row>
25110 <row>
25111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115
25116 \backslash
25117 OE
25118 \end_layout
25119
25120 \end_inset
25121 </cell>
25122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25123 \begin_inset Text
25124
25125 \begin_layout Plain Layout
25126 \begin_inset Formula $\textrm{Œ}$
25127 \end_inset
25128
25129
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 </row>
25135 <row>
25136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140
25141 \backslash
25142 ae
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25148 \begin_inset Text
25149
25150 \begin_layout Plain Layout
25151 \begin_inset Formula $\textrm{æ}$
25152 \end_inset
25153
25154
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 </row>
25160 <row>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 AE
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176 \begin_inset Formula $\textrm{Æ}$
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 </row>
25185 <row>
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 aa
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201 \begin_inset Formula $\textrm{\aa}$
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \end_inset
25208 </cell>
25209 </row>
25210 <row>
25211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215
25216 \backslash
25217 AA
25218 \begin_inset Index
25219 status collapsed
25220
25221 \begin_layout Plain Layout
25222 \begin_inset ERT
25223 status collapsed
25224
25225 \begin_layout Plain Layout
25226
25227
25228 \backslash
25229 @
25230 \backslash
25231 textrm{
25232 \backslash
25233 AA}
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \end_inset
25242
25243
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252 \begin_inset Formula $\textrm{Å}$
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 </row>
25261 <row>
25262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266
25267 \backslash
25268 i
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277 \begin_inset Formula $\textrm{ı}$
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 </row>
25286 </lyxtabular>
25287
25288 \end_inset
25289
25290
25291 \begin_inset space \hfill{}
25292 \end_inset
25293
25294
25295 \begin_inset Tabular
25296 <lyxtabular version="3" rows="8" columns="2">
25297 <features>
25298 <column alignment="block" valignment="top" width="0">
25299 <column alignment="center" valignment="top" width="0">
25300 <row>
25301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305 commande
25306 \begin_inset Note Note
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310 la commande
25311 \series bold
25312
25313 \backslash
25314 hspace{0mm}
25315 \series default
25316  est utilisée pour faire une séparation invisible, sinon la sortie finale
25317  serait respectivement ¡ et ¿.
25318 \end_layout
25319
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331 Résultat
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 </row>
25337 <row>
25338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Plain Layout
25342
25343 \backslash
25344 o
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353 \begin_inset Formula $\textrm{ø}$
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 </row>
25362 <row>
25363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \backslash
25369 O
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378 \begin_inset Formula $\textrm{Ø}$
25379 \end_inset
25380
25381
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 </row>
25387 <row>
25388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392
25393 \backslash
25394 l
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403 \begin_inset Formula $\textrm{ł}$
25404 \end_inset
25405
25406
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 </row>
25412 <row>
25413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417
25418 \backslash
25419 L
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428 \begin_inset Formula $\textrm{Ł}$
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \end_inset
25435 </cell>
25436 </row>
25437 <row>
25438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442 !
25443 \begin_inset space \hspace{}
25444 \length 0mm
25445 \end_inset
25446
25447 `
25448 \begin_inset ERT
25449 status collapsed
25450
25451 \begin_layout Plain Layout
25452
25453
25454 \backslash
25455 spce 
25456 \end_layout
25457
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469 \begin_inset Formula $\textrm{!`}$
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \end_inset
25476 </cell>
25477 </row>
25478 <row>
25479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483 ?
25484 \begin_inset space \hspace{}
25485 \length 0mm
25486 \end_inset
25487
25488 `
25489 \begin_inset ERT
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493
25494
25495 \backslash
25496 spce 
25497 \end_layout
25498
25499 \end_inset
25500
25501
25502 \end_layout
25503
25504 \end_inset
25505 </cell>
25506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Plain Layout
25510 \begin_inset Formula $\textrm{?`}$
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 </row>
25519 <row>
25520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524
25525 \backslash
25526 j
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Plain Layout
25535 \begin_inset Formula $\textrm{ȷ}$
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 </row>
25544 </lyxtabular>
25545
25546 \end_inset
25547
25548
25549 \begin_inset space \hfill{}
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \begin_layout Standard
25556 Les caractères 
25557 \begin_inset Formula $\textrm{\textrm{Å}}$
25558 \end_inset
25559
25560  et 
25561 \begin_inset Formula $\textrm{\textrm{Ø}}$
25562 \end_inset
25563
25564  peuvent aussi être insérés avec le bouton 
25565 \begin_inset Graphics
25566         filename ../../images/math/digamma.png
25567         scale 85
25568
25569 \end_inset
25570
25571  de la barre d'outils mathématique.
25572 \end_layout
25573
25574 \begin_layout Standard
25575 Les commandes 
25576 \series bold
25577 !
25578 \begin_inset space \hspace{}
25579 \length 0mm
25580 \end_inset
25581
25582 `
25583 \series default
25584  et ?
25585 \series bold
25586
25587 \begin_inset space \hspace{}
25588 \length 0mm
25589 \end_inset
25590
25591
25592 \series default
25593 ` sont des exceptions puisqu'elles peuvent être insérées directement dans
25594  le texte dans LyX.
25595 \end_layout
25596
25597 \begin_layout Subsection
25598 Les accents dans le texte
25599 \begin_inset CommandInset label
25600 LatexCommand label
25601 name "sub:Accents-dans-le-texte"
25602
25603 \end_inset
25604
25605
25606 \begin_inset Index
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610 Accents ! dans le texte
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \begin_layout Standard
25619 Avec les commandes suivantes, on peut accentuer toutes les lettres.
25620  Ces commandes doivent être insérées en mode TeX.
25621 \end_layout
25622
25623 \begin_layout Standard
25624 \begin_inset space \hfill{}
25625 \end_inset
25626
25627
25628 \begin_inset Tabular
25629 <lyxtabular version="3" rows="8" columns="2">
25630 <features>
25631 <column alignment="block" valignment="top" width="0">
25632 <column alignment="block" valignment="top" width="0">
25633 <row>
25634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 Commande
25639 \end_layout
25640
25641 \end_inset
25642 </cell>
25643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647 Résultat
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 </row>
25653 <row>
25654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658
25659 \backslash
25660
25661 \begin_inset Quotes grd
25662 \end_inset
25663
25664 e
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25670 \begin_inset Text
25671
25672 \begin_layout Plain Layout
25673 \begin_inset ERT
25674 status collapsed
25675
25676 \begin_layout Plain Layout
25677
25678
25679 \backslash
25680 "e
25681 \end_layout
25682
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \end_inset
25689 </cell>
25690 </row>
25691 <row>
25692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696
25697 \backslash
25698 `e
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Plain Layout
25707 \begin_inset ERT
25708 status collapsed
25709
25710 \begin_layout Plain Layout
25711
25712
25713 \backslash
25714 `e
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 </row>
25725 <row>
25726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25727 \begin_inset Text
25728
25729 \begin_layout Plain Layout
25730
25731 \backslash
25732 ^
25733 \begin_inset ERT
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737
25738
25739 \backslash
25740 spce 
25741 \end_layout
25742
25743 \end_inset
25744
25745 e
25746 \end_layout
25747
25748 \end_inset
25749 </cell>
25750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754 \begin_inset ERT
25755 status collapsed
25756
25757 \begin_layout Plain Layout
25758
25759
25760 \backslash
25761 ^e
25762 \end_layout
25763
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 </row>
25772 <row>
25773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25774 \begin_inset Text
25775
25776 \begin_layout Plain Layout
25777
25778 \backslash
25779 =e
25780 \end_layout
25781
25782 \end_inset
25783 </cell>
25784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Plain Layout
25788 \begin_inset ERT
25789 status collapsed
25790
25791 \begin_layout Plain Layout
25792
25793
25794 \backslash
25795 =e
25796 \end_layout
25797
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \end_inset
25804 </cell>
25805 </row>
25806 <row>
25807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811
25812 \backslash
25813 u
25814 \begin_inset ERT
25815 status collapsed
25816
25817 \begin_layout Plain Layout
25818
25819
25820 \backslash
25821 spce 
25822 \end_layout
25823
25824 \end_inset
25825
25826 e
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25832 \begin_inset Text
25833
25834 \begin_layout Plain Layout
25835 \begin_inset ERT
25836 status collapsed
25837
25838 \begin_layout Plain Layout
25839
25840
25841 \backslash
25842 u e
25843 \end_layout
25844
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 </row>
25853 <row>
25854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858
25859 \backslash
25860 b
25861 \begin_inset ERT
25862 status collapsed
25863
25864 \begin_layout Plain Layout
25865
25866
25867 \backslash
25868 spce 
25869 \end_layout
25870
25871 \end_inset
25872
25873 e
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Plain Layout
25882 \begin_inset ERT
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886
25887
25888 \backslash
25889 b e
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 </row>
25900 <row>
25901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905
25906 \backslash
25907 t
25908 \begin_inset ERT
25909 status collapsed
25910
25911 \begin_layout Plain Layout
25912
25913
25914 \backslash
25915 spce 
25916 \end_layout
25917
25918 \end_inset
25919
25920 ee
25921 \end_layout
25922
25923 \end_inset
25924 </cell>
25925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25926 \begin_inset Text
25927
25928 \begin_layout Plain Layout
25929 \begin_inset ERT
25930 status collapsed
25931
25932 \begin_layout Plain Layout
25933
25934
25935 \backslash
25936 t ee
25937 \end_layout
25938
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \end_inset
25945 </cell>
25946 </row>
25947 </lyxtabular>
25948
25949 \end_inset
25950
25951
25952 \begin_inset space \hfill{}
25953 \end_inset
25954
25955
25956 \begin_inset Tabular
25957 <lyxtabular version="3" rows="8" columns="2">
25958 <features>
25959 <column alignment="block" valignment="top" width="0">
25960 <column alignment="center" valignment="top" width="0">
25961 <row>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 Commande
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 Résultat
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986
25987 \backslash
25988 H
25989 \begin_inset ERT
25990 status collapsed
25991
25992 \begin_layout Plain Layout
25993
25994
25995 \backslash
25996 spce 
25997 \end_layout
25998
25999 \end_inset
26000
26001 e
26002 \end_layout
26003
26004 \end_inset
26005 </cell>
26006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26007 \begin_inset Text
26008
26009 \begin_layout Plain Layout
26010 \begin_inset ERT
26011 status collapsed
26012
26013 \begin_layout Plain Layout
26014
26015
26016 \backslash
26017 H e
26018 \end_layout
26019
26020 \end_inset
26021
26022
26023 \end_layout
26024
26025 \end_inset
26026 </cell>
26027 </row>
26028 <row>
26029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26030 \begin_inset Text
26031
26032 \begin_layout Plain Layout
26033
26034 \backslash
26035 'e
26036 \end_layout
26037
26038 \end_inset
26039 </cell>
26040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Plain Layout
26044 \begin_inset ERT
26045 status collapsed
26046
26047 \begin_layout Plain Layout
26048
26049
26050 \backslash
26051 'e
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 </row>
26062 <row>
26063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26064 \begin_inset Text
26065
26066 \begin_layout Plain Layout
26067
26068 \backslash
26069 ~e
26070 \begin_inset Index
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074 Tilde
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset ERT
26089 status collapsed
26090
26091 \begin_layout Plain Layout
26092
26093
26094 \backslash
26095 ~e
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 </row>
26106 <row>
26107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111
26112 \backslash
26113 .e
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122 \begin_inset ERT
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126
26127
26128 \backslash
26129 .e
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 </row>
26140 <row>
26141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145
26146 \backslash
26147 v
26148 \begin_inset ERT
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152
26153
26154 \backslash
26155 spce 
26156 \end_layout
26157
26158 \end_inset
26159
26160 e
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Plain Layout
26169 \begin_inset ERT
26170 status collapsed
26171
26172 \begin_layout Plain Layout
26173
26174
26175 \backslash
26176 v e
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 </row>
26187 <row>
26188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192
26193 \backslash
26194 d
26195 \begin_inset ERT
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199
26200
26201 \backslash
26202 spce 
26203 \end_layout
26204
26205 \end_inset
26206
26207 e
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216 \begin_inset ERT
26217 status collapsed
26218
26219 \begin_layout Plain Layout
26220
26221
26222 \backslash
26223 d e
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 </row>
26234 <row>
26235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239
26240 \backslash
26241 c
26242 \begin_inset ERT
26243 status collapsed
26244
26245 \begin_layout Plain Layout
26246
26247
26248 \backslash
26249 spce 
26250 \end_layout
26251
26252 \end_inset
26253
26254 e
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 c e
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 </row>
26281 </lyxtabular>
26282
26283 \end_inset
26284
26285
26286 \begin_inset space \hfill{}
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \begin_layout Standard
26293 \begin_inset VSpace medskip
26294 \end_inset
26295
26296 Avec la commande 
26297 \series bold
26298
26299 \backslash
26300 t
26301 \series default
26302  on peut aussi accentuer deux caractères différents.
26303  La commande 
26304 \series bold
26305
26306 \backslash
26307 t
26308 \begin_inset ERT
26309 status collapsed
26310
26311 \begin_layout Plain Layout
26312
26313
26314 \backslash
26315 spce 
26316 \end_layout
26317
26318 \end_inset
26319
26320 sz
26321 \series default
26322  va donner: 
26323 \begin_inset ERT
26324 status collapsed
26325
26326 \begin_layout Plain Layout
26327
26328
26329 \backslash
26330 t sz
26331 \end_layout
26332
26333 \end_inset
26334
26335
26336 \end_layout
26337
26338 \begin_layout Standard
26339 Les accents 
26340 \series bold
26341 `
26342 \series default
26343  , 
26344 \series bold
26345 '
26346 \series default
26347  , et 
26348 \series bold
26349 ^
26350 \series default
26351  peuvent être insérés directement avec le clavier, sans utiliser le mode
26352  TeX, quand ils sont utilisés avec des voyelles.
26353  La même chose s'applique au tilde
26354 \begin_inset Foot
26355 status collapsed
26356
26357 \begin_layout Plain Layout
26358 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
26359  accent.
26360 \end_layout
26361
26362 \end_inset
26363
26364  
26365 \series bold
26366 ~
26367 \series default
26368  en combinaison avec 
26369 \emph on
26370 a
26371 \emph default
26372  , 
26373 \emph on
26374 n
26375 \emph default
26376  , ou 
26377 \emph on
26378 o
26379 \emph default
26380 .
26381 \end_layout
26382
26383 \begin_layout Standard
26384 Les commandes 
26385 \series bold
26386
26387 \backslash
26388 b
26389 \series default
26390  , 
26391 \series bold
26392
26393 \backslash
26394 c
26395 \series default
26396  , 
26397 \series bold
26398
26399 \backslash
26400 d
26401 \series default
26402  , 
26403 \series bold
26404
26405 \backslash
26406 H
26407 \series default
26408  , 
26409 \series bold
26410
26411 \backslash
26412 t
26413 \series default
26414  , 
26415 \series bold
26416
26417 \backslash
26418 u
26419 \series default
26420  , 
26421 \series bold
26422
26423 \backslash
26424 v
26425 \series default
26426 , et les accents qui sont insérés directement au clavier sont aussi disponibles
26427  en texte mathématique.
26428  Pour les autres accents, il y a des commandes mathématiques spéciales à
26429  utiliser dans les formules, voir 
26430 \begin_inset CommandInset ref
26431 LatexCommand ref
26432 reference "sub:Accents-sur-un-caractère"
26433
26434 \end_inset
26435
26436 .
26437 \end_layout
26438
26439 \begin_layout Standard
26440 \begin_inset VSpace bigskip
26441 \end_inset
26442
26443 En plus, avec la commande 
26444 \series bold
26445
26446 \backslash
26447 textcircled
26448 \series default
26449
26450 \begin_inset Index
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454 Commandes ! T ! 
26455 \backslash
26456 textcircled
26457 \end_layout
26458
26459 \end_inset
26460
26461  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
26462  comme pour le symbole du copyright.
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \align center
26467 \begin_inset Tabular
26468 <lyxtabular version="3" rows="3" columns="2">
26469 <features>
26470 <column alignment="center" valignment="top" width="0">
26471 <column alignment="center" valignment="top" width="0">
26472 <row>
26473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477 Commande
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 Résultat
26487 \begin_inset Note Note
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491
26492 \series bold
26493
26494 \backslash
26495 raisebox est seulement utilisée pour faire de la place
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 </row>
26506 <row>
26507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511
26512 \backslash
26513 textcircled{w}
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522 \begin_inset ERT
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526
26527
26528 \backslash
26529 textcircled{w}
26530 \end_layout
26531
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 </row>
26540 <row>
26541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545
26546 \backslash
26547 Large 
26548 \backslash
26549 textcircled{
26550 \backslash
26551 normalsize
26552 \backslash
26553 protect
26554 \backslash
26555 raisebox{-1.5pt}{W}}
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564 \begin_inset Formula $\raisebox{4.5mm}{}$
26565 \end_inset
26566
26567
26568 \begin_inset ERT
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 Large 
26576 \backslash
26577 textcircled{
26578 \backslash
26579 normalsize
26580 \backslash
26581 protect
26582 \backslash
26583 raisebox{-1.5pt}W}
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \begin_inset Formula $\raisebox{-2mm}{}$
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \end_inset
26596 </cell>
26597 </row>
26598 </lyxtabular>
26599
26600 \end_inset
26601
26602
26603 \end_layout
26604
26605 \begin_layout Standard
26606 On doit faire attentions à ce que le caractère tienne dans le cercle.
26607  
26608 \series bold
26609
26610 \backslash
26611 Large
26612 \series default
26613
26614 \begin_inset Foot
26615 status collapsed
26616
26617 \begin_layout Plain Layout
26618 voir 
26619 \begin_inset CommandInset ref
26620 LatexCommand ref
26621 reference "sub:Tailles-polices"
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \end_inset
26629
26630  donne ici la taille du cercle.
26631  On peut centrer le caractère avec l'aide de la commande  
26632 \series bold
26633
26634 \backslash
26635 raisebox
26636 \series default
26637
26638 \begin_inset Foot
26639 status collapsed
26640
26641 \begin_layout Plain Layout
26642 voir 
26643 \begin_inset CommandInset ref
26644 LatexCommand ref
26645 reference "sub:Boîtes-sans-cadre"
26646
26647 \end_inset
26648
26649
26650 \end_layout
26651
26652 \end_inset
26653
26654  .
26655 \end_layout
26656
26657 \begin_layout Subsection
26658 Nombres en minuscules
26659 \begin_inset Index
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663 Minuscules pour les nombres
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \begin_layout Standard
26672 Les nombres en minuscule sont créés avec la commande 
26673 \series bold
26674
26675 \backslash
26676 oldstylenums
26677 \series default
26678
26679 \begin_inset Index
26680 status collapsed
26681
26682 \begin_layout Plain Layout
26683 Commandes ! O ! 
26684 \backslash
26685 oldstylenums
26686 \end_layout
26687
26688 \end_inset
26689
26690 .
26691  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
26692  La syntaxe de la commande est:
26693 \end_layout
26694
26695 \begin_layout Standard
26696
26697 \series bold
26698
26699 \backslash
26700 oldstylenums{nombre}
26701 \end_layout
26702
26703 \begin_layout Standard
26704 La commande 
26705 \series bold
26706
26707 \backslash
26708 oldstylenums{0123456789
26709 \series default
26710  donne: 
26711 \begin_inset Formula $\oldstylenums{0123456789}$
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Subsection
26718 Caractères spéciaux divers
26719 \begin_inset CommandInset label
26720 LatexCommand label
26721 name "sub:Caractères-spéciaux-divers"
26722
26723 \end_inset
26724
26725
26726 \begin_inset Index
26727 status collapsed
26728
26729 \begin_layout Plain Layout
26730 Caractères spéciaux ! divers
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \begin_layout Standard
26739 Les caractères suivants ne peuvent être insérés que dans des formules en
26740  utilisant les commandes suivantes:
26741 \end_layout
26742
26743 \begin_layout Standard
26744 \align center
26745 \begin_inset Tabular
26746 <lyxtabular version="3" rows="4" columns="2">
26747 <features>
26748 <column alignment="center" valignment="top" width="0">
26749 <column alignment="center" valignment="top" width="0">
26750 <row>
26751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755 Commande
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Plain Layout
26764 Résultat
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 </row>
26770 <row>
26771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Plain Layout
26775
26776 \backslash
26777 ^
26778 \begin_inset ERT
26779 status collapsed
26780
26781 \begin_layout Plain Layout
26782
26783
26784 \backslash
26785 spce 
26786 \end_layout
26787
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26796 \begin_inset Text
26797
26798 \begin_layout Plain Layout
26799 \begin_inset Formula $\mathcircumflex$
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 </row>
26808 <row>
26809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813
26814 \backslash
26815 _
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26821 \begin_inset Text
26822
26823 \begin_layout Plain Layout
26824 \begin_inset Formula $\_$
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 </row>
26833 <row>
26834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Plain Layout
26838 ^
26839 \begin_inset ERT
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843
26844
26845 \backslash
26846 spce 
26847 \end_layout
26848
26849 \end_inset
26850
26851
26852 \backslash
26853 circ
26854 \begin_inset Index
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858 °
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872 \begin_inset Formula $^{\circ}$
26873 \end_inset
26874
26875
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 </row>
26881 </lyxtabular>
26882
26883 \end_inset
26884
26885
26886 \end_layout
26887
26888 \begin_layout Standard
26889 Le symbole degré ° peut être inséré directement à condition que le préambule
26890  LaTeX contienne la ligne suivante
26891 \begin_inset Foot
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 Plus d'information à ce sujet dans 
26896 \begin_inset CommandInset ref
26897 LatexCommand ref
26898 reference "sub:Caractères-texte"
26899
26900 \end_inset
26901
26902 .
26903 \end_layout
26904
26905 \end_inset
26906
26907 :
26908 \end_layout
26909
26910 \begin_layout Standard
26911
26912 \series bold
26913
26914 \backslash
26915 DeclareInputtext{176}{
26916 \backslash
26917 ifmmode^
26918 \backslash
26919 circ
26920 \backslash
26921 else
26922 \backslash
26923 textdegree
26924 \backslash
26925 fi}
26926 \end_layout
26927
26928 \begin_layout Section
26929 Styles de formules
26930 \begin_inset CommandInset label
26931 LatexCommand label
26932 name "sec:Styles-de-formules"
26933
26934 \end_inset
26935
26936
26937 \begin_inset Index
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941 Formules ! styles
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \begin_layout Itemize
26950 Il y a deux styles d'alignements différents:
26951 \end_layout
26952
26953 \begin_deeper
26954 \begin_layout Description
26955 Centré est le standard prédéfini
26956 \end_layout
26957
26958 \begin_layout Description
26959 Indenté pour ce style, l'option 
26960 \series bold
26961 fleqn
26962 \series default
26963  doit être insérée dans la fenêtre de dialogue 
26964 \family sans
26965 Document\SpecialChar \menuseparator
26966 Paramètres
26967 \family default
26968  dans la rubrique 
26969 \family sans
26970 Classe
26971 \begin_inset space ~
26972 \end_inset
26973
26974 de
26975 \begin_inset space ~
26976 \end_inset
26977
26978 Document
26979 \end_layout
26980
26981 \begin_layout Standard
26982 Quand on utilise 
26983 \series bold
26984 Indenté
26985 \series default
26986 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
26987  
26988 \series bold
26989
26990 \backslash
26991 mathindent
26992 \series default
26993
26994 \begin_inset Index
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998 Commandes ! M ! 
26999 \backslash
27000 mathindent
27001 \end_layout
27002
27003 \end_inset
27004
27005 .
27006  Par exemple, pour une distance de 15
27007 \begin_inset space \thinspace{}
27008 \end_inset
27009
27010 mm, on insère la ligne de commande suivante dans le préambule LaTeX
27011 \end_layout
27012
27013 \begin_layout Standard
27014
27015 \series bold
27016
27017 \backslash
27018 setlength{
27019 \backslash
27020 mathindent}{15mm}
27021 \end_layout
27022
27023 \begin_layout Standard
27024 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
27025 \begin_inset space \thinspace{}
27026 \end_inset
27027
27028 pt est utilisée.
27029 \end_layout
27030
27031 \end_deeper
27032 \begin_layout Itemize
27033 Et deux styles différents de numérotation:
27034 \end_layout
27035
27036 \begin_deeper
27037 \begin_layout Description
27038 Droite est le standard prédéfini
27039 \end_layout
27040
27041 \begin_layout Description
27042 Gauche pour ce style, l'option 
27043 \series bold
27044 leqno
27045 \series default
27046  doit être insérée dans la fenêtre de dialogue 
27047 \family sans
27048 Document\SpecialChar \menuseparator
27049 Paramètres
27050 \family default
27051  dans la rubrique 
27052 \family sans
27053 Classe
27054 \begin_inset space ~
27055 \end_inset
27056
27057 de
27058 \begin_inset space ~
27059 \end_inset
27060
27061 Document
27062 \end_layout
27063
27064 \end_deeper
27065 \begin_layout Standard
27066
27067 \series bold
27068 fleqn
27069 \series default
27070  et 
27071 \series bold
27072 leqno
27073 \series default
27074  peuvent être utilisés ensembles.
27075  Dans ce cas les deux options sont insérées, séparées par une virgule.
27076 \end_layout
27077
27078 \begin_layout Standard
27079 Les styles choisis sont utilisés par toutes les formules du document.
27080  Quand il faut créer à la fois des formules centrées et des formules alignées,
27081  on utilise le style 
27082 \series bold
27083 Centré
27084 \series default
27085 .
27086  Les formules indentées sont alors placées dans un environnement 
27087 \series bold
27088 falign, 
27089 \series default
27090 voir 
27091 \begin_inset CommandInset ref
27092 LatexCommand ref
27093 reference "sub:environnement-Flalign"
27094
27095 \end_inset
27096
27097 .
27098 \end_layout
27099
27100 \begin_layout Section
27101 Formules multi-lignes
27102 \begin_inset CommandInset label
27103 LatexCommand label
27104 name "sec:Formules-multilignes"
27105
27106 \end_inset
27107
27108
27109 \begin_inset Index
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113 Formules ! multi-lignes
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \end_layout
27120
27121 \begin_layout Subsection
27122 Généralités
27123 \end_layout
27124
27125 \begin_layout Standard
27126 Dans LyX, on crée les formules multi-lignes en appuyant sur 
27127 \family sans
27128 \series bold
27129 Ctrl-Entrée
27130 \family default
27131 \series default
27132  à l'intérieur d'une formule.
27133  Cela crée un environnement 
27134 \series bold
27135 align 
27136 \series default
27137 qui est décrit dans 
27138 \begin_inset CommandInset ref
27139 LatexCommand ref
27140 reference "sub:environnement-align-standard"
27141
27142 \end_inset
27143
27144 .
27145 \end_layout
27146
27147 \begin_layout Standard
27148 Il y a d'autres environnement de formules multi-lignes qui peuvent être
27149  créés en passant par le menu 
27150 \family sans
27151 Insérer\SpecialChar \menuseparator
27152 Math
27153 \family default
27154 .
27155  Ces environnements sont décrits dans les sections qui suivent.
27156 \end_layout
27157
27158 \begin_layout Standard
27159 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
27160  est créée en appuyant sur 
27161 \family sans
27162 Ctrl-Entrée
27163 \family default
27164 .
27165  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
27166  boutons 
27167 \begin_inset Graphics
27168         filename ../../images/tabular-feature_append-row.png
27169         scale 85
27170
27171 \end_inset
27172
27173  ou 
27174 \begin_inset Graphics
27175         filename ../../images/tabular-feature_delete-row.png
27176         scale 85
27177
27178 \end_inset
27179
27180  de la barre d'outils mathématique ou bien le menu 
27181 \family sans
27182 Éditer\SpecialChar \menuseparator
27183 Lignes
27184 \begin_inset space \thinspace{}
27185 \end_inset
27186
27187 &
27188 \begin_inset space \thinspace{}
27189 \end_inset
27190
27191 Colonnes
27192 \family default
27193 .
27194 \end_layout
27195
27196 \begin_layout Subsubsection
27197 Séparation des lignes
27198 \begin_inset CommandInset label
27199 LatexCommand label
27200 name "sub:Séparation-des-lignes"
27201
27202 \end_inset
27203
27204
27205 \begin_inset Index
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 Formules ! multi-lignes ! Séparation des lignes
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \begin_layout Standard
27218 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
27219 \begin_inset Formula \begin{eqnarray*}
27220 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}\\
27221 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*}
27222
27223 \end_inset
27224
27225
27226 \end_layout
27227
27228 \begin_layout Standard
27229 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
27230  qu'argument optionnel de la commande de saut de ligne.
27231  Ce n'est pas encore possible avec LyX
27232 \begin_inset Foot
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236 voir 
27237 \begin_inset CommandInset href
27238 LatexCommand href
27239 name "LyX-bug #1505"
27240 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \end_inset
27248
27249 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
27250  Pour ajouter de l'espace dans notre exemple, on insère la commande 
27251 \series bold
27252
27253 \backslash
27254
27255 \backslash
27256 [3mm]
27257 \series default
27258  à la fin de la première ligne et on obtient: 
27259 \begin_inset ERT
27260 status collapsed
27261
27262 \begin_layout Plain Layout
27263
27264
27265 \backslash
27266 begin{eqnarray*}
27267 \end_layout
27268
27269 \begin_layout Plain Layout
27270
27271 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27272  = & 
27273 \backslash
27274 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27275 \backslash
27276
27277 \backslash
27278 [3mm]
27279 \end_layout
27280
27281 \begin_layout Plain Layout
27282
27283 4x^{2}
27284 \backslash
27285 left(B^{2}+x_{0}^{2}
27286 \backslash
27287 right)+4x_{0}x
27288 \backslash
27289 left(D-B^{2}
27290 \backslash
27291 right)+B^{2}
27292 \backslash
27293 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27294 \backslash
27295 right) & = & 0
27296 \end_layout
27297
27298 \begin_layout Plain Layout
27299
27300
27301 \backslash
27302 end{eqnarray*}
27303 \end_layout
27304
27305 \end_inset
27306
27307
27308 \end_layout
27309
27310 \begin_layout Standard
27311 \begin_inset VSpace bigskip
27312 \end_inset
27313
27314
27315 \end_layout
27316
27317 \begin_layout Standard
27318 On obtient alors: 
27319 \begin_inset ERT
27320 status collapsed
27321
27322 \begin_layout Plain Layout
27323
27324
27325 \backslash
27326 setlength{
27327 \backslash
27328 jot}{3mm+3pt}
27329 \end_layout
27330
27331 \end_inset
27332
27333
27334 \begin_inset Formula \begin{eqnarray*}
27335 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}\\
27336 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*}
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \begin_layout Standard
27344 \begin_inset ERT
27345 status collapsed
27346
27347 \begin_layout Plain Layout
27348
27349
27350 \backslash
27351 setlength{
27352 \backslash
27353 jot}{3pt}
27354 \end_layout
27355
27356 \end_inset
27357
27358  Pour revenir à l'espacement par défaut, on remet la valeur de 
27359 \series bold
27360
27361 \backslash
27362 jot
27363 \series default
27364  à 3
27365 \begin_inset space \thinspace{}
27366 \end_inset
27367
27368 pt.
27369 \end_layout
27370
27371 \begin_layout Subsubsection
27372 Séparation des colonnes
27373 \begin_inset CommandInset label
27374 LatexCommand label
27375 name "sub:Séparation-des-colonnes"
27376
27377 \end_inset
27378
27379
27380 \begin_inset Index
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384 Formules ! multi-lignes ! Séparation des colonnes
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 Les formules multi-lignes forment une matrice.
27394  Une formule dans un environnement eqnarray est par exemple une matrice
27395  à trois colonnes.
27396  En changeant l'espacement des colonnes de cet environnement, on peut modifier
27397  l'espace à côté du symbole de relation.
27398 \end_layout
27399
27400 \begin_layout Standard
27401 L'espacement des colonnes est spécifié avec la longueur 
27402 \series bold
27403
27404 \backslash
27405 arraycolsep
27406 \series default
27407
27408 \begin_inset Index
27409 status collapsed
27410
27411 \begin_layout Plain Layout
27412 Commandes ! A ! 
27413 \backslash
27414 arraycolsep
27415 \end_layout
27416
27417 \end_inset
27418
27419  selon la relation:
27420 \begin_inset Newline newline
27421 \end_inset
27422
27423 séparation des colonnes = 2
27424 \begin_inset space \thinspace{}
27425 \end_inset
27426
27427
27428 \series bold
27429
27430 \backslash
27431 arraycolsep
27432 \series default
27433
27434 \begin_inset Newline newline
27435 \end_inset
27436
27437 Donc, la commande
27438 \end_layout
27439
27440 \begin_layout Standard
27441
27442 \series bold
27443
27444 \backslash
27445 setlength{
27446 \backslash
27447 arraycolsep}{1cm}
27448 \end_layout
27449
27450 \begin_layout Standard
27451 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
27452  des colonnes à 2
27453 \begin_inset space \thinspace{}
27454 \end_inset
27455
27456 cm.
27457  Pour revenir à la valeur par défaut, on met 
27458 \series bold
27459
27460 \backslash
27461 arraycolsep
27462 \series default
27463  à 5
27464 \begin_inset space \thinspace{}
27465 \end_inset
27466
27467 pt.
27468 \end_layout
27469
27470 \begin_layout Standard
27471 Une formule avec des colonnes séparées de 2
27472 \begin_inset space \thinspace{}
27473 \end_inset
27474
27475 cm:
27476 \begin_inset ERT
27477 status collapsed
27478
27479 \begin_layout Plain Layout
27480
27481
27482 \backslash
27483 setlength{
27484 \backslash
27485 arraycolsep}{1cm}
27486 \end_layout
27487
27488 \end_inset
27489
27490
27491 \begin_inset Formula \begin{eqnarray*}
27492 A & = & B\\
27493 C & \ne & A\end{eqnarray*}
27494
27495 \end_inset
27496
27497 Une formule avec la séparation de colonne prédéfinie de 10
27498 \begin_inset space \thinspace{}
27499 \end_inset
27500
27501 pt:
27502 \begin_inset ERT
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506
27507
27508 \backslash
27509 setlength{
27510 \backslash
27511 arraycolsep}{5pt}
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \begin_inset Formula \begin{eqnarray*}
27518 A & = & B\\
27519 C & \ne & A\end{eqnarray*}
27520
27521 \end_inset
27522
27523
27524 \end_layout
27525
27526 \begin_layout Subsubsection
27527 Formules longues
27528 \begin_inset Index
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532 Formules ! longues
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \end_layout
27539
27540 \begin_layout Standard
27541 Les formules longues peuvent être mises en forme en utilisant une de ces
27542  méthodes:
27543 \end_layout
27544
27545 \begin_layout Itemize
27546 Quand un des membres de l'équation est beaucoup plus court que la largeur
27547  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
27548  de droite est écrit sur deux lignes:
27549 \begin_inset ERT
27550 status collapsed
27551
27552 \begin_layout Plain Layout
27553
27554
27555 \backslash
27556 medskip
27557 \end_layout
27558
27559 \end_inset
27560
27561  
27562 \begin_inset Formula \begin{eqnarray}
27563 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 \\
27564  &  & -\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}
27565
27566 \end_inset
27567
27568
27569 \begin_inset ERT
27570 status collapsed
27571
27572 \begin_layout Plain Layout
27573
27574
27575 \backslash
27576 smallskip
27577 \end_layout
27578
27579 \end_inset
27580
27581
27582 \begin_inset Newline newline
27583 \end_inset
27584
27585 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
27586  comme un opérateur puisqu'il est le premier caractère de la ligne.
27587  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
27588  difficile à distinguer de la barre de fraction.
27589  Pour éviter cela, une espace a été insérée après les signe moins avec la
27590  commande 
27591 \series bold
27592
27593 \backslash
27594 hspace{3pt}
27595 \series default
27596
27597 \begin_inset Foot
27598 status collapsed
27599
27600 \begin_layout Plain Layout
27601 plus au sujet de la commande 
27602 \series bold
27603
27604 \backslash
27605 hspace
27606 \series default
27607 , voir 
27608 \begin_inset CommandInset ref
27609 LatexCommand ref
27610 reference "sub:Espace-variable"
27611
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \begin_inset Index
27621 status collapsed
27622
27623 \begin_layout Plain Layout
27624 Commandes ! H ! 
27625 \backslash
27626 hspace
27627 \end_layout
27628
27629 \end_inset
27630
27631 .
27632 \end_layout
27633
27634 \begin_layout Itemize
27635 Quand les deux membre de l'équation sont trop longs, on utilise la commande
27636  
27637 \series bold
27638
27639 \backslash
27640 lefteqn
27641 \series default
27642
27643 \begin_inset Index
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647 Commandes ! L ! 
27648 \backslash
27649 lefteqn
27650 \end_layout
27651
27652 \end_inset
27653
27654 .
27655  Elle est insérée dans la première colonne de la première ligne et a comme
27656  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
27657 \begin_inset ERT
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661
27662
27663 \backslash
27664 medskip
27665 \end_layout
27666
27667 \end_inset
27668
27669
27670 \begin_inset Formula \begin{eqnarray}
27671 \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 \\
27672  &  & -\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 \\
27673  &  & =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}
27674
27675 \end_inset
27676
27677
27678 \begin_inset ERT
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682
27683
27684 \backslash
27685 smallskip
27686 \end_layout
27687
27688 \end_inset
27689
27690
27691 \begin_inset Newline newline
27692 \end_inset
27693
27694 Après l'insertion de la commande 
27695 \series bold
27696
27697 \backslash
27698 lefteqn
27699 \series default
27700 , le curseur se trouve dans une boîte violette qui est légèrement décalée
27701  vers la gauche par rapport à la boîte bleue.
27702  C'est dans cette dernière que l'on insère la formule.
27703 \begin_inset ERT
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707
27708
27709 \backslash
27710 medskip
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \begin_inset Newline newline
27717 \end_inset
27718
27719 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
27720  celles d'après.
27721  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
27722 \begin_inset ERT
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726
27727
27728 \backslash
27729 medskip
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \begin_inset Newline newline
27736 \end_inset
27737
27738
27739 \begin_inset Note Greyedout
27740 status open
27741
27742 \begin_layout Plain Layout
27743 Notez les points suivants quand vous utilisez 
27744 \series bold
27745
27746 \backslash
27747 lefteqn
27748 \series default
27749 :
27750 \end_layout
27751
27752 \begin_layout Itemize
27753 La formule n'utilise pas la totalité de la largeur de la page.
27754  Quand par exemple on a ajouté le terme 
27755 \begin_inset Formula $-B^{2}$
27756 \end_inset
27757
27758  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
27759  de la marge.
27760  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
27761  négatif en début de la première ligne.
27762 \end_layout
27763
27764 \begin_layout Itemize
27765 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
27766  première ligne avec la souris
27767 \begin_inset Foot
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 \begin_inset CommandInset href
27772 LatexCommand href
27773 name "LyX-bug #1429"
27774 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
27775
27776 \end_inset
27777
27778
27779 \end_layout
27780
27781 \end_inset
27782
27783 .
27784  On peut seulement placer le curseur au début de la ligne et ensuite le
27785  déplacer avec les flèches du clavier.
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \end_layout
27792
27793 \begin_layout Itemize
27794 D'autres méthodes pour créer des formules longues sont offertes par les
27795  environnements décrits dans 
27796 \begin_inset CommandInset ref
27797 LatexCommand ref
27798 reference "sub:Environnement-Multline"
27799
27800 \end_inset
27801
27802  et 
27803 \begin_inset CommandInset ref
27804 LatexCommand ref
27805 reference "sub:Portions-de-formules-en-multiligne"
27806
27807 \end_inset
27808
27809 .
27810 \end_layout
27811
27812 \begin_layout Subsubsection
27813 Crochets sur plusieurs lignes
27814 \begin_inset CommandInset label
27815 LatexCommand label
27816 name "sub:Crochets-multilignes"
27817
27818 \end_inset
27819
27820
27821 \begin_inset Index
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825 Crochets ! pour expressions multi-lignes
27826 \end_layout
27827
27828 \end_inset
27829
27830
27831 \end_layout
27832
27833 \begin_layout Standard
27834 Pour des parenthèses ou des crochets entourant des expressions réparties
27835  sur plusieurs lignes, on rencontre le problème suivant:
27836 \begin_inset Formula \begin{eqnarray*}
27837 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27838  &  & \left.\cdots+B-D\right]\end{eqnarray*}
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \begin_layout Standard
27846 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
27847  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
27848 \end_layout
27849
27850 \begin_layout Standard
27851 Pour donner la bonne taille au crochet de la deuxième ligne, la première
27852  ligne doit se terminer par la commande 
27853 \series bold
27854
27855 \backslash
27856 right.
27857 \series default
27858
27859 \begin_inset Index
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863 Commandes ! R ! 
27864 \backslash
27865 right
27866 \end_layout
27867
27868 \end_inset
27869
27870  et la seconde commencer par 
27871 \series bold
27872
27873 \backslash
27874 left.
27875 \begin_inset Foot
27876 status collapsed
27877
27878 \begin_layout Plain Layout
27879 pour plus au sujet des commandes 
27880 \series bold
27881
27882 \backslash
27883 left
27884 \series default
27885  et 
27886 \series bold
27887
27888 \backslash
27889 right
27890 \series default
27891  voir 
27892 \begin_inset CommandInset ref
27893 LatexCommand ref
27894 reference "sub:Taille-parenthèses-automatique"
27895
27896 \end_inset
27897
27898
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \series default
27905
27906 \begin_inset Index
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 Commandes ! L ! 
27911 \backslash
27912 left
27913 \end_layout
27914
27915 \end_inset
27916
27917 .
27918  Après le 
27919 \series bold
27920
27921 \backslash
27922 left.
27923
27924 \series default
27925  on insère la commande 
27926 \series bold
27927
27928 \backslash
27929 vphantom
27930 \series default
27931
27932 \begin_inset ERT
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936
27937
27938 \backslash
27939 spce 
27940 \end_layout
27941
27942 \end_inset
27943
27944
27945 \series bold
27946
27947 \backslash
27948 prod
27949 \series default
27950 ^
27951 \begin_inset ERT
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955
27956
27957 \backslash
27958 spce 
27959 \end_layout
27960
27961 \end_inset
27962
27963
27964 \series bold
27965
27966 \backslash
27967 infty
27968 \series default
27969
27970 \begin_inset ERT
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974
27975
27976 \backslash
27977 spce 
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \series bold
27984
27985 \begin_inset Formula $\downarrow$
27986 \end_inset
27987
27988 _R=1}
27989 \series default
27990
27991 \begin_inset Index
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 Commandes ! V ! 
27996 \backslash
27997 vphantom
27998 \end_layout
27999
28000 \end_inset
28001
28002  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
28003  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
28004  de la deuxième ligne.
28005 \end_layout
28006
28007 \begin_layout Standard
28008 On obtient ceci:
28009 \end_layout
28010
28011 \begin_layout Standard
28012 \begin_inset Formula \begin{eqnarray*}
28013 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28014  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Subsection
28022 Les environnements align 
28023 \end_layout
28024
28025 \begin_layout Standard
28026 Les environnements align peuvent être utilisés pour tous les cas de formules
28027  multi-lignes.
28028  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
28029 e.
28030 \end_layout
28031
28032 \begin_layout Standard
28033 Les environnement Align sont composés de colonnes.
28034  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
28035  sont alignées à droite.
28036  Chaque ligne d'un environnement Align peut être numérotée.
28037 \end_layout
28038
28039 \begin_layout Standard
28040 Les environnement Align sont créés avec le menu 
28041 \family sans
28042 Insérer\SpecialChar \menuseparator
28043 Math
28044 \family default
28045 .
28046  Avec le menu 
28047 \family sans
28048 Éditer\SpecialChar \menuseparator
28049 Math\SpecialChar \menuseparator
28050 Change le type de formule
28051 \family default
28052  on peut convertir des formules existantes en environnement Align.
28053 \end_layout
28054
28055 \begin_layout Standard
28056 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
28057  
28058 \begin_inset Graphics
28059         filename ../../images/tabular-feature_append-column.png
28060         scale 85
28061
28062 \end_inset
28063
28064  ou 
28065 \begin_inset Graphics
28066         filename ../../images/tabular-feature_delete-column.png
28067         scale 85
28068
28069 \end_inset
28070
28071 , respectivement, soit le menu 
28072 \family sans
28073 Éditer\SpecialChar \menuseparator
28074 Lignes & colonnes
28075 \family default
28076 .
28077 \end_layout
28078
28079 \begin_layout Subsubsection
28080 L'environnement align standard
28081 \begin_inset CommandInset label
28082 LatexCommand label
28083 name "sub:environnement-align-standard"
28084
28085 \end_inset
28086
28087
28088 \begin_inset Index
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092 Formules ! multi-lignes ! environnement align
28093 \end_layout
28094
28095 \end_inset
28096
28097
28098 \end_layout
28099
28100 \begin_layout Standard
28101 Cet environnement align est créé en appuyant sur 
28102 \family sans
28103 Ctrl-Entrée
28104 \family default
28105  dans une formule ou en utilisant le menu 
28106 \family sans
28107 Insérer\SpecialChar \menuseparator
28108 Math\SpecialChar \menuseparator
28109 Environnement
28110 \begin_inset space ~
28111 \end_inset
28112
28113 AMS
28114 \begin_inset space ~
28115 \end_inset
28116
28117 align
28118 \family default
28119 .
28120 \end_layout
28121
28122 \begin_layout Standard
28123 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
28124  align à quatre colonnes:
28125 \begin_inset Formula \begin{align*}
28126 A & =\sin(B) & C & =D\\
28127 C & \ne A & B & \ne D\end{align*}
28128
28129 \end_inset
28130
28131 Comme on peut le voir, dans cet environnement les formules sont placées
28132  comme s'il y avait un 
28133 \series bold
28134
28135 \backslash
28136 hfill
28137 \begin_inset Foot
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141 pour plus d'information au sujet de 
28142 \series bold
28143
28144 \backslash
28145 hfill
28146 \series default
28147  voir 
28148 \begin_inset CommandInset ref
28149 LatexCommand ref
28150 reference "sub:Espace-variable"
28151
28152 \end_inset
28153
28154
28155 \end_layout
28156
28157 \end_inset
28158
28159
28160 \series default
28161  avant la première colonne et après chaque colonne paire.
28162  Quand on utilise le style 
28163 \series bold
28164 Indenté
28165 \begin_inset Foot
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169 pour les styles de formules, voir 
28170 \begin_inset CommandInset ref
28171 LatexCommand ref
28172 reference "sec:Styles-de-formules"
28173
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \end_inset
28180
28181  
28182 \series default
28183 la formule est écrite sans le 
28184 \series bold
28185
28186 \backslash
28187 hfill
28188 \series default
28189  avant la première colonne.
28190 \end_layout
28191
28192 \begin_layout Subsubsection
28193 L'environnement alignat
28194 \begin_inset Index
28195 status collapsed
28196
28197 \begin_layout Plain Layout
28198 Formules ! multi-lignes ! environnement alignat
28199 \end_layout
28200
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \begin_layout Standard
28207 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
28208  Il peut être inséré manuellement avec les espaces qui sont décrits en 
28209 \begin_inset CommandInset ref
28210 LatexCommand ref
28211 reference "sub:Espace"
28212
28213 \end_inset
28214
28215 .
28216 \end_layout
28217
28218 \begin_layout Standard
28219 Voici l'exemple précédent dans un environnement alignat où on a inséré une
28220  espace de 1
28221 \begin_inset space \thinspace{}
28222 \end_inset
28223
28224 cm au début de la deuxième formule:
28225 \begin_inset Formula \begin{alignat*}{2}
28226 A & =\sin(B) & \hspace{1cm}C & =D\\
28227 C & \ne A & B & \ne D\end{alignat*}
28228
28229 \end_inset
28230
28231 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
28232  colonne, cet environnement est particulièrement adapté aux cas où on a
28233  trois colonnes ou plus côte-à-côte.
28234  
28235 \end_layout
28236
28237 \begin_layout Subsubsection
28238 Environnement falign
28239 \begin_inset CommandInset label
28240 LatexCommand label
28241 name "sub:environnement-Flalign"
28242
28243 \end_inset
28244
28245
28246 \begin_inset Index
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 Formules ! multi-lignes ! environnement flalign
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \begin_layout Standard
28259 Dans cet environnement les deux premières colonnes sont placées le plus
28260  à gauche possible et les deux dernière le plus à droite possible.
28261  Un exemple:
28262 \begin_inset Formula \begin{flalign*}
28263 A & =1 & B & =2 & C & =3\\
28264 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Standard
28272 En créant un environnement flalign avec un nombre impair de colonnes et
28273  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
28274  formules d'un document peuvent être mises à gauche, bien que le style de
28275  formules 
28276 \series bold
28277 Centré 
28278 \series default
28279 soit utilisé.
28280  Comme exemple la formule 
28281 \begin_inset CommandInset ref
28282 LatexCommand eqref
28283 reference "eq:VolInt"
28284
28285 \end_inset
28286
28287  indentée:
28288 \begin_inset Formula \begin{flalign}
28289 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28290
28291 \end_inset
28292
28293 Les deux premières colonnes contiennent la formule.
28294  Pour l'indenter comme avec le style de formule 
28295 \series bold
28296 Indenté,
28297 \series default
28298  on a inséré une espace de 30
28299 \begin_inset space \thinspace{}
28300 \end_inset
28301
28302 pt au début de la première colonne.
28303 \end_layout
28304
28305 \begin_layout Subsection
28306 Environnement eqnarray
28307 \begin_inset Index
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311 Formules ! multi-lignes ! environnement eqnarray
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Standard
28320 Quand on créé cet environnement, trois boîtes bleues apparaissent.
28321  Le contenu de la première boîte est aligné à droite, celui de la dernière
28322  est aligné à gauche.
28323  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
28324  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
28325 \begin_inset Formula \begin{eqnarray*}
28326 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28327 AB & AB & AB\\
28328 A & = & A\end{eqnarray*}
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Subsection
28336 Environnement gather
28337 \begin_inset Index
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 Formules ! multi-lignes ! environnement gather
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Cet environnement consiste seulement en une colonne centrée.
28351  Chaque ligne peut être numérotée.
28352 \begin_inset Formula \begin{gather}
28353 A=1\\
28354 X=\textrm{-}1\end{gather}
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \begin_layout Subsection
28362 Environnement multline
28363 \begin_inset CommandInset label
28364 LatexCommand label
28365 name "sub:Environnement-Multline"
28366
28367 \end_inset
28368
28369
28370 \begin_inset Index
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374 Formules ! multi-lignes ! environnement multline
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Standard
28383 L'environnement multline consiste, comme l'environnement gather en une seule
28384  colonne.
28385  Mais la première ligne est alignée à gauche, la dernière est alignée à
28386  droite et toutes les autres sont centrées.
28387  Cet environnement est donc particulièrement adapté aux formules très longues.
28388  Comme exemple, voici la formule 
28389 \begin_inset CommandInset ref
28390 LatexCommand eqref
28391 reference "eq:lefteqn"
28392
28393 \end_inset
28394
28395  dans un environnement multline:
28396 \begin_inset Formula \begin{multline}
28397 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}\\
28398 -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}\\
28399 =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}
28400
28401 \end_inset
28402
28403
28404 \end_layout
28405
28406 \begin_layout Standard
28407 Dans la sortie finale, seule la dernière ligne d'un environnement multline
28408  apparaît numérotée si le document est numéroté à droite, la première s'il
28409  est numéroté à gauche.
28410 \begin_inset Foot
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 pour les styles de numérotation, voir 
28415 \begin_inset CommandInset ref
28416 LatexCommand ref
28417 reference "sec:Styles-de-formules"
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \end_inset
28425
28426
28427 \end_layout
28428
28429 \begin_layout Standard
28430 Avec les commandes 
28431 \series bold
28432
28433 \backslash
28434 shoveright
28435 \begin_inset Index
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439 Commandes ! S ! 
28440 \backslash
28441 shoveright
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \series default
28448  et 
28449 \series bold
28450
28451 \backslash
28452 shoveleft
28453 \begin_inset Index
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457 Commandes ! S ! 
28458 \backslash
28459 shoveleft
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \series default
28466  une ligne centrée peut être alignée respectivement à droite ou à gauche.
28467  Les commandes sont utilisées de la façon suivante:
28468 \end_layout
28469
28470 \begin_layout Standard
28471
28472 \series bold
28473
28474 \backslash
28475 shoveright{contenu de la ligne}
28476 \series default
28477  et 
28478 \series bold
28479
28480 \backslash
28481 shoveleft{contenu de la ligne}
28482 \end_layout
28483
28484 \begin_layout Standard
28485 \begin_inset VSpace medskip
28486 \end_inset
28487
28488 La longueur 
28489 \series bold
28490
28491 \backslash
28492 multlinegap
28493 \begin_inset Index
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497 Commandes ! M ! 
28498 \backslash
28499 multlinegap
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \series default
28506  précise la distance entre le début de la première ligne et la marge de
28507  gauche.
28508  La valeur prédéfinie est 0
28509 \begin_inset space \thinspace{}
28510 \end_inset
28511
28512 pt.
28513 \end_layout
28514
28515 \begin_layout Standard
28516 Comme exemple, la formule précédente en ajoutant avant en mode TeX
28517 \end_layout
28518
28519 \begin_layout Standard
28520
28521 \series bold
28522
28523 \backslash
28524 setlength{
28525 \backslash
28526 multlinegap}{2cm}
28527 \end_layout
28528
28529 \begin_layout Standard
28530 \begin_inset ERT
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534
28535
28536 \backslash
28537 setlength{
28538 \backslash
28539 multlinegap}{2cm}
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \begin_inset Formula \begin{multline}
28546 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}\\
28547 \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}}\\
28548 =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}
28549
28550 \end_inset
28551
28552
28553 \begin_inset ERT
28554 status collapsed
28555
28556 \begin_layout Plain Layout
28557
28558
28559 \backslash
28560 setlength{
28561 \backslash
28562 multlinegap}{0pt}
28563 \end_layout
28564
28565 \end_inset
28566
28567 La deuxième ligne a été alignée à gauche en utilisant 
28568 \series bold
28569
28570 \backslash
28571 shoveleft
28572 \series default
28573 .
28574 \end_layout
28575
28576 \begin_layout Subsection
28577 Portions de formules en multi-ligne
28578 \begin_inset CommandInset label
28579 LatexCommand label
28580 name "sub:Portions-de-formules-en-multiligne"
28581
28582 \end_inset
28583
28584
28585 \begin_inset Index
28586 status collapsed
28587
28588 \begin_layout Plain Layout
28589 Formules ! multi-lignes ! portions de formules
28590 \end_layout
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Standard
28598 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
28599  on peut utiliser l'un des environnements suivants: 
28600 \series bold
28601 aligned
28602 \series default
28603
28604 \series bold
28605 alignedat
28606 \series default
28607
28608 \series bold
28609 gathered
28610 \series default
28611  or 
28612 \series bold
28613 split
28614 \series default
28615 .
28616  Ils peuvent être insérés en utilisant le menu 
28617 \family sans
28618 Insérer\SpecialChar \menuseparator
28619 Math
28620 \family default
28621  ou en utilisant les commandes décrites dans cette section.
28622 \end_layout
28623
28624 \begin_layout Standard
28625 Les trois premier ont les mêmes propriétés que les environnements de formules
28626  correspondants, à part le fait que l'on peut ajouter d'autres portions
28627  de formules après eux.
28628  Un exemple:
28629 \begin_inset Formula \[
28630 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28631 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28632 \right\} \textrm{Relations d'incertitude}\]
28633
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \begin_layout Standard
28640 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
28641  on insère la commande 
28642 \series bold
28643
28644 \backslash
28645 aligned
28646 \begin_inset Index
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650 Commandes ! A ! 
28651 \backslash
28652 aligned
28653 \end_layout
28654
28655 \end_inset
28656
28657
28658 \series default
28659 .
28660  Une boîte violette apparaît autour de la boîte de formule dans laquelle
28661  on peut ajouter des lignes et des colonnes.
28662  En dehors de l'environnement multiligne, on peut mettre d'autres portions
28663  de formules, comme des accolades.
28664 \end_layout
28665
28666 \begin_layout Standard
28667 L'environnement aligned est aussi utilisable pour de longues formules dont
28668  les lignes sont alignées horizontalement.
28669  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
28670  est que le numéro des formules est centré verticalement après les formules.
28671  Un exemple, la formule
28672 \begin_inset CommandInset ref
28673 LatexCommand eqref
28674 reference "eq:kurzlang"
28675
28676 \end_inset
28677
28678  dans l'environnement aligned:
28679 \begin_inset Formula \begin{equation}
28680 \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}|}\\
28681  & -\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}
28682 \end{equation}
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Standard
28690 Pour utiliser les environnements 
28691 \series bold
28692 alignedat
28693 \series default
28694
28695 \series bold
28696 gathered
28697 \series default
28698 , ou 
28699 \series bold
28700 split
28701 \series default
28702 , on doit insérer respectivement, les commandes 
28703 \series bold
28704
28705 \backslash
28706 alignedat
28707 \series default
28708 ,
28709 \begin_inset Index
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713 Commandes ! A ! 
28714 \backslash
28715 alignedat
28716 \end_layout
28717
28718 \end_inset
28719
28720  
28721 \series bold
28722
28723 \backslash
28724 gathered
28725 \series default
28726
28727 \begin_inset Index
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731 Commandes ! G ! 
28732 \backslash
28733 gathered
28734 \end_layout
28735
28736 \end_inset
28737
28738 , ou 
28739 \series bold
28740
28741 \backslash
28742 split
28743 \series default
28744
28745 \begin_inset Index
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 Commandes ! S ! 
28750 \backslash
28751 split
28752 \end_layout
28753
28754 \end_inset
28755
28756 .
28757  L'environnement split a les mêmes propriétés que l'environnement aligned,
28758  mais il ne peut avoir que deux colonnes.
28759 \end_layout
28760
28761 \begin_layout Subsection
28762 Texte dans les formules multi-lignes
28763 \begin_inset CommandInset label
28764 LatexCommand label
28765 name "sub:Texte-dans-multi-lignes"
28766
28767 \end_inset
28768
28769
28770 \begin_inset Index
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774 Texte ! dans les formules
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \begin_inset Index
28781 status collapsed
28782
28783 \begin_layout Plain Layout
28784 Formules ! multi-lignes ! texte
28785 \end_layout
28786
28787 \end_inset
28788
28789
28790 \end_layout
28791
28792 \begin_layout Standard
28793 Dans les environnements align, multline et gather, on peut insérer du texte
28794  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
28795  des colonnes.
28796  Pour faire cela, on utilise la commande 
28797 \series bold
28798
28799 \backslash
28800 intertext
28801 \begin_inset Index
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805 Commandes ! I ! 
28806 \backslash
28807 intertext
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \series default
28814  avec la syntaxe suivante:
28815 \end_layout
28816
28817 \begin_layout Standard
28818
28819 \series bold
28820
28821 \backslash
28822 intertext{texte}
28823 \end_layout
28824
28825 \begin_layout Standard
28826 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
28827  subir de césure.
28828  Comme LyX ne supporte pas directement 
28829 \series bold
28830
28831 \backslash
28832 intertext
28833 \series default
28834 , le texte doit être écrit comme du texte mathématique.
28835  Le texte inséré avec 
28836 \series bold
28837
28838 \backslash
28839 intertext
28840 \series default
28841  doit être au début d'une ligne pour se trouver dans la sortie final au
28842  dessus de celle-ci.
28843  Un exemple où le texte a été inséré au début de la deuxième ligne:
28844 \begin_inset Formula \begin{align}
28845 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28846 \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}
28847
28848 \end_inset
28849
28850
28851 \end_layout
28852
28853 \begin_layout Section
28854 Numérotation des formules
28855 \begin_inset Index
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859 Numérotation des formules
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \begin_inset Index
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869 Formules ! numérotation|see
28870 \begin_inset ERT
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874
28875 {
28876 \end_layout
28877
28878 \end_inset
28879
28880 Numérotation des formules
28881 \begin_inset ERT
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885
28886 }
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Subsection
28900 Généralités
28901 \end_layout
28902
28903 \begin_layout Standard
28904 On peut créer des formules numérotées avec le menu 
28905 \family sans
28906 Insérer\SpecialChar \menuseparator
28907 Math\SpecialChar \menuseparator
28908 Formule
28909 \begin_inset space ~
28910 \end_inset
28911
28912 numérotée
28913 \family default
28914  (raccourci 
28915 \family sans
28916 Ctrl-Alt
28917 \begin_inset space ~
28918 \end_inset
28919
28920 n
28921 \family default
28922 ).
28923  On peut aussi numéroter des formules existantes avec le menu 
28924 \family sans
28925 Éditer\SpecialChar \menuseparator
28926 Math\SpecialChar \menuseparator
28927 (Dés)Activer
28928 \begin_inset space ~
28929 \end_inset
28930
28931 numérotation
28932 \family default
28933  (raccourci 
28934 \family sans
28935 Alt-m
28936 \begin_inset space ~
28937 \end_inset
28938
28939 n
28940 \family default
28941 ).
28942  Le numéro de la formule est affiché dans LyX après la formule sous la forme
28943  d'un dièse entre parenthèse
28944 \begin_inset Foot
28945 status collapsed
28946
28947 \begin_layout Plain Layout
28948 En anglais le dièse est le symbole du numéro (NdT).
28949 \end_layout
28950
28951 \end_inset
28952
28953 .
28954  Le dièse est remplacé dans la sortie finale par le numéro de la formule
28955 \end_layout
28956
28957 \begin_layout Standard
28958 Quand on active la numérotation sur des formules multi-lignes, toutes les
28959  lignes sont numérotées.
28960  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
28961  
28962 \family sans
28963 Éditer\SpecialChar \menuseparator
28964 Math\SpecialChar \menuseparator
28965 (Dés)Activer
28966 \begin_inset space ~
28967 \end_inset
28968
28969 Numérotation
28970 \begin_inset space ~
28971 \end_inset
28972
28973 de
28974 \begin_inset space ~
28975 \end_inset
28976
28977 cette
28978 \begin_inset space ~
28979 \end_inset
28980
28981 ligne
28982 \family default
28983  (raccourci 
28984 \family sans
28985 Alt-m
28986 \begin_inset space ~
28987 \end_inset
28988
28989 N
28990 \family default
28991 ).
28992 \end_layout
28993
28994 \begin_layout Standard
28995 À part pour les formules en ligne, toutes les formules peuvent être numérotées
28996  avec deux styles différents, voir 
28997 \begin_inset CommandInset ref
28998 LatexCommand ref
28999 reference "sec:Styles-de-formules"
29000
29001 \end_inset
29002
29003 .
29004 \end_layout
29005
29006 \begin_layout Subsection
29007 Références croisées
29008 \begin_inset CommandInset label
29009 LatexCommand label
29010 name "sub:Références-croisées"
29011
29012 \end_inset
29013
29014
29015 \begin_inset Index
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019 Références croisées ! à des formules
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 On peut faire référence à toute formule ayant une étiquette.
29029  On ajoute une étiquette avec le menu 
29030 \family sans
29031 Insérer\SpecialChar \menuseparator
29032 Étiquette
29033 \family default
29034  ou avec le bouton 
29035 \begin_inset Graphics
29036         filename ../../images/label-insert.png
29037         scale 85
29038
29039 \end_inset
29040
29041  de la barre d'outils.
29042  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
29043  ligne.
29044  Une fenêtre de dialogue apparaît affichant le préfixe 
29045 \series bold
29046 eq:
29047 \series default
29048  dans un champ de texte.
29049  L'étiquette est insérée à cet endroit, juste après le préfixe.
29050  Le préfixe prédéfini signifie 
29051 \begin_inset Quotes eld
29052 \end_inset
29053
29054 équation
29055 \begin_inset Quotes erd
29056 \end_inset
29057
29058  et rend plus facile la recherche d'une étiquette dans les grand documents
29059  en l'identifiant comme une étiquette de formule et pas, par exemple comme
29060  une étiquette de section.
29061  Pour modifier l'étiquette on doit repasser par le menu 
29062 \family sans
29063 Insérer\SpecialChar \menuseparator
29064 Étiquette
29065 \family default
29066 .
29067 \end_layout
29068
29069 \begin_layout Standard
29070 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
29071  la formule.
29072  Une formule avec une étiquette est toujours numérotée.
29073 \end_layout
29074
29075 \begin_layout Standard
29076 On insère une référence croisée avec le menu 
29077 \family sans
29078 Insérer\SpecialChar \menuseparator
29079 Référence
29080 \begin_inset space ~
29081 \end_inset
29082
29083 croisée
29084 \family default
29085  ou avec le bouton 
29086 \begin_inset Graphics
29087         filename ../../images/dialog-show-new-inset_ref.png
29088         scale 85
29089
29090 \end_inset
29091
29092  de la barre d'outils.
29093  Une référence croisée à une formule apparaît dans la sortie finale comme
29094  un numéro de formule.
29095  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
29096  
29097 \series bold
29098 (<reference>),
29099 \series default
29100  la référence croisée apparaît dans la sortie finale comme un numéro de
29101  formule entre parenthèses.
29102 \begin_inset Newline newline
29103 \end_inset
29104
29105 En faisant un clic droit sur une référence croisée dans LyX, on saute à
29106  la formule qui est référencée.
29107 \end_layout
29108
29109 \begin_layout Standard
29110 Voici comme exemples des références croisées à des formules qui se trouvent
29111  dans les sous-sections qui suivent:
29112 \begin_inset Note Note
29113 status collapsed
29114
29115 \begin_layout Plain Layout
29116 Noter les différents types de références croisées.
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Standard
29125 Les équations 
29126 \begin_inset CommandInset ref
29127 LatexCommand eqref
29128 reference "eq:tag"
29129
29130 \end_inset
29131
29132  et 
29133 \begin_inset CommandInset ref
29134 LatexCommand eqref
29135 reference "eq:c"
29136
29137 \end_inset
29138
29139  sont équivalentes.
29140  Dans (
29141 \begin_inset CommandInset ref
29142 LatexCommand ref
29143 reference "eq:Lat"
29144
29145 \end_inset
29146
29147 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
29148  à  (
29149 \begin_inset CommandInset ref
29150 LatexCommand ref
29151 reference "eq:Rom"
29152
29153 \end_inset
29154
29155 ).
29156 \end_layout
29157
29158 \begin_layout Standard
29159 \begin_inset VSpace medskip
29160 \end_inset
29161
29162 Quand l'argument de 
29163 \series bold
29164
29165 \backslash
29166 tag
29167 \begin_inset Foot
29168 status collapsed
29169
29170 \begin_layout Plain Layout
29171
29172 \series bold
29173
29174 \backslash
29175 tag
29176 \series default
29177  est décrit dans 
29178 \begin_inset CommandInset ref
29179 LatexCommand ref
29180 reference "sub:Numérotation-personnalisée"
29181
29182 \end_inset
29183
29184 .
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \series default
29191  contient une boîte comme dans 
29192 \begin_inset CommandInset ref
29193 LatexCommand ref
29194 reference "sub:Boîtes-de-paragraphes"
29195
29196 \end_inset
29197
29198 , la formule ne peut pas être référencée.
29199 \end_layout
29200
29201 \begin_layout Subsection
29202 Sous-numérotation
29203 \begin_inset Index
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207 Numérotation des formules ! sous-numérotation
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \end_layout
29214
29215 \begin_layout Standard
29216 Avec l'aide des commandes 
29217 \series bold
29218
29219 \backslash
29220 begin{subequations}
29221 \series default
29222  et 
29223 \series bold
29224
29225 \backslash
29226 end{subequations}
29227 \series default
29228  on peut faire une sous-numérotation de formules.
29229  Les deux commandes doivent être insérées en mode TeX.
29230 \end_layout
29231
29232 \begin_layout Standard
29233 Un exemple:
29234 \begin_inset Formula \begin{equation}
29235 A=C-B\label{eq:a}\end{equation}
29236
29237 \end_inset
29238
29239
29240 \begin_inset ERT
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244
29245
29246 \backslash
29247 addtocounter{equation}{-1}
29248 \end_layout
29249
29250 \end_inset
29251
29252
29253 \begin_inset ERT
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257
29258
29259 \backslash
29260 begin{subequations}
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \begin_inset VSpace -5mm
29267 \end_inset
29268
29269
29270 \begin_inset Formula \begin{equation}
29271 B=C-A\label{eq:b}\end{equation}
29272
29273 \end_inset
29274
29275
29276 \begin_inset Formula \begin{equation}
29277 C=A+B\label{eq:c}\end{equation}
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Standard
29285 \begin_inset ERT
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289
29290
29291 \backslash
29292 end{subequations}
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Standard
29301 Pour créer cet exemple, on fait ce qui suit:
29302 \end_layout
29303
29304 \begin_layout Enumerate
29305 on insère la première formule
29306 \end_layout
29307
29308 \begin_layout Enumerate
29309 après la première formule on insère 
29310 \begin_inset Newline newline
29311 \end_inset
29312
29313
29314 \series bold
29315
29316 \backslash
29317 addtocounter{equation}{-1} 
29318 \backslash
29319 begin{subequations}
29320 \begin_inset Index
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324 Commandes ! A ! 
29325 \backslash
29326 addtocounter
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \end_layout
29333
29334 \begin_layout Enumerate
29335 on insère la deuxième formule
29336 \end_layout
29337
29338 \begin_layout Enumerate
29339 on insère la troisième formule
29340 \end_layout
29341
29342 \begin_layout Enumerate
29343 on insère 
29344 \series bold
29345
29346 \backslash
29347 end{subequations}
29348 \series default
29349  après la troisième formule
29350 \end_layout
29351
29352 \begin_layout Standard
29353 Chaque formule entre les commandes 
29354 \series bold
29355
29356 \backslash
29357 begin
29358 \series default
29359  et 
29360 \series bold
29361
29362 \backslash
29363 end
29364 \series default
29365  est sous-numérotée avec a, b,
29366 \begin_inset Newline linebreak
29367 \end_inset
29368
29369 c, \SpecialChar \ldots{}
29370  Pour les formules multi-lignes, chaque ligne sera numérotée.
29371  Toutes les formules sous-numérotées sont traitées comme 
29372 \emph on
29373 une seule 
29374 \emph default
29375 formule.
29376  Mais comme chaque formule numérotée incrémente le compteur 
29377 \series bold
29378 equation
29379 \series default
29380  de un, on a besoin de la commande 
29381 \series bold
29382
29383 \backslash
29384 addtocounter
29385 \series default
29386  pour le décrémenter.
29387  Sinon les formules 
29388 \begin_inset CommandInset ref
29389 LatexCommand eqref
29390 reference "eq:a"
29391
29392 \end_inset
29393
29394
29395 \begin_inset CommandInset ref
29396 LatexCommand eqref
29397 reference "eq:b"
29398
29399 \end_inset
29400
29401
29402 \begin_inset CommandInset ref
29403 LatexCommand eqref
29404 reference "eq:c"
29405
29406 \end_inset
29407
29408  seraient numérotées comme 
29409 \begin_inset CommandInset ref
29410 LatexCommand eqref
29411 reference "eq:a"
29412
29413 \end_inset
29414
29415
29416 \begin_inset CommandInset ref
29417 LatexCommand eqref
29418 reference "eq:d"
29419
29420 \end_inset
29421
29422
29423 \begin_inset CommandInset ref
29424 LatexCommand eqref
29425 reference "eq:f"
29426
29427 \end_inset
29428
29429 .
29430 \end_layout
29431
29432 \begin_layout Standard
29433 En insérant les commandes en mode TeX entre les deux premières formules,
29434  on crée un espace.
29435  Pour le supprimer, on insère un espace vertical négatif de -5
29436 \begin_inset space \thinspace{}
29437 \end_inset
29438
29439 mm après la commande 
29440 \series bold
29441
29442 \backslash
29443 begin{subequations}
29444 \series default
29445 .
29446  Quand on utilise le style 
29447 \series bold
29448 Indenté
29449 \begin_inset Foot
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453 pour les styles de formules, voir 
29454 \begin_inset CommandInset ref
29455 LatexCommand ref
29456 reference "sec:Styles-de-formules"
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \end_inset
29464
29465
29466 \series default
29467 on insère un espace de -7
29468 \begin_inset space \thinspace{}
29469 \end_inset
29470
29471 mm à la place.
29472 \end_layout
29473
29474 \begin_layout Standard
29475 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
29476  pour la deuxième ligne:
29477 \end_layout
29478
29479 \begin_layout Standard
29480 \begin_inset ERT
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484
29485
29486 \backslash
29487 begin{subequations}
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \begin_inset Formula \begin{eqnarray}
29494 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29495  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29496  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29497
29498 \end_inset
29499
29500
29501 \begin_inset ERT
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505
29506
29507 \backslash
29508 end{subequations}
29509 \end_layout
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \begin_layout Subsection
29517 Numérotation personnalisée
29518 \begin_inset CommandInset label
29519 LatexCommand label
29520 name "sub:Numérotation-personnalisée"
29521
29522 \end_inset
29523
29524
29525 \begin_inset Index
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529 Numérotation des formules !  personnalisée
29530 \end_layout
29531
29532 \end_inset
29533
29534
29535 \end_layout
29536
29537 \begin_layout Standard
29538 \begin_inset Index
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542 Numérotation des formules ! délimiteurs personnalisés
29543 \end_layout
29544
29545 \end_inset
29546
29547 Avec la numérotation standard, on a des parenthèses autour du numéro de
29548  formule.
29549  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
29550  il faut ajouter la lignes suivante dans le préambule LaTeX:
29551 \end_layout
29552
29553 \begin_layout Standard
29554
29555 \series bold
29556
29557 \backslash
29558 def
29559 \backslash
29560 tagform@#1{
29561 \backslash
29562 maketag@@@{|#1|}}
29563 \series default
29564
29565 \begin_inset Note Note
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
29570  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
29571  début de ligne.
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Standard
29580 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
29581  autour du 
29582 \series bold
29583 #1
29584 \series default
29585  par un caractère ou plus.
29586  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
29587  verticales.
29588 \end_layout
29589
29590 \begin_layout Standard
29591 \begin_inset VSpace bigskip
29592 \end_inset
29593
29594 Si vous voulez avoir une expression de votre choix entre parenthèses après
29595  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
29596  commande 
29597 \series bold
29598
29599 \backslash
29600 tag
29601 \series default
29602
29603 \begin_inset Index
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607 Commandes ! T ! 
29608 \backslash
29609 tag
29610 \end_layout
29611
29612 \end_inset
29613
29614 :
29615 \begin_inset Formula \begin{equation}
29616 A+B=C\tag{quelquechose}\label{eq:tag}\end{equation}
29617
29618 \end_inset
29619
29620 Dans cet exemple, on a mis la commande 
29621 \series bold
29622
29623 \backslash
29624 tag
29625 \series default
29626
29627 \begin_inset ERT
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631
29632
29633 \backslash
29634 spce 
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \series bold
29641 quelquechose
29642 \series default
29643  dans la formule.
29644 \end_layout
29645
29646 \begin_layout Standard
29647 Quand on insère la commande 
29648 \series bold
29649
29650 \backslash
29651 tag*
29652 \series default
29653
29654 \begin_inset ERT
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658
29659
29660 \backslash
29661 spce 
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \series bold
29668 quelquechose
29669 \series default
29670  à la place, l'astérisque supprime les parenthèses autour du texte:
29671 \begin_inset Formula \[
29672 A+B=C\tag*{quelquechose}\]
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Standard
29680 \begin_inset VSpace bigskip
29681 \end_inset
29682
29683 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
29684  ou section du document, on utilise les commandes suivantes: 
29685 \end_layout
29686
29687 \begin_layout Standard
29688
29689 \series bold
29690
29691 \backslash
29692 @addtoreset{equation}{part}
29693 \series default
29694
29695 \begin_inset Index
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699 Commandes ! 
29700 \begin_inset ERT
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704
29705 "
29706 \end_layout
29707
29708 \end_inset
29709
29710 @
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716 "
29717 \end_layout
29718
29719 \end_inset
29720
29721  ! 
29722 \backslash
29723
29724 \begin_inset ERT
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728
29729 "
29730 \end_layout
29731
29732 \end_inset
29733
29734 @
29735 \begin_inset ERT
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739
29740 "
29741 \end_layout
29742
29743 \end_inset
29744
29745 addtoreset
29746 \end_layout
29747
29748 \end_inset
29749
29750
29751 \begin_inset Newline newline
29752 \end_inset
29753
29754 ou
29755 \begin_inset Newline newline
29756 \end_inset
29757
29758
29759 \series bold
29760
29761 \backslash
29762 @addtoreset{equation}{section}
29763 \end_layout
29764
29765 \begin_layout Standard
29766 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
29767 \begin_inset Quotes eld
29768 \end_inset
29769
29770 @
29771 \begin_inset Quotes erd
29772 \end_inset
29773
29774  doit être rendu 
29775 \begin_inset Quotes eld
29776 \end_inset
29777
29778 actif
29779 \begin_inset Quotes erd
29780 \end_inset
29781
29782  pour LaTeX en utilisant la commande 
29783 \series bold
29784
29785 \backslash
29786 makeatletter.
29787
29788 \series default
29789  La commande 
29790 \series bold
29791
29792 \backslash
29793 makeatother
29794 \series default
29795  le désactive.
29796  La suite de commandes en mode TeX est donc:
29797 \end_layout
29798
29799 \begin_layout Standard
29800
29801 \series bold
29802
29803 \backslash
29804 makeatletter
29805 \begin_inset Newline newline
29806 \end_inset
29807
29808
29809 \backslash
29810 @addtoreset{equation}{section}
29811 \begin_inset Newline newline
29812 \end_inset
29813
29814
29815 \backslash
29816 makeatother
29817 \end_layout
29818
29819 \begin_layout Standard
29820 Dans le préambule LaTeX on peut omettre les commandes 
29821 \series bold
29822
29823 \backslash
29824 makeatletter
29825 \series default
29826  et 
29827 \series bold
29828
29829 \backslash
29830 makeatother
29831 \series default
29832 , vu que LyX les insère automatiquement en interne.
29833 \end_layout
29834
29835 \begin_layout Standard
29836 Pour supprimer l'effet de 
29837 \series bold
29838
29839 \backslash
29840 @addtoreset
29841 \series default
29842 , on doit charger le fichier 
29843 \series bold
29844 remreset.sty
29845 \series default
29846
29847 \begin_inset Foot
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851
29852 \series bold
29853 remreset
29854 \series default
29855  fait partie du paquetage LaTeX 
29856 \series bold
29857 carlisle
29858 \series default
29859
29860 \begin_inset Index
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864 Paquetages ! carlisle
29865 \end_layout
29866
29867 \end_inset
29868
29869  qui est compris dans toutes les installations LaTeX standard.
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \begin_inset Index
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879 Paquetages ! remreset
29880 \end_layout
29881
29882 \end_inset
29883
29884  dans le préambule LaTeX avec la ligne
29885 \end_layout
29886
29887 \begin_layout Standard
29888
29889 \series bold
29890
29891 \backslash
29892 usepackage{remreset}
29893 \end_layout
29894
29895 \begin_layout Standard
29896 On peut alors utiliser la commande 
29897 \series bold
29898
29899 \backslash
29900 @removefromreset
29901 \series default
29902
29903 \begin_inset Index
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907 Commandes ! 
29908 \begin_inset ERT
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912
29913 "
29914 \end_layout
29915
29916 \end_inset
29917
29918 @
29919 \begin_inset ERT
29920 status collapsed
29921
29922 \begin_layout Plain Layout
29923
29924 "
29925 \end_layout
29926
29927 \end_inset
29928
29929  ! 
29930 \backslash
29931
29932 \begin_inset ERT
29933 status collapsed
29934
29935 \begin_layout Plain Layout
29936
29937 "
29938 \end_layout
29939
29940 \end_inset
29941
29942 @
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948 "
29949 \end_layout
29950
29951 \end_inset
29952
29953 removefromreset
29954 \end_layout
29955
29956 \end_inset
29957
29958  avec la même syntaxe que 
29959 \series bold
29960
29961 \backslash
29962 @addtoreset
29963 \series default
29964 .
29965 \end_layout
29966
29967 \begin_layout Standard
29968 \begin_inset VSpace bigskip
29969 \end_inset
29970
29971 On doit parfois numéroter les formules de la façon suivante
29972 \end_layout
29973
29974 \begin_layout Standard
29975
29976 \family typewriter
29977 (numéro de section.numéro de formule)
29978 \end_layout
29979
29980 \begin_layout Standard
29981 Le numéro de formule repart à 
29982 \begin_inset Quotes eld
29983 \end_inset
29984
29985 1
29986 \begin_inset Quotes erd
29987 \end_inset
29988
29989  à chaque nouvelle section
29990 \end_layout
29991
29992 \begin_layout Standard
29993 Dans ce cas, on peut utiliser la commande 
29994 \series bold
29995
29996 \backslash
29997 numberwithin
29998 \series default
29999
30000 \begin_inset Index
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004 Commandes ! N ! 
30005 \backslash
30006 numberwithin
30007 \end_layout
30008
30009 \end_inset
30010
30011 , qui a la syntaxe suivante:
30012 \end_layout
30013
30014 \begin_layout Standard
30015
30016 \series bold
30017
30018 \backslash
30019 numberwithin{compteur}{sectionnement}
30020 \end_layout
30021
30022 \begin_layout Standard
30023 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
30024 nt indique quel numéro est placé avant le point.
30025 \end_layout
30026
30027 \begin_layout Standard
30028 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
30029  LaTeX soit en mode TeX:
30030 \end_layout
30031
30032 \begin_layout Standard
30033
30034 \series bold
30035
30036 \backslash
30037 numberwithin{equation}{section}
30038 \end_layout
30039
30040 \begin_layout Standard
30041 Voici le résultat:
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047
30048 \backslash
30049 numberwithin{equation}{section}
30050 \end_layout
30051
30052 \end_inset
30053
30054
30055 \begin_inset Formula \begin{equation}
30056 A+B=C\end{equation}
30057
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \begin_layout Standard
30064 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
30065  on utilisera
30066 \begin_inset Newline newline
30067 \end_inset
30068
30069
30070 \series bold
30071
30072 \backslash
30073 numberwithin{table}{part}
30074 \end_layout
30075
30076 \begin_layout Standard
30077 Pour revenir à la numérotation standard pour éviter ce type de numérotation
30078  quand elle est définie par la classe du document, on insère la commande
30079  suivante, soit dans le préambule, soit en mode TeX:
30080 \end_layout
30081
30082 \begin_layout Standard
30083
30084 \series bold
30085
30086 \backslash
30087 renewcommand{
30088 \backslash
30089 theequation}{
30090 \backslash
30091 arabic{equation}}
30092 \begin_inset Index
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096 Commandes ! A ! 
30097 \backslash
30098 arabic
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \series default
30105
30106 \begin_inset ERT
30107 status collapsed
30108
30109 \begin_layout Plain Layout
30110
30111
30112 \backslash
30113 renewcommand{
30114 \backslash
30115 theequation}{
30116 \backslash
30117 arabic{equation}}
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \series bold
30124
30125 \begin_inset Newline newline
30126 \end_inset
30127
30128
30129 \series default
30130 ou
30131 \series bold
30132
30133 \begin_inset Newline newline
30134 \end_inset
30135
30136
30137 \backslash
30138 renewcommand{
30139 \backslash
30140 thetable}{
30141 \backslash
30142 arabic{table}}
30143 \end_layout
30144
30145 \begin_layout Standard
30146
30147 \series bold
30148
30149 \backslash
30150 numberwithin
30151 \series default
30152  utilise en interne la commande 
30153 \series bold
30154
30155 \backslash
30156 @addtoreset
30157 \series default
30158 , décrite plus haut et qui doit aussi être annulée.
30159 \begin_inset ERT
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163
30164
30165 \backslash
30166 makeatletter
30167 \end_layout
30168
30169 \begin_layout Plain Layout
30170
30171
30172 \backslash
30173 @removefromreset{equation}{section}
30174 \end_layout
30175
30176 \begin_layout Plain Layout
30177
30178
30179 \backslash
30180 makeatother
30181 \end_layout
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \begin_layout Subsection
30189 Numérotation avec des chiffres romains ou des lettres
30190 \begin_inset CommandInset label
30191 LatexCommand label
30192 name "sub:Numérotation-avec-des-chiffres-romains"
30193
30194 \end_inset
30195
30196
30197 \begin_inset Index
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201 Numérotation des formules ! avec des lettres
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \begin_inset Index
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211 Numérotation des formules ! avec des chiffres romains
30212 \end_layout
30213
30214 \end_inset
30215
30216
30217 \end_layout
30218
30219 \begin_layout Standard
30220 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
30221  latines.
30222  Par exemple, pour numéroter avec des petits chiffres romains, on insère
30223  la commande
30224 \end_layout
30225
30226 \begin_layout Standard
30227
30228 \series bold
30229
30230 \backslash
30231 renewcommand{
30232 \backslash
30233 theequation}{
30234 \backslash
30235 roman{equation}}
30236 \end_layout
30237
30238 \begin_layout Standard
30239 en mode TeX juste avant la formule.
30240  
30241 \series bold
30242
30243 \backslash
30244 renewcommand
30245 \series default
30246
30247 \begin_inset Index
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251 Commandes ! R ! 
30252 \backslash
30253 renewcommand
30254 \end_layout
30255
30256 \end_inset
30257
30258  redéfinit la commande prédéfinie 
30259 \series bold
30260
30261 \backslash
30262 theequation
30263 \series default
30264  en la commande 
30265 \series bold
30266
30267 \backslash
30268 roman{equation}
30269 \series default
30270
30271 \begin_inset Foot
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275 La commande 
30276 \series bold
30277
30278 \backslash
30279 renewcommand
30280 \series default
30281  a la même syntaxe que la commande 
30282 \series bold
30283
30284 \backslash
30285 newcommand
30286 \series default
30287  qui est décrite dans 
30288 \begin_inset CommandInset ref
30289 LatexCommand ref
30290 reference "sec:Commandes-personnalisées"
30291
30292 \end_inset
30293
30294 .
30295 \end_layout
30296
30297 \end_inset
30298
30299 .
30300  
30301 \series bold
30302 equation
30303 \series default
30304  est le compteur pour les formules.
30305  Quand la commande 
30306 \series bold
30307
30308 \backslash
30309 the
30310 \series default
30311  est utilisée comme préfixe pour un compteur, la valeur du compteur est
30312  écrite en utilisant des chiffres arabes.
30313  Quand une formule est numérotée, LaTeX met en interne la commande 
30314 \series bold
30315
30316 \backslash
30317 theequation
30318 \series default
30319  après la formule.
30320  
30321 \series bold
30322
30323 \backslash
30324 roman{equation}
30325 \begin_inset Index
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329 Commandes ! R ! 
30330 \backslash
30331 roman
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \series default
30338  écrit la valeur du compteur en utilisant des petits chiffres romains.
30339 \end_layout
30340
30341 \begin_layout Standard
30342 Toutes les formules qui suivent 
30343 \series bold
30344
30345 \backslash
30346 renew
30347 \series default
30348 c
30349 \series bold
30350 ommand
30351 \series default
30352  sont maintenant numérotées en chiffres romains.
30353  Pour passer à une numérotation avec de gros chiffres romains, on insère
30354  la même commande, mais avec 
30355 \series bold
30356
30357 \backslash
30358 roman
30359 \series default
30360  remplacé par 
30361 \series bold
30362
30363 \backslash
30364 Roman
30365 \series default
30366
30367 \begin_inset Index
30368 status collapsed
30369
30370 \begin_layout Plain Layout
30371 Commandes ! R ! 
30372 \backslash
30373 roman@
30374 \backslash
30375 Roman
30376 \end_layout
30377
30378 \end_inset
30379
30380 .
30381  Pour numéroter avec des lettres latines minuscules, on a la commande 
30382 \series bold
30383
30384 \backslash
30385 alph
30386 \series default
30387
30388 \begin_inset Index
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392 Commandes ! A ! 
30393 \backslash
30394 alphe
30395 \end_layout
30396
30397 \end_inset
30398
30399 , pour les lettres majuscules, on a 
30400 \series bold
30401
30402 \backslash
30403 Alph
30404 \series default
30405
30406 \begin_inset Index
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410 Commandes ! A ! 
30411 \backslash
30412 alph@
30413 \backslash
30414 Alph
30415 \end_layout
30416
30417 \end_inset
30418
30419 .
30420 \end_layout
30421
30422 \begin_layout Standard
30423 \begin_inset Note Greyedout
30424 status open
30425
30426 \begin_layout Plain Layout
30427
30428 \series bold
30429 Note:
30430 \series default
30431  On peut numéroter au maximum 26 formules avec des lettres latines dans
30432  un même document.
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \end_layout
30439
30440 \begin_layout Standard
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446
30447 \backslash
30448 renewcommand{
30449 \backslash
30450 theequation}{
30451 \backslash
30452 roman{equation}}
30453 \end_layout
30454
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \begin_layout Standard
30461 \begin_inset Formula \begin{equation}
30462 A=\textrm{romains minuscules}\label{eq:rom}\end{equation}
30463
30464 \end_inset
30465
30466
30467 \begin_inset ERT
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471
30472
30473 \backslash
30474 renewcommand{
30475 \backslash
30476 theequation}{
30477 \backslash
30478 Roman{equation}}
30479 \end_layout
30480
30481 \end_inset
30482
30483
30484 \begin_inset Formula \begin{equation}
30485 B=\textrm{romains majuscules}\label{eq:Rom}\end{equation}
30486
30487 \end_inset
30488
30489
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495
30496 \backslash
30497 renewcommand{
30498 \backslash
30499 theequation}{
30500 \backslash
30501 alph{equation}}
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \begin_inset Formula \begin{equation}
30508 C=\textrm{latines minuscules}\label{eq:lat}\end{equation}
30509
30510 \end_inset
30511
30512
30513 \begin_inset ERT
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517
30518
30519 \backslash
30520 renewcommand{
30521 \backslash
30522 theequation}{
30523 \backslash
30524 Alph{equation}}
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \begin_inset Formula \begin{equation}
30531 D=\textrm{latines majuscules}\label{eq:Lat}\end{equation}
30532
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \begin_layout Standard
30539 Pour revenir à la numérotation par défaut, on insère la commande:
30540 \end_layout
30541
30542 \begin_layout Standard
30543
30544 \series bold
30545
30546 \backslash
30547 renewcommand{
30548 \backslash
30549 theequation}{
30550 \backslash
30551 arabic{equation}}
30552 \begin_inset Index
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556 Commandes ! A ! 
30557 \backslash
30558 arabic
30559 \end_layout
30560
30561 \end_inset
30562
30563
30564 \end_layout
30565
30566 \begin_layout Standard
30567 \begin_inset ERT
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571
30572
30573 \backslash
30574 renewcommand{
30575 \backslash
30576 theequation}{
30577 \backslash
30578 arabic{equation}}
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \begin_inset Formula \begin{equation}
30585 E=\textrm{Arabes}\label{eq:arab}\end{equation}
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Standard
30593 \begin_inset VSpace medskip
30594 \end_inset
30595
30596 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
30597  du style de numérotation.
30598  Si l'on veut que la numérotation reparte à 
30599 \begin_inset Quotes eld
30600 \end_inset
30601
30602 1
30603 \begin_inset Quotes erd
30604 \end_inset
30605
30606  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
30607  On trouvera une description de cette opération dans le fichier 
30608 \begin_inset CommandInset href
30609 LatexCommand href
30610 target "Formula-numbering.lyx"
30611
30612 \end_inset
30613
30614 .
30615 \end_layout
30616
30617 \begin_layout Section
30618 Commandes personnalisées
30619 \begin_inset CommandInset label
30620 LatexCommand label
30621 name "sec:Commandes-personnalisées"
30622
30623 \end_inset
30624
30625
30626 \begin_inset Index
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630 Commandes personnalisées
30631 \end_layout
30632
30633 \end_inset
30634
30635
30636 \end_layout
30637
30638 \begin_layout Standard
30639 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
30640  Mais on peut définir de nouvelles commandes plus courtes avec la commande
30641  
30642 \series bold
30643
30644 \backslash
30645 newcommand
30646 \series default
30647
30648 \begin_inset Index
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 Commandes ! N ! 
30653 \backslash
30654 newcommand
30655 \end_layout
30656
30657 \end_inset
30658
30659  .
30660 \end_layout
30661
30662 \begin_layout Standard
30663 La syntaxe de 
30664 \series bold
30665
30666 \backslash
30667 newcommand
30668 \series default
30669  est:
30670 \end_layout
30671
30672 \begin_layout Standard
30673
30674 \series bold
30675
30676 \backslash
30677 newcommand{nom de la nouvelle commande}[nombre d'arguments]
30678 \begin_inset Newline newline
30679 \end_inset
30680
30681
30682 \begin_inset ERT
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687
30688 \backslash
30689 phantom{
30690 \end_layout
30691
30692 \end_inset
30693
30694
30695 \backslash
30696 newcommand
30697 \begin_inset ERT
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701
30702 }
30703 \end_layout
30704
30705 \end_inset
30706
30707 [valeur optionnelle]{définition de la commande}
30708 \end_layout
30709
30710 \begin_layout Standard
30711 \begin_inset Note Greyedout
30712 status open
30713
30714 \begin_layout Plain Layout
30715
30716 \series bold
30717 Note:
30718 \series default
30719  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
30720  votre document ou par un des paquetages LaTeX que vous utilisez.
30721  Si par exemple, vous tentez de définir la commande 
30722 \series bold
30723
30724 \backslash
30725 le
30726 \series default
30727  pour 
30728 \series bold
30729
30730 \backslash
30731 Leftarrow
30732 \series default
30733 , vous aurez un message d'erreur puisque 
30734 \series bold
30735
30736 \backslash
30737 le
30738 \series default
30739  est déjà définie comme étant la commande pour le symbole 
30740 \begin_inset Quotes eld
30741 \end_inset
30742
30743
30744 \begin_inset Formula $\le$
30745 \end_inset
30746
30747
30748 \begin_inset Quotes erd
30749 \end_inset
30750
30751 .
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \end_layout
30758
30759 \begin_layout Standard
30760 \begin_inset Note Greyedout
30761 status open
30762
30763 \begin_layout Plain Layout
30764
30765 \series bold
30766 Note:
30767 \series default
30768  Les noms des commandes personnalisées ne peuvent contenir que des lettres
30769  latines.
30770 \end_layout
30771
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \begin_layout Standard
30778 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
30779  d'argument que la commande doit avoir.
30780  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
30781  optionnel.
30782  Quand on utilise cette valeur, le 
30783 \emph on
30784 premier 
30785 \emph default
30786 argument de la nouvelle commande est automatiquement l'argument optionnel.
30787 \end_layout
30788
30789 \begin_layout Standard
30790 Voici quelques exemples:
30791 \end_layout
30792
30793 \begin_layout Itemize
30794 Pour définir la commande 
30795 \series bold
30796
30797 \backslash
30798 gr
30799 \series default
30800  pour 
30801 \series bold
30802
30803 \backslash
30804 Longrightarrow
30805 \series default
30806 , la ligne à insérer dans le préambule LaTeX est:
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812
30813 \backslash
30814 medskip
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \series bold
30821
30822 \begin_inset Newline newline
30823 \end_inset
30824
30825
30826 \backslash
30827 newcommand{
30828 \backslash
30829 gr}{
30830 \backslash
30831 Longrightarrow}
30832 \end_layout
30833
30834 \begin_layout Itemize
30835 Pour définir la commande
30836 \series bold
30837  
30838 \backslash
30839 us
30840 \series default
30841  pour 
30842 \series bold
30843
30844 \backslash
30845 underline
30846 \series default
30847 , l'argument (qui doit être souligné) doit être pris en compte.
30848  Pour cela, la ligne à insérer dans le préambule est:
30849 \begin_inset ERT
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853
30854
30855 \backslash
30856 medskip
30857 \end_layout
30858
30859 \end_inset
30860
30861
30862 \series bold
30863
30864 \begin_inset Newline newline
30865 \end_inset
30866
30867
30868 \backslash
30869 newcommand{
30870 \backslash
30871 us}[1]{
30872 \backslash
30873 underline{#1}}
30874 \series default
30875
30876 \begin_inset ERT
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880
30881
30882 \backslash
30883 medskip
30884 \end_layout
30885
30886 \end_inset
30887
30888
30889 \series bold
30890
30891 \begin_inset Newline newline
30892 \end_inset
30893
30894
30895 \series default
30896 Le caractère 
30897 \series bold
30898 #
30899 \series default
30900  agit comme un argument formel, le 
30901 \series bold
30902 1
30903 \series default
30904  derrière lui indique qu'il représente le premier argument.
30905 \end_layout
30906
30907 \begin_layout Itemize
30908 Pour remplacer la commande 
30909 \series bold
30910
30911 \backslash
30912 framebox
30913 \series default
30914  on peut par exemple définir, la commande 
30915 \series bold
30916
30917 \backslash
30918 fb
30919 \series default
30920 :
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926
30927 \backslash
30928 medskip
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \series bold
30935
30936 \begin_inset Newline newline
30937 \end_inset
30938
30939
30940 \backslash
30941 newcommand{
30942 \backslash
30943 fb}[3]{
30944 \backslash
30945 framebox#1#2{$#3$}}
30946 \series default
30947
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 medskip
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \series bold
30962
30963 \begin_inset Newline newline
30964 \end_inset
30965
30966
30967 \series default
30968 Les deux dollars créent une formule supplémentaire pour la commande 
30969 \series bold
30970
30971 \backslash
30972 framebox
30973 \series default
30974 , voir 
30975 \begin_inset CommandInset ref
30976 LatexCommand ref
30977 reference "sub:Boîtes-avec-cadre"
30978
30979 \end_inset
30980
30981 .
30982 \end_layout
30983
30984 \begin_layout Itemize
30985 Pour créer une nouvelle commande pour remplacer 
30986 \series bold
30987
30988 \backslash
30989 fcolorbox
30990 \series default
30991  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
30992  pour la couleur est défini comme optionnel:
30993 \begin_inset ERT
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998
30999 \backslash
31000 medskip
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \series bold
31007
31008 \begin_inset Newline newline
31009 \end_inset
31010
31011
31012 \backslash
31013 newcommand{
31014 \backslash
31015 cb}[3][white]{
31016 \backslash
31017 fcolorbox{#2}{#1}{$#3$}}
31018 \series default
31019
31020 \begin_inset ERT
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024
31025
31026 \backslash
31027 medskip
31028 \end_layout
31029
31030 \end_inset
31031
31032
31033 \begin_inset Newline newline
31034 \end_inset
31035
31036 Quand la couleur n'est pas définie lors d'une utilisation de 
31037 \series bold
31038
31039 \backslash
31040 cb
31041 \series default
31042 , la couleur prédéfinie 
31043 \series bold
31044 white
31045 \series default
31046  est utilisée par défaut.
31047 \end_layout
31048
31049 \begin_layout Standard
31050 Un test des nouvelles commandes:
31051 \end_layout
31052
31053 \begin_layout Standard
31054 \align center
31055 \begin_inset Tabular
31056 <lyxtabular version="3" rows="6" columns="2">
31057 <features>
31058 <column alignment="center" valignment="top" width="0">
31059 <column alignment="center" valignment="top" width="0">
31060 <row>
31061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31062 \begin_inset Text
31063
31064 \begin_layout Plain Layout
31065 Commande
31066 \end_layout
31067
31068 \end_inset
31069 </cell>
31070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31071 \begin_inset Text
31072
31073 \begin_layout Plain Layout
31074 Résultat
31075 \begin_inset Note Note
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079
31080 \series bold
31081
31082 \backslash
31083 raisebox est seulement utilisée pour faire de la place
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \end_inset
31092 </cell>
31093 </row>
31094 <row>
31095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31096 \begin_inset Text
31097
31098 \begin_layout Plain Layout
31099 A
31100 \backslash
31101 gr
31102 \begin_inset ERT
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106
31107
31108 \backslash
31109 spce 
31110 \end_layout
31111
31112 \end_inset
31113
31114 B
31115 \end_layout
31116
31117 \end_inset
31118 </cell>
31119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31120 \begin_inset Text
31121
31122 \begin_layout Plain Layout
31123 \begin_inset Formula $A\gr B$
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \end_inset
31130 </cell>
31131 </row>
31132 <row>
31133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31134 \begin_inset Text
31135
31136 \begin_layout Plain Layout
31137
31138 \backslash
31139 us{ABcd
31140 \end_layout
31141
31142 \end_inset
31143 </cell>
31144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31145 \begin_inset Text
31146
31147 \begin_layout Plain Layout
31148 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \end_inset
31155 </cell>
31156 </row>
31157 <row>
31158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31159 \begin_inset Text
31160
31161 \begin_layout Plain Layout
31162
31163 \backslash
31164 fb{[2cm]
31165 \begin_inset Formula $\to$
31166 \end_inset
31167
31168
31169 \backslash
31170 {
31171 \begin_inset Formula $\to$
31172 \end_inset
31173
31174
31175 \backslash
31176 {
31177 \backslash
31178 int
31179 \begin_inset ERT
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183
31184
31185 \backslash
31186 spce 
31187 \end_layout
31188
31189 \end_inset
31190
31191 A=B
31192 \end_layout
31193
31194 \end_inset
31195 </cell>
31196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31197 \begin_inset Text
31198
31199 \begin_layout Plain Layout
31200 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31201 \end_inset
31202
31203
31204 \end_layout
31205
31206 \end_inset
31207 </cell>
31208 </row>
31209 <row>
31210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31211 \begin_inset Text
31212
31213 \begin_layout Plain Layout
31214
31215 \backslash
31216 cb{red
31217 \begin_inset Formula $\to$
31218 \end_inset
31219
31220
31221 \backslash
31222 {
31223 \backslash
31224 int
31225 \begin_inset ERT
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229
31230
31231 \backslash
31232 spce 
31233 \end_layout
31234
31235 \end_inset
31236
31237 A=B
31238 \end_layout
31239
31240 \end_inset
31241 </cell>
31242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31243 \begin_inset Text
31244
31245 \begin_layout Plain Layout
31246 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31247 \end_inset
31248
31249
31250 \end_layout
31251
31252 \end_inset
31253 </cell>
31254 </row>
31255 <row>
31256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31257 \begin_inset Text
31258
31259 \begin_layout Plain Layout
31260
31261 \backslash
31262 cb[green]
31263 \backslash
31264 {red
31265 \begin_inset Formula $\to$
31266 \end_inset
31267
31268
31269 \backslash
31270 {
31271 \backslash
31272 int
31273 \begin_inset ERT
31274 status collapsed
31275
31276 \begin_layout Plain Layout
31277
31278
31279 \backslash
31280 spce 
31281 \end_layout
31282
31283 \end_inset
31284
31285 A=B
31286 \end_layout
31287
31288 \end_inset
31289 </cell>
31290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31291 \begin_inset Text
31292
31293 \begin_layout Plain Layout
31294 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31295 \end_inset
31296
31297
31298 \end_layout
31299
31300 \end_inset
31301 </cell>
31302 </row>
31303 </lyxtabular>
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \begin_layout Section
31311 Diagrammes
31312 \begin_inset Index
31313 status collapsed
31314
31315 \begin_layout Plain Layout
31316 Diagrammes
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \begin_layout Standard
31325 Pour créer des diagrammes, on utilise le paquetage LaTeX 
31326 \series bold
31327 amscd
31328 \begin_inset Foot
31329 status collapsed
31330
31331 \begin_layout Plain Layout
31332
31333 \series bold
31334 amscd
31335 \series default
31336  fait partie de toutes les installations LateX standard.
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \series default
31343
31344 \begin_inset Index
31345 status collapsed
31346
31347 \begin_layout Plain Layout
31348 Paquetages ! amscd
31349 \end_layout
31350
31351 \end_inset
31352
31353 .
31354  On le charge dans le préambule LaTeX avec la ligne suivante:
31355 \end_layout
31356
31357 \begin_layout Standard
31358
31359 \series bold
31360
31361 \backslash
31362 usepackage{amscd}
31363 \end_layout
31364
31365 \begin_layout Standard
31366 Les diagrammes permettent la visualisation de relations et ressemblent à
31367  ceci:
31368 \begin_inset Formula \[
31369 \begin{CD}A@>>>B@>>>C\\
31370 @AAA@.@VVV\\
31371 F@<<<E@<<<D\end{CD}\]
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 Pour les obtenir, on insère la commande 
31380 \series bold
31381
31382 \backslash
31383 CD
31384 \begin_inset Index
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388 Commandes ! C ! 
31389 \backslash
31390 CD
31391 \end_layout
31392
31393 \end_inset
31394
31395
31396 \series default
31397  dans une formule.
31398  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
31399  on peut insérer d'autres commandes.
31400  On crée une nouvelle ligne avec 
31401 \family sans
31402 Ctrl-Entrée
31403 \family default
31404 .
31405  Les relations horizontales sont insérées dans les lignes impaires et les
31406  relations verticales dans les lignes paires.
31407 \end_layout
31408
31409 \begin_layout Standard
31410 Pour créer les relations, il y a les commandes suivantes:
31411 \end_layout
31412
31413 \begin_layout Itemize
31414
31415 \series bold
31416 @<<<
31417 \series default
31418  crée une flèche gauche, 
31419 \series bold
31420 @>>>
31421 \series default
31422  une flèche droite, et 
31423 \series bold
31424 @=
31425 \series default
31426  un long signe égal
31427 \end_layout
31428
31429 \begin_layout Itemize
31430
31431 \series bold
31432 @AAA
31433 \series default
31434  crée une flèche vers le haut, 
31435 \series bold
31436 @VVV
31437 \series default
31438  une flèche vers le bas, et 
31439 \series bold
31440 @|
31441 \series default
31442  un signe égal vertical
31443 \end_layout
31444
31445 \begin_layout Itemize
31446
31447 \series bold
31448 @.
31449
31450 \series default
31451  sert de remplissage pour une relation inexistante
31452 \end_layout
31453
31454 \begin_layout Standard
31455 Toutes les flèches peuvent être étiquetées de la façon suivante:
31456 \end_layout
31457
31458 \begin_layout Itemize
31459 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
31460  de la flèche.
31461  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
31462  flèche.
31463 \end_layout
31464
31465 \begin_layout Itemize
31466 Quand le texte destiné à une flèche verticale est inséré entre le premier
31467  et le second A ou V, il est placé sur le côté gauche de la flèche.
31468  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
31469  de la flèche.
31470  Si le texte contient un A ou un V, ces lettres doivent être placées entre
31471  des accolades TeX.
31472 \end_layout
31473
31474 \begin_layout Standard
31475 Comme exemple, un diagramme avec toutes les relations possibles:
31476 \end_layout
31477
31478 \begin_layout Standard
31479 \begin_inset Formula \[
31480 \begin{CD}A@>j>>B@>>k>C@=F\\
31481 @AmAA@.@VV{V}V@|\\
31482 D@<<j<E@>k>>F@=C\end{CD}\]
31483
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Standard
31490 La commande pour l'obtenir:
31491 \begin_inset Newline newline
31492 \end_inset
31493
31494
31495 \series bold
31496
31497 \backslash
31498 CD
31499 \begin_inset ERT
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503
31504
31505 \backslash
31506 spce 
31507 \end_layout
31508
31509 \end_inset
31510
31511 A@>j>>B@>>k>C@=F Ctrl-Enter
31512 \begin_inset Newline newline
31513 \end_inset
31514
31515
31516 \begin_inset ERT
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520
31521
31522 \backslash
31523 hphantom{
31524 \end_layout
31525
31526 \end_inset
31527
31528
31529 \backslash
31530 CD
31531 \begin_inset ERT
31532 status collapsed
31533
31534 \begin_layout Plain Layout
31535
31536
31537 \backslash
31538 spce 
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \begin_inset ERT
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548
31549 }
31550 \end_layout
31551
31552 \end_inset
31553
31554 @AmAA@.@VV
31555 \backslash
31556 {V
31557 \series default
31558
31559 \begin_inset Formula $\to$
31560 \end_inset
31561
31562
31563 \series bold
31564 V@| Ctrl-Enter
31565 \begin_inset Newline newline
31566 \end_inset
31567
31568
31569 \begin_inset ERT
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573
31574
31575 \backslash
31576 hphantom{
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \backslash
31583 CD
31584 \begin_inset ERT
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588
31589
31590 \backslash
31591 spce 
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \begin_inset ERT
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601
31602 }
31603 \end_layout
31604
31605 \end_inset
31606
31607 D@<<j<E@>k>>F@=C
31608 \end_layout
31609
31610 \begin_layout Standard
31611 \begin_inset Newpage newpage
31612 \end_inset
31613
31614
31615 \end_layout
31616
31617 \begin_layout Section
31618 Astuces
31619 \begin_inset ERT
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623
31624
31625 \backslash
31626 texorpdfstring{
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \begin_inset Foot
31633 status collapsed
31634
31635 \begin_layout Plain Layout
31636 On peut trouver d'autres astuces mathématiques très utiles dans 
31637 \begin_inset CommandInset citation
31638 LatexCommand cite
31639 key "Voss"
31640
31641 \end_inset
31642
31643 .
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \begin_inset ERT
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653
31654 }{}
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \begin_inset Note Note
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664
31665 \backslash
31666 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
31667  dans les signets PDF.
31668 \end_layout
31669
31670 \begin_layout Plain Layout
31671 Plus d'infos sur 
31672 \backslash
31673 texorpdfstring dans la section 
31674 \begin_inset CommandInset ref
31675 LatexCommand ref
31676 reference "sub:formules-dans-les-entêtes"
31677
31678 \end_inset
31679
31680 .
31681 \end_layout
31682
31683 \end_inset
31684
31685
31686 \begin_inset Index
31687 status collapsed
31688
31689 \begin_layout Plain Layout
31690 Astuces
31691 \end_layout
31692
31693 \end_inset
31694
31695
31696 \begin_inset Index
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700 Ions|see
31701 \begin_inset ERT
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705
31706 {
31707 \end_layout
31708
31709 \end_inset
31710
31711 Symboles chimiques
31712 \begin_inset ERT
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716
31717 }
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Subsection
31731 Symboles et équations chimiques
31732 \begin_inset CommandInset label
31733 LatexCommand label
31734 name "sub:Symboles-chimiques"
31735
31736 \end_inset
31737
31738
31739 \begin_inset Index
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743 E@Équations chimiques
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \begin_inset Index
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753 Symboles ! chimiques
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \begin_layout Standard
31762 Un exemple de texte de chimie:
31763 \end_layout
31764
31765 \begin_layout Quote
31766 L'ion 
31767 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31768 \end_inset
31769
31770 réagit avec deux ions 
31771 \begin_inset Formula $\mathrm{Na^{+}}$
31772 \end_inset
31773
31774  pour donner du sulfate de sodium 
31775 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31776 \end_inset
31777
31778 .
31779  La réaction chimique peut être mise sous la forme:
31780 \begin_inset Formula \[
31781 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
31782
31783 \end_inset
31784
31785
31786 \end_layout
31787
31788 \begin_layout Standard
31789 Cette équation chimique peut être créée directement sous la forme d'une
31790  formule.
31791  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
31792  et mettez-le dans la police droite avec le raccourci 
31793 \family sans
31794 Alt-c
31795 \begin_inset space ~
31796 \end_inset
31797
31798 r
31799 \family default
31800  .
31801 \begin_inset Foot
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805 Style de polices, voir 
31806 \begin_inset CommandInset ref
31807 LatexCommand ref
31808 reference "sub:Styles-de-polices"
31809
31810 \end_inset
31811
31812
31813 \end_layout
31814
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \begin_layout Subsection
31821 Nombres négatifs
31822 \begin_inset Index
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826 Nombres ! négatifs
31827 \end_layout
31828
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \begin_layout Standard
31835 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
31836  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
31837  moins.
31838  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
31839  correctement.
31840 \end_layout
31841
31842 \begin_layout Standard
31843 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
31844 \end_layout
31845
31846 \begin_layout Standard
31847 Un exemple pour illustrer le problème:
31848 \end_layout
31849
31850 \begin_layout Standard
31851 \align center
31852 \begin_inset Tabular
31853 <lyxtabular version="3" rows="3" columns="2">
31854 <features>
31855 <column alignment="right" valignment="top" width="0">
31856 <column alignment="left" valignment="top" width="0">
31857 <row>
31858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31859 \begin_inset Text
31860
31861 \begin_layout Plain Layout
31862 texte normal:
31863 \end_layout
31864
31865 \end_inset
31866 </cell>
31867 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31868 \begin_inset Text
31869
31870 \begin_layout Plain Layout
31871 x = -2
31872 \end_layout
31873
31874 \end_inset
31875 </cell>
31876 </row>
31877 <row>
31878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882 formule:
31883 \end_layout
31884
31885 \end_inset
31886 </cell>
31887 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891 \begin_inset Formula $x=-2$
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 </row>
31900 <row>
31901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31902 \begin_inset Text
31903
31904 \begin_layout Plain Layout
31905 solution:
31906 \end_layout
31907
31908 \end_inset
31909 </cell>
31910 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
31911 \begin_inset Text
31912
31913 \begin_layout Plain Layout
31914 \begin_inset Formula $x=\textrm{-}2$
31915 \end_inset
31916
31917
31918 \end_layout
31919
31920 \end_inset
31921 </cell>
31922 </row>
31923 </lyxtabular>
31924
31925 \end_inset
31926
31927
31928 \end_layout
31929
31930 \begin_layout Subsection
31931 La virgule comme séparateur décimal
31932 \begin_inset Index
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 Virgule
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \begin_layout Standard
31945 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
31946  pour grouper les chiffres dans un nombre.
31947  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
31948  formules.
31949 \end_layout
31950
31951 \begin_layout Standard
31952 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
31953  (raccourci 
31954 \family sans
31955 Alt-m
31956 \begin_inset space ~
31957 \end_inset
31958
31959 m
31960 \family default
31961 ).
31962 \end_layout
31963
31964 \begin_layout Standard
31965 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
31966  on doit charger le fichier 
31967 \series bold
31968 icomma.sty
31969 \series default
31970
31971 \begin_inset Foot
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975
31976 \series bold
31977 icomma
31978 \series default
31979  fait partie du paquetage 
31980 \series bold
31981 was
31982 \series default
31983
31984 \begin_inset Index
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988 Paquetages ! was
31989 \begin_inset ERT
31990 status collapsed
31991
31992 \begin_layout Plain Layout
31993
31994
31995 \backslash
31996 vspace{4mm}
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \end_inset
32005
32006 .
32007 \end_layout
32008
32009 \end_inset
32010
32011
32012 \begin_inset Index
32013 status collapsed
32014
32015 \begin_layout Plain Layout
32016 Paquetages ! icomma
32017 \end_layout
32018
32019 \end_inset
32020
32021  dans le préambule LaTeX avec la ligne
32022 \end_layout
32023
32024 \begin_layout Standard
32025
32026 \series bold
32027
32028 \backslash
32029 usepackage{icomma}
32030 \end_layout
32031
32032 \begin_layout Subsection
32033 Les vecteurs physiques
32034 \begin_inset CommandInset label
32035 LatexCommand label
32036 name "sub:Vecteurs-physiques"
32037
32038 \end_inset
32039
32040
32041 \begin_inset Index
32042 status collapsed
32043
32044 \begin_layout Plain Layout
32045 Vecteurs ! physiques
32046 \end_layout
32047
32048 \end_inset
32049
32050
32051 \end_layout
32052
32053 \begin_layout Standard
32054 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
32055 \series bold
32056  braket
32057 \series default
32058
32059 \begin_inset Foot
32060 status collapsed
32061
32062 \begin_layout Plain Layout
32063
32064 \series bold
32065 braket
32066 \series default
32067  fait partie de toutes les installations LaTeX standard.
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \begin_inset Index
32074 status collapsed
32075
32076 \begin_layout Plain Layout
32077 Paquetages ! braket
32078 \end_layout
32079
32080 \end_inset
32081
32082  que l'on charge en mettant dans le préambule LaTeX la ligne
32083 \end_layout
32084
32085 \begin_layout Standard
32086
32087 \series bold
32088
32089 \backslash
32090 usepackage{braket}
32091 \end_layout
32092
32093 \begin_layout Standard
32094 Les commandes suivantes sont définies:
32095 \end_layout
32096
32097 \begin_layout Standard
32098 \align center
32099 \begin_inset Tabular
32100 <lyxtabular version="3" rows="4" columns="2">
32101 <features>
32102 <column alignment="center" valignment="top" width="0">
32103 <column alignment="center" valignment="top" width="0">
32104 <row>
32105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32106 \begin_inset Text
32107
32108 \begin_layout Plain Layout
32109 Commande
32110 \end_layout
32111
32112 \end_inset
32113 </cell>
32114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32115 \begin_inset Text
32116
32117 \begin_layout Plain Layout
32118 Résultat
32119 \end_layout
32120
32121 \end_inset
32122 </cell>
32123 </row>
32124 <row>
32125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32126 \begin_inset Text
32127
32128 \begin_layout Plain Layout
32129
32130 \backslash
32131 Bra{
32132 \backslash
32133 psi
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32139 \begin_inset Text
32140
32141 \begin_layout Plain Layout
32142 \begin_inset Formula $\Bra{\psi}$
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \end_inset
32149 </cell>
32150 </row>
32151 <row>
32152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32153 \begin_inset Text
32154
32155 \begin_layout Plain Layout
32156
32157 \backslash
32158 Ket{
32159 \backslash
32160 psi
32161 \end_layout
32162
32163 \end_inset
32164 </cell>
32165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32166 \begin_inset Text
32167
32168 \begin_layout Plain Layout
32169 \begin_inset Formula $\Ket{\psi}$
32170 \end_inset
32171
32172
32173 \end_layout
32174
32175 \end_inset
32176 </cell>
32177 </row>
32178 <row>
32179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32180 \begin_inset Text
32181
32182 \begin_layout Plain Layout
32183
32184 \backslash
32185 Braket{
32186 \backslash
32187 psi|
32188 \backslash
32189 phi
32190 \end_layout
32191
32192 \end_inset
32193 </cell>
32194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32195 \begin_inset Text
32196
32197 \begin_layout Plain Layout
32198 \begin_inset Formula $\Braket{\psi|\phi}$
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \end_inset
32205 </cell>
32206 </row>
32207 </lyxtabular>
32208
32209 \end_inset
32210
32211
32212 \end_layout
32213
32214 \begin_layout Standard
32215 La commande 
32216 \series bold
32217
32218 \backslash
32219 Braket
32220 \series default
32221  assure que toutes les barres verticales ont la même taille que les crochets
32222  englobants:
32223 \begin_inset Formula \[
32224 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32225
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \begin_layout Standard
32232 L'effet de la commande 
32233 \series bold
32234
32235 \backslash
32236 Braket
32237 \series default
32238  peut aussi être obtenu en utilisant la commande 
32239 \series bold
32240
32241 \backslash
32242 middle
32243 \series default
32244 , qui est décrite dans 
32245 \begin_inset CommandInset ref
32246 LatexCommand ref
32247 reference "sub:Taille-parenthèses-automatique"
32248
32249 \end_inset
32250
32251 .
32252 \end_layout
32253
32254 \begin_layout Subsection
32255 Fractions personnalisées
32256 \begin_inset CommandInset label
32257 LatexCommand label
32258 name "sub:Fractions-personnalisées"
32259
32260 \end_inset
32261
32262
32263 \begin_inset Index
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267 Fractions ! personnalisées
32268 \end_layout
32269
32270 \end_inset
32271
32272
32273 \end_layout
32274
32275 \begin_layout Standard
32276 Pour définir des commandes personnalisées pour les fractions, on utilise
32277  la commande 
32278 \series bold
32279
32280 \backslash
32281 genfrac
32282 \series default
32283
32284 \begin_inset Index
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288 Commandes ! G ! 
32289 \backslash
32290 genfrac
32291 \end_layout
32292
32293 \end_inset
32294
32295  avec la syntaxe suivante:
32296 \end_layout
32297
32298 \begin_layout Standard
32299
32300 \series bold
32301
32302 \backslash
32303 genfrac{parenthèse gauche}{parenthèse droite}
32304 \begin_inset Newline newline
32305 \end_inset
32306
32307
32308 \begin_inset ERT
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312
32313
32314 \backslash
32315 phantom{
32316 \end_layout
32317
32318 \end_inset
32319
32320
32321 \backslash
32322 genfrac
32323 \begin_inset ERT
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327
32328 }
32329 \end_layout
32330
32331 \end_inset
32332
32333 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
32334 \end_layout
32335
32336 \begin_layout Standard
32337 Le style est un nombre allant de 0 à 3.
32338 \end_layout
32339
32340 \begin_layout Standard
32341 \align center
32342 \begin_inset Tabular
32343 <lyxtabular version="3" rows="5" columns="2">
32344 <features>
32345 <column alignment="center" valignment="top" width="0">
32346 <column alignment="center" valignment="top" width="0">
32347 <row>
32348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32349 \begin_inset Text
32350
32351 \begin_layout Plain Layout
32352 Nombre
32353 \end_layout
32354
32355 \end_inset
32356 </cell>
32357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32358 \begin_inset Text
32359
32360 \begin_layout Plain Layout
32361 Style (Taille)
32362 \end_layout
32363
32364 \end_inset
32365 </cell>
32366 </row>
32367 <row>
32368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32369 \begin_inset Text
32370
32371 \begin_layout Plain Layout
32372 0
32373 \end_layout
32374
32375 \end_inset
32376 </cell>
32377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32378 \begin_inset Text
32379
32380 \begin_layout Plain Layout
32381 formule hors ligne
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 </row>
32387 <row>
32388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32389 \begin_inset Text
32390
32391 \begin_layout Plain Layout
32392 1
32393 \end_layout
32394
32395 \end_inset
32396 </cell>
32397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401 formule en ligne
32402 \end_layout
32403
32404 \end_inset
32405 </cell>
32406 </row>
32407 <row>
32408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32409 \begin_inset Text
32410
32411 \begin_layout Plain Layout
32412 2
32413 \end_layout
32414
32415 \end_inset
32416 </cell>
32417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32418 \begin_inset Text
32419
32420 \begin_layout Plain Layout
32421 petit (small)
32422 \end_layout
32423
32424 \end_inset
32425 </cell>
32426 </row>
32427 <row>
32428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32429 \begin_inset Text
32430
32431 \begin_layout Plain Layout
32432 3
32433 \end_layout
32434
32435 \end_inset
32436 </cell>
32437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32438 \begin_inset Text
32439
32440 \begin_layout Plain Layout
32441 minuscule (tiny)
32442 \end_layout
32443
32444 \end_inset
32445 </cell>
32446 </row>
32447 </lyxtabular>
32448
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \begin_layout Standard
32455 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
32456  dans lequel on se trouve, comme avec la commande 
32457 \series bold
32458
32459 \backslash
32460 frac
32461 \series default
32462 .
32463 \end_layout
32464
32465 \begin_layout Standard
32466 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
32467 e de 0.4
32468 \begin_inset space \thinspace{}
32469 \end_inset
32470
32471 pt est utilisée.
32472 \end_layout
32473
32474 \begin_layout Standard
32475 \begin_inset VSpace medskip
32476 \end_inset
32477
32478 Par exemple les commandes 
32479 \series bold
32480
32481 \backslash
32482 dfrac
32483 \series default
32484  et 
32485 \series bold
32486
32487 \backslash
32488 tbinom
32489 \series default
32490  vues en 
32491 \begin_inset CommandInset ref
32492 LatexCommand ref
32493 reference "sub:Fractions"
32494
32495 \end_inset
32496
32497  sont définies avec les commandes 
32498 \end_layout
32499
32500 \begin_layout Standard
32501
32502 \series bold
32503
32504 \backslash
32505 newcommand{
32506 \backslash
32507 dfrac}[2]{
32508 \backslash
32509 genfrac{}{}{}{0}{#1}{#2}}
32510 \end_layout
32511
32512 \begin_layout Standard
32513 et
32514 \end_layout
32515
32516 \begin_layout Standard
32517
32518 \series bold
32519
32520 \backslash
32521 newcommand{
32522 \backslash
32523 tbinom}[2]{
32524 \backslash
32525 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32526 \end_layout
32527
32528 \begin_layout Standard
32529 \begin_inset VSpace medskip
32530 \end_inset
32531
32532 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
32533  en argument, on insère la ligne suivante dans le préambule LaTeX:
32534 \end_layout
32535
32536 \begin_layout Standard
32537
32538 \series bold
32539
32540 \backslash
32541 newcommand{
32542 \backslash
32543 fracS}[3][]{
32544 \backslash
32545 genfrac{}{}{#1}{}{#2}{#3}}
32546 \end_layout
32547
32548 \begin_layout Standard
32549 Un test:
32550 \begin_inset Formula \begin{align*}
32551 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32552 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32553
32554 \end_inset
32555
32556 Comme on peut le voir, la distance entre le numérateur et le dénominateur
32557  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
32558 \end_layout
32559
32560 \begin_layout Subsection
32561 Formules barrées
32562 \begin_inset CommandInset label
32563 LatexCommand label
32564 name "sub:Formules-barrées"
32565
32566 \end_inset
32567
32568
32569 \begin_inset Index
32570 status collapsed
32571
32572 \begin_layout Plain Layout
32573 Formules ! barrées
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Standard
32582 Pour barrer une formule ou une portion de formule, on doit charger le paquetage
32583  LaTeX 
32584 \series bold
32585 cancel
32586 \series default
32587
32588 \begin_inset Foot
32589 status collapsed
32590
32591 \begin_layout Plain Layout
32592
32593 \series bold
32594 cancel
32595 \series default
32596  fait partie de toutes les distributions LaTeX standard.
32597 \end_layout
32598
32599 \end_inset
32600
32601
32602 \begin_inset Index
32603 status collapsed
32604
32605 \begin_layout Plain Layout
32606 Paquetages ! cancel
32607 \end_layout
32608
32609 \end_inset
32610
32611  dans le préambule LaTeX avec la ligne
32612 \end_layout
32613
32614 \begin_layout Standard
32615
32616 \series bold
32617
32618 \backslash
32619 usepackage[samesize]{cancel}
32620 \end_layout
32621
32622 \begin_layout Standard
32623 Il y a quatre façon de barrer une formule:
32624 \end_layout
32625
32626 \begin_layout Standard
32627 \align center
32628 \begin_inset Tabular
32629 <lyxtabular version="3" rows="5" columns="2">
32630 <features>
32631 <column alignment="center" valignment="top" width="0">
32632 <column alignment="center" valignment="top" width="0">
32633 <row>
32634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32635 \begin_inset Text
32636
32637 \begin_layout Plain Layout
32638 Commande
32639 \end_layout
32640
32641 \end_inset
32642 </cell>
32643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32644 \begin_inset Text
32645
32646 \begin_layout Plain Layout
32647 Résultat
32648 \begin_inset Note Note
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652
32653 \series bold
32654
32655 \backslash
32656 hspace
32657 \series default
32658  et
32659 \series bold
32660  
32661 \backslash
32662 raisebox 
32663 \series default
32664 sont seulement utilisées pour faire de la place.
32665 \end_layout
32666
32667 \end_inset
32668
32669
32670 \end_layout
32671
32672 \end_inset
32673 </cell>
32674 </row>
32675 <row>
32676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32677 \begin_inset Text
32678
32679 \begin_layout Plain Layout
32680
32681 \backslash
32682 cancel{
32683 \backslash
32684 int
32685 \begin_inset ERT
32686 status collapsed
32687
32688 \begin_layout Plain Layout
32689
32690
32691 \backslash
32692 spce 
32693 \end_layout
32694
32695 \end_inset
32696
32697 A=B
32698 \end_layout
32699
32700 \end_inset
32701 </cell>
32702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32703 \begin_inset Text
32704
32705 \begin_layout Plain Layout
32706 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
32707 \end_inset
32708
32709
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 </row>
32715 <row>
32716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32717 \begin_inset Text
32718
32719 \begin_layout Plain Layout
32720
32721 \backslash
32722 bcancel{
32723 \backslash
32724 int
32725 \begin_inset ERT
32726 status collapsed
32727
32728 \begin_layout Plain Layout
32729
32730
32731 \backslash
32732 spce 
32733 \end_layout
32734
32735 \end_inset
32736
32737 A=B
32738 \end_layout
32739
32740 \end_inset
32741 </cell>
32742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32743 \begin_inset Text
32744
32745 \begin_layout Plain Layout
32746 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
32747 \end_inset
32748
32749
32750 \end_layout
32751
32752 \end_inset
32753 </cell>
32754 </row>
32755 <row>
32756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32757 \begin_inset Text
32758
32759 \begin_layout Plain Layout
32760
32761 \backslash
32762 xcancel{
32763 \backslash
32764 int
32765 \begin_inset ERT
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769
32770
32771 \backslash
32772 spce 
32773 \end_layout
32774
32775 \end_inset
32776
32777 A=B
32778 \end_layout
32779
32780 \end_inset
32781 </cell>
32782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32783 \begin_inset Text
32784
32785 \begin_layout Plain Layout
32786 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \end_inset
32793 </cell>
32794 </row>
32795 <row>
32796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32797 \begin_inset Text
32798
32799 \begin_layout Plain Layout
32800
32801 \backslash
32802 cancelto{1
32803 \begin_inset Formula $\to$
32804 \end_inset
32805
32806
32807 \backslash
32808 {
32809 \backslash
32810 int
32811 \begin_inset ERT
32812 status collapsed
32813
32814 \begin_layout Plain Layout
32815
32816
32817 \backslash
32818 spce 
32819 \end_layout
32820
32821 \end_inset
32822
32823 A=B
32824 \end_layout
32825
32826 \end_inset
32827 </cell>
32828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32829 \begin_inset Text
32830
32831 \begin_layout Plain Layout
32832 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \end_inset
32839 </cell>
32840 </row>
32841 </lyxtabular>
32842
32843 \end_inset
32844
32845
32846 \end_layout
32847
32848 \begin_layout Standard
32849
32850 \series bold
32851
32852 \backslash
32853 cancelto
32854 \series default
32855  est particulièrement utile pour visualiser des simplifications de fractions
32856  dans les formules:
32857 \begin_inset Formula \[
32858 \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}}}\]
32859
32860 \end_inset
32861
32862
32863 \end_layout
32864
32865 \begin_layout Subsection
32866 Formules dans les entêtes de section
32867 \begin_inset CommandInset label
32868 LatexCommand label
32869 name "sub:formules-dans-les-entêtes"
32870
32871 \end_inset
32872
32873
32874 \begin_inset Index
32875 status collapsed
32876
32877 \begin_layout Plain Layout
32878 Formules ! dans les entêtes de section
32879 \end_layout
32880
32881 \end_inset
32882
32883
32884 \end_layout
32885
32886 \begin_layout Standard
32887 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
32888  en compte les points suivants:
32889 \end_layout
32890
32891 \begin_layout Standard
32892 \begin_inset Note Greyedout
32893 status open
32894
32895 \begin_layout Plain Layout
32896 Quand la gestion de 
32897 \series bold
32898 hyperref
32899 \series default
32900
32901 \begin_inset Index
32902 status collapsed
32903
32904 \begin_layout Plain Layout
32905 Paquetages ! hyperref
32906 \end_layout
32907
32908 \end_inset
32909
32910  est activée dans le dialogue paramètres du document dans la rubrique 
32911 \family sans
32912 Propriétés du PDF
32913 \family default
32914 , les signets PDF sont créés dans la table des matières pour chaque entête
32915  de section.
32916  Si l'entête de section contient une formule, elle est affichée de façon
32917  incorrecte dans le texte du signet parce que les formules dans les signets
32918  ne respectent pas certaines conventions du PDF.
32919  
32920 \end_layout
32921
32922 \end_inset
32923
32924
32925 \end_layout
32926
32927 \begin_layout Standard
32928 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
32929  de section un titre court avec le menu 
32930 \family sans
32931 Insérer\SpecialChar \menuseparator
32932 Titre
32933 \begin_inset space ~
32934 \end_inset
32935
32936 court
32937 \family default
32938 .
32939  Les titres courts sont en général utilisés avec des entêtes de section
32940  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
32941  Seul le titre court apparaît dans la table des matières et donc dans les
32942  signets PDF.
32943 \end_layout
32944
32945 \begin_layout Standard
32946 Quand des formules doivent apparaître dans la table des matières mais que
32947  l'on utilise aussi 
32948 \series bold
32949 hyperref
32950 \series default
32951 , on peut utiliser la commande suivante en mode TeX:
32952 \end_layout
32953
32954 \begin_layout Standard
32955
32956 \series bold
32957
32958 \backslash
32959 texorpdfstring{partie à problème}{alternative}
32960 \begin_inset Index
32961 status collapsed
32962
32963 \begin_layout Plain Layout
32964 Commandes ! T ! 
32965 \backslash
32966 texorpdfstring
32967 \end_layout
32968
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \begin_layout Standard
32975 \begin_inset Quotes eld
32976 \end_inset
32977
32978 Partie à problème
32979 \begin_inset Quotes erd
32980 \end_inset
32981
32982  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
32983  Cela peut être des caractères, des formules, des notes de bas de page,
32984  mais aussi des références croisées.
32985  L'
32986 \begin_inset Quotes erd
32987 \end_inset
32988
32989 alternative
32990 \begin_inset Quotes erd
32991 \end_inset
32992
32993  est utilisée à la place de la 
32994 \begin_inset Quotes eld
32995 \end_inset
32996
32997 partie à problème
32998 \begin_inset Quotes erd
32999 \end_inset
33000
33001  pour les signets.
33002 \end_layout
33003
33004 \begin_layout Standard
33005 Voici deux exemples d'entêtes de section:
33006 \begin_inset VSpace -3mm
33007 \end_inset
33008
33009
33010 \begin_inset ERT
33011 status collapsed
33012
33013 \begin_layout Plain Layout
33014
33015
33016 \backslash
33017 boldmath 
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \end_layout
33024
33025 \begin_layout Subsubsection
33026 Entête de section sans formule dans la table des matières 
33027 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33028 \end_inset
33029
33030
33031 \begin_inset OptArg
33032 status collapsed
33033
33034 \begin_layout Plain Layout
33035 Entête sans formule dans la table des matières
33036 \end_layout
33037
33038 \end_inset
33039
33040
33041 \end_layout
33042
33043 \begin_layout Subsubsection
33044 Entête de section avec formule dans la table des matières
33045 \begin_inset ERT
33046 status collapsed
33047
33048 \begin_layout Plain Layout
33049
33050
33051 \backslash
33052 texorpdfstring{
33053 \end_layout
33054
33055 \end_inset
33056
33057  
33058 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33059 \end_inset
33060
33061
33062 \begin_inset ERT
33063 status collapsed
33064
33065 \begin_layout Plain Layout
33066
33067 }{}
33068 \end_layout
33069
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \begin_layout Standard
33076 \begin_inset ERT
33077 status collapsed
33078
33079 \begin_layout Plain Layout
33080
33081
33082 \backslash
33083 unboldmath 
33084 \end_layout
33085
33086 \end_inset
33087
33088 Dans le premier entête, on a utilisé un titre court, dans le second la commande
33089  
33090 \series bold
33091
33092 \backslash
33093 texorpdfstring
33094 \series default
33095 .
33096 \end_layout
33097
33098 \begin_layout Standard
33099 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
33100  a été placée dans un environnement  
33101 \series bold
33102 boldmath 
33103 \series default
33104
33105 \begin_inset Foot
33106 status collapsed
33107
33108 \begin_layout Plain Layout
33109 voir 
33110 \begin_inset CommandInset ref
33111 LatexCommand ref
33112 reference "sub:Formules-en-gras"
33113
33114 \end_inset
33115
33116
33117 \end_layout
33118
33119 \end_inset
33120
33121 .
33122 \end_layout
33123
33124 \begin_layout Subsection
33125 Formules dans du texte multi-colonnes
33126 \begin_inset Index
33127 status collapsed
33128
33129 \begin_layout Plain Layout
33130 Formules ! dans du texte multi-colonnes
33131 \end_layout
33132
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \begin_layout Standard
33139 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
33140  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
33141  utiliser toute la largeur de la page.
33142  Pour faire cela, on utilise le paquetage LaTeX 
33143 \series bold
33144 multicol
33145 \series default
33146
33147 \begin_inset Foot
33148 status collapsed
33149
33150 \begin_layout Plain Layout
33151
33152 \series bold
33153 multicol
33154 \series default
33155  fait partie de toutes les installations LaTeX standard.
33156 \end_layout
33157
33158 \end_inset
33159
33160
33161 \begin_inset Index
33162 status collapsed
33163
33164 \begin_layout Plain Layout
33165 Paquetages ! multicol
33166 \end_layout
33167
33168 \end_inset
33169
33170 , qui est chargé avec la ligne suivante dans le préambule LaTeX
33171 \end_layout
33172
33173 \begin_layout Standard
33174
33175 \series bold
33176
33177 \backslash
33178 usepackage{multicol}
33179 \end_layout
33180
33181 \begin_layout Standard
33182 \begin_inset Note Greyedout
33183 status open
33184
33185 \begin_layout Plain Layout
33186 Noter que dans ce cas on ne 
33187 \emph on
33188 doit pas 
33189 \emph default
33190 activer l'option 
33191 \family sans
33192 Document
33193 \begin_inset space ~
33194 \end_inset
33195
33196 sur
33197 \begin_inset space ~
33198 \end_inset
33199
33200 deux
33201 \begin_inset space ~
33202 \end_inset
33203
33204 colonnes
33205 \family default
33206  dans la rubrique 
33207 \family sans
33208 Format
33209 \begin_inset space ~
33210 \end_inset
33211
33212 du
33213 \begin_inset space ~
33214 \end_inset
33215
33216 texte 
33217 \family default
33218 du menu 
33219 \family sans
33220 Document\SpecialChar \menuseparator
33221 Paramètres
33222 \family default
33223 .
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \begin_layout Standard
33232 Avant le texte multi-colonnes on met la commande
33233 \end_layout
33234
33235 \begin_layout Standard
33236
33237 \series bold
33238
33239 \backslash
33240 begin{multicols}{nombre de colonnes}
33241 \end_layout
33242
33243 \begin_layout Standard
33244 en mode TeX.
33245  Le nombre de colonnes est un entier entre 2 et 10.
33246  Avant la formule, le texte multi-colonnes et interrompu avec la commande
33247 \end_layout
33248
33249 \begin_layout Standard
33250
33251 \series bold
33252
33253 \backslash
33254 end{multicols}
33255 \end_layout
33256
33257 \begin_layout Standard
33258 en mode TeX.
33259 \end_layout
33260
33261 \begin_layout Standard
33262 À cause de la commande, un peu d'espace est ajouté automatiquement avant
33263  la formule.
33264  Pour le supprimer, on peut insérer avant la formule un espace vertical
33265  de -6
33266 \begin_inset space \thinspace{}
33267 \end_inset
33268
33269 mm.
33270  Quand on utilise le style de formules 
33271 \series bold
33272 Indenté
33273 \begin_inset Foot
33274 status collapsed
33275
33276 \begin_layout Plain Layout
33277 voir 
33278 \begin_inset CommandInset ref
33279 LatexCommand ref
33280 reference "sec:Styles-de-formules"
33281
33282 \end_inset
33283
33284  pour les styles de formules.
33285 \end_layout
33286
33287 \end_inset
33288
33289
33290 \series default
33291 , il faut mettre un espace de -9
33292 \begin_inset space \thinspace{}
33293 \end_inset
33294
33295 mm à la place.
33296 \end_layout
33297
33298 \begin_layout Standard
33299 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
33300 \end_layout
33301
33302 \begin_layout Standard
33303
33304 \lang german
33305 \begin_inset ERT
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309
33310
33311 \backslash
33312 begin{multicols}{2}
33313 \end_layout
33314
33315 \end_inset
33316
33317 Das Spektrum wird fouriertransformiert.
33318  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33319 , Lösungsmittel) zu trennen.
33320  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33321  nun das Aussehen des Ausgangssignals.
33322  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33323  über alle Phasen integrieren muss.
33324  Sei nun 
33325 \begin_inset Formula $S$
33326 \end_inset
33327
33328  unser normiertes Ausgangssignal and 
33329 \begin_inset Formula $P$
33330 \end_inset
33331
33332  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33333 \begin_inset ERT
33334 status collapsed
33335
33336 \begin_layout Plain Layout
33337
33338
33339 \backslash
33340 end{multicols}
33341 \end_layout
33342
33343 \end_inset
33344
33345
33346 \begin_inset VSpace -6mm
33347 \end_inset
33348
33349
33350 \begin_inset Formula \begin{equation}
33351 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33352
33353 \end_inset
33354
33355
33356 \begin_inset ERT
33357 status collapsed
33358
33359 \begin_layout Plain Layout
33360
33361
33362 \backslash
33363 begin{multicols}{2}
33364 \end_layout
33365
33366 \end_inset
33367
33368 wobei 
33369 \begin_inset Formula $S_{0}$
33370 \end_inset
33371
33372  das Signal ohne Gradient ist and the Normierungsbedingung 
33373 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33374 \end_inset
33375
33376  gilt.
33377  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33378  Direkt nach the 
33379 \begin_inset Formula $\nicefrac{\pi}{2}$
33380 \end_inset
33381
33382
33383 \begin_inset space \thinspace{}
33384 \end_inset
33385
33386 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33387  das Signal zusätzlich abschwächt.
33388  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33389  
33390 \begin_inset Formula $T_{2}$
33391 \end_inset
33392
33393 -Zeit.
33394 \end_layout
33395
33396 \begin_layout Standard
33397
33398 \lang german
33399 \begin_inset ERT
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403
33404
33405 \backslash
33406 end{multicols}
33407 \end_layout
33408
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \begin_layout Subsection
33415 Formules avec description des variables
33416 \begin_inset Index
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 Formules ! avec description des variables
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Standard
33429 Pour décrire les variable au sein d'une formule, comme dans la formule 
33430 \begin_inset CommandInset ref
33431 LatexCommand eqref
33432 reference "eq:within"
33433
33434 \end_inset
33435
33436 , on peut utiliser une matrice
33437 \begin_inset space ~
33438 \end_inset
33439
33440 2
33441 \series bold
33442 ×
33443 \series default
33444
33445 \begin_inset Formula $n$
33446 \end_inset
33447
33448  avec une colonne alignée à gauche pour les 
33449 \begin_inset Formula $n$
33450 \end_inset
33451
33452  variables utilisées
33453 \begin_inset Foot
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457 pour les matrices, voir 
33458 \begin_inset CommandInset ref
33459 LatexCommand ref
33460 reference "sec:Matrices"
33461
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \end_inset
33468
33469 .
33470  Pour mettre la description en plus petits caractères, on peut insérer par
33471  exemple la commande 
33472 \series bold
33473
33474 \backslash
33475 footnotesize
33476 \series default
33477  avant la matrice
33478 \begin_inset Foot
33479 status collapsed
33480
33481 \begin_layout Plain Layout
33482 pour les tailles de polices, voir 
33483 \begin_inset CommandInset ref
33484 LatexCommand ref
33485 reference "sub:Tailles-polices"
33486
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \end_inset
33493
33494 .
33495 \end_layout
33496
33497 \begin_layout Standard
33498 Quand on utilise le style de formules 
33499 \series bold
33500 Indenté
33501 \begin_inset Foot
33502 status collapsed
33503
33504 \begin_layout Plain Layout
33505 pour les styles de formules, voir 
33506 \begin_inset CommandInset ref
33507 LatexCommand ref
33508 reference "sec:Styles-de-formules"
33509
33510 \end_inset
33511
33512
33513 \end_layout
33514
33515 \end_inset
33516
33517
33518 \series default
33519 , on insère un 
33520 \series bold
33521
33522 \backslash
33523 hfill
33524 \series default
33525
33526 \begin_inset Foot
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530
33531 \series bold
33532
33533 \backslash
33534 hfill
33535 \series default
33536  marche seulement avec des formules dans le style 
33537 \series bold
33538 Indenté
33539 \series default
33540 , voir 
33541 \begin_inset CommandInset ref
33542 LatexCommand ref
33543 reference "sub:Espace-variable"
33544
33545 \end_inset
33546
33547 .
33548 \end_layout
33549
33550 \end_inset
33551
33552  avant et après la matrice pour avoir la même séparation entre la matrice
33553  et la formule et entre la matrice et la marge.
33554 \end_layout
33555
33556 \begin_layout Standard
33557 Quand on utilise le style de formules
33558 \series bold
33559  Centré
33560 \series default
33561 , on utilise la méthode décrite dans 
33562 \begin_inset CommandInset ref
33563 LatexCommand ref
33564 reference "sub:environnement-Flalign"
33565
33566 \end_inset
33567
33568  pour indenter les formules.
33569  La formule 
33570 \begin_inset CommandInset ref
33571 LatexCommand eqref
33572 reference "eq:within"
33573
33574 \end_inset
33575
33576  consiste en cinq colonnes dont les deux premières contiennent l'équation,
33577  la troisième la matrice et la dernière une accolade TeX vide.
33578 \begin_inset Formula \begin{flalign}
33579 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33580 \rho & \textrm{density}\\
33581 V & \textrm{volume}\\
33582 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33583
33584 \end_inset
33585
33586
33587 \end_layout
33588
33589 \begin_layout Subsection
33590 Lettres grecques minuscules droites
33591 \begin_inset CommandInset label
33592 LatexCommand label
33593 name "sub:minuscules-grecques-droites"
33594
33595 \end_inset
33596
33597
33598 \begin_inset Index
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602 Lettres grecques ! droites
33603 \end_layout
33604
33605 \end_inset
33606
33607
33608 \end_layout
33609
33610 \begin_layout Standard
33611 La plupart des polices de caractères mathématiques ne fournissent que des
33612  minuscules grecques italiques.
33613  Mais pour les symboles des particules élémentaires comme les pions et le
33614  neutrinos, on a besoin de lettre grecques droites.
33615  Elles sont fournies par le fichier 
33616 \series bold
33617 upgreek.sty
33618 \series default
33619
33620 \begin_inset Foot
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624
33625 \series bold
33626 upgreek
33627 \series default
33628  fait partie du paquetage LaTeX 
33629 \series bold
33630 was
33631 \series default
33632
33633 \begin_inset Index
33634 status collapsed
33635
33636 \begin_layout Plain Layout
33637 Paquetages ! was
33638 \begin_inset ERT
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642
33643
33644 \backslash
33645 vspace{4mm}
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \end_inset
33654
33655 .
33656 \end_layout
33657
33658 \end_inset
33659
33660
33661 \begin_inset Index
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665 Paquetages ! upgreek
33666 \end_layout
33667
33668 \end_inset
33669
33670  qui est chargé avec la ligne suivante dans le préambule LaTeX:
33671 \end_layout
33672
33673 \begin_layout Standard
33674
33675 \series bold
33676
33677 \backslash
33678 usepackage{upgreek}
33679 \end_layout
33680
33681 \begin_layout Standard
33682 \begin_inset ERT
33683 status collapsed
33684
33685 \begin_layout Plain Layout
33686
33687
33688 \backslash
33689 ifupgreek 
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \begin_inset Note Note
33696 status open
33697
33698 \begin_layout Plain Layout
33699 Ce qui suit ne sera affiché que si le paquetage LaTeX 
33700 \series bold
33701 upgreek
33702 \series default
33703  est installé
33704 \end_layout
33705
33706 \end_inset
33707
33708  On crée ces minuscules droites en commençant la commande pour une minuscule
33709  grecque par 
33710 \series bold
33711 up
33712 \series default
33713 .
33714  Par exemple, la commande 
33715 \series bold
33716
33717 \backslash
33718 uptau
33719 \series default
33720  donne ceci: 
33721 \begin_inset Formula $\uptau$
33722 \end_inset
33723
33724
33725 \end_layout
33726
33727 \begin_layout Standard
33728 Avec ces commandes, on peut typographier des réactions entre particules
33729  élémentaires:
33730 \begin_inset Formula \[
33731 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
33732
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \begin_layout Standard
33739 Les lettres droites sont plus grasses et plus larges que les italiques.
33740  On ne doit donc pas les utiliser pour des unités comme 
33741 \begin_inset Quotes eld
33742 \end_inset
33743
33744 µm
33745 \begin_inset Quotes erd
33746 \end_inset
33747
33748 .
33749 \end_layout
33750
33751 \begin_layout Standard
33752 \begin_inset ERT
33753 status collapsed
33754
33755 \begin_layout Plain Layout
33756
33757
33758 \backslash
33759 else 
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \begin_inset Note Note
33766 status open
33767
33768 \begin_layout Plain Layout
33769 Ce qui suit sera affiché si la paquetage LaTeX 
33770 \series bold
33771 upgreek
33772 \series default
33773  n'est pas installé:
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \begin_layout Standard
33782 Vous avez besoin du paquetage LaTeX 
33783 \series bold
33784 upgreek
33785 \series default
33786  pour voir le reste de cette sous section dans la sortie finale.
33787 \end_layout
33788
33789 \begin_layout Standard
33790 \begin_inset ERT
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794
33795
33796 \backslash
33797 fi 
33798 \end_layout
33799
33800 \end_inset
33801
33802
33803 \end_layout
33804
33805 \begin_layout Subsection
33806 Caractères texte dans les formules
33807 \begin_inset CommandInset label
33808 LatexCommand label
33809 name "sub:Caractères-texte"
33810
33811 \end_inset
33812
33813
33814 \begin_inset Index
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818 Texte ! dans les formules
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Standard
33827 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
33828  directement dans des formules.
33829  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
33830  du genre 
33831 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
33832 \end_inset
33833
33834 , vous devrez insérer tout le temps la commande 
33835 \series bold
33836
33837 \backslash
33838 cdot
33839 \series default
33840
33841 \begin_inset Foot
33842 status collapsed
33843
33844 \begin_layout Plain Layout
33845 voir 
33846 \begin_inset CommandInset ref
33847 LatexCommand ref
33848 reference "sub:Opérateurs-binaires"
33849
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \end_inset
33856
33857 , puisque ce caractère est défini dans tous les encodages comme un caractère
33858  texte.
33859  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
33860 \end_layout
33861
33862 \begin_layout Standard
33863
33864 \series bold
33865
33866 \backslash
33867 Declare Inputtext{183}{
33868 \backslash
33869 ifmmode
33870 \backslash
33871 cdot
33872 \backslash
33873 else
33874 \backslash
33875 textperiodcentered
33876 \backslash
33877 f\SpecialChar \textcompwordmark{}
33878 i}
33879 \end_layout
33880
33881 \begin_layout Standard
33882 En plus du point centré, dans ce document on a défini le symbole degré °
33883  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
33884  suivante dans le préambule LaTeX:
33885 \end_layout
33886
33887 \begin_layout Standard
33888
33889 \series bold
33890
33891 \backslash
33892 DeclareInputtext{176}{
33893 \backslash
33894 ifmmode^
33895 \backslash
33896 circ
33897 \backslash
33898 else
33899 \backslash
33900 textdegree
33901 \backslash
33902 f\SpecialChar \textcompwordmark{}
33903 i}
33904 \end_layout
33905
33906 \begin_layout Standard
33907 \begin_inset Newpage newpage
33908 \end_inset
33909
33910
33911 \end_layout
33912
33913 \begin_layout Section
33914 \start_of_appendix
33915 Conseils Typographiques
33916 \begin_inset Index
33917 status collapsed
33918
33919 \begin_layout Plain Layout
33920 Typographiques, conseils
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \begin_layout Itemize
33929 Les symboles d'unités sont 
33930 \emph on
33931 toujours
33932 \emph default
33933  en caractères droits
33934 \begin_inset Foot
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 obtenu avec les styles de polices, voir 
33939 \begin_inset CommandInset ref
33940 LatexCommand ref
33941 reference "sub:Styles-de-polices"
33942
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \end_inset
33949
33950 : 30
33951 \begin_inset space \thinspace{}
33952 \end_inset
33953
33954 km/h
33955 \begin_inset Newline newline
33956 \end_inset
33957
33958 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
33959 \begin_inset CommandInset ref
33960 LatexCommand ref
33961 reference "sub:Espace-prédéfini"
33962
33963 \end_inset
33964
33965 .
33966 \end_layout
33967
33968 \begin_layout Itemize
33969 Les symboles pourcent et les pour mille sont présentés comme les symboles
33970  d'unités:
33971 \begin_inset Newline newline
33972 \end_inset
33973
33974 1,2
33975 \begin_inset space \thinspace{}
33976 \end_inset
33977
33978 ‰ d'alcool dans le sang
33979 \begin_inset Foot
33980 status collapsed
33981
33982 \begin_layout Plain Layout
33983 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
33984 \end_layout
33985
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \begin_layout Itemize
33992 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
33993  est utilisé dans une unité: 15
33994 \begin_inset space \thinspace{}
33995 \end_inset
33996
33997 °C
33998 \end_layout
33999
34000 \begin_layout Itemize
34001 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
34002  tous les trois chiffres pour les grouper: 18
34003 \begin_inset space \thinspace{}
34004 \end_inset
34005
34006 473
34007 \begin_inset space \thinspace{}
34008 \end_inset
34009
34010 588
34011 \end_layout
34012
34013 \begin_layout Itemize
34014 Pour exprimer des dimensions comme par exemple 120×90×40
34015 \begin_inset space \thinspace{}
34016 \end_inset
34017
34018 cm on utilise le signe de la multiplication 
34019 \begin_inset Quotes eld
34020 \end_inset
34021
34022 ×
34023 \begin_inset Quotes erd
34024 \end_inset
34025
34026  .
34027  On peut l'obtenir avec la commande LaTeX 
34028 \series bold
34029
34030 \backslash
34031 texttimes
34032 \series default
34033 , mais il peut aussi être accessible directement sur certains claviers
34034 \begin_inset Foot
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038 Par exemple sous Windows on l'obtient avec 
34039 \family sans
34040 Alt-0215
34041 \family default
34042  (NdT).
34043 \end_layout
34044
34045 \end_inset
34046
34047 .
34048 \end_layout
34049
34050 \begin_layout Itemize
34051 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
34052  sont écrites en caractères droits pour éviter toute confusion, voir 
34053 \begin_inset CommandInset ref
34054 LatexCommand ref
34055 reference "sub:Fonctions-prédéfinies"
34056
34057 \end_inset
34058
34059 .
34060 \end_layout
34061
34062 \begin_layout Itemize
34063 Les indices composés de plusieurs caractères sont écrits en caractères droits:
34064  
34065 \begin_inset Formula $E_{\mathrm{kin}}$
34066 \end_inset
34067
34068
34069 \begin_inset Newline newline
34070 \end_inset
34071
34072 Les composants de matrices sont en italiques: 
34073 \begin_inset Formula $\hat{H}_{kl}$
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Itemize
34080 L'opérateur 'd' de différentiation/intégration, la constante d'Euler 'e',
34081  et la base des nombre imaginaires 'i' devraient être écrits en caractères
34082  droits pour éviter de les mélanger avec les autres variables.
34083 \end_layout
34084
34085 \begin_layout Standard
34086 \begin_inset Newpage newpage
34087 \end_inset
34088
34089
34090 \end_layout
34091
34092 \begin_layout Section
34093 Synonymes
34094 \begin_inset Index
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 Synonymes
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \end_layout
34105
34106 \begin_layout Standard
34107 Certains caractères peuvent être obtenus en utilisant différentes commandes.
34108  Voici une liste de commandes synonymes:
34109 \end_layout
34110
34111 \begin_layout Standard
34112 \begin_inset VSpace bigskip
34113 \end_inset
34114
34115
34116 \begin_inset space \hfill{}
34117 \end_inset
34118
34119
34120 \begin_inset Tabular
34121 <lyxtabular version="3" rows="12" columns="2">
34122 <features>
34123 <column alignment="center" valignment="top" width="0pt">
34124 <column alignment="center" valignment="top" width="0pt">
34125 <row>
34126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34127 \begin_inset Text
34128
34129 \begin_layout Plain Layout
34130 Commande
34131 \end_layout
34132
34133 \end_inset
34134 </cell>
34135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34136 \begin_inset Text
34137
34138 \begin_layout Plain Layout
34139 est équivalente à
34140 \begin_inset Note Note
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144
34145 \series bold
34146
34147 \backslash
34148 raisebox est seulement utilisée pour faire de la place
34149 \end_layout
34150
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 </row>
34159 <row>
34160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Plain Layout
34164
34165 \backslash
34166 ast
34167 \end_layout
34168
34169 \end_inset
34170 </cell>
34171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34172 \begin_inset Text
34173
34174 \begin_layout Plain Layout
34175 \begin_inset ERT
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179
34180
34181 \backslash
34182 raisebox{-1.2mm}{
34183 \end_layout
34184
34185 \end_inset
34186
34187 *
34188 \begin_inset ERT
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192
34193 }
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \end_inset
34202 </cell>
34203 </row>
34204 <row>
34205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34206 \begin_inset Text
34207
34208 \begin_layout Plain Layout
34209
34210 \backslash
34211 choose
34212 \end_layout
34213
34214 \end_inset
34215 </cell>
34216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34217 \begin_inset Text
34218
34219 \begin_layout Plain Layout
34220
34221 \backslash
34222 binom
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 </row>
34228 <row>
34229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233
34234 \backslash
34235 geq
34236 \end_layout
34237
34238 \end_inset
34239 </cell>
34240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34241 \begin_inset Text
34242
34243 \begin_layout Plain Layout
34244
34245 \backslash
34246 ge
34247 \end_layout
34248
34249 \end_inset
34250 </cell>
34251 </row>
34252 <row>
34253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34254 \begin_inset Text
34255
34256 \begin_layout Plain Layout
34257
34258 \backslash
34259 lbrace
34260 \end_layout
34261
34262 \end_inset
34263 </cell>
34264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34265 \begin_inset Text
34266
34267 \begin_layout Plain Layout
34268 {
34269 \end_layout
34270
34271 \end_inset
34272 </cell>
34273 </row>
34274 <row>
34275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34276 \begin_inset Text
34277
34278 \begin_layout Plain Layout
34279
34280 \backslash
34281 lbracket
34282 \end_layout
34283
34284 \end_inset
34285 </cell>
34286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34287 \begin_inset Text
34288
34289 \begin_layout Plain Layout
34290 [
34291 \end_layout
34292
34293 \end_inset
34294 </cell>
34295 </row>
34296 <row>
34297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34298 \begin_inset Text
34299
34300 \begin_layout Plain Layout
34301
34302 \backslash
34303 leftarrow
34304 \end_layout
34305
34306 \end_inset
34307 </cell>
34308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312
34313 \backslash
34314 gets
34315 \end_layout
34316
34317 \end_inset
34318 </cell>
34319 </row>
34320 <row>
34321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34322 \begin_inset Text
34323
34324 \begin_layout Plain Layout
34325
34326 \backslash
34327 leq
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34333 \begin_inset Text
34334
34335 \begin_layout Plain Layout
34336
34337 \backslash
34338 le
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 </row>
34344 <row>
34345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34346 \begin_inset Text
34347
34348 \begin_layout Plain Layout
34349
34350 \backslash
34351 lor
34352 \end_layout
34353
34354 \end_inset
34355 </cell>
34356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34357 \begin_inset Text
34358
34359 \begin_layout Plain Layout
34360
34361 \backslash
34362 vee
34363 \end_layout
34364
34365 \end_inset
34366 </cell>
34367 </row>
34368 <row>
34369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34370 \begin_inset Text
34371
34372 \begin_layout Plain Layout
34373
34374 \backslash
34375 neq
34376 \end_layout
34377
34378 \end_inset
34379 </cell>
34380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34381 \begin_inset Text
34382
34383 \begin_layout Plain Layout
34384
34385 \backslash
34386 not=
34387 \end_layout
34388
34389 \end_inset
34390 </cell>
34391 </row>
34392 <row>
34393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34394 \begin_inset Text
34395
34396 \begin_layout Plain Layout
34397
34398 \backslash
34399 slash
34400 \end_layout
34401
34402 \end_inset
34403 </cell>
34404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34405 \begin_inset Text
34406
34407 \begin_layout Plain Layout
34408 /
34409 \end_layout
34410
34411 \end_inset
34412 </cell>
34413 </row>
34414 <row>
34415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34416 \begin_inset Text
34417
34418 \begin_layout Plain Layout
34419
34420 \backslash
34421 vert
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34427 \begin_inset Text
34428
34429 \begin_layout Plain Layout
34430 |
34431 \end_layout
34432
34433 \end_inset
34434 </cell>
34435 </row>
34436 </lyxtabular>
34437
34438 \end_inset
34439
34440
34441 \begin_inset space \hfill{}
34442 \end_inset
34443
34444
34445 \begin_inset Tabular
34446 <lyxtabular version="3" rows="12" columns="2">
34447 <features>
34448 <column alignment="center" valignment="top" width="0pt">
34449 <column alignment="center" valignment="top" width="0pt">
34450 <row>
34451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34452 \begin_inset Text
34453
34454 \begin_layout Plain Layout
34455 Commande
34456 \end_layout
34457
34458 \end_inset
34459 </cell>
34460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34461 \begin_inset Text
34462
34463 \begin_layout Plain Layout
34464 est équivalente à
34465 \end_layout
34466
34467 \end_inset
34468 </cell>
34469 </row>
34470 <row>
34471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34472 \begin_inset Text
34473
34474 \begin_layout Plain Layout
34475
34476 \backslash
34477 backslash
34478 \end_layout
34479
34480 \end_inset
34481 </cell>
34482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34483 \begin_inset Text
34484
34485 \begin_layout Plain Layout
34486
34487 \backslash
34488
34489 \backslash
34490
34491 \end_layout
34492
34493 \end_inset
34494 </cell>
34495 </row>
34496 <row>
34497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34498 \begin_inset Text
34499
34500 \begin_layout Plain Layout
34501
34502 \backslash
34503 dasharrow
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34509 \begin_inset Text
34510
34511 \begin_layout Plain Layout
34512
34513 \backslash
34514 dashrightarrow
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 </row>
34520 <row>
34521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34522 \begin_inset Text
34523
34524 \begin_layout Plain Layout
34525
34526 \backslash
34527 land
34528 \end_layout
34529
34530 \end_inset
34531 </cell>
34532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34533 \begin_inset Text
34534
34535 \begin_layout Plain Layout
34536
34537 \backslash
34538 wedge
34539 \end_layout
34540
34541 \end_inset
34542 </cell>
34543 </row>
34544 <row>
34545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34546 \begin_inset Text
34547
34548 \begin_layout Plain Layout
34549
34550 \backslash
34551 rbrace
34552 \end_layout
34553
34554 \end_inset
34555 </cell>
34556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34557 \begin_inset Text
34558
34559 \begin_layout Plain Layout
34560 }
34561 \end_layout
34562
34563 \end_inset
34564 </cell>
34565 </row>
34566 <row>
34567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34568 \begin_inset Text
34569
34570 \begin_layout Plain Layout
34571
34572 \backslash
34573 rbracket
34574 \end_layout
34575
34576 \end_inset
34577 </cell>
34578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34579 \begin_inset Text
34580
34581 \begin_layout Plain Layout
34582 ]
34583 \end_layout
34584
34585 \end_inset
34586 </cell>
34587 </row>
34588 <row>
34589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34590 \begin_inset Text
34591
34592 \begin_layout Plain Layout
34593
34594 \backslash
34595 rightarrow
34596 \end_layout
34597
34598 \end_inset
34599 </cell>
34600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604
34605 \backslash
34606 to
34607 \end_layout
34608
34609 \end_inset
34610 </cell>
34611 </row>
34612 <row>
34613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34614 \begin_inset Text
34615
34616 \begin_layout Plain Layout
34617
34618 \backslash
34619 lnot
34620 \end_layout
34621
34622 \end_inset
34623 </cell>
34624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628
34629 \backslash
34630 neg
34631 \end_layout
34632
34633 \end_inset
34634 </cell>
34635 </row>
34636 <row>
34637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34638 \begin_inset Text
34639
34640 \begin_layout Plain Layout
34641
34642 \backslash
34643 ne
34644 \end_layout
34645
34646 \end_inset
34647 </cell>
34648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34649 \begin_inset Text
34650
34651 \begin_layout Plain Layout
34652
34653 \backslash
34654 not=
34655 \end_layout
34656
34657 \end_inset
34658 </cell>
34659 </row>
34660 <row>
34661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34662 \begin_inset Text
34663
34664 \begin_layout Plain Layout
34665
34666 \backslash
34667 owns
34668 \end_layout
34669
34670 \end_inset
34671 </cell>
34672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34673 \begin_inset Text
34674
34675 \begin_layout Plain Layout
34676
34677 \backslash
34678 ni
34679 \end_layout
34680
34681 \end_inset
34682 </cell>
34683 </row>
34684 <row>
34685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34686 \begin_inset Text
34687
34688 \begin_layout Plain Layout
34689
34690 \backslash
34691 square
34692 \end_layout
34693
34694 \end_inset
34695 </cell>
34696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700
34701 \backslash
34702 Box
34703 \end_layout
34704
34705 \end_inset
34706 </cell>
34707 </row>
34708 <row>
34709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34710 \begin_inset Text
34711
34712 \begin_layout Plain Layout
34713
34714 \backslash
34715 Vert
34716 \end_layout
34717
34718 \end_inset
34719 </cell>
34720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724
34725 \backslash
34726 |
34727 \end_layout
34728
34729 \end_inset
34730 </cell>
34731 </row>
34732 </lyxtabular>
34733
34734 \end_inset
34735
34736
34737 \lang english
34738
34739 \begin_inset space \hfill{}
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Standard
34746
34747 \lang english
34748 \begin_inset Newpage newpage
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Bibliography
34755 \begin_inset CommandInset bibitem
34756 LatexCommand bibitem
34757 key "TLC2"
34758
34759 \end_inset
34760
34761
34762 \shape smallcaps
34763 Mittelbach, F.
34764  ; Goossens, M.
34765 \shape default
34766
34767 \shape italic
34768 The LaTeX Companion
34769 \shape default
34770 .
34771  Addison Wesley, 2004
34772 \end_layout
34773
34774 \begin_layout Bibliography
34775 \begin_inset CommandInset bibitem
34776 LatexCommand bibitem
34777 key "Mathmode"
34778
34779 \end_inset
34780
34781
34782 \begin_inset CommandInset href
34783 LatexCommand href
34784 name "Description"
34785 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
34786
34787 \end_inset
34788
34789  des possibilités mathématiques de LaTeX
34790 \end_layout
34791
34792 \begin_layout Bibliography
34793 \begin_inset CommandInset bibitem
34794 LatexCommand bibitem
34795 key "Voss"
34796
34797 \end_inset
34798
34799
34800 \begin_inset CommandInset href
34801 LatexCommand href
34802 name "Page"
34803 target "http://tug.org/TeXnik/"
34804
34805 \end_inset
34806
34807  de trucs et astuces LaTeX
34808 \end_layout
34809
34810 \begin_layout Bibliography
34811 \begin_inset CommandInset bibitem
34812 LatexCommand bibitem
34813 key "AMS"
34814
34815 \end_inset
34816
34817
34818 \begin_inset CommandInset href
34819 LatexCommand href
34820 name "Description"
34821 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
34822
34823 \end_inset
34824
34825  de 
34826 \begin_inset ERT
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830
34831
34832 \backslash
34833 AmS
34834 \end_layout
34835
34836 \end_inset
34837
34838 -LaTeX
34839 \end_layout
34840
34841 \begin_layout Bibliography
34842 \begin_inset CommandInset bibitem
34843 LatexCommand bibitem
34844 key "Symbole"
34845
34846 \end_inset
34847
34848
34849 \begin_inset CommandInset href
34850 LatexCommand href
34851 name "Liste"
34852 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
34853
34854 \end_inset
34855
34856  de tous les symboles disponibles avec les paquetages LaTeX
34857 \end_layout
34858
34859 \begin_layout Bibliography
34860 \begin_inset CommandInset bibitem
34861 LatexCommand bibitem
34862 key "hyperref"
34863
34864 \end_inset
34865
34866
34867 \begin_inset CommandInset href
34868 LatexCommand href
34869 name "Documentation"
34870 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
34871
34872 \end_inset
34873
34874  paquetage LaTeX 
34875 \series bold
34876 hyperref
34877 \series default
34878
34879 \begin_inset Index
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883 Paquetages ! hyperref
34884 \end_layout
34885
34886 \end_inset
34887
34888
34889 \end_layout
34890
34891 \begin_layout Bibliography
34892 \begin_inset CommandInset bibitem
34893 LatexCommand bibitem
34894 key "Mathclap"
34895
34896 \end_inset
34897
34898
34899 \begin_inset CommandInset href
34900 LatexCommand href
34901 name "Description"
34902 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
34903
34904 \end_inset
34905
34906  de la commande 
34907 \series bold
34908
34909 \backslash
34910 mathclap
34911 \series default
34912 , décrite dans 
34913 \begin_inset CommandInset ref
34914 LatexCommand ref
34915 reference "sub:Limites-des-opérateurs"
34916
34917 \end_inset
34918
34919
34920 \begin_inset Index
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924 Commandes ! M ! 
34925 \backslash
34926 mathclap
34927 \end_layout
34928
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \begin_layout Bibliography
34935 \begin_inset CommandInset bibitem
34936 LatexCommand bibitem
34937 key "Duden"
34938
34939 \end_inset
34940
34941
34942 \emph on
34943 Duden Band 1
34944 \emph default
34945 .
34946  22.
34947  Auflage, Duden 2001
34948 \end_layout
34949
34950 \begin_layout Subsubsection*
34951 \begin_inset CommandInset index_print
34952 LatexCommand printindex
34953
34954 \end_inset
34955
34956
34957 \end_layout
34958
34959 \end_body
34960 \end_document