]> git.lyx.org Git - features.git/blob - lib/doc/fr/Math.lyx
documentation: some preamble fixes, part 2/3
[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 337
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 % see sec. 22.18.1
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 %\renewcommand{\sectionautorefname}{sec.\negthinspace}
45 \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46 \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 \newlength{\abc}
48 \settowidth{\abc}{\space}
49 \renewcommand{\equationautorefname}{\hspace{-\abc}}
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 is 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 % see sec. 22.16
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in Kap. 22.4
75 \usepackage{braket}
76
77 % used in Kap. 22.6
78 \usepackage[samesize]{cancel}
79
80 % enables calculation of values,
81 \usepackage{calc}
82
83 % for multiple table row and column cells
84 \usepackage{multirow}
85 \usepackage{multicol}
86
87 % needed for diagrams
88 \usepackage{amscd}
89
90 % needed in sec. 19.4
91 \usepackage{remreset}
92
93 % center multirows (e.g. in sec. 13.3)
94 \renewcommand{\multirowsetup}{\centering}
95
96 % define a color, used in sec.9.3
97 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
98
99 % declare operators (see sec. 10.4 and sec. 15.2)
100 \DeclareMathOperator*{\Losange}{\blacklozenge}
101 \DeclareMathOperator{\sgn}{sgn}
102
103 \newcommand{\spce}{\textvisiblespace}
104
105 % example definitions for sec. 20.1 
106 \newcommand{\gr}{\Longrightarrow}
107 \newcommand{\us}[1]{\underline{#1}}
108 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
109 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
110 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
111
112 % example macro from sec. 19.4
113 %\def\tagform@#1{\maketag@@@{|#1|}}
114
115 % macro from sec. 10.2
116 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
117 \def\mathclap {\mathpalette \mathclapinternal}
118 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
119
120 % redefine the greyed out note
121 \renewenvironment{lyxgreyedout}
122  {\textcolor{blue}\bgroup}{\egroup}
123
124 % check for package eurosym
125 % used for the Euro symbol
126 \newboolean{eurosym}
127 \IfFileExists{eurosym.sty}
128  {\usepackage[gennarrow]{eurosym}
129   \setboolean{eurosym}{true}}
130  {\setboolean{eurosym}{false}}
131
132 % needed in sec. 22.10
133 % check for package upgreek
134 \newboolean{upgreek}
135 \IfFileExists{upgreek.sty}
136  {\usepackage{upgreek}
137   \setboolean{upgreek}{true}}
138  {\setboolean{upgreek}{false}}
139 \end_preamble
140 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
141 \language french
142 \inputencoding auto
143 \font_roman default
144 \font_sans default
145 \font_typewriter default
146 \font_default_family default
147 \font_sc false
148 \font_osf false
149 \font_sf_scale 100
150 \font_tt_scale 100
151
152 \graphics default
153 \paperfontsize 12
154 \spacing single
155 \use_hyperref true
156 \pdf_title "Manuel mathématique de LyX"
157 \pdf_author "L'équipe LyX, Uwe Stöhr, traducteur: Siegfried Meunier-Guttin-Cluzel"
158 \pdf_subject "Documentation sur les mathématiques avec LyX"
159 \pdf_keywords "LyX, Mathed"
160 \pdf_bookmarks true
161 \pdf_bookmarksnumbered true
162 \pdf_bookmarksopen true
163 \pdf_bookmarksopenlevel 1
164 \pdf_breaklinks false
165 \pdf_pdfborder false
166 \pdf_colorlinks true
167 \pdf_backref false
168 \pdf_pagebackref false
169 \pdf_pdfusetitle false
170 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
171 \papersize a4paper
172 \use_geometry false
173 \use_amsmath 2
174 \use_esint 1
175 \cite_engine basic
176 \use_bibtopic false
177 \paperorientation portrait
178 \secnumdepth 4
179 \tocdepth 3
180 \paragraph_separation skip
181 \defskip medskip
182 \quotes_language english
183 \papercolumns 1
184 \papersides 2
185 \paperpagestyle plain
186 \bullet 1 0 6 -1
187 \bullet 2 2 35 -1
188 \bullet 3 2 7 -1
189 \tracking_changes false
190 \output_changes false
191 \author "" 
192 \author "" 
193 \end_header
194
195 \begin_body
196
197 \begin_layout Title
198 Manuel mathématique détaillé de LyX
199 \end_layout
200
201 \begin_layout Author
202 par l'équipe LyX 
203 \begin_inset Foot
204 status collapsed
205
206 \begin_layout Plain Layout
207 \noindent
208 Si vous avez des commentaires ou des corrections d'erreurs, faites les parvenir
209  à la liste de diffusion de la documentation de LyX: 
210 \family typewriter
211
212 \begin_inset CommandInset href
213 LatexCommand href
214 name "lyx-docs@lists.lyx.org"
215 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
216
217 \end_inset
218
219
220 \end_layout
221
222 \end_inset
223
224
225 \begin_inset Note Note
226 status collapsed
227
228 \begin_layout Plain Layout
229 auteur: Uwe Stöhr
230 \end_layout
231
232 \begin_layout Plain Layout
233 traducteur: Siegfried Meunier-Guttin-Cluzel
234 \end_layout
235
236 \end_inset
237
238
239 \begin_inset Newline newline
240 \end_inset
241
242
243 \begin_inset Newline newline
244 \end_inset
245
246
247 \family sans
248 Version 1.6svn
249 \end_layout
250
251 \begin_layout Standard
252 \begin_inset CommandInset toc
253 LatexCommand tableofcontents
254
255 \end_inset
256
257
258 \end_layout
259
260 \begin_layout Standard
261 \begin_inset Note Note
262 status open
263
264 \begin_layout Plain Layout
265 Pour pouvoir exporter ce document en PDF, PS, ou DVI les paquetages LaTeX
266  
267 \series bold
268 eurosym,
269 \series default
270  
271 \series bold
272 multirow,
273 \series default
274  et 
275 \series bold
276 was
277 \series default
278  doivent être installés.
279  S'ils ne sont pas installés, vous pouvez quand même exporter votre document,
280  mais les sections où ces paquetages sont nécessaires ne seront pas visibles
281  sur la sortie finale.
282 \end_layout
283
284 \end_inset
285
286
287 \end_layout
288
289 \begin_layout Standard
290 \begin_inset Newpage newpage
291 \end_inset
292
293
294 \end_layout
295
296 \begin_layout Section
297 Introduction
298 \begin_inset CommandInset label
299 LatexCommand label
300 name "sec:Introduction"
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 Ce document explique les fonctions mathématiques de LyX et c'est aussi une
309  collection de commandes LaTeX utilisées pour les symboles et les constructions
310  mathématiques.
311  Les explications mettent l'accent sur l'utilisation des commandes, il est
312  donc indispensable que vous ayez déjà lu la section sur les 
313 \family typewriter
314 Formules Mathématiques
315 \family default
316  du Manuel de l'Utilisateur.
317 \end_layout
318
319 \begin_layout Standard
320 La plupart des symboles et plusieurs constructions expliquées dans ce manuel
321  sont aussi accessibles par le menu
322 \family sans
323  Insérer\SpecialChar \menuseparator
324 Math
325 \family default
326 , ou par la 
327 \family sans
328 barre d'outils mathématique.
329  
330 \family default
331 Mais quand on tape beaucoup de formules, on constate vite qu'il est plus
332  rapide d'utiliser une commande plutôt que la barre d'outils.
333  C'est pourquoi ce manuel se focalise sur les commandes tout en mentionnant
334  les boutons correspondants quand il y en a de disponibles.
335 \end_layout
336
337 \begin_layout Standard
338 Sauf mention contraire les commandes ne sont disponibles qu'au sein d'une
339  formule.
340  Pour pouvoir utiliser toutes les commandes expliquées dans ce document
341  il faut utiliser l'option 
342 \family sans
343 Utiliser le paquetage math AMS
344 \family default
345  dans les paramètres du document (menu
346 \family sans
347  Document\SpecialChar \menuseparator
348 Paramètres\SpecialChar \menuseparator
349 Options mode math
350 \family default
351 )
352 \begin_inset Foot
353 status collapsed
354
355 \begin_layout Plain Layout
356 L'option 
357 \family sans
358 Utiliser automatiquement le paquetage math AMS
359 \family default
360  n'utilise les maths-
361 \begin_inset ERT
362 status collapsed
363
364 \begin_layout Plain Layout
365
366
367 \backslash
368 AmS 
369 \end_layout
370
371 \end_inset
372
373
374 \begin_inset space ~
375 \end_inset
376
377 que si on utilise des constructions mathématiques qui sont reconnues par
378  LyX.
379 \end_layout
380
381 \end_inset
382
383 .
384 \end_layout
385
386 \begin_layout Standard
387 Ce document ne liste pas la totalité des commandes math-
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393
394 \backslash
395 AmS 
396 \end_layout
397
398 \end_inset
399
400
401 \begin_inset space ~
402 \end_inset
403
404 pour des raisons de bon sens
405 \begin_inset Foot
406 status collapsed
407
408 \begin_layout Plain Layout
409 On trouve une liste de toutes les commandes math-
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 AmS 
418 \end_layout
419
420 \end_inset
421
422
423 \begin_inset space ~
424 \end_inset
425
426 dans le fichier 
427 \family sans
428
429 \begin_inset CommandInset href
430 LatexCommand href
431 name "amsguide.ps"
432 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
433
434 \end_inset
435
436
437 \family default
438 , qui est inclus dans toutes les installations LaTeX standard.
439 \end_layout
440
441 \end_inset
442
443 .
444 \end_layout
445
446 \begin_layout Section
447 Instructions générales
448 \begin_inset CommandInset label
449 LatexCommand label
450 name "sec:Instructions-générales"
451
452 \end_inset
453
454
455 \end_layout
456
457 \begin_layout Standard
458 Pour créer une formule en ligne
459 \begin_inset Index
460 status collapsed
461
462 \begin_layout Plain Layout
463 Formules ! en ligne
464 \end_layout
465
466 \end_inset
467
468  c'est-à-dire qui soit incorporée à la ligne de texte, appuyez sur 
469 \family sans
470 Ctrl-m
471 \family default
472  ou sur le bouton 
473 \begin_inset Graphics
474         filename ../../images/math-mode.png
475         scale 85
476
477 \end_inset
478
479  de la barre d'outils
480 \begin_inset Newline newline
481 \end_inset
482
483 Pour créer une formule hors ligne
484 \begin_inset Index
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formules ! hors ligne
489 \end_layout
490
491 \end_inset
492
493  c'est-à-dire qui apparaîtra plus grosse et qui aura son propre paragraphe,
494  appuyez sur 
495 \family sans
496 Ctrl-M
497 \family default
498 .
499 \end_layout
500
501 \begin_layout Standard
502 Pour changer une formule en ligne en une formule hors ligne, placez le curseur
503  dans la formule et appuyez sur 
504 \family sans
505 Ctrl-M
506 \family default
507  ou utilisez 
508 \family sans
509 Éditer\SpecialChar \menuseparator
510 Math\SpecialChar \menuseparator
511 Changer le type de formule
512 \family default
513 .
514  De la même façon, on peut changer une formule hors ligne en une formule
515  en ligne.
516 \end_layout
517
518 \begin_layout Standard
519 Pour afficher des parties d'une formule en ligne avec la même taille qu'une
520  formule hors ligne, entrez la commande 
521 \series bold
522
523 \backslash
524 displaystyle
525 \begin_inset Index
526 status collapsed
527
528 \begin_layout Plain Layout
529 Commandes ! D ! 
530 \backslash
531 displaystyle
532 \end_layout
533
534 \end_inset
535
536
537 \series default
538  dans la formule.
539  Une nouvelle boîte bleue apparaît alors dans laquelle on peut insérer les
540  parties de formules qui doivent avoir la taille hors ligne.
541 \end_layout
542
543 \begin_layout Standard
544 Seules les formules en ligne sont autorisées dans les tableaux.
545 \end_layout
546
547 \begin_layout Standard
548 La barre d'outils mathématique peut être activée avec le menu 
549 \family sans
550 Visualiser\SpecialChar \menuseparator
551 Barres d'outils
552 \family default
553 .
554  Quand vous y cliquez sur 
555 \begin_inset Quotes eld
556 \end_inset
557
558 Math
559 \begin_inset Quotes erd
560 \end_inset
561
562  la barre d'outils s'affiche de façon permanente en bas de l'interface;
563  cet état est visualisé dans le menu 
564 \family sans
565 Barres
566 \begin_inset space ~
567 \end_inset
568
569 d'outils 
570 \family default
571 par une coche.
572  Si, dans cet état, vous cliquez une nouvelle fois sur 
573 \begin_inset Quotes eld
574 \end_inset
575
576 Math
577 \begin_inset Quotes erd
578 \end_inset
579
580  la barre d'outils ne s'affichera plus que lorsque le curseur se trouvera
581  à l'intérieur d'une formule; cet état est visualisé en changeant l'entrée
582  de menu de 
583 \begin_inset Quotes eld
584 \end_inset
585
586 Math
587 \begin_inset Quotes erd
588 \end_inset
589
590  en 
591 \begin_inset Quotes eld
592 \end_inset
593
594 Math (auto)
595 \begin_inset Quotes erd
596 \end_inset
597
598 .
599 \end_layout
600
601 \begin_layout Standard
602 Le mode TeX
603 \begin_inset Index
604 status collapsed
605
606 \begin_layout Plain Layout
607 Mode TeX
608 \end_layout
609
610 \end_inset
611
612  est activé en appuyant sur le bouton 
613 \begin_inset Graphics
614         filename ../../images/ert-insert.png
615         scale 85
616
617 \end_inset
618
619  de la barre d'outils ou en utilisant le menu 
620 \family sans
621 Insérer\SpecialChar \menuseparator
622 Code
623 \begin_inset space ~
624 \end_inset
625
626 T
627 \begin_inset ERT
628 status collapsed
629
630 \begin_layout Plain Layout
631
632 {
633 \end_layout
634
635 \end_inset
636
637 e
638 \begin_inset ERT
639 status collapsed
640
641 \begin_layout Plain Layout
642
643 }
644 \end_layout
645
646 \end_inset
647
648 X
649 \family default
650  (raccourci 
651 \family sans
652 Ctrl-l
653 \family default
654 ).
655 \begin_inset Note Note
656 status collapsed
657
658 \begin_layout Plain Layout
659 Dans LyX il y a trois 
660 \begin_inset Quotes eld
661 \end_inset
662
663 nom propres
664 \begin_inset Quotes erd
665 \end_inset
666
667  qui apparaissent dans la sortie finale avec des lettres mises en indice
668  ou en exposant: TeX, LaTeX, et LyX
669 \end_layout
670
671 \begin_layout Plain Layout
672 Pour éviter que ces noms soient reconnus comme des noms propres, les accolades
673  TeX sont placées autour d'une des lettres du nom.
674 \end_layout
675
676 \end_inset
677
678
679 \end_layout
680
681 \begin_layout Standard
682 Pour modifier le préambule LaTeX
683 \begin_inset Index
684 status collapsed
685
686 \begin_layout Plain Layout
687 Préambule LaTeX
688 \end_layout
689
690 \end_inset
691
692 , on utilise le menu 
693 \family sans
694 Document\SpecialChar \menuseparator
695 Paramètres\SpecialChar \menuseparator
696 Préambule
697 \begin_inset space ~
698 \end_inset
699
700 La
701 \begin_inset ERT
702 status collapsed
703
704 \begin_layout Plain Layout
705
706 {
707 \end_layout
708
709 \end_inset
710
711 T
712 \begin_inset ERT
713 status collapsed
714
715 \begin_layout Plain Layout
716
717 }
718 \end_layout
719
720 \end_inset
721
722 eX
723 \family default
724 .
725 \end_layout
726
727 \begin_layout Standard
728 Pour éditer des matrices, des différentiations de cas et des formules multiligne
729 s après coup, on peut utiliser les menus 
730 \family sans
731 Éditer\SpecialChar \menuseparator
732 Math
733 \family default
734  and 
735 \family sans
736 Éditer\SpecialChar \menuseparator
737 Lignes
738 \begin_inset space \thinspace{}
739 \end_inset
740
741 &
742 \begin_inset space \thinspace{}
743 \end_inset
744
745 colonnes,
746 \family default
747  ou la barre d'outils 
748 \family sans
749 Tableau
750 \family default
751 .
752  Quand deux lignes ou deux colonnes sont permutées à l'aide du menu, la
753  ligne ou la colonne où se trouve le curseur est échangée avec la ligne
754  d'en dessous ou la colonne directement à droite.
755  Si le curseur se trouve dans la dernière ligne ou colonne, l'échange se
756  fera avec la ligne précédente ou la colonne directement à gauche.
757 \end_layout
758
759 \begin_layout Standard
760 Quand on veut écrire du texte dans des formules
761 \begin_inset Foot
762 status collapsed
763
764 \begin_layout Plain Layout
765 Pour les formules multilignes, on utilise la commande 
766 \series bold
767
768 \backslash
769 intertext,
770 \series default
771  voir 
772 \begin_inset CommandInset ref
773 LatexCommand ref
774 reference "sub:Texte-dans-multi-lignes"
775
776 \end_inset
777
778 .
779 \end_layout
780
781 \end_inset
782
783 , on doit utiliser du 
784 \emph on
785 texte mathématique
786 \emph default
787
788 \begin_inset Index
789 status collapsed
790
791 \begin_layout Plain Layout
792 Texte ! dans les formules
793 \end_layout
794
795 \end_inset
796
797
798 \begin_inset Index
799 status collapsed
800
801 \begin_layout Plain Layout
802 Mathématique, texte
803 \end_layout
804
805 \end_inset
806
807 .
808  Ce mode est invoqué à l'aide du raccourci
809 \family sans
810  Alt-m
811 \begin_inset space ~
812 \end_inset
813
814 m
815 \family default
816  ou en insérant la commande 
817 \series bold
818
819 \backslash
820 text
821 \begin_inset Index
822 status collapsed
823
824 \begin_layout Plain Layout
825 Commandes ! T ! 
826 \backslash
827 text
828 \end_layout
829
830 \end_inset
831
832
833 \series default
834 .
835  Dans LyX, le texte apparaît en noir et peut donc être distingué des autres
836  parties de la formule qui apparaissent en bleu.
837  Dans la sortie finale, le texte mathématique est en caractères droits,
838  contrairement aux autres éléments de formule.
839 \end_layout
840
841 \begin_layout Subsection*
842 Syntaxe des commandes
843 \end_layout
844
845 \begin_layout Standard
846 La plupart des commandes LaTeX utilisées dans les constructions mathématiques
847  suivent la syntaxe suivante:
848 \end_layout
849
850 \begin_layout Standard
851
852 \series bold
853
854 \backslash
855 nomdelacommande[argument optionnel]{argument obligatoire}
856 \end_layout
857
858 \begin_layout Standard
859 Une commande commence toujours par une barre de fraction inverse (anti-slash)
860  
861 \begin_inset Quotes gld
862 \end_inset
863
864
865 \series bold
866
867 \backslash
868
869 \series default
870
871 \begin_inset Quotes grd
872 \end_inset
873
874 .
875  Pour omettre l'argument optionnel, il faut aussi omettre les crochets qui
876  vont avec.
877  Les accolades placées autour des arguments obligatoires seront nommées
878  accolade TeX dans ce document
879 \begin_inset Index
880 status collapsed
881
882 \begin_layout Plain Layout
883 Accolades TeX
884 \end_layout
885
886 \end_inset
887
888 .
889  Si dans une formule, vous ajoutez à un nom de commande une accolade gauche,
890  LyX créera automatiquement une accolade droite.
891  Dans tous les autres cas les accolades TeX sont créées dans des formules
892  avec la commande 
893 \series bold
894
895 \backslash
896 {
897 \series default
898 .
899  Les accolades TeX apparaissent en rouge dans LyX, contrairement aux accolades
900  normales qui apparaissent en bleu.
901  En mode TeX, on n'a pas besoin d'une commande pour obtenir des accolades
902  TeX.
903  Les accolades TeX n'apparaissent pas dans la sortie finale.
904 \end_layout
905
906 \begin_layout Standard
907 Quand on entre en mode TeX des commandes sans argument, comme les commandes
908  pour les symboles, on doit 
909 \emph on
910 toujours
911 \emph default
912  placer une espace après la commande pour la terminer.
913  Cette espace n'apparaît pas dans la sortie finale.
914
915 \emph on
916  
917 \emph default
918 Si une espace doit apparaître dans la sortie finale, l'espace doit être
919  suivie par une espace insécable en texte normal.
920 \end_layout
921
922 \begin_layout Standard
923 On insère une espace insécable avec 
924 \family sans
925 Ctrl-Space
926 \family default
927 .
928 \end_layout
929
930 \begin_layout Subsection*
931 \begin_inset Newpage newpage
932 \end_inset
933
934 Explications sur la syntaxe
935 \end_layout
936
937 \begin_layout Itemize
938 Le symbole
939 \begin_inset Foot
940 status collapsed
941
942 \begin_layout Plain Layout
943 Ce caractère espace visible peut être obtenu en utilisant la commande 
944 \series bold
945
946 \backslash
947 textvisiblespace
948 \series default
949
950 \begin_inset Index
951 status collapsed
952
953 \begin_layout Plain Layout
954 Commandes ! T ! 
955 \backslash
956 textvisiblespace
957 \end_layout
958
959 \end_inset
960
961 , insérée en mode TeX.
962 \end_layout
963
964 \end_inset
965
966  
967 \begin_inset ERT
968 status collapsed
969
970 \begin_layout Plain Layout
971
972
973 \backslash
974 spce 
975 \end_layout
976
977 \end_inset
978
979
980 \begin_inset space ~
981 \end_inset
982
983 indique que l'on doit mettre une espace.
984 \end_layout
985
986 \begin_layout Itemize
987 Une flèche comme celle-ci 
988 \begin_inset Formula $\to$
989 \end_inset
990
991  indique que l'on doit appuyer sur la flèche correspondante du clavier.
992 \end_layout
993
994 \begin_layout Subsection*
995 Unités utilisées
996 \end_layout
997
998 \begin_layout Standard
999 \align center
1000 \begin_inset Float table
1001 placement H
1002 wide false
1003 sideways false
1004 status open
1005
1006 \begin_layout Plain Layout
1007 \align center
1008 \begin_inset Caption
1009
1010 \begin_layout Plain Layout
1011 \begin_inset CommandInset label
1012 LatexCommand label
1013 name "tab:Unités-utilisées"
1014
1015 \end_inset
1016
1017 Unités utilisées
1018 \end_layout
1019
1020 \end_inset
1021
1022
1023 \end_layout
1024
1025 \begin_layout Plain Layout
1026 \align center
1027 \begin_inset Tabular
1028 <lyxtabular version="3" rows="13" columns="2">
1029 <features>
1030 <column alignment="center" valignment="top" width="0">
1031 <column alignment="center" valignment="top" width="0">
1032 <row>
1033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1034 \begin_inset Text
1035
1036 \begin_layout Plain Layout
1037 Unité
1038 \end_layout
1039
1040 \end_inset
1041 </cell>
1042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 Nom / Description
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 </row>
1052 <row>
1053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 mm
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 Millimètre
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 </row>
1072 <row>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 cm
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 Centimètre
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 </row>
1092 <row>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 in
1098 \end_layout
1099
1100 \end_inset
1101 </cell>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 Pouce (1
1107 \begin_inset space \thinspace{}
1108 \end_inset
1109
1110 in = 2,54
1111 \begin_inset space \thinspace{}
1112 \end_inset
1113
1114 cm)
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 </row>
1120 <row>
1121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 pt
1126 \end_layout
1127
1128 \end_inset
1129 </cell>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 Point (72.27
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 pt = 1
1139 \begin_inset space \thinspace{}
1140 \end_inset
1141
1142 in)
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 </row>
1148 <row>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 pc
1154 \end_layout
1155
1156 \end_inset
1157 </cell>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 Pica (1
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 pc = 12
1167 \begin_inset space \thinspace{}
1168 \end_inset
1169
1170 pt)
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 </row>
1176 <row>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 sp
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 scaled point (65536
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 sp = 1
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 pt)
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 </row>
1204 <row>
1205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 bp
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 big point (72
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 bp = 1
1223 \begin_inset space \thinspace{}
1224 \end_inset
1225
1226 in)
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 </row>
1232 <row>
1233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Plain Layout
1237 dd
1238 \end_layout
1239
1240 \end_inset
1241 </cell>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 Didot (1
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 dd 
1251 \begin_inset Formula $\approx$
1252 \end_inset
1253
1254  0.376
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 mm)
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 </row>
1264 <row>
1265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 cc
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 Cicero (1
1279 \begin_inset space \thinspace{}
1280 \end_inset
1281
1282 cc = 12
1283 \begin_inset space \thinspace{}
1284 \end_inset
1285
1286 dd)
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 </row>
1292 <row>
1293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 ex
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 Hauteur de la lettre 
1307 \emph on
1308
1309 \begin_inset Quotes eld
1310 \end_inset
1311
1312 x
1313 \emph default
1314
1315 \begin_inset Quotes erd
1316 \end_inset
1317
1318  dans la police courante
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 </row>
1324 <row>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 em
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 Largeur de la lettre 
1339 \begin_inset Quotes eld
1340 \end_inset
1341
1342
1343 \emph on
1344 M
1345 \emph default
1346
1347 \begin_inset Quotes erd
1348 \end_inset
1349
1350  dans la police courante
1351 \end_layout
1352
1353 \end_inset
1354 </cell>
1355 </row>
1356 <row>
1357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1358 \begin_inset Text
1359
1360 \begin_layout Plain Layout
1361 mu
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 unité math  (1
1371 \begin_inset space \thinspace{}
1372 \end_inset
1373
1374 mu = 
1375 \begin_inset Formula $\nicefrac{1}{18}$
1376 \end_inset
1377
1378
1379 \begin_inset space \thinspace{}
1380 \end_inset
1381
1382 em)
1383 \end_layout
1384
1385 \end_inset
1386 </cell>
1387 </row>
1388 </lyxtabular>
1389
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \begin_layout Standard
1401 \begin_inset Newpage newpage
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \begin_layout Section
1408 Fonctions de base
1409 \end_layout
1410
1411 \begin_layout Subsection
1412 Exposants
1413 \begin_inset Index
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 Exposants
1418 \end_layout
1419
1420 \end_inset
1421
1422  et indices
1423 \begin_inset Index
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 Indices
1428 \end_layout
1429
1430 \end_inset
1431
1432
1433 \end_layout
1434
1435 \begin_layout Standard
1436 Les indices sont créés avec le caractère souligné 
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-subscript.png
1447         scale 85
1448
1449 \end_inset
1450
1451 de la barre d'outils mathématique, les exposants avec un accent circonflexe
1452  
1453 \begin_inset Quotes eld
1454 \end_inset
1455
1456 ^
1457 \begin_inset Quotes erd
1458 \end_inset
1459
1460  ou avec le bouton 
1461 \begin_inset Graphics
1462         filename ../../images/math-superscript.png
1463         scale 85
1464
1465 \end_inset
1466
1467 .
1468 \end_layout
1469
1470 \begin_layout Standard
1471 \align center
1472 \begin_inset Tabular
1473 <lyxtabular version="3" rows="4" columns="2">
1474 <features>
1475 <column alignment="center" valignment="top" width="0pt">
1476 <column alignment="center" valignment="top" width="0pt">
1477 <row>
1478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1479 \begin_inset Text
1480
1481 \begin_layout Plain Layout
1482 Commande
1483 \end_layout
1484
1485 \end_inset
1486 </cell>
1487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1488 \begin_inset Text
1489
1490 \begin_layout Plain Layout
1491 Résultat
1492 \begin_inset Note Note
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496
1497 \series bold
1498
1499 \backslash
1500 raisebox est seulement utilisée pour faire de la place
1501 \end_layout
1502
1503 \end_inset
1504
1505
1506 \end_layout
1507
1508 \end_inset
1509 </cell>
1510 </row>
1511 <row>
1512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516 B_V
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1522 \begin_inset Text
1523
1524 \begin_layout Plain Layout
1525 \begin_inset Formula $B_{V}$
1526 \end_inset
1527
1528
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 </row>
1534 <row>
1535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 B^V
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1549 \end_inset
1550
1551
1552 \end_layout
1553
1554 \end_inset
1555 </cell>
1556 </row>
1557 <row>
1558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562 B^
1563 \begin_inset ERT
1564 status collapsed
1565
1566 \begin_layout Plain Layout
1567
1568
1569 \backslash
1570 spce 
1571 \end_layout
1572
1573 \end_inset
1574
1575 A
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 </row>
1593 </lyxtabular>
1594
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \begin_layout Standard
1601 Pour éviter que l'accent se retrouve sur la lettre qui le suit au lieu de
1602  la mettre en exposant, vous pouvez soit appuyer sur 
1603 \family sans
1604 Espace 
1605 \family default
1606 après l'accent circonflexe comme dans le dernier exemple ou utiliser l'accent
1607  qui se trouve sur la touche du 9.
1608 \end_layout
1609
1610 \begin_layout Subsection
1611 Fractions
1612 \begin_inset CommandInset label
1613 LatexCommand label
1614 name "sub:Fractions"
1615
1616 \end_inset
1617
1618
1619 \begin_inset Index
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 Fractions
1624 \end_layout
1625
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \begin_layout Standard
1632 Les fractions sont créées avec la commande 
1633 \series bold
1634
1635 \backslash
1636 frac
1637 \series default
1638
1639 \begin_inset Index
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643 Commandes ! F ! 
1644 \backslash
1645 frac
1646 \end_layout
1647
1648 \end_inset
1649
1650  ou avec le bouton 
1651 \begin_inset Graphics
1652         filename ../../images/math/frac.png
1653         scale 50
1654
1655 \end_inset
1656
1657  de la barre d'outils mathématique.
1658  La taille de la police est ajustée automatiquement selon que l'on se trouve
1659  dans une formule en ligne ou hors ligne.
1660  Avec le bouton 
1661 \begin_inset Graphics
1662         filename ../../images/math/frac-square.png
1663         scale 85
1664
1665 \end_inset
1666
1667  de la barre d'outils mathématique, vous pouvez choisir entre différents
1668  types de fractions.
1669 \end_layout
1670
1671 \begin_layout Standard
1672 Avec la commande 
1673 \series bold
1674
1675 \backslash
1676 dfrac
1677 \begin_inset Index
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681 Commandes ! D ! 
1682 \backslash
1683 dfrac
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \series default
1690  on peut créer une fraction qui a dans tous les cas la taille d'une fraction
1691  qui se trouverait dans une formule hors ligne.
1692  Avec 
1693 \series bold
1694
1695 \backslash
1696 tfrac
1697 \begin_inset Index
1698 status collapsed
1699
1700 \begin_layout Plain Layout
1701 Commandes ! T ! 
1702 \backslash
1703 tfrac
1704 \end_layout
1705
1706 \end_inset
1707
1708
1709 \series default
1710  la fraction aura toujours la taille d'une formule en ligne.
1711  Un exemple:
1712 \end_layout
1713
1714 \begin_layout Standard
1715 Une ligne avec la fraction 
1716 \begin_inset Formula $\frac{1}{2}$
1717 \end_inset
1718
1719  créée avec la commande 
1720 \series bold
1721
1722 \backslash
1723 frac
1724 \series default
1725 .
1726 \end_layout
1727
1728 \begin_layout Standard
1729 Une ligne avec la fraction 
1730 \begin_inset Formula $\dfrac{1}{2}$
1731 \end_inset
1732
1733  créée avec la commande 
1734 \series bold
1735
1736 \backslash
1737 dfrac
1738 \series default
1739 .
1740 \end_layout
1741
1742 \begin_layout Standard
1743 \align center
1744 \begin_inset Tabular
1745 <lyxtabular version="3" rows="4" columns="2">
1746 <features>
1747 <column alignment="center" valignment="top" width="0pt">
1748 <column alignment="center" valignment="top" width="0pt">
1749 <row>
1750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754 Commande
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763 Résultat
1764 \begin_inset Note Note
1765 status collapsed
1766
1767 \begin_layout Plain Layout
1768
1769 \series bold
1770
1771 \backslash
1772 raisebox est seulement utilisée pour faire de la place
1773 \end_layout
1774
1775 \end_inset
1776
1777
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 </row>
1783 <row>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \backslash
1790 frac
1791 \begin_inset ERT
1792 status collapsed
1793
1794 \begin_layout Plain Layout
1795
1796
1797 \backslash
1798 spce 
1799 \end_layout
1800
1801 \end_inset
1802
1803 A
1804 \begin_inset Formula $\downarrow$
1805 \end_inset
1806
1807 B
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1817 \end_inset
1818
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 </row>
1825 <row>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \backslash
1832 dfrac
1833 \begin_inset ERT
1834 status collapsed
1835
1836 \begin_layout Plain Layout
1837
1838
1839 \backslash
1840 spce 
1841 \end_layout
1842
1843 \end_inset
1844
1845 A
1846 \begin_inset Formula $\downarrow$
1847 \end_inset
1848
1849 B
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1859 \end_inset
1860
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 </row>
1867 <row>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \backslash
1874 dfrac
1875 \begin_inset ERT
1876 status collapsed
1877
1878 \begin_layout Plain Layout
1879
1880
1881 \backslash
1882 spce 
1883 \end_layout
1884
1885 \end_inset
1886
1887 e^
1888 \begin_inset ERT
1889 status collapsed
1890
1891 \begin_layout Plain Layout
1892
1893
1894 \backslash
1895 spce 
1896 \end_layout
1897
1898 \end_inset
1899
1900
1901 \backslash
1902 frac
1903 \begin_inset ERT
1904 status collapsed
1905
1906 \begin_layout Plain Layout
1907
1908
1909 \backslash
1910 spce 
1911 \end_layout
1912
1913 \end_inset
1914
1915 1
1916 \begin_inset Formula $\downarrow$
1917 \end_inset
1918
1919 2
1920 \begin_inset Formula $\downarrow\downarrow$
1921 \end_inset
1922
1923 3
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 </row>
1941 </lyxtabular>
1942
1943 \end_inset
1944
1945
1946 \end_layout
1947
1948 \begin_layout Standard
1949 \begin_inset VSpace bigskip
1950 \end_inset
1951
1952
1953 \begin_inset Newpage newpage
1954 \end_inset
1955
1956 Pour des fractions emboîtées, on peut utiliser la commande 
1957 \series bold
1958
1959 \backslash
1960 cfrac
1961 \series default
1962
1963 \begin_inset Index
1964 status collapsed
1965
1966 \begin_layout Plain Layout
1967 Commandes ! C ! 
1968 \backslash
1969 cfrac
1970 \end_layout
1971
1972 \end_inset
1973
1974 .
1975  Voici un exemple:
1976 \begin_inset VSpace -3mm
1977 \end_inset
1978
1979
1980 \end_layout
1981
1982 \begin_layout Standard
1983 \begin_inset Formula \begin{align*}
1984 \textrm{créée avec \textbf{\textbackslash frac}} &  & \textrm{créée avec \textbf{\textbackslash cfrac}}\\
1985 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
1986
1987 \end_inset
1988
1989
1990 \end_layout
1991
1992 \begin_layout Standard
1993 La commande pour l'exemple précédent est:
1994 \end_layout
1995
1996 \begin_layout Standard
1997
1998 \backslash
1999 cfrac{A
2000 \begin_inset Formula $\to$
2001 \end_inset
2002
2003
2004 \backslash
2005 {B+
2006 \backslash
2007 cfrac{C+
2008 \backslash
2009 cfrac{E
2010 \begin_inset Formula $\to$
2011 \end_inset
2012
2013
2014 \backslash
2015 {F
2016 \begin_inset Formula $\to\to$
2017 \end_inset
2018
2019
2020 \backslash
2021 {D
2022 \end_layout
2023
2024 \begin_layout Standard
2025 \begin_inset VSpace medskip
2026 \end_inset
2027
2028
2029 \end_layout
2030
2031 \begin_layout Standard
2032
2033 \series bold
2034
2035 \backslash
2036 cfrac
2037 \series default
2038  met toujours la fraction dans la taille d'une formule hors ligne, même
2039  si elle est une partie d'une autre fraction.
2040  La commande
2041 \series bold
2042  
2043 \backslash
2044 cfrac
2045 \series default
2046  a la syntaxe suivante:
2047 \end_layout
2048
2049 \begin_layout Standard
2050
2051 \series bold
2052
2053 \backslash
2054 cfrac[position du numérateur]{numérateur}{dénominateur}
2055 \end_layout
2056
2057 \begin_layout Standard
2058 La position du numérateur peut être 
2059 \emph on
2060 l
2061 \emph default
2062  , 
2063 \emph on
2064 c
2065 \emph default
2066 , ou 
2067 \emph on
2068 r
2069 \emph default
2070  .
2071  l ou r aligne le numérateur respectivement à gauche ou à droite par rapport
2072  à la barre de fraction.
2073  Quand on met 
2074 \emph on
2075
2076 \emph default
2077 ou rien, le numérateur apparaît centré.
2078  Les fractions qui suivent illustrent les différents alignements:
2079 \begin_inset Newline newline
2080 \end_inset
2081
2082
2083 \series bold
2084
2085 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2086 \end_inset
2087
2088
2089 \begin_inset Formula $\cfrac{A}{B+C}$
2090 \end_inset
2091
2092
2093 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2094 \end_inset
2095
2096
2097 \end_layout
2098
2099 \begin_layout Standard
2100 \begin_inset VSpace medskip
2101 \end_inset
2102
2103 Il est souvent intéressant de combiner 
2104 \series bold
2105
2106 \backslash
2107 cfrac
2108 \series default
2109  et 
2110 \series bold
2111
2112 \backslash
2113 frac
2114 \series default
2115 :
2116 \begin_inset Formula \[
2117 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2118
2119 \end_inset
2120
2121
2122 \end_layout
2123
2124 \begin_layout Standard
2125 Pour des fractions en ligne avec une barre de fraction en diagonale, vous
2126  pouvez utiliser la commande 
2127 \series bold
2128
2129 \backslash
2130 nicefrac
2131 \begin_inset Index
2132 status collapsed
2133
2134 \begin_layout Plain Layout
2135 Commandes ! N ! 
2136 \backslash
2137 nicefrac
2138 \end_layout
2139
2140 \end_inset
2141
2142
2143 \series default
2144
2145 \begin_inset Formula $\nicefrac{5}{31}$
2146 \end_inset
2147
2148
2149 \end_layout
2150
2151 \begin_layout Standard
2152 Dans 
2153 \begin_inset CommandInset ref
2154 LatexCommand ref
2155 reference "sub:Fractions-personnalisées"
2156
2157 \end_inset
2158
2159  on explique comment définir des fractions personnalisées en modifiant les
2160  barres de fractions .
2161 \end_layout
2162
2163 \begin_layout Subsection
2164 Racines
2165 \begin_inset Index
2166 status collapsed
2167
2168 \begin_layout Plain Layout
2169 Racines
2170 \end_layout
2171
2172 \end_inset
2173
2174
2175 \end_layout
2176
2177 \begin_layout Standard
2178 On obtient les racines carrées avec la commande 
2179 \series bold
2180
2181 \backslash
2182 sqrt
2183 \series default
2184
2185 \begin_inset Index
2186 status collapsed
2187
2188 \begin_layout Plain Layout
2189 Commandes ! S ! 
2190 \backslash
2191 sqrt
2192 \end_layout
2193
2194 \end_inset
2195
2196  ou avec le bouton 
2197 \begin_inset Graphics
2198         filename ../../images/math/sqrt.png
2199         scale 85
2200
2201 \end_inset
2202
2203  de la barre d'outils mathématique, et toutes les autres racines avec la
2204  commande 
2205 \series bold
2206
2207 \backslash
2208 root
2209 \series default
2210
2211 \begin_inset Index
2212 status collapsed
2213
2214 \begin_layout Plain Layout
2215 Commandes ! R ! 
2216 \backslash
2217 root
2218 \end_layout
2219
2220 \end_inset
2221
2222  ou avec le bouton 
2223 \begin_inset Graphics
2224         filename ../../images/math/root.png
2225         scale 85
2226
2227 \end_inset
2228
2229 .
2230 \end_layout
2231
2232 \begin_layout Standard
2233 \align center
2234 \begin_inset Tabular
2235 <lyxtabular version="3" rows="3" columns="2">
2236 <features>
2237 <column alignment="center" valignment="top" width="0pt">
2238 <column alignment="center" valignment="top" width="0pt">
2239 <row>
2240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2241 \begin_inset Text
2242
2243 \begin_layout Plain Layout
2244 Commande
2245 \end_layout
2246
2247 \end_inset
2248 </cell>
2249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2250 \begin_inset Text
2251
2252 \begin_layout Plain Layout
2253 Résultat
2254 \begin_inset Note Note
2255 status collapsed
2256
2257 \begin_layout Plain Layout
2258
2259 \series bold
2260
2261 \backslash
2262 raisebox est seulement utilisée pour faire de la place
2263 \end_layout
2264
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \end_inset
2271 </cell>
2272 </row>
2273 <row>
2274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2275 \begin_inset Text
2276
2277 \begin_layout Plain Layout
2278
2279 \backslash
2280 sqrt
2281 \begin_inset ERT
2282 status collapsed
2283
2284 \begin_layout Plain Layout
2285
2286
2287 \backslash
2288 spce 
2289 \end_layout
2290
2291 \end_inset
2292
2293 A-B
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2299 \begin_inset Text
2300
2301 \begin_layout Plain Layout
2302 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2303 \end_inset
2304
2305
2306 \end_layout
2307
2308 \end_inset
2309 </cell>
2310 </row>
2311 <row>
2312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2313 \begin_inset Text
2314
2315 \begin_layout Plain Layout
2316
2317 \backslash
2318 root
2319 \begin_inset ERT
2320 status collapsed
2321
2322 \begin_layout Plain Layout
2323
2324
2325 \backslash
2326 spce 
2327 \end_layout
2328
2329 \end_inset
2330
2331 3
2332 \begin_inset Formula $\downarrow$
2333 \end_inset
2334
2335 A-B
2336 \end_layout
2337
2338 \end_inset
2339 </cell>
2340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2345 \end_inset
2346
2347
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 </row>
2353 </lyxtabular>
2354
2355 \end_inset
2356
2357
2358 \end_layout
2359
2360 \begin_layout Standard
2361 On peut aussi obtenir une racine carrée avec 
2362 \series bold
2363
2364 \backslash
2365 root
2366 \series default
2367  en laissant le champ réservé au degré de la racine vide.
2368 \end_layout
2369
2370 \begin_layout Standard
2371 Dans certains cas, la distance entre le degré et la racine est trop petite
2372  comme dans cette formule: 
2373 \begin_inset Formula $\sqrt[\beta]{B}$
2374 \end_inset
2375
2376
2377 \begin_inset Newline newline
2378 \end_inset
2379
2380 Le 
2381 \begin_inset Formula $\beta$
2382 \end_inset
2383
2384  touche la racine, ce qui peut être évité en utilisant les commandes 
2385 \series bold
2386
2387 \backslash
2388 leftroot
2389 \series default
2390
2391 \begin_inset Index
2392 status collapsed
2393
2394 \begin_layout Plain Layout
2395 Commandes ! L ! 
2396 \backslash
2397 leftroot
2398 \end_layout
2399
2400 \end_inset
2401
2402  et 
2403 \series bold
2404
2405 \backslash
2406 uproot
2407 \series default
2408
2409 \begin_inset Index
2410 status collapsed
2411
2412 \begin_layout Plain Layout
2413 Commandes ! U ! 
2414 \backslash
2415 uproot
2416 \end_layout
2417
2418 \end_inset
2419
2420  avec la syntaxe suivante:
2421 \end_layout
2422
2423 \begin_layout Standard
2424
2425 \series bold
2426
2427 \backslash
2428 leftroot{distance}
2429 \series default
2430  et 
2431 \series bold
2432
2433 \backslash
2434 uproot{distance}
2435 \end_layout
2436
2437 \begin_layout Standard
2438 Distance est le nombre de Big Points (unité bp; 
2439 \begin_inset Formula $\mathrm{72\, bp=1\, pouce}$
2440 \end_inset
2441
2442 ), dont le degré doit être déplacé, respectivement vers la gauche ou vers
2443  le haut.
2444  Les commandes doivent être placées dans la case du degré.
2445  Par exemple, la commande
2446 \begin_inset Newline newline
2447 \end_inset
2448
2449
2450 \series bold
2451
2452 \backslash
2453 root
2454 \backslash
2455 leftroot{-1
2456 \begin_inset Formula $\to$
2457 \end_inset
2458
2459
2460 \backslash
2461 uproot{2
2462 \begin_inset Formula $\to$
2463 \end_inset
2464
2465
2466 \backslash
2467 beta
2468 \begin_inset ERT
2469 status collapsed
2470
2471 \begin_layout Plain Layout
2472
2473
2474 \backslash
2475 spce 
2476 \end_layout
2477
2478 \end_inset
2479
2480
2481 \begin_inset Formula $\to$
2482 \end_inset
2483
2484 B
2485 \begin_inset Newline newline
2486 \end_inset
2487
2488
2489 \series default
2490 produit une formule correctement mise en forme: 
2491 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \begin_layout Subsection
2498 Coefficients binomiaux 
2499 \begin_inset Index
2500 status collapsed
2501
2502 \begin_layout Plain Layout
2503 Binomiaux, coefficients
2504 \end_layout
2505
2506 \end_inset
2507
2508
2509 \end_layout
2510
2511 \begin_layout Standard
2512 Les coefficients binomiaux sont insérés avec la commande 
2513 \series bold
2514
2515 \backslash
2516 binom
2517 \series default
2518
2519 \begin_inset Index
2520 status collapsed
2521
2522 \begin_layout Plain Layout
2523 Commandes ! B ! 
2524 \backslash
2525 binom
2526 \end_layout
2527
2528 \end_inset
2529
2530  ou avec le bouton 
2531 \begin_inset Graphics
2532         filename ../../images/math/frac-square.png
2533         scale 85
2534
2535 \end_inset
2536
2537 de la barre d'outils mathématique.
2538  Comme pour les fraction (
2539 \series bold
2540
2541 \backslash
2542 frac
2543 \series default
2544 ) il y a avec 
2545 \series bold
2546
2547 \backslash
2548 binom
2549 \series default
2550  les commandes 
2551 \series bold
2552
2553 \backslash
2554 dbinom
2555 \begin_inset Index
2556 status collapsed
2557
2558 \begin_layout Plain Layout
2559 Commandes ! D ! 
2560 \backslash
2561 dbinom
2562 \end_layout
2563
2564 \end_inset
2565
2566
2567 \series default
2568  et 
2569 \series bold
2570
2571 \backslash
2572 tbinom
2573 \series default
2574
2575 \begin_inset Index
2576 status collapsed
2577
2578 \begin_layout Plain Layout
2579 Commandes ! T ! 
2580 \backslash
2581 tbinom
2582 \end_layout
2583
2584 \end_inset
2585
2586 .
2587  
2588 \lang english
2589 For other brackets around binomial coeficients there are the
2590 \lang french
2591  commandes 
2592 \series bold
2593
2594 \backslash
2595 brace
2596 \series default
2597
2598 \begin_inset Index
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Commandes ! B ! 
2603 \backslash
2604 brace
2605 \end_layout
2606
2607 \end_inset
2608
2609  et 
2610 \series bold
2611
2612 \backslash
2613 brack
2614 \series default
2615
2616 \begin_inset Index
2617 status collapsed
2618
2619 \begin_layout Plain Layout
2620 Commandes ! B ! 
2621 \backslash
2622 brack
2623 \end_layout
2624
2625 \end_inset
2626
2627 .
2628 \end_layout
2629
2630 \begin_layout Standard
2631 \align center
2632 \begin_inset Tabular
2633 <lyxtabular version="3" rows="6" columns="2">
2634 <features>
2635 <column alignment="center" valignment="top" width="0pt">
2636 <column alignment="center" valignment="top" width="0pt">
2637 <row>
2638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Plain Layout
2642 Commande
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2648 \begin_inset Text
2649
2650 \begin_layout Plain Layout
2651 Résultat
2652 \begin_inset Note Note
2653 status collapsed
2654
2655 \begin_layout Plain Layout
2656
2657 \series bold
2658
2659 \backslash
2660 raisebox est seulement utilisée pour faire de la place
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \end_inset
2669 </cell>
2670 </row>
2671 <row>
2672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Plain Layout
2676
2677 \backslash
2678 binom
2679 \begin_inset ERT
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683
2684
2685 \backslash
2686 spce 
2687 \end_layout
2688
2689 \end_inset
2690
2691 A
2692 \begin_inset Formula $\downarrow$
2693 \end_inset
2694
2695 B
2696 \end_layout
2697
2698 \end_inset
2699 </cell>
2700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2705 \end_inset
2706
2707
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 </row>
2713 <row>
2714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Plain Layout
2718
2719 \backslash
2720 dbinom
2721 \begin_inset ERT
2722 status collapsed
2723
2724 \begin_layout Plain Layout
2725
2726
2727 \backslash
2728 spce 
2729 \end_layout
2730
2731 \end_inset
2732
2733 A
2734 \begin_inset Formula $\downarrow$
2735 \end_inset
2736
2737 B
2738 \end_layout
2739
2740 \end_inset
2741 </cell>
2742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2747 \end_inset
2748
2749
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 </row>
2755 <row>
2756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760
2761 \backslash
2762 tbinom
2763 \begin_inset ERT
2764 status collapsed
2765
2766 \begin_layout Plain Layout
2767
2768
2769 \backslash
2770 spce 
2771 \end_layout
2772
2773 \end_inset
2774
2775 A
2776 \begin_inset Formula $\downarrow$
2777 \end_inset
2778
2779 B
2780 \end_layout
2781
2782 \end_inset
2783 </cell>
2784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \end_inset
2795 </cell>
2796 </row>
2797 <row>
2798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802
2803 \backslash
2804 brack
2805 \begin_inset ERT
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809
2810
2811 \backslash
2812 spce 
2813 \end_layout
2814
2815 \end_inset
2816
2817 A
2818 \begin_inset Formula $\downarrow$
2819 \end_inset
2820
2821 B
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2831 \end_inset
2832
2833
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 </row>
2839 <row>
2840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844
2845 \backslash
2846 brace
2847 \begin_inset ERT
2848 status collapsed
2849
2850 \begin_layout Plain Layout
2851
2852
2853 \backslash
2854 spce 
2855 \end_layout
2856
2857 \end_inset
2858
2859 A
2860 \begin_inset Formula $\downarrow$
2861 \end_inset
2862
2863 B
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 </row>
2881 </lyxtabular>
2882
2883 \end_inset
2884
2885
2886 \end_layout
2887
2888 \begin_layout Subsection
2889 Différentiation de cas 
2890 \begin_inset Index
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894 Différentiation de cas 
2895 \end_layout
2896
2897 \end_inset
2898
2899
2900 \end_layout
2901
2902 \begin_layout Standard
2903 \align center
2904 \begin_inset Tabular
2905 <lyxtabular version="3" rows="3" columns="2">
2906 <features>
2907 <column alignment="center" valignment="top" width="0pt">
2908 <column alignment="center" valignment="top" width="0pt">
2909 <row>
2910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914 Commande
2915 \end_layout
2916
2917 \end_inset
2918 </cell>
2919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923 Résultat
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 </row>
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \backslash
2936 cases
2937 \begin_inset ERT
2938 status collapsed
2939
2940 \begin_layout Plain Layout
2941
2942
2943 \backslash
2944 spce 
2945 \end_layout
2946
2947 \end_inset
2948
2949 A
2950 \begin_inset Formula $\to$
2951 \end_inset
2952
2953 B>0
2954 \begin_inset Index
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958 Commandes ! C ! 
2959 \backslash
2960 cases
2961 \end_layout
2962
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974 \begin_inset Formula $\begin{cases}
2975 A & B>0\end{cases}$
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 </row>
2984 <row>
2985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989
2990 \backslash
2991 cases
2992 \begin_inset ERT
2993 status collapsed
2994
2995 \begin_layout Plain Layout
2996
2997
2998 \backslash
2999 spce 
3000 \end_layout
3001
3002 \end_inset
3003
3004 Ctrl-Enter
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013 \begin_inset Formula $\begin{cases}
3014 A & \textrm{pour }\hat{x}>0\\
3015 B & \textrm{pour }\hat{x}=0\end{cases}$
3016 \end_inset
3017
3018
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 </row>
3024 </lyxtabular>
3025
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \begin_layout Standard
3032 Après avoir inséré 
3033 \series bold
3034
3035 \backslash
3036 cases
3037 \series default
3038  ou avoir utilisé le bouton 
3039 \begin_inset Graphics
3040         filename ../../images/math/cases.png
3041         lyxscale 50
3042         scale 50
3043
3044 \end_inset
3045
3046  de la barre d'outils mathématique, vous pouvez ajouter de nouvelles lignes
3047  avec le raccourci 
3048 \family sans
3049 Ctrl-Entrée
3050 \family default
3051  ou avec le bouton 
3052 \begin_inset Graphics
3053         filename ../../images/tabular-feature_append-row.png
3054         scale 85
3055
3056 \end_inset
3057
3058 .
3059 \begin_inset Foot
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063 Les accents et autres trémas, comme ceux présents dans la formule précédente,
3064  sont expliqués dans 
3065 \begin_inset CommandInset ref
3066 LatexCommand ref
3067 reference "sub:Accents-sur-un-caractère"
3068
3069 \end_inset
3070
3071 .
3072 \end_layout
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Standard
3080 La commande 
3081 \series bold
3082
3083 \backslash
3084 cases
3085 \series default
3086  est aussi accessible par le menu 
3087 \family sans
3088 Insérer\SpecialChar \menuseparator
3089 Math\SpecialChar \menuseparator
3090 Environnement
3091 \begin_inset space ~
3092 \end_inset
3093
3094 Cas
3095 \family default
3096 .
3097 \end_layout
3098
3099 \begin_layout Subsection
3100 Négations
3101 \begin_inset Index
3102 status collapsed
3103
3104 \begin_layout Plain Layout
3105 Négations
3106 \end_layout
3107
3108 \end_inset
3109
3110
3111 \end_layout
3112
3113 \begin_layout Standard
3114 En insérant la commande 
3115 \series bold
3116
3117 \backslash
3118 not
3119 \series default
3120
3121 \begin_inset Index
3122 status collapsed
3123
3124 \begin_layout Plain Layout
3125 Commandes ! N ! 
3126 \backslash
3127 not
3128 \end_layout
3129
3130 \end_inset
3131
3132  chaque caractère peut être affiché barré.
3133  Les caractères sont en quelque sorte accentués par une barre de fraction.
3134 \end_layout
3135
3136 \begin_layout Standard
3137 \align center
3138 \begin_inset Tabular
3139 <lyxtabular version="3" rows="4" columns="2">
3140 <features>
3141 <column alignment="center" valignment="top" width="0pt">
3142 <column alignment="center" valignment="top" width="0pt">
3143 <row>
3144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148 Commande
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157 Résultat
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 </row>
3163 <row>
3164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168
3169 \backslash
3170 not=
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179 \begin_inset Formula $\not=$
3180 \end_inset
3181
3182
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 </row>
3188 <row>
3189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \backslash
3195 not 
3196 \backslash
3197 le
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206 \begin_inset Formula $\not\le$
3207 \end_inset
3208
3209
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 </row>
3215 <row>
3216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220
3221 \backslash
3222 not 
3223 \backslash
3224 parallel
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233 \begin_inset Formula $\not\parallel$
3234 \end_inset
3235
3236
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 </row>
3242 </lyxtabular>
3243
3244 \end_inset
3245
3246
3247 \end_layout
3248
3249 \begin_layout Standard
3250 Le dernier exemple montre que toutes les négations n'ont pas forcément un
3251  bel aspect.
3252  C'est pourquoi il existe des commandes spéciales pour certaines négations
3253  (voir 
3254 \begin_inset CommandInset ref
3255 LatexCommand ref
3256 reference "sub:Symboles-mathématiques"
3257
3258 \end_inset
3259
3260  et 
3261 \begin_inset CommandInset ref
3262 LatexCommand ref
3263 reference "sec:Relations"
3264
3265 \end_inset
3266
3267 ).
3268 \end_layout
3269
3270 \begin_layout Subsection
3271 Garnitures
3272 \begin_inset CommandInset label
3273 LatexCommand label
3274 name "sub:Garnitures"
3275
3276 \end_inset
3277
3278
3279 \begin_inset Index
3280 status collapsed
3281
3282 \begin_layout Plain Layout
3283 Garnitures
3284 \end_layout
3285
3286 \end_inset
3287
3288
3289 \begin_inset Index
3290 status collapsed
3291
3292 \begin_layout Plain Layout
3293 Symboles chimiques ! Isotopes
3294 \end_layout
3295
3296 \end_inset
3297
3298
3299 \begin_inset Index
3300 status collapsed
3301
3302 \begin_layout Plain Layout
3303 Isotopes|see
3304 \begin_inset ERT
3305 status collapsed
3306
3307 \begin_layout Plain Layout
3308
3309 {
3310 \end_layout
3311
3312 \end_inset
3313
3314 Symboles chimiques
3315 \begin_inset ERT
3316 status collapsed
3317
3318 \begin_layout Plain Layout
3319
3320 }
3321 \end_layout
3322
3323 \end_inset
3324
3325
3326 \end_layout
3327
3328 \end_inset
3329
3330
3331 \end_layout
3332
3333 \begin_layout Standard
3334 Quand on affiche par exemple des isotopes
3335 \begin_inset Foot
3336 status collapsed
3337
3338 \begin_layout Plain Layout
3339 Plus d'information sur les symboles chimiques dans 
3340 \begin_inset CommandInset ref
3341 LatexCommand ref
3342 reference "sub:Symboles-chimiques"
3343
3344 \end_inset
3345
3346 .
3347 \end_layout
3348
3349 \end_inset
3350
3351 , on rencontre le problème suivant:
3352 \end_layout
3353
3354 \begin_layout Standard
3355 \align center
3356 \begin_inset Tabular
3357 <lyxtabular version="3" rows="2" columns="2">
3358 <features>
3359 <column alignment="center" valignment="top" width="0pt">
3360 <column alignment="center" valignment="top" width="0pt">
3361 <row>
3362 <cell alignment="center" valignment="top" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 Indices avec les indices et exposants:
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3376 \end_inset
3377
3378
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row>
3385 <cell alignment="center" valignment="top" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 Indices corrects:
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3399 \end_inset
3400
3401
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 </lyxtabular>
3408
3409 \end_inset
3410
3411
3412 \begin_inset Note Note
3413 status collapsed
3414
3415 \begin_layout Plain Layout
3416
3417 \series bold
3418 \lang english
3419
3420 \backslash
3421 raisebox
3422 \end_layout
3423
3424 \end_inset
3425
3426
3427 \end_layout
3428
3429 \begin_layout Standard
3430 L'indice le plus petit est placé par défaut au dessus ou en dessous du premier
3431  caractère le l'indice le plus long.
3432  Pour éviter ce problème il y a la commande 
3433 \series bold
3434
3435 \backslash
3436 phantom
3437 \series default
3438
3439 \begin_inset Index
3440 status collapsed
3441
3442 \begin_layout Plain Layout
3443 Commandes ! P ! 
3444 \backslash
3445 phantom
3446 \end_layout
3447
3448 \end_inset
3449
3450  ou le bouton
3451 \begin_inset space ~
3452 \end_inset
3453
3454
3455 \begin_inset Graphics
3456         filename ../../images/math/phantom.png
3457         scale 85
3458
3459 \end_inset
3460
3461  qui crée un ou plusieurs caractères fantômes.
3462  Quand on insère la commande 
3463 \series bold
3464
3465 \backslash
3466 phantom
3467 \series default
3468  une petite boîte avec deux flèches rouges apparaît.
3469  Les flèches indiquent que la garniture
3470 \begin_inset Foot
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474 Traduction de placeholder, c'est un terme de typographie (NdT).
3475 \end_layout
3476
3477 \end_inset
3478
3479  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3480  De la même façon, les caractères fantômes sont des garnitures qui ont la
3481  taille du caractère concerné.
3482 \end_layout
3483
3484 \begin_layout Standard
3485 \align center
3486 \begin_inset Tabular
3487 <lyxtabular version="3" rows="4" columns="2">
3488 <features>
3489 <column alignment="center" valignment="top" width="0">
3490 <column alignment="center" valignment="top" width="0">
3491 <row>
3492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 Commande
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Résultat
3506 \begin_inset Note Note
3507 status collapsed
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512
3513 \backslash
3514 raisebox est seulement utilisée pour faire de la place
3515 \end_layout
3516
3517 \end_inset
3518
3519
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 </row>
3525 <row>
3526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 ^19
3531 \begin_inset ERT
3532 status collapsed
3533
3534 \begin_layout Plain Layout
3535
3536
3537 \backslash
3538 spce 
3539 \end_layout
3540
3541 \end_inset
3542
3543 _
3544 \backslash
3545 phantom
3546 \begin_inset ERT
3547 status collapsed
3548
3549 \begin_layout Plain Layout
3550
3551
3552 \backslash
3553 spce 
3554 \end_layout
3555
3556 \end_inset
3557
3558 1
3559 \begin_inset Formula $\to$
3560 \end_inset
3561
3562 9
3563 \begin_inset ERT
3564 status collapsed
3565
3566 \begin_layout Plain Layout
3567
3568
3569 \backslash
3570 spce 
3571 \end_layout
3572
3573 \end_inset
3574
3575 F
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3585 \end_inset
3586
3587
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 ^235
3599 \begin_inset ERT
3600 status collapsed
3601
3602 \begin_layout Plain Layout
3603
3604
3605 \backslash
3606 spce 
3607 \end_layout
3608
3609 \end_inset
3610
3611 _
3612 \backslash
3613 phantom
3614 \begin_inset ERT
3615 status collapsed
3616
3617 \begin_layout Plain Layout
3618
3619
3620 \backslash
3621 spce 
3622 \end_layout
3623
3624 \end_inset
3625
3626 23
3627 \begin_inset Formula $\to$
3628 \end_inset
3629
3630 9
3631 \begin_inset ERT
3632 status collapsed
3633
3634 \begin_layout Plain Layout
3635
3636
3637 \backslash
3638 spce 
3639 \end_layout
3640
3641 \end_inset
3642
3643 F
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3653 \end_inset
3654
3655
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \backslash
3668 Lambda^
3669 \begin_inset ERT
3670 status collapsed
3671
3672 \begin_layout Plain Layout
3673
3674
3675 \backslash
3676 spce 
3677 \end_layout
3678
3679 \end_inset
3680
3681
3682 \backslash
3683 phantom
3684 \begin_inset ERT
3685 status collapsed
3686
3687 \begin_layout Plain Layout
3688
3689
3690 \backslash
3691 spce 
3692 \end_layout
3693
3694 \end_inset
3695
3696 ii
3697 \begin_inset Formula $\to$
3698 \end_inset
3699
3700 t
3701 \begin_inset ERT
3702 status collapsed
3703
3704 \begin_layout Plain Layout
3705
3706
3707 \backslash
3708 spce 
3709 \end_layout
3710
3711 \end_inset
3712
3713 _MMt
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3723 \end_inset
3724
3725
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 </row>
3731 </lyxtabular>
3732
3733 \end_inset
3734
3735
3736 \end_layout
3737
3738 \begin_layout Standard
3739 En plus, il y a les commandes 
3740 \series bold
3741
3742 \backslash
3743 vphantom
3744 \series default
3745
3746 \begin_inset Index
3747 status collapsed
3748
3749 \begin_layout Plain Layout
3750 Commandes ! V ! 
3751 \backslash
3752 vphantom
3753 \end_layout
3754
3755 \end_inset
3756
3757  (bouton
3758 \begin_inset space ~
3759 \end_inset
3760
3761
3762 \begin_inset Graphics
3763         filename ../../images/math/vphantom.png
3764         scale 85
3765
3766 \end_inset
3767
3768  de la barre d'outils) et 
3769 \series bold
3770
3771 \backslash
3772 hphantom
3773 \series default
3774
3775 \begin_inset Index
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779 Commandes ! H ! 
3780 \backslash
3781 hphantom
3782 \end_layout
3783
3784 \end_inset
3785
3786  (bouton
3787 \begin_inset space ~
3788 \end_inset
3789
3790
3791 \begin_inset Graphics
3792         filename ../../images/math/hphantom.png
3793         scale 85
3794
3795 \end_inset
3796
3797 ).
3798  
3799 \series bold
3800
3801 \backslash
3802 hphantom
3803 \series default
3804  crée seulement de l'espace pour la hauteur maximale des caractères de la
3805  boîte, mais pas pour leur largeur.
3806  
3807 \series bold
3808
3809 \backslash
3810 vphantom
3811 \series default
3812  crée de l'espace seulement pour la largeur du contenu de la boîte.
3813  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3814  commandes n'ont qu'une seule flèche rouge.
3815 \end_layout
3816
3817 \begin_layout Standard
3818 Par exemple 
3819 \series bold
3820
3821 \backslash
3822 vphantom
3823 \series default
3824
3825 \begin_inset ERT
3826 status collapsed
3827
3828 \begin_layout Plain Layout
3829
3830
3831 \backslash
3832 spce 
3833 \end_layout
3834
3835 \end_inset
3836
3837
3838 \series bold
3839 a
3840 \backslash
3841 int
3842 \series default
3843  crée de l'espace pour la hauteur du signe intégral
3844 \begin_inset Foot
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848 La commande 
3849 \series bold
3850
3851 \backslash
3852 int
3853 \series default
3854  insère le signe de l'intégrale, voir 
3855 \begin_inset CommandInset ref
3856 LatexCommand ref
3857 reference "sub:Grands-opérateurs"
3858
3859 \end_inset
3860
3861 .
3862 \end_layout
3863
3864 \end_inset
3865
3866 , vu que c'est le plus haut caractère.
3867  Voir un exemple d'application dans 
3868 \begin_inset CommandInset ref
3869 LatexCommand ref
3870 reference "sub:Crochets-multilignes"
3871
3872 \end_inset
3873
3874 .
3875 \end_layout
3876
3877 \begin_layout Subsection
3878 Lignes
3879 \begin_inset Index
3880 status collapsed
3881
3882 \begin_layout Plain Layout
3883 Lignes
3884 \end_layout
3885
3886 \end_inset
3887
3888
3889 \begin_inset Index
3890 status collapsed
3891
3892 \begin_layout Plain Layout
3893 Formules ! soulignées
3894 \end_layout
3895
3896 \end_inset
3897
3898
3899 \end_layout
3900
3901 \begin_layout Standard
3902 \align center
3903 \begin_inset Tabular
3904 <lyxtabular version="3" rows="4" columns="2">
3905 <features>
3906 <column alignment="center" valignment="top" width="0pt">
3907 <column alignment="center" valignment="top" width="0pt">
3908 <row>
3909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 Commande
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Résultat
3923 \begin_inset Note Note
3924 status collapsed
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929
3930 \backslash
3931 raisebox est seulement utilisée pour faire de la place
3932 \end_layout
3933
3934 \end_inset
3935
3936
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 <row>
3943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947
3948 \backslash
3949 overline
3950 \begin_inset ERT
3951 status collapsed
3952
3953 \begin_layout Plain Layout
3954
3955
3956 \backslash
3957 spce 
3958 \end_layout
3959
3960 \end_inset
3961
3962 A+B
3963 \begin_inset Index
3964 status collapsed
3965
3966 \begin_layout Plain Layout
3967 Commandes ! O ! 
3968 \backslash
3969 overline
3970 \end_layout
3971
3972 \end_inset
3973
3974
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3984 \end_inset
3985
3986
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \backslash
3999 underline
4000 \begin_inset ERT
4001 status collapsed
4002
4003 \begin_layout Plain Layout
4004
4005
4006 \backslash
4007 spce 
4008 \end_layout
4009
4010 \end_inset
4011
4012 A+B
4013 \begin_inset Index
4014 status collapsed
4015
4016 \begin_layout Plain Layout
4017 Commandes ! U ! 
4018 \backslash
4019 underline
4020 \end_layout
4021
4022 \end_inset
4023
4024
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4034 \end_inset
4035
4036
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 </row>
4042 <row>
4043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \backslash
4049 overline
4050 \begin_inset ERT
4051 status collapsed
4052
4053 \begin_layout Plain Layout
4054
4055
4056 \backslash
4057 spce 
4058 \end_layout
4059
4060 \end_inset
4061
4062
4063 \backslash
4064 underline
4065 \begin_inset ERT
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069
4070
4071 \backslash
4072 spce 
4073 \end_layout
4074
4075 \end_inset
4076
4077 A+B
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4087 \end_inset
4088
4089
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 </lyxtabular>
4096
4097 \end_inset
4098
4099
4100 \end_layout
4101
4102 \begin_layout Standard
4103 Dans le dernier exemple, il importe peu que 
4104 \series bold
4105
4106 \backslash
4107 overline
4108 \series default
4109  ou 
4110 \series bold
4111
4112 \backslash
4113 underline
4114 \series default
4115  soit inséré en premier.
4116 \end_layout
4117
4118 \begin_layout Standard
4119 Pour souligner deux fois, par exemple des résultats, on utilise 
4120 \backslash
4121 underline deux fois.
4122 \end_layout
4123
4124 \begin_layout Standard
4125 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
4126 \end_layout
4127
4128 \begin_layout Subsection
4129 Points de suspension
4130 \begin_inset Index
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Points de suspension
4135 \end_layout
4136
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \begin_layout Standard
4143 Différents types de points de suspension sont disponibles.
4144 \begin_inset Foot
4145 status collapsed
4146
4147 \begin_layout Plain Layout
4148 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4149 \begin_inset Graphics
4150         filename ../../images/math/ldots.png
4151         scale 85
4152
4153 \end_inset
4154
4155
4156 \end_layout
4157
4158 \end_inset
4159
4160  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4161  base, on utilise (
4162 \series bold
4163
4164 \backslash
4165 ldots
4166 \series default
4167
4168 \begin_inset Index
4169 status collapsed
4170
4171 \begin_layout Plain Layout
4172 Commandes ! L ! 
4173 \backslash
4174 ldots
4175 \end_layout
4176
4177 \end_inset
4178
4179 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4180  à la même hauteur que les opérateurs, on utilise (
4181 \series bold
4182
4183 \backslash
4184 cdots
4185 \series default
4186
4187 \begin_inset Index
4188 status collapsed
4189
4190 \begin_layout Plain Layout
4191 Commandes ! C ! 
4192 \backslash
4193 cdots
4194 \end_layout
4195
4196 \end_inset
4197
4198 ).
4199  Quand on utilise la commande 
4200 \series bold
4201
4202 \backslash
4203 dots
4204 \series default
4205
4206 \begin_inset Index
4207 status collapsed
4208
4209 \begin_layout Plain Layout
4210 Commandes ! D ! 
4211 \backslash
4212 dots
4213 \end_layout
4214
4215 \end_inset
4216
4217 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4218 \end_layout
4219
4220 \begin_layout Standard
4221 \align center
4222 \begin_inset Tabular
4223 <lyxtabular version="3" rows="8" columns="2">
4224 <features>
4225 <column alignment="center" valignment="top" width="0pt">
4226 <column alignment="center" valignment="top" width="0pt">
4227 <row>
4228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Commande
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Résultat
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 A_1
4253 \begin_inset ERT
4254 status collapsed
4255
4256 \begin_layout Plain Layout
4257
4258
4259 \backslash
4260 spce 
4261 \end_layout
4262
4263 \end_inset
4264
4265 ,
4266 \backslash
4267 dots
4268 \begin_inset ERT
4269 status collapsed
4270
4271 \begin_layout Plain Layout
4272
4273
4274 \backslash
4275 spce 
4276 \end_layout
4277
4278 \end_inset
4279
4280 ,A_n
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 \begin_inset Formula $A_{1},\dots,A_{n}$
4290 \end_inset
4291
4292
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 </row>
4298 <row>
4299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 A_1
4304 \begin_inset ERT
4305 status collapsed
4306
4307 \begin_layout Plain Layout
4308
4309
4310 \backslash
4311 spce 
4312 \end_layout
4313
4314 \end_inset
4315
4316 +
4317 \backslash
4318 dots
4319 \begin_inset ERT
4320 status collapsed
4321
4322 \begin_layout Plain Layout
4323
4324
4325 \backslash
4326 spce 
4327 \end_layout
4328
4329 \end_inset
4330
4331 +A_n
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 \begin_inset Formula $A_{1}+\dots+A_{n}$
4341 \end_inset
4342
4343
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 A_1
4355 \begin_inset ERT
4356 status collapsed
4357
4358 \begin_layout Plain Layout
4359
4360
4361 \backslash
4362 spce 
4363 \end_layout
4364
4365 \end_inset
4366
4367 ,
4368 \backslash
4369 ldots
4370 \begin_inset ERT
4371 status collapsed
4372
4373 \begin_layout Plain Layout
4374
4375
4376 \backslash
4377 spce 
4378 \end_layout
4379
4380 \end_inset
4381
4382 ,A_n
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 \begin_inset Formula $A_{1},\ldots,A_{n}$
4392 \end_inset
4393
4394
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 A_1
4406 \begin_inset ERT
4407 status collapsed
4408
4409 \begin_layout Plain Layout
4410
4411
4412 \backslash
4413 spce 
4414 \end_layout
4415
4416 \end_inset
4417
4418 +
4419 \backslash
4420 cdots
4421 \begin_inset ERT
4422 status collapsed
4423
4424 \begin_layout Plain Layout
4425
4426
4427 \backslash
4428 spce 
4429 \end_layout
4430
4431 \end_inset
4432
4433 +A_n
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4443 \end_inset
4444
4445
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \backslash
4458 vdots
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 \begin_inset Formula $\vdots$
4468 \end_inset
4469
4470
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 </row>
4476 <row>
4477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481
4482 \backslash
4483 ddots
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 \begin_inset Formula $\ddots$
4493 \end_inset
4494
4495
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 </row>
4501 <row>
4502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 matrice 3×3
4507 \begin_inset space \thinspace{}
4508 \end_inset
4509
4510 avec les différents types de points
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 \begin_inset Formula $\begin{array}{ccc}
4520 A_{11} & \cdots & A_{1m}\\
4521 \vdots & \ddots & \vdots\\
4522 A_{n1} & \cdots & A_{nm}\end{array}$
4523 \end_inset
4524
4525
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 </row>
4531 </lyxtabular>
4532
4533 \end_inset
4534
4535
4536 \end_layout
4537
4538 \begin_layout Standard
4539 Les points de suspension accessibles avec le menu 
4540 \family sans
4541 Insérer\SpecialChar \menuseparator
4542 Caractère
4543 \begin_inset space ~
4544 \end_inset
4545
4546 spécial
4547 \family default
4548  sont des 
4549 \series bold
4550
4551 \backslash
4552 ldots
4553 \series default
4554 .
4555 \end_layout
4556
4557 \begin_layout Standard
4558 \begin_inset VSpace medskip
4559 \end_inset
4560
4561 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4562  couvrir plusieurs colonnes.
4563  Il sont créés avec la commande 
4564 \series bold
4565
4566 \backslash
4567 hdotsfor
4568 \series default
4569
4570 \begin_inset Index
4571 status collapsed
4572
4573 \begin_layout Plain Layout
4574 Commandes ! H ! 
4575 \backslash
4576 hdotsfor
4577 \end_layout
4578
4579 \end_inset
4580
4581 , qui a la syntaxe suivante:
4582 \end_layout
4583
4584 \begin_layout Standard
4585
4586 \series bold
4587
4588 \backslash
4589 hdotsfor[distance]{nombre de colonnes}
4590 \end_layout
4591
4592 \begin_layout Standard
4593 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4594  La distance est un facteur donnant la distance entre les points.
4595 \end_layout
4596
4597 \begin_layout Standard
4598 Dans la matrice suivante, on a inséré la commande 
4599 \series bold
4600
4601 \backslash
4602 hdotsfor[2]{4}
4603 \series default
4604  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4605  points de suspension avec une distance entre points double de celle obtenue
4606  avec la commande 
4607 \series bold
4608
4609 \backslash
4610 dots
4611 \series default
4612 :
4613 \begin_inset Formula \[
4614 \left(\begin{array}{cccc}
4615 A & B & C & D\\
4616 \hdotsfor[2]{4}\\
4617 a & z & e & r\end{array}\right)\]
4618
4619 \end_inset
4620
4621 Notez que les cases de la matrice qui doivent être couvertes doivent être
4622  vides, sinon vous aurez des erreurs LaTeX.
4623 \end_layout
4624
4625 \begin_layout Standard
4626 \begin_inset VSpace bigskip
4627 \end_inset
4628
4629 Pour aller plus loin, vous pouvez utiliser la commande 
4630 \series bold
4631
4632 \backslash
4633 dotfill
4634 \series default
4635
4636 \begin_inset Index
4637 status collapsed
4638
4639 \begin_layout Plain Layout
4640 Commandes ! D ! 
4641 \backslash
4642 dotfill
4643 \end_layout
4644
4645 \end_inset
4646
4647  pour remplir le reste d'une ligne avec des points.
4648  L'effet de ces commandes est le même que celui de 
4649 \series bold
4650
4651 \backslash
4652 hfill
4653 \series default
4654 , voir 
4655 \begin_inset CommandInset ref
4656 LatexCommand ref
4657 reference "sub:Espace-variable"
4658
4659 \end_inset
4660
4661 .
4662 \end_layout
4663
4664 \begin_layout Standard
4665 Par exemple, la commande 
4666 \series bold
4667 A
4668 \backslash
4669 dotfill
4670 \begin_inset ERT
4671 status collapsed
4672
4673 \begin_layout Plain Layout
4674
4675
4676 \backslash
4677 spce 
4678 \end_layout
4679
4680 \end_inset
4681
4682 B
4683 \series default
4684  produit
4685 \end_layout
4686
4687 \begin_layout Standard
4688 \begin_inset Formula $A\dotfill B$
4689 \end_inset
4690
4691
4692 \end_layout
4693
4694 \begin_layout Standard
4695 Comme
4696 \series bold
4697  
4698 \backslash
4699 dotfill
4700 \series default
4701  avec des points, il existe la commande 
4702 \series bold
4703
4704 \backslash
4705 hrulefill
4706 \series default
4707
4708 \begin_inset Index
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712 Commandes ! H ! 
4713 \backslash
4714 hrulefill
4715 \end_layout
4716
4717 \end_inset
4718
4719  avec un filet:
4720 \end_layout
4721
4722 \begin_layout Standard
4723 \begin_inset Formula $A\hrulefill B$
4724 \end_inset
4725
4726
4727 \end_layout
4728
4729 \begin_layout Standard
4730 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4731  mode TeX.
4732 \end_layout
4733
4734 \begin_layout Section
4735 Matrices
4736 \begin_inset CommandInset label
4737 LatexCommand label
4738 name "sec:Matrices"
4739
4740 \end_inset
4741
4742
4743 \begin_inset Index
4744 status collapsed
4745
4746 \begin_layout Plain Layout
4747 Matrices
4748 \end_layout
4749
4750 \end_inset
4751
4752
4753 \end_layout
4754
4755 \begin_layout Standard
4756 On peut insérer des matrices avec le bouton 
4757 \begin_inset Graphics
4758         filename ../../images/dialog-show_mathmatrix.png
4759         scale 85
4760
4761 \end_inset
4762
4763  de la barre d'outils mathématique ou en utilisant le menu
4764 \family sans
4765  Insérer\SpecialChar \menuseparator
4766 Math\SpecialChar \menuseparator
4767 Matrice
4768 \begin_inset space ~
4769 \end_inset
4770
4771 mathématique
4772 \family default
4773 .
4774  On vous demande alors le nombre de lignes et de colonnes de la matrice
4775  et leur alignement.
4776  L'alignement vertical n'est en fait important que pour les matrices qui
4777  se trouvent dans une formule en ligne:
4778 \end_layout
4779
4780 \begin_layout Standard
4781 L'alignement de la première matrice est haut 
4782 \begin_inset Formula $\begin{array}[t]{cccc}
4783 A & D & G & J\\
4784 B & E & H & K\\
4785 C & F & I & L\end{array}$
4786 \end_inset
4787
4788 , la seconde milieu 
4789 \begin_inset Formula $\begin{array}{cccc}
4790 A & D & G & J\\
4791 B & E & H & K\\
4792 C & F & I & L\end{array}$
4793 \end_inset
4794
4795 , et la troisième bas 
4796 \begin_inset Formula $\begin{array}[b]{cccc}
4797 A & D & G & J\\
4798 B & E & H & K\\
4799 C & F & I & L\end{array}$
4800 \end_inset
4801
4802  .
4803 \end_layout
4804
4805 \begin_layout Standard
4806 L'alignement horizontal précise comment le contenu des colonnes doit être
4807  aligné.
4808  On le choisit en entrant une lettre pour chaque colonne.
4809  
4810 \emph on
4811 l
4812 \emph default
4813  pour un alignement à gauche (left) , 
4814 \emph on
4815 c
4816 \emph default
4817  centré, et
4818 \emph on
4819  r
4820 \emph default
4821  à droite (right).
4822  Par exemple, pour créer une matrice
4823 \begin_inset space ~
4824 \end_inset
4825
4826 4
4827 \series bold
4828 ×
4829 \series default
4830 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4831  sont centrées et la dernière est alignée à gauche, on va entrer 
4832 \series bold
4833 lccr
4834 \series default
4835  pour l'alignement horizontal.
4836  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4837  que l'alignement par défaut pour toutes les colonnes est un 
4838 \series bold
4839 c
4840 \series default
4841 .
4842 \begin_inset Newpage pagebreak
4843 \end_inset
4844
4845
4846 \end_layout
4847
4848 \begin_layout Standard
4849 Alignement horizontal:
4850 \end_layout
4851
4852 \begin_layout Standard
4853
4854 \series bold
4855 lll
4856 \series default
4857  : 
4858 \begin_inset Formula $\begin{array}{lll}
4859 10000 & D & G\\
4860 B & 10000 & H\\
4861 C & F & 10000\end{array}$
4862 \end_inset
4863
4864  , 
4865 \series bold
4866 ccc
4867 \series default
4868  : 
4869 \begin_inset Formula $\begin{array}{ccc}
4870 10000 & D & G\\
4871 B & 10000 & H\\
4872 C & F & 10000\end{array}$
4873 \end_inset
4874
4875  , 
4876 \series bold
4877 rrr
4878 \series default
4879  : 
4880 \begin_inset Formula $\begin{array}{rrr}
4881 10000 & D & G\\
4882 B & 10000 & H\\
4883 C & F & 10000\end{array}$
4884 \end_inset
4885
4886
4887 \end_layout
4888
4889 \begin_layout Standard
4890 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
4891  utiliser les boutons 
4892 \begin_inset Graphics
4893         filename ../../images/tabular-feature_append-row.png
4894         scale 85
4895
4896 \end_inset
4897
4898
4899 \begin_inset Graphics
4900         filename ../../images/tabular-feature_delete-row.png
4901         scale 85
4902
4903 \end_inset
4904
4905 , etc.
4906 \begin_inset space \thinspace{}
4907 \end_inset
4908
4909 de la barre d'outils mathématique, ou le menu 
4910 \family sans
4911 Éditer\SpecialChar \menuseparator
4912 Lignes
4913 \begin_inset space \thinspace{}
4914 \end_inset
4915
4916 &
4917 \begin_inset space \thinspace{}
4918 \end_inset
4919
4920 colonnes
4921 \family default
4922 .
4923  On peut aussi ajouter de nouvelles lignes avec 
4924 \family sans
4925 Ctrl-Entrée
4926 \family default
4927 .
4928 \end_layout
4929
4930 \begin_layout Standard
4931 \begin_inset VSpace bigskip
4932 \end_inset
4933
4934 On peut ajouter des parenthèses autour d'une matrice, soit avec les commandes
4935  
4936 \series bold
4937
4938 \backslash
4939 left
4940 \series default
4941
4942 \begin_inset Index
4943 status collapsed
4944
4945 \begin_layout Plain Layout
4946 Commandes ! L ! 
4947 \backslash
4948 left
4949 \end_layout
4950
4951 \end_inset
4952
4953  et 
4954 \series bold
4955
4956 \backslash
4957 right
4958 \series default
4959
4960 \begin_inset Index
4961 status collapsed
4962
4963 \begin_layout Plain Layout
4964 Commandes ! R ! 
4965 \backslash
4966 right
4967 \end_layout
4968
4969 \end_inset
4970
4971  (raccourci 
4972 \family sans
4973 Alt-m
4974 \begin_inset space ~
4975 \end_inset
4976
4977 parenthèse
4978 \family default
4979 ), voir 
4980 \begin_inset CommandInset ref
4981 LatexCommand ref
4982 reference "sub:Taille-parenthèses-automatique"
4983
4984 \end_inset
4985
4986 , ou en utilisant les commandes suivantes:
4987 \begin_inset VSpace medskip
4988 \end_inset
4989
4990
4991 \end_layout
4992
4993 \begin_layout Standard
4994 \begin_inset space \hfill{}
4995 \end_inset
4996
4997
4998 \begin_inset Tabular
4999 <lyxtabular version="3" rows="4" columns="2">
5000 <features>
5001 <column alignment="center" valignment="top" width="0">
5002 <column alignment="center" valignment="top" width="0">
5003 <row>
5004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Commande
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 Résultat
5018 \begin_inset Note Note
5019 status collapsed
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024
5025 \backslash
5026 raisebox est seulement utilisée pour faire de la place
5027 \end_layout
5028
5029 \end_inset
5030
5031
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \backslash
5044 bmatrix
5045 \begin_inset ERT
5046 status collapsed
5047
5048 \begin_layout Plain Layout
5049
5050
5051 \backslash
5052 spce 
5053 \end_layout
5054
5055 \end_inset
5056
5057 matrice
5058 \begin_inset space \thinspace{}
5059 \end_inset
5060
5061 2×2
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5071 0 & \textrm{-}\mathrm{i}\\
5072 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5073 \end_inset
5074
5075
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \backslash
5088 Bmatrix
5089 \begin_inset ERT
5090 status collapsed
5091
5092 \begin_layout Plain Layout
5093
5094
5095 \backslash
5096 spce 
5097 \end_layout
5098
5099 \end_inset
5100
5101 matrice
5102 \begin_inset space \thinspace{}
5103 \end_inset
5104
5105 2×2
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5115 0 & \textrm{-}\mathrm{i}\\
5116 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5117 \end_inset
5118
5119
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 </row>
5125 <row>
5126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \backslash
5132 pmatrix
5133 \begin_inset ERT
5134 status collapsed
5135
5136 \begin_layout Plain Layout
5137
5138
5139 \backslash
5140 spce 
5141 \end_layout
5142
5143 \end_inset
5144
5145 matrice
5146 \begin_inset space \thinspace{}
5147 \end_inset
5148
5149 2×2
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5159 0 & \textrm{-}\mathrm{i}\\
5160 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 </lyxtabular>
5170
5171 \end_inset
5172
5173
5174 \begin_inset space \hfill{}
5175 \end_inset
5176
5177
5178 \begin_inset Tabular
5179 <lyxtabular version="3" rows="4" columns="2">
5180 <features>
5181 <column alignment="center" valignment="top" width="0">
5182 <column alignment="center" valignment="top" width="0">
5183 <row>
5184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Commande
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 Résultat
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \backslash
5210 vmatrix
5211 \begin_inset ERT
5212 status collapsed
5213
5214 \begin_layout Plain Layout
5215
5216
5217 \backslash
5218 spce 
5219 \end_layout
5220
5221 \end_inset
5222
5223 matrice
5224 \begin_inset space \thinspace{}
5225 \end_inset
5226
5227 2×2
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5237 0 & \textrm{-}\mathrm{i}\\
5238 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5239 \end_inset
5240
5241
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252
5253 \backslash
5254 Vmatrix
5255 \begin_inset ERT
5256 status collapsed
5257
5258 \begin_layout Plain Layout
5259
5260
5261 \backslash
5262 spce 
5263 \end_layout
5264
5265 \end_inset
5266
5267 matrice
5268 \begin_inset space \thinspace{}
5269 \end_inset
5270
5271 2×2
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5281 0 & \textrm{-}\mathrm{i}\\
5282 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5283 \end_inset
5284
5285
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 </row>
5291 <row>
5292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296
5297 \backslash
5298 matrix
5299 \begin_inset ERT
5300 status collapsed
5301
5302 \begin_layout Plain Layout
5303
5304
5305 \backslash
5306 spce 
5307 \end_layout
5308
5309 \end_inset
5310
5311 matrice
5312 \begin_inset space \thinspace{}
5313 \end_inset
5314
5315 2×2
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5325 0 & \textrm{-}\mathrm{i}\\
5326 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5327 \end_inset
5328
5329
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 </row>
5335 </lyxtabular>
5336
5337 \end_inset
5338
5339
5340 \begin_inset space \hfill{}
5341 \end_inset
5342
5343
5344 \end_layout
5345
5346 \begin_layout Standard
5347 \begin_inset VSpace medskip
5348 \end_inset
5349
5350 Quand on insère par exemple 
5351 \series bold
5352
5353 \backslash
5354 vmatrix,
5355 \series default
5356  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5357  insérée.
5358 \end_layout
5359
5360 \begin_layout Standard
5361 \begin_inset VSpace bigskip
5362 \end_inset
5363
5364 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5365  
5366 \series bold
5367
5368 \backslash
5369 arraycolsep
5370 \series default
5371
5372 \begin_inset Index
5373 status collapsed
5374
5375 \begin_layout Plain Layout
5376 Commandes ! A ! 
5377 \backslash
5378 arraycolsep
5379 \end_layout
5380
5381 \end_inset
5382
5383  qui est décrite dans 
5384 \begin_inset CommandInset ref
5385 LatexCommand ref
5386 reference "sub:Séparation-des-colonnes"
5387
5388 \end_inset
5389
5390  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5391  dans les matrices.
5392 \end_layout
5393
5394 \begin_layout Standard
5395 Pour changer l'espacement des lignes, on utilise la commande 
5396 \series bold
5397
5398 \backslash
5399 arraystretch
5400 \series default
5401
5402 \begin_inset Index
5403 status collapsed
5404
5405 \begin_layout Plain Layout
5406 Commandes ! A ! 
5407 \backslash
5408 arraystretch
5409 \end_layout
5410
5411 \end_inset
5412
5413  de la façon suivante:
5414 \end_layout
5415
5416 \begin_layout Standard
5417
5418 \series bold
5419
5420 \backslash
5421 renewcommand{
5422 \backslash
5423 arraystretch}{facteur d'étirement}
5424 \begin_inset Index
5425 status collapsed
5426
5427 \begin_layout Plain Layout
5428 Commandes ! R ! 
5429 \backslash
5430 renewcommand
5431 \end_layout
5432
5433 \end_inset
5434
5435
5436 \end_layout
5437
5438 \begin_layout Standard
5439 La commande 
5440 \series bold
5441
5442 \backslash
5443 renewcommand
5444 \series default
5445  affecte le facteur d'étirement à la commande prédéfinie 
5446 \series bold
5447
5448 \backslash
5449 arraystretch
5450 \series default
5451 .
5452  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5453  2.
5454  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5455  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5456 \series bold
5457
5458 \backslash
5459 arraystretch
5460 \series default
5461 .
5462 \end_layout
5463
5464 \begin_layout Standard
5465 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5466  
5467 \series bold
5468
5469 \backslash
5470 smallmatrix
5471 \series default
5472
5473 \begin_inset Index
5474 status collapsed
5475
5476 \begin_layout Plain Layout
5477 Commandes ! S ! 
5478 \backslash
5479 smallmatrix
5480 \end_layout
5481
5482 \end_inset
5483
5484 .
5485  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5486  où la matrice est insérée.
5487 \end_layout
5488
5489 \begin_layout Standard
5490 Voici une matrice 
5491 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5492 C & D\end{smallmatrix}\right)$
5493 \end_inset
5494
5495  dans une ligne de texte.
5496 \end_layout
5497
5498 \begin_layout Section
5499 Parenthèses et autres délimiteurs
5500 \begin_inset Index
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504 Parenthèses
5505 \end_layout
5506
5507 \end_inset
5508
5509
5510 \begin_inset Index
5511 status collapsed
5512
5513 \begin_layout Plain Layout
5514 Accolades
5515 \end_layout
5516
5517 \end_inset
5518
5519
5520 \begin_inset Index
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524 Crochets
5525 \end_layout
5526
5527 \end_inset
5528
5529
5530 \begin_inset Index
5531 status collapsed
5532
5533 \begin_layout Plain Layout
5534 Délimiteurs
5535 \end_layout
5536
5537 \end_inset
5538
5539
5540 \end_layout
5541
5542 \begin_layout Subsection
5543 Parenthèses verticales et délimiteurs
5544 \begin_inset Index
5545 status collapsed
5546
5547 \begin_layout Plain Layout
5548 Accolades ! verticales
5549 \end_layout
5550
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \begin_layout Standard
5557
5558 \lang english
5559 \begin_inset space \hfill{}
5560 \end_inset
5561
5562
5563 \lang french
5564
5565 \begin_inset Tabular
5566 <lyxtabular version="3" rows="9" columns="2">
5567 <features>
5568 <column alignment="center" valignment="top" width="0pt">
5569 <column alignment="center" valignment="top" width="0pt">
5570 <row>
5571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 Commande
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 Résultat
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 </row>
5590 <row>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 (
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 \begin_inset Formula $($
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 </row>
5613 <row>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 {
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 \begin_inset Formula $\{$
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 </row>
5636 <row>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 [
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 \begin_inset Formula $[$
5651 \end_inset
5652
5653
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 </row>
5659 <row>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664
5665 \backslash
5666 langle
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 \begin_inset Formula $\langle$
5676 \end_inset
5677
5678
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 </row>
5684 <row>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689
5690 \backslash
5691 lceil
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 \begin_inset Formula $\lceil$
5701 \end_inset
5702
5703
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 </row>
5709 <row>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714
5715 \backslash
5716 lfloor
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 \begin_inset Formula $\lfloor$
5726 \end_inset
5727
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 </row>
5734 <row>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 /
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 \begin_inset Formula $/$
5749 \end_inset
5750
5751
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 </row>
5757 <row>
5758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 |
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 \begin_inset Formula $|$
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 </row>
5780 </lyxtabular>
5781
5782 \end_inset
5783
5784
5785 \begin_inset space \hfill{}
5786 \end_inset
5787
5788
5789 \begin_inset Tabular
5790 <lyxtabular version="3" rows="9" columns="2">
5791 <features>
5792 <column alignment="center" valignment="top" width="0pt">
5793 <column alignment="center" valignment="top" width="0pt">
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 Commande
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 Résultat
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 )
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 \begin_inset Formula $)$
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 }
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 \begin_inset Formula $\}$
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 ]
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 \begin_inset Formula $]$
5875 \end_inset
5876
5877
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 <row>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888
5889 \backslash
5890 rangle
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 \begin_inset Formula $\rangle$
5900 \end_inset
5901
5902
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 </row>
5908 <row>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913
5914 \backslash
5915 rceil
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 \begin_inset Formula $\rceil$
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 </row>
5933 <row>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938
5939 \backslash
5940 rfloor
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 \begin_inset Formula $\rfloor$
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963
5964 \backslash
5965
5966 \backslash
5967
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 \begin_inset Formula $\backslash$
5977 \end_inset
5978
5979
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 </row>
5985 <row>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990
5991 \backslash
5992 |
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 \begin_inset Formula $\|$
6002 \end_inset
6003
6004
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 </lyxtabular>
6011
6012 \end_inset
6013
6014
6015 \lang english
6016
6017 \begin_inset space \hfill{}
6018 \end_inset
6019
6020
6021 \end_layout
6022
6023 \begin_layout Standard
6024 \begin_inset Note Greyedout
6025 status open
6026
6027 \begin_layout Plain Layout
6028
6029 \series bold
6030 Note:
6031 \series default
6032  En mode TeX, on doit utiliser la commande 
6033 \series bold
6034
6035 \backslash
6036 textbackslash
6037 \series default
6038
6039 \begin_inset Index
6040 status collapsed
6041
6042 \begin_layout Plain Layout
6043 Commandes ! T ! 
6044 \backslash
6045 textbackslash
6046 \end_layout
6047
6048 \end_inset
6049
6050  pour la barre de fraction inverse (backslash), puisque la commande 
6051 \backslash
6052
6053 \backslash
6054  produit un saut de ligne.
6055 \end_layout
6056
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \begin_layout Standard
6063 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
6064  commandes décrites dans les deux sous-sections qui suivent.
6065  Quand on utilise ces commandes, on peut utiliser directement les caractères
6066  < et > , plutôt que les commandes 
6067 \series bold
6068
6069 \backslash
6070 langle
6071 \series default
6072  et 
6073 \series bold
6074
6075 \backslash
6076 rangle
6077 \series default
6078 .
6079 \end_layout
6080
6081 \begin_layout Subsubsection
6082 Taille de parenthèse manuelle
6083 \begin_inset CommandInset label
6084 LatexCommand label
6085 name "sub:Taille-parenthèses-manuelle"
6086
6087 \end_inset
6088
6089
6090 \begin_inset Index
6091 status collapsed
6092
6093 \begin_layout Plain Layout
6094 Taille parenthèses ! manuelle
6095 \end_layout
6096
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \begin_layout Standard
6103 La taille des parenthèses peut être précisée manuellement en utilisant les
6104  commandes LaTeX 
6105 \series bold
6106
6107 \backslash
6108 big
6109 \series default
6110
6111 \begin_inset Index
6112 status collapsed
6113
6114 \begin_layout Plain Layout
6115 Commandes ! B ! 
6116 \backslash
6117 big
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \series bold
6124
6125 \backslash
6126 Big
6127 \series default
6128
6129 \series bold
6130
6131 \backslash
6132 bigg
6133 \series default
6134 , et 
6135 \series bold
6136
6137 \backslash
6138 Bigg
6139 \series default
6140 .
6141  
6142 \series bold
6143
6144 \backslash
6145 big
6146 \series default
6147  indique la plus petite taille et 
6148 \series bold
6149
6150 \backslash
6151 Bigg
6152 \series default
6153  la plus grande.
6154 \end_layout
6155
6156 \begin_layout Standard
6157 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6158  de parenthèses:
6159 \end_layout
6160
6161 \begin_layout Standard
6162 \align center
6163 \begin_inset Tabular
6164 <lyxtabular version="3" rows="2" columns="2">
6165 <features>
6166 <column alignment="center" valignment="top" width="0pt">
6167 <column alignment="center" valignment="top" width="0pt">
6168 <row>
6169 <cell alignment="center" valignment="top" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 toutes les parenthèses de la même taille:
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6183 \end_inset
6184
6185
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 </row>
6191 <row>
6192 <cell alignment="center" valignment="top" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 c'est mieux comme cela:
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6206 \end_inset
6207
6208
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 </row>
6214 </lyxtabular>
6215
6216 \end_inset
6217
6218
6219 \begin_inset Note Note
6220 status collapsed
6221
6222 \begin_layout Plain Layout
6223
6224 \series bold
6225 \lang english
6226
6227 \backslash
6228 raisebox
6229 \end_layout
6230
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \begin_layout Standard
6237 Pour la deuxième formule, on a utilisé la commande 
6238 \backslash
6239 Big((A+B)(A-B)
6240 \backslash
6241 Big)^
6242 \begin_inset ERT
6243 status collapsed
6244
6245 \begin_layout Plain Layout
6246
6247
6248 \backslash
6249 spce 
6250 \end_layout
6251
6252 \end_inset
6253
6254 C.
6255 \end_layout
6256
6257 \begin_layout Standard
6258 Voici un aperçu de toutes les tailles de parenthèses:
6259 \end_layout
6260
6261 \begin_layout Standard
6262 \align center
6263
6264 \backslash
6265 Bigg(
6266 \backslash
6267 exp
6268 \backslash
6269 bigg<
6270 \backslash
6271 Big[
6272 \backslash
6273 big{
6274 \backslash
6275 ln(3x)
6276 \backslash
6277 big}^2
6278 \begin_inset ERT
6279 status collapsed
6280
6281 \begin_layout Plain Layout
6282
6283
6284 \backslash
6285 spce 
6286 \end_layout
6287
6288 \end_inset
6289
6290
6291 \backslash
6292 sin(x)
6293 \backslash
6294 Big]^
6295 \begin_inset ERT
6296 status collapsed
6297
6298 \begin_layout Plain Layout
6299
6300
6301 \backslash
6302 spce 
6303 \end_layout
6304
6305 \end_inset
6306
6307 A
6308 \begin_inset ERT
6309 status collapsed
6310
6311 \begin_layout Plain Layout
6312
6313
6314 \backslash
6315 spce 
6316 \end_layout
6317
6318 \end_inset
6319
6320
6321 \backslash
6322 bigg>
6323 \backslash
6324 Bigg)^0,5
6325 \end_layout
6326
6327 \begin_layout Standard
6328 \align center
6329 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \begin_layout Standard
6336 \begin_inset Newpage newpage
6337 \end_inset
6338
6339 En plus des commandes 
6340 \series bold
6341
6342 \backslash
6343 big
6344 \series default
6345 , il y a la variante 
6346 \series bold
6347
6348 \backslash
6349 bigm
6350 \series default
6351
6352 \begin_inset Index
6353 status collapsed
6354
6355 \begin_layout Plain Layout
6356 Commandes ! B ! 
6357 \backslash
6358 bigm
6359 \end_layout
6360
6361 \end_inset
6362
6363  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6364  la variante 
6365 \series bold
6366
6367 \backslash
6368 bigl
6369 \series default
6370 -
6371 \series bold
6372
6373 \backslash
6374 bigr
6375 \series default
6376
6377 \begin_inset Index
6378 status collapsed
6379
6380 \begin_layout Plain Layout
6381 Commandes ! B ! 
6382 \backslash
6383 bigl - 
6384 \backslash
6385 bigr
6386 \end_layout
6387
6388 \end_inset
6389
6390 , qui n'ajoute pas d'espace.
6391  Le 
6392 \emph on
6393 l
6394 \emph default
6395  à la fin de la commande 
6396 \series bold
6397
6398 \backslash
6399 bigl
6400 \series default
6401  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6402  par un 
6403 \emph on
6404 r
6405 \emph default
6406 .
6407  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6408  ou ouvrante.
6409 \end_layout
6410
6411 \begin_layout Standard
6412 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6413 \end_layout
6414
6415 \begin_layout Standard
6416 \align center
6417 \begin_inset Tabular
6418 <lyxtabular version="3" rows="5" columns="2">
6419 <features>
6420 <column alignment="center" valignment="middle" width="0">
6421 <column alignment="center" valignment="middle" width="0">
6422 <row>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 Commande
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 Résultat
6437 \begin_inset Note Note
6438 status collapsed
6439
6440 \begin_layout Plain Layout
6441
6442 \series bold
6443
6444 \backslash
6445 raisebox est seulement utilisée pour faire de la place
6446 \end_layout
6447
6448 \end_inset
6449
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 </row>
6456 <row>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461
6462 \backslash
6463 Bigm(
6464 \backslash
6465 bigm(
6466 \backslash
6467 ln(3x)
6468 \backslash
6469 bigm)^2
6470 \begin_inset ERT
6471 status collapsed
6472
6473 \begin_layout Plain Layout
6474
6475
6476 \backslash
6477 spce 
6478 \end_layout
6479
6480 \end_inset
6481
6482
6483 \backslash
6484 Bigm)
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6494 \end_inset
6495
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 </row>
6502 <row>
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507
6508 \backslash
6509 Big(
6510 \backslash
6511 big(
6512 \backslash
6513 ln(3x)
6514 \backslash
6515 big)^2
6516 \begin_inset ERT
6517 status collapsed
6518
6519 \begin_layout Plain Layout
6520
6521
6522 \backslash
6523 spce 
6524 \end_layout
6525
6526 \end_inset
6527
6528
6529 \backslash
6530 Big)
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6540 \end_inset
6541
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 </row>
6548 <row>
6549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553
6554 \backslash
6555 Bigl(
6556 \backslash
6557 bigl(
6558 \backslash
6559 ln(3x)
6560 \backslash
6561 bigr)^2
6562 \begin_inset ERT
6563 status collapsed
6564
6565 \begin_layout Plain Layout
6566
6567
6568 \backslash
6569 spce 
6570 \end_layout
6571
6572 \end_inset
6573
6574
6575 \backslash
6576 Bigr)
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6586 \end_inset
6587
6588
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 </row>
6594 <row>
6595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599
6600 \backslash
6601 bigl)
6602 \backslash
6603 ln(3x)
6604 \backslash
6605 bigr(
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 </lyxtabular>
6624
6625 \end_inset
6626
6627
6628 \end_layout
6629
6630 \begin_layout Subsubsection
6631 Taille de parenthèse automatique
6632 \begin_inset CommandInset label
6633 LatexCommand label
6634 name "sub:Taille-parenthèses-automatique"
6635
6636 \end_inset
6637
6638
6639 \begin_inset Index
6640 status collapsed
6641
6642 \begin_layout Plain Layout
6643 Taille parenthèses ! automatique
6644 \end_layout
6645
6646 \end_inset
6647
6648
6649 \end_layout
6650
6651 \begin_layout Standard
6652 On peut insérer des parenthèses à taille variable avec les commandes 
6653 \series bold
6654
6655 \backslash
6656 left
6657 \series default
6658
6659 \begin_inset Index
6660 status collapsed
6661
6662 \begin_layout Plain Layout
6663 Commandes ! L ! 
6664 \backslash
6665 left
6666 \end_layout
6667
6668 \end_inset
6669
6670  et 
6671 \series bold
6672
6673 \backslash
6674 right
6675 \series default
6676
6677 \begin_inset Index
6678 status collapsed
6679
6680 \begin_layout Plain Layout
6681 Commandes ! R ! 
6682 \backslash
6683 right
6684 \end_layout
6685
6686 \end_inset
6687
6688  ou avec le bouton
6689 \begin_inset space ~
6690 \end_inset
6691
6692
6693 \begin_inset Graphics
6694         filename ../../images/dialog-show_mathdelimiter.png
6695         scale 85
6696
6697 \end_inset
6698
6699  de la barre d'outils mathématique.
6700  On doit insérer la parenthèse voulue juste après la commande 
6701 \series bold
6702
6703 \backslash
6704 left
6705 \series default
6706  ou 
6707 \series bold
6708
6709 \backslash
6710 right
6711 \series default
6712 .
6713  La taille de la parenthèse sera alors calculée automatiquement pour la
6714  sortie.
6715 \end_layout
6716
6717 \begin_layout Standard
6718 \align center
6719 parenthèse normale: La commande 
6720 \series bold
6721
6722 \backslash
6723 ln(
6724 \backslash
6725 frac
6726 \begin_inset ERT
6727 status collapsed
6728
6729 \begin_layout Plain Layout
6730
6731
6732 \backslash
6733 spce 
6734 \end_layout
6735
6736 \end_inset
6737
6738 A
6739 \begin_inset Formula $\downarrow$
6740 \end_inset
6741
6742 C
6743 \begin_inset ERT
6744 status collapsed
6745
6746 \begin_layout Plain Layout
6747
6748
6749 \backslash
6750 spce 
6751 \end_layout
6752
6753 \end_inset
6754
6755 )
6756 \series default
6757  donne
6758 \begin_inset Formula \[
6759 \ln(\frac{A}{C})\]
6760
6761 \end_inset
6762
6763
6764 \end_layout
6765
6766 \begin_layout Standard
6767 \align center
6768 parenthèse adaptable: La commande 
6769 \series bold
6770
6771 \backslash
6772 ln
6773 \backslash
6774 left(
6775 \backslash
6776 frac
6777 \begin_inset ERT
6778 status collapsed
6779
6780 \begin_layout Plain Layout
6781
6782
6783 \backslash
6784 spce 
6785 \end_layout
6786
6787 \end_inset
6788
6789 A
6790 \begin_inset Formula $\downarrow$
6791 \end_inset
6792
6793 C
6794 \begin_inset ERT
6795 status collapsed
6796
6797 \begin_layout Plain Layout
6798
6799
6800 \backslash
6801 spce 
6802 \end_layout
6803
6804 \end_inset
6805
6806
6807 \backslash
6808 right)
6809 \series default
6810  donne
6811 \begin_inset Formula \[
6812 \ln\left(\frac{A}{C}\right)\]
6813
6814 \end_inset
6815
6816
6817 \end_layout
6818
6819 \begin_layout Standard
6820 À la place des commandes 
6821 \series bold
6822
6823 \backslash
6824 left
6825 \series default
6826  et 
6827 \series bold
6828
6829 \backslash
6830 right
6831 \series default
6832  on peut utiliser le raccourci 
6833 \family sans
6834 Alt-m
6835 \begin_inset space ~
6836 \end_inset
6837
6838 parenthèse
6839 \family default
6840 .
6841  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6842  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6843  en même temps.
6844 \begin_inset Newline newline
6845 \end_inset
6846
6847 La commande pour le dernier exemple serait alors: 
6848 \series bold
6849
6850 \backslash
6851 ln Alt-m
6852 \series default
6853  
6854 \series bold
6855 (
6856 \backslash
6857 frac
6858 \begin_inset ERT
6859 status collapsed
6860
6861 \begin_layout Plain Layout
6862
6863
6864 \backslash
6865 spce 
6866 \end_layout
6867
6868 \end_inset
6869
6870 A
6871 \begin_inset Formula $\downarrow$
6872 \end_inset
6873
6874 C
6875 \end_layout
6876
6877 \begin_layout Standard
6878 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6879  de la parenthèse omise.
6880  Par exemple, la commande 
6881 \series bold
6882
6883 \backslash
6884 left.
6885 \backslash
6886 frac
6887 \begin_inset ERT
6888 status collapsed
6889
6890 \begin_layout Plain Layout
6891
6892
6893 \backslash
6894 spce 
6895 \end_layout
6896
6897 \end_inset
6898
6899 A
6900 \begin_inset Formula $\downarrow$
6901 \end_inset
6902
6903 B
6904 \begin_inset ERT
6905 status collapsed
6906
6907 \begin_layout Plain Layout
6908
6909
6910 \backslash
6911 spce 
6912 \end_layout
6913
6914 \end_inset
6915
6916
6917 \backslash
6918 right}
6919 \series default
6920  donne:
6921 \series bold
6922
6923 \begin_inset Formula \[
6924 \left.\frac{A}{B}\right\} \]
6925
6926 \end_inset
6927
6928
6929 \series default
6930 Les commandes 
6931 \series bold
6932
6933 \backslash
6934 left
6935 \series default
6936  et 
6937 \series bold
6938
6939 \backslash
6940 right
6941 \series default
6942  seront converties par LyX en parenthèses de taille appropriée quand le
6943  document sera rechargé et une parenthèse omise apparaîtra sous la forme
6944  d'une ligne en pointillé.
6945 \end_layout
6946
6947 \begin_layout Standard
6948 \begin_inset VSpace bigskip
6949 \end_inset
6950
6951 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
6952  de LaTeX, la commande 
6953 \series bold
6954
6955 \backslash
6956 middle
6957 \series default
6958
6959 \begin_inset Index
6960 status collapsed
6961
6962 \begin_layout Plain Layout
6963 Commandes ! M ! 
6964 \backslash
6965 middle
6966 \end_layout
6967
6968 \end_inset
6969
6970  est aussi disponible pour toutes les parenthèses et limites.
6971  Avec cette commande la taille du caractère suivant est adaptée à la taille
6972  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
6973  de la physique quantique:
6974 \begin_inset Formula \[
6975 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
6976
6977 \end_inset
6978
6979 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
6980  en 
6981 \begin_inset CommandInset ref
6982 LatexCommand ref
6983 reference "sub:Vecteurs-physiques"
6984
6985 \end_inset
6986
6987 .
6988 \end_layout
6989
6990 \begin_layout Subsection
6991 Accolades horizontales
6992 \begin_inset Index
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996 Accolades ! horizontales
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \end_layout
7003
7004 \begin_layout Standard
7005 \align center
7006 \begin_inset Tabular
7007 <lyxtabular version="3" rows="4" columns="2">
7008 <features>
7009 <column alignment="center" valignment="top" width="0pt">
7010 <column alignment="center" valignment="top" width="0pt">
7011 <row>
7012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 Commande
7017 \begin_inset Note Note
7018 status open
7019
7020 \begin_layout Plain Layout
7021
7022 \series bold
7023
7024 \backslash
7025 raisebox est seulement utilisée pour faire de la place
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 Résultat
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 </row>
7045 <row>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 \begin_inset ERT
7051 status collapsed
7052
7053 \begin_layout Plain Layout
7054
7055
7056 \backslash
7057 raisebox{2.3mm}{
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \backslash
7064 overbrace
7065 \begin_inset ERT
7066 status collapsed
7067
7068 \begin_layout Plain Layout
7069
7070
7071 \backslash
7072 spce 
7073 \end_layout
7074
7075 \end_inset
7076
7077 A+B
7078 \begin_inset ERT
7079 status collapsed
7080
7081 \begin_layout Plain Layout
7082
7083
7084 \backslash
7085 spce 
7086 \end_layout
7087
7088 \end_inset
7089
7090 ^
7091 \begin_inset ERT
7092 status collapsed
7093
7094 \begin_layout Plain Layout
7095
7096
7097 \backslash
7098 spce 
7099 \end_layout
7100
7101 \end_inset
7102
7103 3
7104 \begin_inset ERT
7105 status collapsed
7106
7107 \begin_layout Plain Layout
7108
7109 }
7110 \end_layout
7111
7112 \end_inset
7113
7114
7115 \begin_inset Index
7116 status collapsed
7117
7118 \begin_layout Plain Layout
7119 Commandes ! O ! 
7120 \backslash
7121 overbrace
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 \begin_inset Formula $\overbrace{A+B}^{3}$
7136 \end_inset
7137
7138
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 </row>
7144 <row>
7145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 \begin_inset ERT
7150 status collapsed
7151
7152 \begin_layout Plain Layout
7153
7154
7155 \backslash
7156 raisebox{-2.2mm}{
7157 \end_layout
7158
7159 \end_inset
7160
7161
7162 \backslash
7163 underbrace
7164 \begin_inset ERT
7165 status collapsed
7166
7167 \begin_layout Plain Layout
7168
7169
7170 \backslash
7171 spce 
7172 \end_layout
7173
7174 \end_inset
7175
7176 A+B
7177 \begin_inset ERT
7178 status collapsed
7179
7180 \begin_layout Plain Layout
7181
7182
7183 \backslash
7184 spce 
7185 \end_layout
7186
7187 \end_inset
7188
7189 _5
7190 \begin_inset ERT
7191 status collapsed
7192
7193 \begin_layout Plain Layout
7194
7195 }
7196 \end_layout
7197
7198 \end_inset
7199
7200
7201 \begin_inset Index
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205 Commandes ! U ! 
7206 \backslash
7207 underbrace
7208 \end_layout
7209
7210 \end_inset
7211
7212
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 \begin_inset Formula $\underbrace{A+B}_{5}$
7222 \end_inset
7223
7224
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 <row>
7231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235
7236 \backslash
7237 overbrace
7238 \begin_inset ERT
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243
7244 \backslash
7245 spce 
7246 \end_layout
7247
7248 \end_inset
7249
7250
7251 \backslash
7252 underbrace
7253 \begin_inset ERT
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257
7258
7259 \backslash
7260 spce 
7261 \end_layout
7262
7263 \end_inset
7264
7265 A+B_w
7266 \begin_inset ERT
7267 status collapsed
7268
7269 \begin_layout Plain Layout
7270
7271
7272 \backslash
7273 spce 
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \begin_inset ERT
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283
7284
7285 \backslash
7286 spce 
7287 \end_layout
7288
7289 \end_inset
7290
7291 _7
7292 \begin_inset ERT
7293 status collapsed
7294
7295 \begin_layout Plain Layout
7296
7297
7298 \backslash
7299 spce 
7300 \end_layout
7301
7302 \end_inset
7303
7304
7305 \begin_inset ERT
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309
7310
7311 \backslash
7312 spce 
7313 \end_layout
7314
7315 \end_inset
7316
7317 ^
7318 \begin_inset ERT
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322
7323
7324 \backslash
7325 spce 
7326 \end_layout
7327
7328 \end_inset
7329
7330 C
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7340 \end_inset
7341
7342
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 </row>
7348 </lyxtabular>
7349
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \begin_layout Standard
7356 Dans le dernier exemple, il importe peu que 
7357 \series bold
7358
7359 \backslash
7360 overbrace
7361 \series default
7362  ou 
7363 \series bold
7364
7365 \backslash
7366 underbrace
7367 \series default
7368  soit inséré en premier.
7369 \end_layout
7370
7371 \begin_layout Standard
7372 \begin_inset VSpace bigskip
7373 \end_inset
7374
7375 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7376  des formules multi-lignes, comme c'est décrit en :
7377 \begin_inset Formula \begin{eqnarray*}
7378 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7379  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7380
7381 \end_inset
7382
7383 Dans la première ligne la formule est insérée avec l'accolade.
7384  Dans celle-ci, il est important que la commande d'espacement
7385 \begin_inset Foot
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389 Les commandes concernant les espaces sont expliquées dans 
7390 \begin_inset CommandInset ref
7391 LatexCommand ref
7392 reference "sub:Espace-prédéfini"
7393
7394 \end_inset
7395
7396 .
7397 \end_layout
7398
7399 \end_inset
7400
7401  
7402 \series bold
7403
7404 \backslash
7405 :
7406 \series default
7407  soit insérée avant le premier 
7408 \begin_inset Formula $d$
7409 \end_inset
7410
7411 , parce que l'accolade qui se termine après le dernier 
7412 \begin_inset Formula $q$
7413 \end_inset
7414
7415  empêche que le 
7416 \begin_inset Quotes eld
7417 \end_inset
7418
7419 +
7420 \begin_inset Quotes erd
7421 \end_inset
7422
7423  qui suit soit entouré par des espaces
7424 \begin_inset Foot
7425 status collapsed
7426
7427 \begin_layout Plain Layout
7428 parce que l'accolade n'est pas traitée comme un caractère, voir 
7429 \begin_inset CommandInset ref
7430 LatexCommand ref
7431 reference "sub:Opérateurs-binaires"
7432
7433 \end_inset
7434
7435
7436 \end_layout
7437
7438 \end_inset
7439
7440 .
7441  On insère la deuxième accolade dans la deuxième ligne.
7442  Comme elle doit commencer juste avant le premier 
7443 \begin_inset Formula $b$
7444 \end_inset
7445
7446 , on insère d'abord la commande 
7447 \series bold
7448
7449 \backslash
7450 hphantom{gggg+
7451 \backslash
7452 :}
7453 \series default
7454
7455 \begin_inset Foot
7456 status collapsed
7457
7458 \begin_layout Plain Layout
7459 plus au sujet de 
7460 \series bold
7461
7462 \backslash
7463 hphantom
7464 \series default
7465 , voir 
7466 \begin_inset CommandInset ref
7467 LatexCommand ref
7468 reference "sub:Garnitures"
7469
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \end_inset
7476
7477 .
7478  Cet espace est nécessaire puisque le 
7479 \begin_inset Quotes eld
7480 \end_inset
7481
7482 +
7483 \begin_inset Quotes erd
7484 \end_inset
7485
7486  est aussi entouré d'espace dans la formule.
7487  L'accolade est placée sous la commande 
7488 \series bold
7489
7490 \backslash
7491 hphantom{bbqq+dddd}
7492 \series default
7493 .
7494 \end_layout
7495
7496 \begin_layout Standard
7497 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7498  dans l'exemple suivant:
7499 \begin_inset ERT
7500 status collapsed
7501
7502 \begin_layout Plain Layout
7503
7504
7505 \backslash
7506 setlength{
7507 \backslash
7508 jot}{-6pt}
7509 \end_layout
7510
7511 \end_inset
7512
7513
7514 \begin_inset Formula \begin{eqnarray*}
7515  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7516 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7517
7518 \end_inset
7519
7520
7521 \begin_inset ERT
7522 status collapsed
7523
7524 \begin_layout Plain Layout
7525
7526
7527 \backslash
7528 setlength{
7529 \backslash
7530 jot}{3pt}
7531 \end_layout
7532
7533 \end_inset
7534
7535 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7536  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7537  La seconde ligne contient la formule avec la deuxième accolade.
7538  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7539  et la formule, on doit réduire l'espacement entre les lignes.
7540  Ce n'est pas facile à cause d'un bug de LyX
7541 \begin_inset Foot
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545 \begin_inset CommandInset href
7546 LatexCommand href
7547 name "LyX-bug #1505"
7548 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7549
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \end_inset
7556
7557 .
7558  Comme solution à ce problème, on peut mettre à -6
7559 \begin_inset space \thinspace{}
7560 \end_inset
7561
7562 pt la formule globale pour l'espacement des lignes 
7563 \series bold
7564
7565 \backslash
7566 jot
7567 \series default
7568
7569 \begin_inset Index
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573 Commandes ! J ! 
7574 \backslash
7575 jot
7576 \end_layout
7577
7578 \end_inset
7579
7580 , juste avant la formule en utilisant la commande 
7581 \series bold
7582
7583 \backslash
7584 setlength{
7585 \backslash
7586 jot}{-6pt}
7587 \series default
7588  en mode TeX.
7589  
7590 \series bold
7591
7592 \backslash
7593 jot
7594 \series default
7595  est remise à sa valeur initiale de 3
7596 \begin_inset space \thinspace{}
7597 \end_inset
7598
7599 pt juste après la formule, en utilisant la même commande.
7600  Vous trouverez plus d'explications sur la séparation des lignes dans les
7601  formules dans 
7602 \begin_inset CommandInset ref
7603 LatexCommand ref
7604 reference "sub:Séparation-des-lignes"
7605
7606 \end_inset
7607
7608 .
7609 \end_layout
7610
7611 \begin_layout Section
7612 Flèches
7613 \begin_inset Index
7614 status collapsed
7615
7616 \begin_layout Plain Layout
7617 Flèches
7618 \end_layout
7619
7620 \end_inset
7621
7622
7623 \end_layout
7624
7625 \begin_layout Standard
7626 On peut insérer des flèches avec le bouton 
7627 \begin_inset Graphics
7628         filename ../../images/math/leftarrow.png
7629         scale 85
7630
7631 \end_inset
7632
7633  de la barre d'outils mathématique ou en insérant une des commandes listées
7634  dans les sous-sections qui suivent.
7635 \end_layout
7636
7637 \begin_layout Subsection
7638 Flèches horizontales
7639 \begin_inset Index
7640 status collapsed
7641
7642 \begin_layout Plain Layout
7643 Flèches ! horizontales
7644 \end_layout
7645
7646 \end_inset
7647
7648
7649 \end_layout
7650
7651 \begin_layout Standard
7652 \begin_inset space \hfill{}
7653 \end_inset
7654
7655
7656 \begin_inset Tabular
7657 <lyxtabular version="3" rows="8" columns="2">
7658 <features>
7659 <column alignment="center" valignment="top" width="0pt">
7660 <column alignment="center" valignment="top" width="0pt">
7661 <row>
7662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 Commande
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 Résultat
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 <row>
7682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686
7687 \backslash
7688 gets
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 \begin_inset Formula $\gets$
7698 \end_inset
7699
7700
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row>
7707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \backslash
7713 Leftarrow
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 \begin_inset Formula $\Leftarrow$
7723 \end_inset
7724
7725
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row>
7732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \backslash
7738 longleftarrow
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 \begin_inset Formula $\longleftarrow$
7748 \end_inset
7749
7750
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 </row>
7756 <row>
7757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \backslash
7763 Longleftarrow
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772 \begin_inset Formula $\Longleftarrow$
7773 \end_inset
7774
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 </row>
7781 <row>
7782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \backslash
7788 leftharpoonup
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797 \begin_inset Formula $\leftharpoonup$
7798 \end_inset
7799
7800
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 </row>
7806 <row>
7807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \backslash
7813 leftharpoondown
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 \begin_inset Formula $\leftharpoondown$
7823 \end_inset
7824
7825
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 <row>
7832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \backslash
7838 hookleftarrow
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 \begin_inset Formula $\hookleftarrow$
7848 \end_inset
7849
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 </lyxtabular>
7857
7858 \end_inset
7859
7860
7861 \begin_inset space \hfill{}
7862 \end_inset
7863
7864
7865 \begin_inset Tabular
7866 <lyxtabular version="3" rows="8" columns="2">
7867 <features>
7868 <column alignment="center" valignment="top" width="0pt">
7869 <column alignment="center" valignment="top" width="0pt">
7870 <row>
7871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Command
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 Résultat
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \backslash
7897 to
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 \begin_inset Formula $\to$
7907 \end_inset
7908
7909
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \backslash
7922 Rightarrow
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 \begin_inset Formula $\Rightarrow$
7932 \end_inset
7933
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \backslash
7947 longrightarrow
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 \begin_inset Formula $\longrightarrow$
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \backslash
7972 Longrightarrow
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 \begin_inset Formula $\Longrightarrow$
7982 \end_inset
7983
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \backslash
7997 rightharpoonup
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 \begin_inset Formula $\rightharpoonup$
8007 \end_inset
8008
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \backslash
8022 rightharpoondown
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset Formula $\rightharpoondown$
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \backslash
8047 hookrightarrow
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 \begin_inset Formula $\hookrightarrow$
8057 \end_inset
8058
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 </lyxtabular>
8066
8067 \end_inset
8068
8069
8070 \begin_inset space \hfill{}
8071 \end_inset
8072
8073
8074 \end_layout
8075
8076 \begin_layout Standard
8077 \begin_inset space \hfill{}
8078 \end_inset
8079
8080
8081 \begin_inset Tabular
8082 <lyxtabular version="3" rows="6" columns="2">
8083 <features>
8084 <column alignment="center" valignment="top" width="0pt">
8085 <column alignment="center" valignment="top" width="0pt">
8086 <row>
8087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Commande
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 Résultat
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \backslash
8113 leftrightarrow
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 \begin_inset Formula $\leftrightarrow$
8123 \end_inset
8124
8125
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \backslash
8138 Leftrightarrow
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 \begin_inset Formula $\Leftrightarrow$
8148 \end_inset
8149
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \backslash
8163 longleftrightarrow
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 \begin_inset Formula $\longleftrightarrow$
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \backslash
8188 Longleftrightarrow
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 \begin_inset Formula $\Longleftrightarrow$
8198 \end_inset
8199
8200
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \backslash
8213 rightleftharpoons
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 \begin_inset Formula $\rightleftharpoons$
8223 \end_inset
8224
8225
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 </lyxtabular>
8232
8233 \end_inset
8234
8235
8236 \begin_inset space \hspace{}
8237 \length 25pt
8238 \end_inset
8239
8240
8241 \begin_inset space \hfill{}
8242 \end_inset
8243
8244
8245 \begin_inset Tabular
8246 <lyxtabular version="3" rows="5" columns="2">
8247 <features>
8248 <column alignment="center" valignment="top" width="0pt">
8249 <column alignment="center" valignment="top" width="0pt">
8250 <row>
8251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Commande
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 Résultat
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \backslash
8277 mapsto
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 \begin_inset Formula $\mapsto$
8287 \end_inset
8288
8289
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \backslash
8302 longmapsto
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 \begin_inset Formula $\longmapsto$
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \backslash
8327 leadsto
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 \begin_inset Formula $\leadsto$
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \backslash
8352 dasharrow
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 \begin_inset Formula $\dasharrow$
8362 \end_inset
8363
8364
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 </lyxtabular>
8371
8372 \end_inset
8373
8374
8375 \begin_inset space \hfill{}
8376 \end_inset
8377
8378
8379 \end_layout
8380
8381 \begin_layout Standard
8382 \begin_inset VSpace medskip
8383 \end_inset
8384
8385 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8386  flèches des vecteurs, sont listées dans 
8387 \begin_inset CommandInset ref
8388 LatexCommand ref
8389 reference "sec:Accents"
8390
8391 \end_inset
8392
8393 .
8394 \end_layout
8395
8396 \begin_layout Standard
8397 \begin_inset VSpace bigskip
8398 \end_inset
8399
8400 Il y a aussi les flèches avec étiquette 
8401 \begin_inset Index
8402 status collapsed
8403
8404 \begin_layout Plain Layout
8405 Flèches ! avec étiquette
8406 \end_layout
8407
8408 \end_inset
8409
8410  
8411 \series bold
8412
8413 \backslash
8414 xleftarrow
8415 \series default
8416
8417 \begin_inset Index
8418 status collapsed
8419
8420 \begin_layout Plain Layout
8421 Commandes ! X ! 
8422 \backslash
8423 xleftarrow
8424 \end_layout
8425
8426 \end_inset
8427
8428  et 
8429 \series bold
8430
8431 \backslash
8432 xrightarrow
8433 \series default
8434
8435 \begin_inset Index
8436 status collapsed
8437
8438 \begin_layout Plain Layout
8439 Commandes ! X ! 
8440 \backslash
8441 xrightarrow
8442 \begin_inset ERT
8443 status collapsed
8444
8445 \begin_layout Plain Layout
8446
8447
8448 \backslash
8449 vspace{4mm}
8450 \end_layout
8451
8452 \end_inset
8453
8454
8455 \end_layout
8456
8457 \end_inset
8458
8459 .
8460  Quand on insère une de ces commandes dans une formule, une flèche avec
8461  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8462  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8463 \end_layout
8464
8465 \begin_layout Standard
8466 \align center
8467 \begin_inset Tabular
8468 <lyxtabular version="3" rows="3" columns="2">
8469 <features>
8470 <column alignment="center" valignment="top" width="0pt">
8471 <column alignment="center" valignment="top" width="0pt">
8472 <row>
8473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Commande
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Résultat
8487 \begin_inset Note Note
8488 status collapsed
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493
8494 \backslash
8495 raisebox est seulement utilisée pour faire de la place
8496 \end_layout
8497
8498 \end_inset
8499
8500
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 F(a)
8512 \backslash
8513 xleftarrow
8514 \begin_inset ERT
8515 status collapsed
8516
8517 \begin_layout Plain Layout
8518
8519
8520 \backslash
8521 spce 
8522 \end_layout
8523
8524 \end_inset
8525
8526 x=a
8527 \begin_inset Formula $\downarrow$
8528 \end_inset
8529
8530 x>0
8531 \begin_inset Formula $\to$
8532 \end_inset
8533
8534 F(x)
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 F(x)
8558 \backslash
8559 xrightarrow
8560 \begin_inset ERT
8561 status collapsed
8562
8563 \begin_layout Plain Layout
8564
8565
8566 \backslash
8567 spce 
8568 \end_layout
8569
8570 \end_inset
8571
8572 x=a
8573 \begin_inset Formula $\downarrow$
8574 \end_inset
8575
8576 x>0
8577 \begin_inset Formula $\to$
8578 \end_inset
8579
8580 F(a)
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8590 \end_inset
8591
8592
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 </lyxtabular>
8599
8600 \end_inset
8601
8602
8603 \end_layout
8604
8605 \begin_layout Subsection
8606 Flèches verticales et diagonales
8607 \begin_inset Index
8608 status collapsed
8609
8610 \begin_layout Plain Layout
8611 Flèches ! diagonales
8612 \end_layout
8613
8614 \end_inset
8615
8616
8617 \begin_inset Index
8618 status collapsed
8619
8620 \begin_layout Plain Layout
8621 Flèches ! verticales
8622 \end_layout
8623
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \begin_layout Standard
8630 \begin_inset space \hfill{}
8631 \end_inset
8632
8633
8634 \begin_inset Tabular
8635 <lyxtabular version="3" rows="7" columns="2">
8636 <features>
8637 <column alignment="center" valignment="top" width="0pt">
8638 <column alignment="center" valignment="top" width="0pt">
8639 <row>
8640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 Commande
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 Résultat
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \backslash
8666 uparrow
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 \begin_inset Formula $\uparrow$
8676 \end_inset
8677
8678
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \backslash
8691 Uparrow
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 \begin_inset Formula $\Uparrow$
8701 \end_inset
8702
8703
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \backslash
8716 updownarrow
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 \begin_inset Formula $\updownarrow$
8726 \end_inset
8727
8728
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \backslash
8741 Updownarrow
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 \begin_inset Formula $\Updownarrow$
8751 \end_inset
8752
8753
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 </row>
8759 <row>
8760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764
8765 \backslash
8766 Downarrow
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 \begin_inset Formula $\Downarrow$
8776 \end_inset
8777
8778
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \backslash
8791 downarrow
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 \begin_inset Formula $\downarrow$
8801 \end_inset
8802
8803
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 </lyxtabular>
8810
8811 \end_inset
8812
8813
8814 \begin_inset space \hfill{}
8815 \end_inset
8816
8817
8818 \begin_inset Tabular
8819 <lyxtabular version="3" rows="5" columns="2">
8820 <features>
8821 <column alignment="center" valignment="top" width="0pt">
8822 <column alignment="center" valignment="top" width="0pt">
8823 <row>
8824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 Commande
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 Résultat
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \backslash
8850 nearrow
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 \begin_inset Formula $\nearrow$
8860 \end_inset
8861
8862
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \backslash
8875 searrow
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 \begin_inset Formula $\searrow$
8885 \end_inset
8886
8887
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row>
8894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898
8899 \backslash
8900 swarrow
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 \begin_inset Formula $\swarrow$
8910 \end_inset
8911
8912
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \backslash
8925 nwarrow
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 \begin_inset Formula $\nwarrow$
8935 \end_inset
8936
8937
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 </lyxtabular>
8944
8945 \end_inset
8946
8947
8948 \begin_inset space \hfill{}
8949 \end_inset
8950
8951
8952 \end_layout
8953
8954 \begin_layout Standard
8955 \begin_inset VSpace medskip
8956 \end_inset
8957
8958 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
8959  même temps que les commandes décrites dans 
8960 \begin_inset CommandInset ref
8961 LatexCommand ref
8962 reference "sub:Taille-parenthèses-manuelle"
8963
8964 \end_inset
8965
8966  et 
8967 \begin_inset CommandInset ref
8968 LatexCommand ref
8969 reference "sub:Taille-parenthèses-automatique"
8970
8971 \end_inset
8972
8973 .
8974 \end_layout
8975
8976 \begin_layout Standard
8977 \begin_inset Newpage newpage
8978 \end_inset
8979
8980
8981 \end_layout
8982
8983 \begin_layout Section
8984 Accents
8985 \begin_inset CommandInset label
8986 LatexCommand label
8987 name "sec:Accents"
8988
8989 \end_inset
8990
8991
8992 \begin_inset Index
8993 status collapsed
8994
8995 \begin_layout Plain Layout
8996 Accents
8997 \end_layout
8998
8999 \end_inset
9000
9001
9002 \end_layout
9003
9004 \begin_layout Standard
9005 On peut ajouter des accents avec le bouton
9006 \begin_inset space ~
9007 \end_inset
9008
9009
9010 \begin_inset Graphics
9011         filename ../../images/math/hat.png
9012         scale 85
9013
9014 \end_inset
9015
9016  de la barre d'outils mathématique ou en utilisant les commandes listées
9017  dans les sous-sections qui suivent.
9018 \end_layout
9019
9020 \begin_layout Subsection
9021 Accents pour un caractère
9022 \begin_inset ERT
9023 status collapsed
9024
9025 \begin_layout Plain Layout
9026
9027
9028 \backslash
9029 texorpdfstring{
9030 \end_layout
9031
9032 \end_inset
9033
9034
9035 \begin_inset Foot
9036 status collapsed
9037
9038 \begin_layout Plain Layout
9039 pour les accents dans le texte, voir 
9040 \begin_inset CommandInset ref
9041 LatexCommand ref
9042 reference "sub:Accents-dans-le-texte"
9043
9044 \end_inset
9045
9046
9047 \end_layout
9048
9049 \end_inset
9050
9051
9052 \begin_inset ERT
9053 status collapsed
9054
9055 \begin_layout Plain Layout
9056
9057 }{}
9058 \end_layout
9059
9060 \end_inset
9061
9062
9063 \begin_inset Note Note
9064 status collapsed
9065
9066 \begin_layout Plain Layout
9067
9068 \backslash
9069 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
9070  dans les signets PDF.
9071 \end_layout
9072
9073 \begin_layout Plain Layout
9074 Plus au sujet de 
9075 \backslash
9076 texorpdfstring dans la section 
9077 \begin_inset CommandInset ref
9078 LatexCommand ref
9079 reference "sub:formules-dans-les-entêtes"
9080
9081 \end_inset
9082
9083 .
9084 \end_layout
9085
9086 \end_inset
9087
9088
9089 \begin_inset CommandInset label
9090 LatexCommand label
9091 name "sub:Accents-sur-un-caractère"
9092
9093 \end_inset
9094
9095
9096 \begin_inset Index
9097 status collapsed
9098
9099 \begin_layout Plain Layout
9100 Accents ! pour un caractère
9101 \end_layout
9102
9103 \end_inset
9104
9105
9106 \end_layout
9107
9108 \begin_layout Standard
9109 \begin_inset space \hfill{}
9110 \end_inset
9111
9112
9113 \begin_inset Tabular
9114 <lyxtabular version="3" rows="8" columns="2">
9115 <features>
9116 <column alignment="center" valignment="top" width="0pt">
9117 <column alignment="center" valignment="top" width="0pt">
9118 <row>
9119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Commande
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 Résultat
9133 \begin_inset Note Note
9134 status collapsed
9135
9136 \begin_layout Plain Layout
9137
9138 \series bold
9139
9140 \backslash
9141 raisebox est seulement utilisée pour faire de la place
9142 \end_layout
9143
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \backslash
9159 dot
9160 \begin_inset ERT
9161 status collapsed
9162
9163 \begin_layout Plain Layout
9164
9165
9166 \backslash
9167 spce 
9168 \end_layout
9169
9170 \end_inset
9171
9172 A
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9182 \end_inset
9183
9184
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \backslash
9197 ddot
9198 \begin_inset ERT
9199 status collapsed
9200
9201 \begin_layout Plain Layout
9202
9203
9204 \backslash
9205 spce 
9206 \end_layout
9207
9208 \end_inset
9209
9210 A
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \backslash
9235 dddot
9236 \begin_inset ERT
9237 status collapsed
9238
9239 \begin_layout Plain Layout
9240
9241
9242 \backslash
9243 spce 
9244 \end_layout
9245
9246 \end_inset
9247
9248 A
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9258 \end_inset
9259
9260
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \backslash
9273 ddddot{A
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9283 \end_inset
9284
9285
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \backslash
9298 vec
9299 \begin_inset ERT
9300 status collapsed
9301
9302 \begin_layout Plain Layout
9303
9304
9305 \backslash
9306 spce 
9307 \end_layout
9308
9309 \end_inset
9310
9311 A
9312 \begin_inset Index
9313 status collapsed
9314
9315 \begin_layout Plain Layout
9316 Vecteurs
9317 \end_layout
9318
9319 \end_inset
9320
9321
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9331 \end_inset
9332
9333
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \backslash
9346 bar
9347 \begin_inset ERT
9348 status collapsed
9349
9350 \begin_layout Plain Layout
9351
9352
9353 \backslash
9354 spce 
9355 \end_layout
9356
9357 \end_inset
9358
9359 A
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9369 \end_inset
9370
9371
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \backslash
9384 mathring
9385 \begin_inset ERT
9386 status collapsed
9387
9388 \begin_layout Plain Layout
9389
9390
9391 \backslash
9392 spce 
9393 \end_layout
9394
9395 \end_inset
9396
9397 A
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 </lyxtabular>
9416
9417 \end_inset
9418
9419
9420 \begin_inset space \hfill{}
9421 \end_inset
9422
9423
9424 \begin_inset Tabular
9425 <lyxtabular version="3" rows="7" columns="2">
9426 <features>
9427 <column alignment="center" valignment="top" width="0pt">
9428 <column alignment="center" valignment="top" width="0pt">
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 Commande
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 Résultat
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row>
9450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \backslash
9456 tilde
9457 \begin_inset ERT
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461
9462
9463 \backslash
9464 spce 
9465 \end_layout
9466
9467 \end_inset
9468
9469 A
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9479 \end_inset
9480
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row>
9488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \backslash
9494 hat
9495 \begin_inset ERT
9496 status collapsed
9497
9498 \begin_layout Plain Layout
9499
9500
9501 \backslash
9502 spce 
9503 \end_layout
9504
9505 \end_inset
9506
9507 A
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \backslash
9532 check
9533 \begin_inset ERT
9534 status collapsed
9535
9536 \begin_layout Plain Layout
9537
9538
9539 \backslash
9540 spce 
9541 \end_layout
9542
9543 \end_inset
9544
9545 A
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9555 \end_inset
9556
9557
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 </row>
9563 <row>
9564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568
9569 \backslash
9570 acute
9571 \begin_inset ERT
9572 status collapsed
9573
9574 \begin_layout Plain Layout
9575
9576
9577 \backslash
9578 spce 
9579 \end_layout
9580
9581 \end_inset
9582
9583 A
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9593 \end_inset
9594
9595
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row>
9602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \backslash
9608 grave
9609 \begin_inset ERT
9610 status collapsed
9611
9612 \begin_layout Plain Layout
9613
9614
9615 \backslash
9616 spce 
9617 \end_layout
9618
9619 \end_inset
9620
9621 A
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9631 \end_inset
9632
9633
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 </row>
9639 <row>
9640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644
9645 \backslash
9646 breve
9647 \begin_inset ERT
9648 status collapsed
9649
9650 \begin_layout Plain Layout
9651
9652
9653 \backslash
9654 spce 
9655 \end_layout
9656
9657 \end_inset
9658
9659 A
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9669 \end_inset
9670
9671
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 </row>
9677 </lyxtabular>
9678
9679 \end_inset
9680
9681
9682 \begin_inset space \hfill{}
9683 \end_inset
9684
9685
9686 \end_layout
9687
9688 \begin_layout Standard
9689 \begin_inset VSpace bigskip
9690 \end_inset
9691
9692 Pour créer des trémas (umlauts en allemand)
9693 \begin_inset Index
9694 status collapsed
9695
9696 \begin_layout Plain Layout
9697 Umlauts | see
9698 \begin_inset ERT
9699 status collapsed
9700
9701 \begin_layout Plain Layout
9702
9703 {
9704 \end_layout
9705
9706 \end_inset
9707
9708 Trémas
9709 \begin_inset ERT
9710 status collapsed
9711
9712 \begin_layout Plain Layout
9713
9714 }
9715 \end_layout
9716
9717 \end_inset
9718
9719
9720 \end_layout
9721
9722 \end_inset
9723
9724
9725 \begin_inset Index
9726 status collapsed
9727
9728 \begin_layout Plain Layout
9729 Trémas
9730 \end_layout
9731
9732 \end_inset
9733
9734  dans des formules, on insère des guillemets devant une voyelle.
9735  Ces deux caractères sont alors traités comme 
9736 \emph on
9737 un seul 
9738 \emph default
9739 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9740  étant en allemand.
9741  Avec cette méthode, contrairement à 
9742 \series bold
9743
9744 \backslash
9745 ddot
9746 \series default
9747 , on crée de 
9748 \begin_inset Quotes eld
9749 \end_inset
9750
9751 vrais
9752 \begin_inset Quotes erd
9753 \end_inset
9754
9755  umlauts, comme le montre l'exemple suivant:
9756 \end_layout
9757
9758 \begin_layout Standard
9759 \begin_inset VSpace -2mm
9760 \end_inset
9761
9762
9763 \end_layout
9764
9765 \begin_layout Standard
9766 \align center
9767 \begin_inset Tabular
9768 <lyxtabular version="3" rows="3" columns="2">
9769 <features>
9770 <column alignment="center" valignment="top" width="0">
9771 <column alignment="center" valignment="top" width="0">
9772 <row>
9773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777 Commande
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 Résultat
9787 \begin_inset Note Note
9788 status collapsed
9789
9790 \begin_layout Plain Layout
9791
9792 \series bold
9793
9794 \backslash
9795 raisebox est seulement utilisée pour faire de la place
9796 \end_layout
9797
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row>
9807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 \begin_inset Quotes grd
9812 \end_inset
9813
9814 i
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \lang german
9825 \begin_inset Formula $"i$
9826 \end_inset
9827
9828
9829 \lang french
9830
9831 \begin_inset Note Note
9832 status collapsed
9833
9834 \begin_layout Plain Layout
9835 il faut que cette formule soit en allemand (NdT)
9836 \end_layout
9837
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 <row>
9847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \backslash
9853 ddot
9854 \begin_inset ERT
9855 status collapsed
9856
9857 \begin_layout Plain Layout
9858
9859
9860 \backslash
9861 spce 
9862 \end_layout
9863
9864 \end_inset
9865
9866 i
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9876 \end_inset
9877
9878
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 </row>
9884 </lyxtabular>
9885
9886 \end_inset
9887
9888
9889 \end_layout
9890
9891 \begin_layout Standard
9892 Un autre avantage par rapport à 
9893 \series bold
9894
9895 \backslash
9896 ddot
9897 \series default
9898  est que les trémas peuvent être convertis directement en texte mathématique,
9899  parce que les accents vus plus haut 
9900 \emph on
9901 ne sont pas autorisés 
9902 \emph default
9903 en texte mathématique.
9904  Quand on convertit un caractère accentué en texte mathématique, seul le
9905  caractère qui est sous l'accent est converti.
9906  Ceci s'applique aussi à toutes les autres conversions comme par exemple
9907  l'italique ou le gras.
9908 \end_layout
9909
9910 \begin_layout Standard
9911 En texte mathématique, les trémas et autres caractères accentués peuvent
9912  être insérés directement.
9913 \end_layout
9914
9915 \begin_layout Subsection
9916 Accents pour les opérateurs
9917 \begin_inset Index
9918 status collapsed
9919
9920 \begin_layout Plain Layout
9921 Accents ! pour les opérateurs
9922 \end_layout
9923
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \begin_layout Standard
9930 Avec les commandes 
9931 \series bold
9932
9933 \backslash
9934 overset
9935 \series default
9936
9937 \begin_inset Index
9938 status collapsed
9939
9940 \begin_layout Plain Layout
9941 Commandes ! O ! 
9942 \backslash
9943 overset
9944 \end_layout
9945
9946 \end_inset
9947
9948  et 
9949 \series bold
9950
9951 \backslash
9952 underset
9953 \series default
9954
9955 \begin_inset Index
9956 status collapsed
9957
9958 \begin_layout Plain Layout
9959 Commandes ! U ! 
9960 \backslash
9961 underset
9962 \end_layout
9963
9964 \end_inset
9965
9966  on peut placer des caractères respectivement au dessus ou en dessous d'un
9967  opérateur, pour l'accentuer.
9968  Avec la commande 
9969 \series bold
9970
9971 \backslash
9972 sideset
9973 \series default
9974
9975 \begin_inset Index
9976 status collapsed
9977
9978 \begin_layout Plain Layout
9979 Commandes ! S ! 
9980 \backslash
9981 sideset
9982 \end_layout
9983
9984 \end_inset
9985
9986 , on peut placer des caractères avant ou après un opérateur.
9987  La syntaxe de la commande est:
9988 \series bold
9989
9990 \begin_inset Newline newline
9991 \end_inset
9992
9993
9994 \backslash
9995 sideset{caractère avant}{caractère après}
9996 \end_layout
9997
9998 \begin_layout Standard
9999
10000 \series bold
10001
10002 \backslash
10003 sideset
10004 \series default
10005  doit toujours se trouver avant l'opérateur qui est accentué.
10006   Vous pouvez utiliser pour l'accentuation plusieurs caractères et même
10007  d'autres opérateurs ou des symboles.
10008  Pour placer avec 
10009 \series bold
10010
10011 \backslash
10012 sideset,
10013 \series default
10014  par exemple seulement des caractères derrière un opérateur, ne mettez rien
10015  entre les deux premières accolades, mais ne les omettez pas.
10016 \end_layout
10017
10018 \begin_layout Standard
10019 Par exemple la commande 
10020 \series bold
10021
10022 \backslash
10023 sideset{
10024 \begin_inset Formula $\to$
10025 \end_inset
10026
10027
10028 \backslash
10029 {
10030 \series default
10031 '
10032 \series bold
10033
10034 \begin_inset Formula $\to$
10035 \end_inset
10036
10037
10038 \backslash
10039 sum_k=1
10040 \begin_inset ERT
10041 status collapsed
10042
10043 \begin_layout Plain Layout
10044
10045
10046 \backslash
10047 spce 
10048 \end_layout
10049
10050 \end_inset
10051
10052
10053 \series default
10054 ^
10055 \series bold
10056 n
10057 \series default
10058  donne:
10059 \begin_inset Formula \[
10060 \sideset{}{'}\sum_{k=1}^{n}\]
10061
10062 \end_inset
10063
10064
10065 \end_layout
10066
10067 \begin_layout Standard
10068 La commande 
10069 \series bold
10070
10071 \backslash
10072 overset
10073 \begin_inset ERT
10074 status collapsed
10075
10076 \begin_layout Plain Layout
10077
10078
10079 \backslash
10080 spce 
10081 \end_layout
10082
10083 \end_inset
10084
10085
10086 \backslash
10087 maltese
10088 \begin_inset ERT
10089 status collapsed
10090
10091 \begin_layout Plain Layout
10092
10093
10094 \backslash
10095 spce 
10096 \end_layout
10097
10098 \end_inset
10099
10100
10101 \series default
10102
10103 \begin_inset Formula $\uparrow$
10104 \end_inset
10105
10106
10107 \series bold
10108 a
10109 \series default
10110  donne:
10111 \begin_inset Formula \[
10112 \overset{a}{\maltese}\]
10113
10114 \end_inset
10115
10116 Comme on peut le voir dans le dernier exemple, avec 
10117 \series bold
10118
10119 \backslash
10120 overset
10121 \series default
10122  et 
10123 \series bold
10124
10125 \backslash
10126 underset
10127 \series default
10128  on peut aussi accentuer des symboles et des caractères; avec 
10129 \series bold
10130
10131 \backslash
10132 sideset
10133 \series default
10134  ce n'est pas possible.
10135 \end_layout
10136
10137 \begin_layout Subsection
10138 Accents pour plusieurs caractères
10139 \begin_inset CommandInset label
10140 LatexCommand label
10141 name "sub:Accents-pour-plusieurs"
10142
10143 \end_inset
10144
10145
10146 \begin_inset Index
10147 status collapsed
10148
10149 \begin_layout Plain Layout
10150 Accents ! pour plusieurs caractères
10151 \end_layout
10152
10153 \end_inset
10154
10155
10156 \end_layout
10157
10158 \begin_layout Standard
10159 \begin_inset space \hfill{}
10160 \end_inset
10161
10162
10163 \begin_inset Tabular
10164 <lyxtabular version="3" rows="5" columns="2">
10165 <features>
10166 <column alignment="center" valignment="top" width="0pt">
10167 <column alignment="center" valignment="top" width="0pt">
10168 <row>
10169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Commande
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 Résultat
10183 \begin_inset Note Note
10184 status collapsed
10185
10186 \begin_layout Plain Layout
10187
10188 \series bold
10189
10190 \backslash
10191 raisebox est seulement utilisée pour faire de la place
10192 \end_layout
10193
10194 \end_inset
10195
10196
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row>
10203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \backslash
10209 overleftarrow
10210 \begin_inset ERT
10211 status collapsed
10212
10213 \begin_layout Plain Layout
10214
10215
10216 \backslash
10217 spce 
10218 \end_layout
10219
10220 \end_inset
10221
10222 A=B
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10232 \end_inset
10233
10234
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 <row>
10241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245
10246 \backslash
10247 underleftarrow
10248 \begin_inset ERT
10249 status collapsed
10250
10251 \begin_layout Plain Layout
10252
10253
10254 \backslash
10255 spce 
10256 \end_layout
10257
10258 \end_inset
10259
10260 A=B
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \backslash
10285 overleftrightarrow
10286 \begin_inset ERT
10287 status collapsed
10288
10289 \begin_layout Plain Layout
10290
10291
10292 \backslash
10293 spce 
10294 \end_layout
10295
10296 \end_inset
10297
10298 A=B
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10308 \end_inset
10309
10310
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 <row>
10317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \backslash
10323 underleftrightarrow
10324 \begin_inset ERT
10325 status collapsed
10326
10327 \begin_layout Plain Layout
10328
10329
10330 \backslash
10331 spce 
10332 \end_layout
10333
10334 \end_inset
10335
10336 A=B
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10346 \end_inset
10347
10348
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 </row>
10354 </lyxtabular>
10355
10356 \end_inset
10357
10358
10359 \begin_inset space \hfill{}
10360 \end_inset
10361
10362
10363 \begin_inset Tabular
10364 <lyxtabular version="3" rows="5" columns="2">
10365 <features>
10366 <column alignment="center" valignment="top" width="0pt">
10367 <column alignment="center" valignment="top" width="0pt">
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 Commande
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Résultat
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \backslash
10395 overrightarrow
10396 \begin_inset ERT
10397 status collapsed
10398
10399 \begin_layout Plain Layout
10400
10401
10402 \backslash
10403 spce 
10404 \end_layout
10405
10406 \end_inset
10407
10408 A=B
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10418 \end_inset
10419
10420
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 </row>
10426 <row>
10427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431
10432 \backslash
10433 underrightarrow
10434 \begin_inset ERT
10435 status collapsed
10436
10437 \begin_layout Plain Layout
10438
10439
10440 \backslash
10441 spce 
10442 \end_layout
10443
10444 \end_inset
10445
10446 A=B
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10456 \end_inset
10457
10458
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 </row>
10464 <row>
10465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469
10470 \backslash
10471 widetilde
10472 \begin_inset ERT
10473 status collapsed
10474
10475 \begin_layout Plain Layout
10476
10477
10478 \backslash
10479 spce 
10480 \end_layout
10481
10482 \end_inset
10483
10484 A=B
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10494 \end_inset
10495
10496
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \backslash
10509 widehat
10510 \begin_inset ERT
10511 status collapsed
10512
10513 \begin_layout Plain Layout
10514
10515
10516 \backslash
10517 spce 
10518 \end_layout
10519
10520 \end_inset
10521
10522 A=B
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10532 \end_inset
10533
10534
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 </row>
10540 </lyxtabular>
10541
10542 \end_inset
10543
10544
10545 \begin_inset space \hfill{}
10546 \end_inset
10547
10548
10549 \end_layout
10550
10551 \begin_layout Standard
10552 \begin_inset VSpace medskip
10553 \end_inset
10554
10555 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10556  voulez.
10557  Mais les accents 
10558 \series bold
10559
10560 \backslash
10561 widetilde
10562 \series default
10563  et 
10564 \series bold
10565
10566 \backslash
10567 widehat 
10568 \series default
10569 apparaîtront dans la sortie finale avec une longueur de seulement trois
10570  caractères, comme on le voit dans l'exemple suivant:
10571 \begin_inset Formula \[
10572 \widetilde{A+B=C-D}\]
10573
10574 \end_inset
10575
10576
10577 \end_layout
10578
10579 \begin_layout Standard
10580 Avec les commandes 
10581 \series bold
10582
10583 \backslash
10584 overset
10585 \series default
10586
10587 \begin_inset Index
10588 status collapsed
10589
10590 \begin_layout Plain Layout
10591 Commandes ! O ! 
10592 \backslash
10593 overset
10594 \end_layout
10595
10596 \end_inset
10597
10598  et 
10599 \series bold
10600
10601 \backslash
10602 underset
10603 \series default
10604
10605 \begin_inset Index
10606 status collapsed
10607
10608 \begin_layout Plain Layout
10609 Commandes ! U ! 
10610 \backslash
10611 underset
10612 \end_layout
10613
10614 \end_inset
10615
10616  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10617  plusieurs caractères.
10618
10619 \series bold
10620  
10621 \series default
10622 La commande
10623 \series bold
10624  
10625 \backslash
10626 underset
10627 \begin_inset ERT
10628 status collapsed
10629
10630 \begin_layout Plain Layout
10631
10632
10633 \backslash
10634 spce 
10635 \end_layout
10636
10637 \end_inset
10638
10639 A=B
10640 \begin_inset Formula $\downarrow$
10641 \end_inset
10642
10643 ***
10644 \series default
10645  donne:
10646 \begin_inset Formula \[
10647 \underset{***}{A=B}\]
10648
10649 \end_inset
10650
10651
10652 \end_layout
10653
10654 \begin_layout Section
10655 Espace
10656 \begin_inset CommandInset label
10657 LatexCommand label
10658 name "sub:Espace"
10659
10660 \end_inset
10661
10662
10663 \begin_inset Index
10664 status collapsed
10665
10666 \begin_layout Plain Layout
10667 Espace ! horizontal
10668 \end_layout
10669
10670 \end_inset
10671
10672
10673 \end_layout
10674
10675 \begin_layout Subsection
10676 Espace prédéfini
10677 \begin_inset CommandInset label
10678 LatexCommand label
10679 name "sub:Espace-prédéfini"
10680
10681 \end_inset
10682
10683
10684 \begin_inset Index
10685 status collapsed
10686
10687 \begin_layout Plain Layout
10688 Espace ! horizontal ! prédéfini
10689 \end_layout
10690
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \begin_layout Standard
10697 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10698  On le fait en utilisant une espace insécable (raccourci 
10699 \family sans
10700 Ctrl-Espace
10701 \family default
10702 ).
10703  Un 
10704 \begin_inset Quotes eld
10705 \end_inset
10706
10707
10708 \series bold
10709 \color blue
10710
10711 \begin_inset ERT
10712 status collapsed
10713
10714 \begin_layout Plain Layout
10715
10716
10717 \backslash
10718 spce 
10719 \end_layout
10720
10721 \end_inset
10722
10723
10724 \series default
10725 \color inherit
10726
10727 \begin_inset Quotes erd
10728 \end_inset
10729
10730  apparaît et en appuyant plusieurs fois sur 
10731 \family sans
10732 Espace
10733 \family default
10734  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10735  On peut aussi insérer ces espaces en utilisant le bouton 
10736 \begin_inset Graphics
10737         filename ../../images/math/space.png
10738         scale 85
10739
10740 \end_inset
10741
10742  de la barre d'outils mathématique.
10743  Indépendemment de la commande insérée, on peut toujours changer de taille
10744  après en appuyant sur 
10745 \family sans
10746 Espace
10747 \family default
10748 .
10749  
10750 \end_layout
10751
10752 \begin_layout Standard
10753 \noindent
10754 \align center
10755 \begin_inset VSpace -5mm
10756 \end_inset
10757
10758
10759 \begin_inset Tabular
10760 <lyxtabular version="3" rows="3" columns="7">
10761 <features>
10762 <column alignment="center" valignment="middle" width="6.8cm">
10763 <column alignment="center" valignment="top" width="0">
10764 <column alignment="center" valignment="top" width="0">
10765 <column alignment="center" valignment="top" width="0">
10766 <column alignment="center" valignment="top" width="0">
10767 <column alignment="center" valignment="top" width="0">
10768 <column alignment="center" valignment="top" width="0">
10769 <row>
10770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 Commande
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \backslash
10785 ,
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \backslash
10796 :
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \backslash
10807 ;
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816
10817 \backslash
10818 quad
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \backslash
10829 qquad
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838
10839 \backslash
10840 !
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 Nombre de fois où on a appuyé sur la barre d'
10852 \family sans
10853 Espace 
10854 \family default
10855 après avoir inséré l'espace insécable
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 0
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 1
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 2
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 3
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 4
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 5
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 <row>
10916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 Résultat
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 \begin_inset Formula $A\, B$
10930 \end_inset
10931
10932
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 \begin_inset Formula $A\: B$
10942 \end_inset
10943
10944
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 \begin_inset Formula $A\; B$
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 \begin_inset Formula $A\quad B$
10966 \end_inset
10967
10968
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 \begin_inset Formula $A\qquad B$
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 \begin_inset Formula $A\! B$
10990 \end_inset
10991
10992
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 </lyxtabular>
10999
11000 \end_inset
11001
11002
11003 \end_layout
11004
11005 \begin_layout Standard
11006 La dernière taille n'a pas l'air de produire une espace.
11007  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
11008  parce que c'est une espace négative.
11009  Il y a deux autres espaces négatives:
11010 \end_layout
11011
11012 \begin_layout Standard
11013 \align center
11014 \begin_inset Tabular
11015 <lyxtabular version="3" rows="3" columns="3">
11016 <features>
11017 <column alignment="center" valignment="middle" width="6.8cm">
11018 <column alignment="center" valignment="top" width="0pt">
11019 <column alignment="center" valignment="top" width="0pt">
11020 <row>
11021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 Commande
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \backslash
11036 negmedspace
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045
11046 \backslash
11047 negthickspace
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 <row>
11054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 Nombre de fois où on a appuyé sur la barre d'
11059 \family sans
11060 Espace 
11061 \family default
11062 après avoir inséré l'espace insécable
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 6
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 7
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 </row>
11086 <row>
11087 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 Résultat
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 \begin_inset Formula $A\negmedspace B$
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 \begin_inset Formula $A\negthickspace B$
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 </lyxtabular>
11122
11123 \end_inset
11124
11125
11126 \end_layout
11127
11128 \begin_layout Standard
11129 Les espaces négatives peuvent faire que les caractères se chevauchent.
11130  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
11131  les opérateurs de somme:
11132 \end_layout
11133
11134 \begin_layout Standard
11135 \align center
11136 \begin_inset Tabular
11137 <lyxtabular version="3" rows="3" columns="2">
11138 <features>
11139 <column alignment="center" valignment="top" width="0">
11140 <column alignment="center" valignment="top" width="0">
11141 <row>
11142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 Commande
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 Résultat
11156 \begin_inset Note Note
11157 status open
11158
11159 \begin_layout Plain Layout
11160
11161 \series bold
11162
11163 \backslash
11164 raisebox est seulement utilisée pour faire de la place
11165 \end_layout
11166
11167 \end_inset
11168
11169
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 </row>
11175 <row>
11176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \backslash
11182 sum
11183 \backslash
11184 sum
11185 \begin_inset ERT
11186 status collapsed
11187
11188 \begin_layout Plain Layout
11189
11190
11191 \backslash
11192 spce 
11193 \end_layout
11194
11195 \end_inset
11196
11197 f_kl
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 </row>
11215 <row>
11216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220
11221 \backslash
11222 sum
11223 \backslash
11224 negmedspace
11225 \backslash
11226 sum
11227 \begin_inset ERT
11228 status collapsed
11229
11230 \begin_layout Plain Layout
11231
11232
11233 \backslash
11234 spce 
11235 \end_layout
11236
11237 \end_inset
11238
11239 f_kl
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11249 \end_inset
11250
11251
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 </lyxtabular>
11258
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \begin_layout Standard
11265 Les opérateur de relations comme par exemple le signe égal, sont toujours
11266  entourés par des espaces.
11267  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
11268  L'exemple suivant donne une illustration:
11269 \end_layout
11270
11271 \begin_layout Standard
11272 \align center
11273 \begin_inset Tabular
11274 <lyxtabular version="3" rows="2" columns="2">
11275 <features>
11276 <column alignment="center" valignment="top" width="0pt">
11277 <column alignment="center" valignment="top" width="0pt">
11278 <row>
11279 <cell alignment="center" valignment="top" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 équation normale
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 \begin_inset Formula $A=B$
11293 \end_inset
11294
11295
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 </row>
11301 <row>
11302 <cell alignment="center" valignment="top" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 \begin_inset Note Note
11307 status collapsed
11308
11309 \begin_layout Plain Layout
11310
11311 \series bold
11312 \lang english
11313
11314 \backslash
11315 raisebox
11316 \end_layout
11317
11318 \end_inset
11319
11320
11321 \begin_inset Formula $\raisebox{5mm}{}$
11322 \end_inset
11323
11324 équation sans espace
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 \begin_inset Formula $A{=}B$
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 </row>
11342 </lyxtabular>
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \begin_layout Standard
11350 \noindent
11351 La commande utilisée pour la dernière formule est: 
11352 \series bold
11353 A
11354 \backslash
11355 {=
11356 \begin_inset Formula $\to$
11357 \end_inset
11358
11359 B
11360 \end_layout
11361
11362 \begin_layout Standard
11363 \begin_inset VSpace bigskip
11364 \end_inset
11365
11366 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
11367  insérée entre la valeur et l'unité est une espace fine et pas une espace
11368  normale.
11369  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
11370 \family sans
11371 Insérer\SpecialChar \menuseparator
11372 Typographie
11373 \begin_inset space ~
11374 \end_inset
11375
11376 spéciale\SpecialChar \menuseparator
11377 Espace
11378 \begin_inset space ~
11379 \end_inset
11380
11381 fine
11382 \family default
11383  (raccourci 
11384 \family sans
11385 Ctrl-Shift-Espace
11386 \family default
11387 ).
11388 \end_layout
11389
11390 \begin_layout Standard
11391 Un exemple pour voir la différence:
11392 \end_layout
11393
11394 \begin_layout Standard
11395 \begin_inset Tabular
11396 <lyxtabular version="3" rows="2" columns="2">
11397 <features>
11398 <column alignment="left" valignment="top" width="0">
11399 <column alignment="left" valignment="top" width="0">
11400 <row>
11401 <cell alignment="center" valignment="top" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 24 kW
11406 \begin_inset Formula $\cdot$
11407 \end_inset
11408
11409 h
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 espace normale entre l'unité est la valeur
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 <row>
11425 <cell alignment="center" valignment="top" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 24
11430 \begin_inset space \thinspace{}
11431 \end_inset
11432
11433 kW
11434 \begin_inset Formula $\cdot$
11435 \end_inset
11436
11437 h
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 espace fine entre l'unité et la valeur
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 </lyxtabular>
11453
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \begin_layout Subsection
11460 Espace variable
11461 \begin_inset ERT
11462 status collapsed
11463
11464 \begin_layout Plain Layout
11465
11466
11467 \backslash
11468 texorpdfstring{
11469 \end_layout
11470
11471 \end_inset
11472
11473
11474 \begin_inset Foot
11475 status collapsed
11476
11477 \begin_layout Plain Layout
11478 pour les espacements verticaux dans les formules, voir 
11479 \begin_inset CommandInset ref
11480 LatexCommand ref
11481 reference "sub:Séparation-des-lignes"
11482
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \end_inset
11489
11490
11491 \begin_inset ERT
11492 status collapsed
11493
11494 \begin_layout Plain Layout
11495
11496 }{}
11497 \end_layout
11498
11499 \end_inset
11500
11501
11502 \begin_inset Note Note
11503 status collapsed
11504
11505 \begin_layout Plain Layout
11506
11507 \backslash
11508 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
11509  dans les signets PDF.
11510 \end_layout
11511
11512 \begin_layout Plain Layout
11513 Plus au sujet de 
11514 \backslash
11515 texorpdfstring dans la section 
11516 \begin_inset CommandInset ref
11517 LatexCommand ref
11518 reference "sub:formules-dans-les-entêtes"
11519
11520 \end_inset
11521
11522 .
11523 \end_layout
11524
11525 \end_inset
11526
11527
11528 \begin_inset CommandInset label
11529 LatexCommand label
11530 name "sub:Espace-variable"
11531
11532 \end_inset
11533
11534
11535 \begin_inset Index
11536 status collapsed
11537
11538 \begin_layout Plain Layout
11539 Espace ! horizontal ! variable
11540 \end_layout
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \begin_layout Standard
11548 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11549 \begin_inset Newline newline
11550 \end_inset
11551
11552
11553 \series bold
11554
11555 \backslash
11556 hspace{length}
11557 \series default
11558
11559 \begin_inset Index
11560 status collapsed
11561
11562 \begin_layout Plain Layout
11563 Commandes ! H ! 
11564 \backslash
11565 hspace
11566 \end_layout
11567
11568 \end_inset
11569
11570 .
11571  
11572 \end_layout
11573
11574 \begin_layout Standard
11575 Pour la longueur toutes les unités qui sont listées dans 
11576 \begin_inset CommandInset ref
11577 LatexCommand ref
11578 reference "tab:Unités-utilisées"
11579
11580 \end_inset
11581
11582  sont utilisables à l'exception de l'unité 
11583 \begin_inset Quotes eld
11584 \end_inset
11585
11586 mu
11587 \begin_inset Quotes erd
11588 \end_inset
11589
11590 .
11591  La longueur peut aussi être négative.
11592  Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11593  disponible, on utilise la commande 
11594 \series bold
11595
11596 \backslash
11597 hfill
11598 \series default
11599
11600 \begin_inset Index
11601 status collapsed
11602
11603 \begin_layout Plain Layout
11604 Commandes ! H ! 
11605 \backslash
11606 hfill
11607 \end_layout
11608
11609 \end_inset
11610
11611 .
11612 \end_layout
11613
11614 \begin_layout Standard
11615 \begin_inset VSpace -1mm
11616 \end_inset
11617
11618
11619 \end_layout
11620
11621 \begin_layout Standard
11622 \align center
11623 \begin_inset Tabular
11624 <lyxtabular version="3" rows="4" columns="2">
11625 <features>
11626 <column alignment="center" valignment="top" width="0">
11627 <column alignment="center" valignment="top" width="0">
11628 <row>
11629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 Commande
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 Résultat
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 <row>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 A=B
11654 \backslash
11655 hspace{3cm
11656 \begin_inset Formula $\to$
11657 \end_inset
11658
11659 A
11660 \backslash
11661 not=C
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11671 \end_inset
11672
11673
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 </row>
11679 <row>
11680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 A
11685 \backslash
11686 hspace{-1mm
11687 \begin_inset Formula $\to$
11688 \end_inset
11689
11690 A
11691 \backslash
11692 not=A
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 <row>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 A=A
11716 \backslash
11717 hfill
11718 \begin_inset ERT
11719 status collapsed
11720
11721 \begin_layout Plain Layout
11722
11723
11724 \backslash
11725 spce 
11726 \end_layout
11727
11728 \end_inset
11729
11730 B=B
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 \begin_inset Formula $A=A\hfill B=B$
11740 \end_inset
11741
11742
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 </row>
11748 </lyxtabular>
11749
11750 \end_inset
11751
11752
11753 \end_layout
11754
11755 \begin_layout Standard
11756 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
11757  de colonne le plus long du tableau.
11758  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
11759  laquelle 
11760 \series bold
11761
11762 \backslash
11763 hfill
11764 \series default
11765  est inséré.
11766  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
11767  espace ne sera ajouté.
11768  
11769 \series bold
11770
11771 \backslash
11772 hfill
11773 \series default
11774  a un effet sur les formules hors ligne uniquement si on utilise le style
11775  de formule 
11776 \series bold
11777 Indenté
11778 \series default
11779
11780 \begin_inset Foot
11781 status collapsed
11782
11783 \begin_layout Plain Layout
11784 Les styles de formules sont expliqués dans 
11785 \begin_inset CommandInset ref
11786 LatexCommand ref
11787 reference "sec:Styles-de-formules"
11788
11789 \end_inset
11790
11791
11792 \end_layout
11793
11794 \end_inset
11795
11796 .
11797 \end_layout
11798
11799 \begin_layout Standard
11800 Pour le texte, on peut insérer une espace de longueur variable avec le menu
11801  
11802 \family sans
11803 Insérer\SpecialChar \menuseparator
11804 Typographie
11805 \begin_inset space ~
11806 \end_inset
11807
11808 spéciale\SpecialChar \menuseparator
11809 Espacement horizontal, 
11810 \family default
11811 ce qui n'est pas possible avec les formules:
11812 \end_layout
11813
11814 \begin_layout Standard
11815 Ceci est une ligne avec un espace de
11816 \begin_inset space \hspace{}
11817 \length 2cm
11818 \end_inset
11819
11820 2
11821 \begin_inset space \thinspace{}
11822 \end_inset
11823
11824 cm.
11825 \end_layout
11826
11827 \begin_layout Standard
11828 Ceci est une ligne avec un
11829 \begin_inset space \hfill{}
11830 \end_inset
11831
11832 espace maximum.
11833 \end_layout
11834
11835 \begin_layout Subsection
11836 Espace après les formules en ligne
11837 \begin_inset Index
11838 status collapsed
11839
11840 \begin_layout Plain Layout
11841 Espace ! après les formules en ligne
11842 \end_layout
11843
11844 \end_inset
11845
11846
11847 \end_layout
11848
11849 \begin_layout Standard
11850 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
11851  
11852 \series bold
11853
11854 \backslash
11855 mathsurround
11856 \begin_inset Index
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Commandes ! M ! 
11861 \backslash
11862 mathsurround
11863 \end_layout
11864
11865 \end_inset
11866
11867
11868 \series default
11869 .
11870  La valeur d'une longueur est modifiée avec la commande 
11871 \series bold
11872
11873 \backslash
11874 setlength
11875 \begin_inset Index
11876 status collapsed
11877
11878 \begin_layout Plain Layout
11879 Commandes ! S ! 
11880 \backslash
11881 setlength
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \series default
11888  qui a la syntaxe suivante:
11889 \end_layout
11890
11891 \begin_layout Standard
11892
11893 \series bold
11894
11895 \backslash
11896 setlength{nom de la longueur}{valeur}
11897 \end_layout
11898
11899 \begin_layout Standard
11900 Pour mettre 
11901 \series bold
11902
11903 \backslash
11904 mathsurround
11905 \series default
11906  à une valeur de 5
11907 \begin_inset space \thinspace{}
11908 \end_inset
11909
11910 mm, on insère la commande
11911 \end_layout
11912
11913 \begin_layout Standard
11914
11915 \series bold
11916
11917 \backslash
11918 setlength{
11919 \backslash
11920 mathsurround}{5mm}
11921 \end_layout
11922
11923 \begin_layout Standard
11924 en mode TeX.
11925  Une espace de 5
11926 \begin_inset space \thinspace{}
11927 \end_inset
11928
11929 mm va maintenant être placée autour de toutes les formules en ligne:
11930 \begin_inset ERT
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934
11935
11936 \backslash
11937 setlength{
11938 \backslash
11939 mathsurround}{5mm}
11940 \end_layout
11941
11942 \end_inset
11943
11944
11945 \end_layout
11946
11947 \begin_layout Standard
11948 Voici une formule en ligne 
11949 \begin_inset Formula $A=B$
11950 \end_inset
11951
11952  avec une espace de 5
11953 \begin_inset space \thinspace{}
11954 \end_inset
11955
11956 mm autour.
11957 \begin_inset ERT
11958 status collapsed
11959
11960 \begin_layout Plain Layout
11961
11962
11963 \backslash
11964 setlength{
11965 \backslash
11966 mathsurround}{0pt}
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \begin_layout Standard
11975 Pour revenir à la valeur prédéfinie, on met 
11976 \series bold
11977
11978 \backslash
11979 mathsurround
11980 \series default
11981  à 0
11982 \begin_inset space \thinspace{}
11983 \end_inset
11984
11985 pt.
11986 \end_layout
11987
11988 \begin_layout Section
11989 Boîtes et cadres
11990 \begin_inset Index
11991 status collapsed
11992
11993 \begin_layout Plain Layout
11994 Boîtes
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \begin_inset Index
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004 Cadres | see 
12005 \begin_inset ERT
12006 status collapsed
12007
12008 \begin_layout Plain Layout
12009
12010 {
12011 \end_layout
12012
12013 \end_inset
12014
12015 Boîtes
12016 \begin_inset ERT
12017 status collapsed
12018
12019 \begin_layout Plain Layout
12020
12021 }
12022 \end_layout
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \begin_layout Standard
12035 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
12036 \emph on
12037 Boîtes 
12038 \emph default
12039 du manuel 
12040 \emph on
12041 Objets insérés.
12042  
12043 \end_layout
12044
12045 \begin_layout Subsection
12046 Boîtes avec cadre
12047 \begin_inset CommandInset label
12048 LatexCommand label
12049 name "sub:Boîtes-avec-cadre"
12050
12051 \end_inset
12052
12053
12054 \begin_inset Index
12055 status collapsed
12056
12057 \begin_layout Plain Layout
12058 Boîtes ! avec cadre
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \begin_layout Standard
12067 Il es possible d'encadrer des formules ou des portions de formules avec
12068  la commande 
12069 \series bold
12070
12071 \backslash
12072 fbox
12073 \series default
12074
12075 \begin_inset Index
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079 Commandes ! F ! 
12080 \backslash
12081 fbox
12082 \end_layout
12083
12084 \end_inset
12085
12086  et 
12087 \series bold
12088
12089 \backslash
12090 boxed
12091 \series default
12092
12093 \begin_inset Index
12094 status collapsed
12095
12096 \begin_layout Plain Layout
12097 Commandes ! B ! 
12098 \backslash
12099 boxed
12100 \end_layout
12101
12102 \end_inset
12103
12104 .
12105 \end_layout
12106
12107 \begin_layout Standard
12108 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
12109  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
12110  Pour 
12111 \series bold
12112
12113 \backslash
12114 fbox
12115 \series default
12116  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
12117  avec 
12118 \family sans
12119 Ctrl-m
12120 \family default
12121  
12122 \begin_inset Foot
12123 status collapsed
12124
12125 \begin_layout Plain Layout
12126 À cause d'un bug de LyX, il est impossible de créer une nouvelle formule
12127  avec 
12128 \family sans
12129 Ctrl-m
12130 \family default
12131 , voir 
12132 \begin_inset CommandInset href
12133 LatexCommand href
12134 name "LyX-bug #1435"
12135 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12136
12137 \end_inset
12138
12139 .
12140 \end_layout
12141
12142 \end_inset
12143
12144 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
12145  Quand on utilise 
12146 \series bold
12147
12148 \backslash
12149 boxed
12150 \series default
12151 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
12152 \end_layout
12153
12154 \begin_layout Standard
12155 La commande 
12156 \series bold
12157
12158 \backslash
12159 fbox
12160 \series default
12161  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
12162  formule serait alors toujours mise à la taille du texte.
12163  
12164 \series bold
12165
12166 \backslash
12167 boxed
12168 \series default
12169 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
12170  la formule serait alors toujours mise à la taille des formules hors ligne.
12171 \end_layout
12172
12173 \begin_layout Standard
12174 Comme extension à 
12175 \series bold
12176
12177 \backslash
12178 fbox
12179 \series default
12180  il y a la commande 
12181 \series bold
12182
12183 \backslash
12184 framebox
12185 \series default
12186
12187 \begin_inset Index
12188 status collapsed
12189
12190 \begin_layout Plain Layout
12191 Commandes ! F ! 
12192 \backslash
12193 framebox
12194 \end_layout
12195
12196 \end_inset
12197
12198  où on peut en plus spécifier la largeur du cadre et l'alignement.
12199  La syntaxe de la commande 
12200 \series bold
12201
12202 \backslash
12203 framebox
12204 \series default
12205  est la suivante:
12206 \end_layout
12207
12208 \begin_layout Standard
12209
12210 \series bold
12211
12212 \backslash
12213 framebox[Largeur du cadre][position]{contenu de la boîte}
12214 \end_layout
12215
12216 \begin_layout Standard
12217 La position peut être soit 
12218 \emph on
12219 l
12220 \emph default
12221  soit 
12222 \emph on
12223 r
12224 \emph default
12225 .
12226  
12227 \emph on
12228 l
12229 \emph default
12230  aligne la formule à gauche dans la boîte, 
12231 \emph on
12232 r
12233 \emph default
12234  à droite.
12235  Quand on ne précise pas la position, la formule est centrée.
12236 \begin_inset Newline newline
12237 \end_inset
12238
12239 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
12240  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
12241  c'est le cas avec 
12242 \series bold
12243
12244 \backslash
12245 fbox
12246 \series default
12247 .
12248 \end_layout
12249
12250 \begin_layout Standard
12251 Quand on insère la commande 
12252 \series bold
12253
12254 \backslash
12255 framebox
12256 \series default
12257 , une boîte apparaît contenant trois boîtes bleues.
12258  Les deux premières sont entourées de crochets pour signales des arguments
12259  optionnels.
12260  La troisième boîte est là pour contenir les portions de formules, comme
12261  pour 
12262 \series bold
12263
12264 \backslash
12265 fbox
12266 \series default
12267 .
12268 \end_layout
12269
12270 \begin_layout Standard
12271 \align center
12272 \begin_inset Note Note
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276 Le tableau a été placé dans une minipage pour que la note de bas de page
12277  apparaisse.
12278  Sinon le texte de la note n'aurait pas été affiché.
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \begin_inset Box Frameless
12285 position "c"
12286 hor_pos "c"
12287 has_inner_box 1
12288 inner_pos "c"
12289 use_parbox 0
12290 width "100col%"
12291 special "none"
12292 height "1in"
12293 height_special "totalheight"
12294 status open
12295
12296 \begin_layout Plain Layout
12297 \align center
12298 \begin_inset Tabular
12299 <lyxtabular version="3" rows="5" columns="2">
12300 <features>
12301 <column alignment="center" valignment="top" width="0">
12302 <column alignment="center" valignment="top" width="0">
12303 <row>
12304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 Commande
12309 \begin_inset Foot
12310 status collapsed
12311
12312 \begin_layout Plain Layout
12313 À cause d'un bug de LyX, il n'est pas possible de créer une nouvelle formule
12314  avec 
12315 \family sans
12316 Ctrl-m
12317 \family default
12318 , voir 
12319 \begin_inset CommandInset href
12320 LatexCommand href
12321 name "LyX-bug #1435"
12322 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12323
12324 \end_inset
12325
12326 .
12327 \end_layout
12328
12329 \end_inset
12330
12331
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12337 \begin_inset Text
12338
12339 \begin_layout Plain Layout
12340 Résultat
12341 \begin_inset Note Note
12342 status collapsed
12343
12344 \begin_layout Plain Layout
12345
12346 \series bold
12347 \lang english
12348
12349 \backslash
12350 raisebox
12351 \end_layout
12352
12353 \end_inset
12354
12355
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 </row>
12361 <row>
12362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12363 \begin_inset Text
12364
12365 \begin_layout Plain Layout
12366
12367 \backslash
12368 fbox
12369 \begin_inset ERT
12370 status collapsed
12371
12372 \begin_layout Plain Layout
12373
12374
12375 \backslash
12376 spce 
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \family sans
12383 Ctrl-m
12384 \family default
12385  
12386 \backslash
12387 int
12388 \begin_inset ERT
12389 status collapsed
12390
12391 \begin_layout Plain Layout
12392
12393
12394 \backslash
12395 spce 
12396 \end_layout
12397
12398 \end_inset
12399
12400 A=B
12401 \end_layout
12402
12403 \end_inset
12404 </cell>
12405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Plain Layout
12409 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12410
12411 \end_inset
12412
12413
12414 \end_layout
12415
12416 \end_inset
12417 </cell>
12418 </row>
12419 <row>
12420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Plain Layout
12424
12425 \backslash
12426 boxed
12427 \begin_inset ERT
12428 status collapsed
12429
12430 \begin_layout Plain Layout
12431
12432
12433 \backslash
12434 spce 
12435 \end_layout
12436
12437 \end_inset
12438
12439
12440 \backslash
12441 int
12442 \begin_inset ERT
12443 status collapsed
12444
12445 \begin_layout Plain Layout
12446
12447
12448 \backslash
12449 spce 
12450 \end_layout
12451
12452 \end_inset
12453
12454 A=B
12455 \end_layout
12456
12457 \end_inset
12458 </cell>
12459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12464 \end_inset
12465
12466
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 </row>
12472 <row>
12473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477 A+
12478 \backslash
12479 fbox
12480 \begin_inset ERT
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484
12485
12486 \backslash
12487 spce 
12488 \end_layout
12489
12490 \end_inset
12491
12492 B
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12502 \end_inset
12503
12504
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 </row>
12510 <row>
12511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515
12516 \backslash
12517 framebox
12518 \begin_inset ERT
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522
12523
12524 \backslash
12525 spce 
12526 \end_layout
12527
12528 \end_inset
12529
12530 20mm
12531 \begin_inset Formula $\to$
12532 \end_inset
12533
12534
12535 \begin_inset Formula $\to$
12536 \end_inset
12537
12538
12539 \family sans
12540 Ctrl-m
12541 \family default
12542  
12543 \backslash
12544 frac
12545 \begin_inset ERT
12546 status collapsed
12547
12548 \begin_layout Plain Layout
12549
12550
12551 \backslash
12552 spce 
12553 \end_layout
12554
12555 \end_inset
12556
12557 A
12558 \begin_inset Formula $\downarrow$
12559 \end_inset
12560
12561 B
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 \begin_inset Formula $\raisebox{6mm}{}$
12571 \end_inset
12572
12573
12574 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12575 \end_inset
12576
12577
12578 \begin_inset Formula $\raisebox{-4mm}{}$
12579 \end_inset
12580
12581
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 </row>
12587 </lyxtabular>
12588
12589 \end_inset
12590
12591
12592 \end_layout
12593
12594 \end_inset
12595
12596
12597 \end_layout
12598
12599 \begin_layout Standard
12600 On peut aussi ajuster l'épaisseur du cadre.
12601  Pour cela, il faut insérer les commandes suivantes en mode TeX avant la
12602  formule
12603 \end_layout
12604
12605 \begin_layout Standard
12606
12607 \series bold
12608
12609 \backslash
12610 fboxrule
12611 \series default
12612  
12613 \series bold
12614
12615 \begin_inset Quotes eld
12616 \end_inset
12617
12618 épaisseur
12619 \begin_inset Quotes erd
12620 \end_inset
12621
12622
12623 \series default
12624  
12625 \series bold
12626
12627 \backslash
12628 fboxsep
12629 \series default
12630  
12631 \series bold
12632
12633 \begin_inset Quotes eld
12634 \end_inset
12635
12636 distance
12637 \begin_inset Quotes erd
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \begin_layout Standard
12644 \begin_inset Quotes eld
12645 \end_inset
12646
12647 distance
12648 \begin_inset Quotes erd
12649 \end_inset
12650
12651  précise la distance minimale entre le cadre et le premier caractère de
12652  la boîte.
12653  Un exemple pour illustrer ceci avec la formule encadrée suivante:
12654 \begin_inset ERT
12655 status collapsed
12656
12657 \begin_layout Plain Layout
12658
12659
12660 \backslash
12661 fboxrule 2mm 
12662 \backslash
12663 fboxsep 3mm
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \begin_inset Formula \[
12670 \boxed{A+B=C}\]
12671
12672 \end_inset
12673
12674 Avant cette formule, on a inséré en mode TeX les commandes
12675 \end_layout
12676
12677 \begin_layout Standard
12678
12679 \series bold
12680
12681 \backslash
12682 fboxrule
12683 \series default
12684  
12685 \series bold
12686 2mm
12687 \series default
12688  
12689 \series bold
12690
12691 \backslash
12692 fboxsep
12693 \series default
12694  
12695 \series bold
12696 3mm
12697 \end_layout
12698
12699 \begin_layout Standard
12700 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12701 \end_layout
12702
12703 \begin_layout Standard
12704 Pour revenir à la taille de cadre standard, on insère la commande
12705 \end_layout
12706
12707 \begin_layout Standard
12708
12709 \series bold
12710
12711 \backslash
12712 fboxrule
12713 \series default
12714  
12715 \series bold
12716 0.4pt
12717 \series default
12718  
12719 \series bold
12720
12721 \backslash
12722 fboxsep
12723 \series default
12724  
12725 \series bold
12726 3pt
12727 \series default
12728
12729 \begin_inset ERT
12730 status collapsed
12731
12732 \begin_layout Plain Layout
12733
12734
12735 \backslash
12736 fboxrule 0.4pt 
12737 \backslash
12738 fboxsep 3pt
12739 \end_layout
12740
12741 \end_inset
12742
12743
12744 \end_layout
12745
12746 \begin_layout Standard
12747 avant la formule suivante.
12748 \end_layout
12749
12750 \begin_layout Subsection
12751 Boîtes sans cadre
12752 \begin_inset CommandInset label
12753 LatexCommand label
12754 name "sub:Boîtes-sans-cadre"
12755
12756 \end_inset
12757
12758
12759 \begin_inset Index
12760 status collapsed
12761
12762 \begin_layout Plain Layout
12763 Boîtes ! sans cadre
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \end_layout
12770
12771 \begin_layout Standard
12772 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12773  
12774 \series bold
12775
12776 \backslash
12777 mbox
12778 \series default
12779
12780 \begin_inset Index
12781 status collapsed
12782
12783 \begin_layout Plain Layout
12784 Commandes ! M ! 
12785 \backslash
12786 mbox
12787 \end_layout
12788
12789 \end_inset
12790
12791
12792 \series bold
12793
12794 \backslash
12795 makebox
12796 \series default
12797
12798 \begin_inset Index
12799 status collapsed
12800
12801 \begin_layout Plain Layout
12802 Commandes ! M ! 
12803 \backslash
12804 makebox
12805 \end_layout
12806
12807 \end_inset
12808
12809 , et 
12810 \series bold
12811
12812 \backslash
12813 raisebox
12814 \series default
12815
12816 \begin_inset Index
12817 status collapsed
12818
12819 \begin_layout Plain Layout
12820 Commandes ! R ! 
12821 \backslash
12822 raisebox
12823 \end_layout
12824
12825 \end_inset
12826
12827
12828 \end_layout
12829
12830 \begin_layout Standard
12831 Avec 
12832 \series bold
12833
12834 \backslash
12835 raisebox
12836 \series default
12837  une boîte peut être mise en exposant ou en indice.
12838  Mais contrairement aux indices et aux exposants normaux, les caractères
12839  conservent leur taille de police initiale.
12840  
12841 \series bold
12842
12843 \backslash
12844 raisebox
12845 \series default
12846  est utilisée avec la syntaxe suivante:
12847 \end_layout
12848
12849 \begin_layout Standard
12850
12851 \series bold
12852
12853 \backslash
12854 raisebox{hauteur}{contenu de la boîte}
12855 \end_layout
12856
12857 \begin_layout Standard
12858 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
12859  comme pour 
12860 \series bold
12861
12862 \backslash
12863 fbox
12864 \series default
12865 .
12866 \end_layout
12867
12868 \begin_layout Standard
12869 \align center
12870 \begin_inset Tabular
12871 <lyxtabular version="3" rows="4" columns="2">
12872 <features>
12873 <column alignment="center" valignment="top" width="0">
12874 <column alignment="center" valignment="top" width="0">
12875 <row>
12876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 Commande
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 Résultat
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 </row>
12895 <row>
12896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 H
12901 \backslash
12902 raisebox{2mm
12903 \begin_inset Formula $\to$
12904 \end_inset
12905
12906
12907 \backslash
12908 {al
12909 \begin_inset Formula $\to$
12910 \end_inset
12911
12912  lo
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 </row>
12930 <row>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 H
12936 \backslash
12937 raisebox{-2mm
12938 \begin_inset Formula $\to$
12939 \end_inset
12940
12941
12942 \backslash
12943 {al
12944 \begin_inset Formula $\to$
12945 \end_inset
12946
12947 lo
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 </row>
12965 <row>
12966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 A=
12971 \backslash
12972 raisebox{-2mm
12973 \begin_inset Formula $\to$
12974 \end_inset
12975
12976
12977 \backslash
12978 {
12979 \family sans
12980 Ctrl-m
12981 \family default
12982  
12983 \backslash
12984 sqrt
12985 \begin_inset ERT
12986 status collapsed
12987
12988 \begin_layout Plain Layout
12989
12990
12991 \backslash
12992 spce 
12993 \end_layout
12994
12995 \end_inset
12996
12997
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 \begin_inset ERT
13007 status collapsed
13008
13009 \begin_layout Plain Layout
13010
13011 $A=
13012 \backslash
13013 raisebox{-2mm}{$
13014 \backslash
13015 sqrt{B}$}$
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 </row>
13026 </lyxtabular>
13027
13028 \end_inset
13029
13030
13031 \end_layout
13032
13033 \begin_layout Standard
13034 La dernière formule ne peut actuellement être créée qu'en mode TeX, parce
13035  que LyX insère une boîte plutôt que la formule supplémentaire qui est nécessair
13036 e
13037 \begin_inset Foot
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041 voir 
13042 \begin_inset CommandInset href
13043 LatexCommand href
13044 name "LyX-bug #1435"
13045 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13046
13047 \end_inset
13048
13049
13050 \end_layout
13051
13052 \end_inset
13053
13054 .
13055 \end_layout
13056
13057 \begin_layout Standard
13058 La commande 
13059 \series bold
13060
13061 \backslash
13062 mbox
13063 \series default
13064  est équivalente à 
13065 \series bold
13066
13067 \backslash
13068 fbox
13069 \series default
13070  et 
13071 \series bold
13072
13073 \backslash
13074 makebox
13075 \series default
13076  est équivalente à 
13077 \series bold
13078
13079 \backslash
13080 framebox
13081 \series default
13082 , avec la différence qu'il n'y a pas de cadre.
13083 \end_layout
13084
13085 \begin_layout Subsection
13086 Boîtes colorées
13087 \begin_inset CommandInset label
13088 LatexCommand label
13089 name "sub:Boîtes-colorées"
13090
13091 \end_inset
13092
13093
13094 \begin_inset Index
13095 status collapsed
13096
13097 \begin_layout Plain Layout
13098 Boîtes ! colorées
13099 \end_layout
13100
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Standard
13107 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
13108  LaTeX 
13109 \series bold
13110 color
13111 \series default
13112
13113 \begin_inset Foot
13114 status collapsed
13115
13116 \begin_layout Plain Layout
13117 La paquetage LaTeX 
13118 \series bold
13119 color
13120 \series default
13121  fait partie de toutes les installations LaTeX standard.
13122 \end_layout
13123
13124 \end_inset
13125
13126
13127 \begin_inset Index
13128 status collapsed
13129
13130 \begin_layout Plain Layout
13131 Paquetages ! color
13132 \end_layout
13133
13134 \end_inset
13135
13136  soit chargé dans le préambule LaTeX avec la ligne
13137 \begin_inset Foot
13138 status collapsed
13139
13140 \begin_layout Plain Layout
13141 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
13142  le document, LyX charge automatiquement le paquetage LaTeX 
13143 \series bold
13144 color
13145 \series default
13146 .
13147  Il est donc possible que le paquetage soit chargé deux fois, mais cela
13148  ne doit pas poser de problème.
13149 \end_layout
13150
13151 \end_inset
13152
13153
13154 \begin_inset Note Note
13155 status collapsed
13156
13157 \begin_layout Plain Layout
13158 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
13159  dans le préambule LaTeX.
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \begin_layout Standard
13168
13169 \series bold
13170
13171 \backslash
13172 usepackage{color}
13173 \end_layout
13174
13175 \begin_layout Standard
13176 \begin_inset VSpace medskip
13177 \end_inset
13178
13179 Pour colorer des boîtes, on utilise la commande 
13180 \series bold
13181
13182 \backslash
13183 colorbox
13184 \series default
13185
13186 \begin_inset Index
13187 status collapsed
13188
13189 \begin_layout Plain Layout
13190 Commandes ! C ! 
13191 \backslash
13192 colorbox
13193 \end_layout
13194
13195 \end_inset
13196
13197  avec la syntaxe suivante
13198 \end_layout
13199
13200 \begin_layout Standard
13201
13202 \series bold
13203
13204 \backslash
13205 colorbox{couleur}{contenu de la boîte}
13206 \end_layout
13207
13208 \begin_layout Standard
13209 Le contenu de la boîte peut être une autre boîte et une 
13210 \series bold
13211
13212 \backslash
13213 colorbox
13214 \series default
13215  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
13216  exemple).
13217  Quand une boîte est destinée à contenir une formule, on doit insérer une
13218  boîte supplémentaire, comme avec 
13219 \series bold
13220
13221 \backslash
13222 fbox
13223 \series default
13224 .
13225 \begin_inset Foot
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229 Ceci s'applique aussi à la commande 
13230 \series bold
13231
13232 \backslash
13233 fcolorbox
13234 \series default
13235 .
13236  D'où la note 
13237 \begin_inset CommandInset href
13238 LatexCommand href
13239 name "LyX-bug #1435"
13240 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13241
13242 \end_inset
13243
13244 .
13245 \end_layout
13246
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 On peut choisir une des couleurs prédéfinies suivantes:
13254 \end_layout
13255
13256 \begin_layout Standard
13257
13258 \series bold
13259 black
13260 \series default
13261  (noir), 
13262 \series bold
13263 blue
13264 \series default
13265  (bleu), 
13266 \series bold
13267 cyan
13268 \series default
13269
13270 \series bold
13271 green
13272 \series default
13273  (vert), 
13274 \series bold
13275 magenta
13276 \series default
13277
13278 \series bold
13279 red
13280 \series default
13281  (rouge), 
13282 \series bold
13283 white
13284 \series default
13285  (blanc), et 
13286 \series bold
13287 yellow (jaune)
13288 \end_layout
13289
13290 \begin_layout Standard
13291 \align center
13292 \begin_inset Tabular
13293 <lyxtabular version="3" rows="4" columns="2">
13294 <features>
13295 <column alignment="center" valignment="top" width="0">
13296 <column alignment="center" valignment="top" width="0">
13297 <row>
13298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13299 \begin_inset Text
13300
13301 \begin_layout Plain Layout
13302 Commande
13303 \end_layout
13304
13305 \end_inset
13306 </cell>
13307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13308 \begin_inset Text
13309
13310 \begin_layout Plain Layout
13311 Résultat
13312 \begin_inset Note Note
13313 status collapsed
13314
13315 \begin_layout Plain Layout
13316
13317 \series bold
13318
13319 \backslash
13320 raisebox est seulement utilisée pour faire de la place
13321 \end_layout
13322
13323 \end_inset
13324
13325
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 </row>
13331 <row>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336
13337 \backslash
13338 colorbox{yellow
13339 \begin_inset Formula $\to$
13340 \end_inset
13341
13342
13343 \backslash
13344 {A=B
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13354 \end_inset
13355
13356
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 </row>
13362 <row>
13363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367
13368 \backslash
13369 colorbox{green
13370 \begin_inset Formula $\to$
13371 \end_inset
13372
13373
13374 \backslash
13375 {
13376 \backslash
13377 fbox
13378 \begin_inset ERT
13379 status collapsed
13380
13381 \begin_layout Plain Layout
13382
13383
13384 \backslash
13385 spce 
13386 \end_layout
13387
13388 \end_inset
13389
13390 A=B
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13400 \end_inset
13401
13402
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 </row>
13408 <row>
13409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413
13414 \backslash
13415 fbox
13416 \begin_inset ERT
13417 status collapsed
13418
13419 \begin_layout Plain Layout
13420
13421
13422 \backslash
13423 spce 
13424 \end_layout
13425
13426 \end_inset
13427
13428
13429 \backslash
13430 colorbox{green
13431 \begin_inset Formula $\to$
13432 \end_inset
13433
13434
13435 \backslash
13436 {A=B
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13446 \end_inset
13447
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 </row>
13454 </lyxtabular>
13455
13456 \end_inset
13457
13458
13459 \end_layout
13460
13461 \begin_layout Standard
13462
13463 \series bold
13464
13465 \backslash
13466 colorbox
13467 \series default
13468  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
13469  Pour colorer tous les caractères, on sélectionne toute la formule et on
13470  choisit la couleur voulue avec la fenêtre de dialogue 
13471 \family sans
13472 Style
13473 \begin_inset space ~
13474 \end_inset
13475
13476 de
13477 \begin_inset space ~
13478 \end_inset
13479
13480 texte
13481 \family default
13482 .
13483  Cette fenêtre de dialogue peut être appelée avec le bouton 
13484 \begin_inset Graphics
13485         filename ../../images/dialog-show_character.png
13486         scale 85
13487
13488 \end_inset
13489
13490  de la barre d'outils, ou avec le menu 
13491 \family sans
13492 Éditer\SpecialChar \menuseparator
13493 Style
13494 \begin_inset space ~
13495 \end_inset
13496
13497 de
13498 \begin_inset space ~
13499 \end_inset
13500
13501 texte\SpecialChar \menuseparator
13502 Personnalisé
13503 \family default
13504 .
13505  Le numéro de la formule prendra la même couleur que la formule.
13506  Si le numéro doit avoir une couleur différente de celle des caractères
13507  de la formule, la couleur doit être changée à l'intérieur de la formule.
13508 \end_layout
13509
13510 \begin_layout Standard
13511 Un exemple:
13512 \end_layout
13513
13514 \begin_layout Standard
13515
13516 \color red
13517 \begin_inset Formula \begin{equation}
13518 \int A=B\label{eq:rouge}\end{equation}
13519
13520 \end_inset
13521
13522
13523 \color green
13524
13525 \begin_inset Formula \begin{equation}
13526 \textcolor{red}{\int A=B}\label{eq:rougevert}\end{equation}
13527
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \begin_layout Standard
13534 La formule 
13535 \begin_inset CommandInset ref
13536 LatexCommand eqref
13537 reference "eq:rouge"
13538
13539 \end_inset
13540
13541  est complètement colorée en rouge.
13542 \begin_inset Newline newline
13543 \end_inset
13544
13545 La formule 
13546 \begin_inset CommandInset ref
13547 LatexCommand eqref
13548 reference "eq:rougevert"
13549
13550 \end_inset
13551
13552  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
13553  Ensuite, les caractères de la formule ont été colorés en rouge.
13554 \end_layout
13555
13556 \begin_layout Standard
13557 \begin_inset VSpace bigskip
13558 \end_inset
13559
13560 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
13561  utilise la commande 
13562 \series bold
13563
13564 \backslash
13565 fcolorbox
13566 \series default
13567
13568 \begin_inset Index
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572 Commandes ! F ! 
13573 \backslash
13574 fcolorbox
13575 \end_layout
13576
13577 \end_inset
13578
13579  avec la syntaxe suivante:
13580 \end_layout
13581
13582 \begin_layout Standard
13583
13584 \series bold
13585
13586 \backslash
13587 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
13588 \end_layout
13589
13590 \begin_layout Standard
13591 Donc 
13592 \series bold
13593
13594 \backslash
13595 fcolorbox
13596 \series default
13597  est une extension de la commande 
13598 \series bold
13599
13600 \backslash
13601 colorbox
13602 \series default
13603 .
13604  L'épaisseur du cadre est déterminée comme avec 
13605 \series bold
13606
13607 \backslash
13608 framebox
13609 \series default
13610 , avec 
13611 \series bold
13612
13613 \backslash
13614 fboxrule
13615 \series default
13616  et 
13617 \series bold
13618
13619 \backslash
13620 fboxsep
13621 \series default
13622 .
13623  Un exemple:
13624 \begin_inset ERT
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629
13630 \backslash
13631 fboxrule 1mm 
13632 \backslash
13633 fboxsep 1mm
13634 \end_layout
13635
13636 \end_inset
13637
13638
13639 \begin_inset Formula \[
13640 \fcolorbox{cyan}{magenta}{A=B}\]
13641
13642 \end_inset
13643
13644
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650
13651 \backslash
13652 fboxrule 0.4pt 
13653 \backslash
13654 fboxsep 3pt
13655 \end_layout
13656
13657 \end_inset
13658
13659
13660 \end_layout
13661
13662 \begin_layout Standard
13663 Cette formule a été créée avec la commande
13664 \begin_inset Newline newline
13665 \end_inset
13666
13667
13668 \series bold
13669
13670 \backslash
13671 fcolorbox{cyan
13672 \begin_inset Formula $\to$
13673 \end_inset
13674
13675
13676 \backslash
13677 {magenta
13678 \begin_inset Formula $\to$
13679 \end_inset
13680
13681
13682 \backslash
13683 {A=B
13684 \series default
13685 .
13686 \end_layout
13687
13688 \begin_layout Standard
13689 \begin_inset VSpace bigskip
13690 \end_inset
13691
13692 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13693  faut d'abord les définir.
13694 \end_layout
13695
13696 \begin_layout Standard
13697 On peut par exemple définir la couleur 
13698 \begin_inset Quotes eld
13699 \end_inset
13700
13701 vertfonce
13702 \begin_inset Quotes erd
13703 \end_inset
13704
13705  avec la ligne suivante dans le préambule LaTeX:
13706 \end_layout
13707
13708 \begin_layout Standard
13709
13710 \series bold
13711
13712 \backslash
13713 definecolor{vertfonce}{cmyk}{0.5,
13714 \series default
13715  
13716 \series bold
13717 0,
13718 \series default
13719  
13720 \series bold
13721 1,
13722 \series default
13723  
13724 \series bold
13725 0.5}
13726 \series default
13727
13728 \begin_inset Index
13729 status collapsed
13730
13731 \begin_layout Plain Layout
13732 Commandes ! D ! 
13733 \backslash
13734 definecolor
13735 \end_layout
13736
13737 \end_inset
13738
13739
13740 \end_layout
13741
13742 \begin_layout Standard
13743
13744 \series bold
13745 cmyk
13746 \series default
13747  est l'espace colorimétrique basé sur les couleurs 
13748 \series bold
13749 cyan
13750 \series default
13751
13752 \series bold
13753 magenta
13754 \series default
13755 , jaune
13756 \series bold
13757  (yellow
13758 \series default
13759 ), et noir 
13760 \series bold
13761 (black
13762 \series default
13763 ).
13764  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13765  correspondantes dans l'espace colorimétrique.
13766  Ces facteurs prennent des valeurs entre 0 et 1.
13767  À la place de 
13768 \series bold
13769 cmyk 
13770 \series default
13771 on peut aussi utiliser l'espace 
13772 \series bold
13773 rgb 
13774 \series default
13775 basé sur les couleurs rouge (
13776 \series bold
13777 red
13778 \series default
13779 ), vert (
13780 \series bold
13781 green
13782 \series default
13783 ) et bleu (
13784 \series bold
13785 blue
13786 \series default
13787 ).
13788  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13789  couleurs.
13790  Il y a aussi l'espace de couleur 
13791 \series bold
13792 gray 
13793 \series default
13794 (dégradé de gris) avec un facteur donnant la proportion de gris.
13795 \end_layout
13796
13797 \begin_layout Standard
13798 Comme exemple, une boîte encadrée avec la couleur 
13799 \series bold
13800 vertfonce 
13801 \series default
13802 que l'on vient de définir et des caractères colorés en jaune (
13803 \series bold
13804 yellow
13805 \series default
13806 ):
13807 \begin_inset Formula \begin{equation}
13808 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \begin_layout Standard
13816 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13817  de la commande 
13818 \series bold
13819
13820 \backslash
13821 textcolor
13822 \series default
13823 :
13824 \begin_inset Index
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828 Texte ! coloré
13829 \end_layout
13830
13831 \end_inset
13832
13833
13834 \end_layout
13835
13836 \begin_layout Standard
13837 \begin_inset ERT
13838 status collapsed
13839
13840 \begin_layout Plain Layout
13841
13842
13843 \backslash
13844 textcolor{vertfonce}{
13845 \end_layout
13846
13847 \end_inset
13848
13849 cette phrase est en 
13850 \begin_inset Quotes eld
13851 \end_inset
13852
13853 vertfonce
13854 \begin_inset Quotes erd
13855 \end_inset
13856
13857 .
13858 \begin_inset ERT
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862
13863 }
13864 \end_layout
13865
13866 \end_inset
13867
13868
13869 \end_layout
13870
13871 \begin_layout Standard
13872
13873 \series bold
13874
13875 \backslash
13876 textcolor
13877 \series default
13878
13879 \begin_inset Index
13880 status collapsed
13881
13882 \begin_layout Plain Layout
13883 Commandes ! T ! 
13884 \backslash
13885 textcolor
13886 \end_layout
13887
13888 \end_inset
13889
13890  utilise la syntaxe 
13891 \series bold
13892
13893 \backslash
13894 textcolor{couleur}{caractères à colorer}
13895 \series default
13896 .
13897 \end_layout
13898
13899 \begin_layout Subsection
13900 Boîtes de paragraphe
13901 \begin_inset CommandInset label
13902 LatexCommand label
13903 name "sub:Boîtes-de-paragraphes"
13904
13905 \end_inset
13906
13907
13908 \begin_inset Index
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912 Boîtes ! comme paragraphe
13913 \end_layout
13914
13915 \end_inset
13916
13917
13918 \end_layout
13919
13920 \begin_layout Standard
13921 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
13922  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
13923  On la crée avec le menu 
13924 \family sans
13925 Insérer\SpecialChar \menuseparator
13926 Boîte
13927 \family default
13928  ou le bouton 
13929 \begin_inset Graphics
13930         filename ../../images/box-insert.png
13931         scale 85
13932
13933 \end_inset
13934
13935  de la barre d'outils.
13936 \end_layout
13937
13938 \begin_layout Standard
13939 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
13940  une ligne:
13941 \end_layout
13942
13943 \begin_layout Standard
13944 \begin_inset VSpace medskip
13945 \end_inset
13946
13947 Ceci est une ligne 
13948 \begin_inset Box Boxed
13949 position "c"
13950 hor_pos "c"
13951 has_inner_box 1
13952 inner_pos "t"
13953 use_parbox 1
13954 width "5cm"
13955 special "none"
13956 height "1in"
13957 height_special "totalheight"
13958 status open
13959
13960 \begin_layout Plain Layout
13961 Ceci est une boîte de paragraphe.
13962  Elle a exactement 5
13963 \begin_inset space \thinspace{}
13964 \end_inset
13965
13966 cm de large et peut aussi contenir des formules: 
13967 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \end_inset
13974
13975  avec une boîte de paragraphe.
13976 \end_layout
13977
13978 \begin_layout Standard
13979 \begin_inset VSpace medskip
13980 \end_inset
13981
13982
13983 \end_layout
13984
13985 \begin_layout Standard
13986 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
13987  grise.
13988  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
13989  Dans notre cas, on met: 
13990 \emph on
13991 Décoration:
13992 \emph default
13993  Boîte rectangulaire, 
13994 \emph on
13995 Boîte intérieure:
13996 \emph default
13997  Parbox, 
13998 \emph on
13999 Largeur
14000 \emph default
14001 : 5
14002 \begin_inset space \thinspace{}
14003 \end_inset
14004
14005 cm, 
14006 \emph on
14007 Alignement vertical boîte
14008 \emph default
14009 : milieu
14010 \end_layout
14011
14012 \begin_layout Standard
14013 \begin_inset VSpace medskip
14014 \end_inset
14015
14016 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
14017 \series bold
14018
14019 \backslash
14020 parbox
14021 \series default
14022
14023 \begin_inset Index
14024 status collapsed
14025
14026 \begin_layout Plain Layout
14027 Commandes ! P ! 
14028 \backslash
14029 parbox
14030 \end_layout
14031
14032 \end_inset
14033
14034  qui a la syntaxe suivante:
14035 \end_layout
14036
14037 \begin_layout Standard
14038
14039 \series bold
14040
14041 \backslash
14042 parbox[position]{largeur}{contenu de la boîte}
14043 \end_layout
14044
14045 \begin_layout Standard
14046 Les positions 
14047 \emph on
14048 b
14049 \emph default
14050  et 
14051 \emph on
14052 t
14053 \emph default
14054  sont possibles.
14055  
14056 \emph on
14057 b
14058 \emph default
14059  pour bas (bottom) signifie que la boîte est alignée au sein du texte qui
14060  l'entoure, au niveau de sa dernière ligne.
14061  Avec 
14062 \emph on
14063 t
14064 \emph default
14065  pour haut (top) l'alignement se fait avec la première ligne.
14066  Si aucune position n'est précisée, la boîte est centrée verticalement,
14067  voir la section 
14068 \emph on
14069 Boîtes 
14070 \emph default
14071 du manuel 
14072 \emph on
14073 Objets insérés 
14074 \emph default
14075 pour des exemples.
14076 \end_layout
14077
14078 \begin_layout Standard
14079 \begin_inset VSpace bigskip
14080 \end_inset
14081
14082 Pour encadrer une formule complètement, y compris le numéro de la formule,
14083  il faut la placer dans une boîte de paragraphe.
14084  Pour le faire, on insère la commande 
14085 \series bold
14086
14087 \backslash
14088 fbox{
14089 \backslash
14090 parbox{
14091 \backslash
14092 linewidth-2
14093 \backslash
14094 fboxsep-2
14095 \backslash
14096 fboxrule}{
14097 \series default
14098  en mode TeX avant la formule.
14099  Dans cette commande 
14100 \series bold
14101
14102 \backslash
14103 linewidth
14104 \begin_inset Index
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108 Commandes ! L ! 
14109 \backslash
14110 linewidth
14111 \end_layout
14112
14113 \end_inset
14114
14115
14116 \series default
14117  est l'épaisseur de ligne qui est active pour tout le document.
14118  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
14119  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
14120  et l'épaisseur du cadre.
14121  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
14122 \begin_inset Foot
14123 status collapsed
14124
14125 \begin_layout Plain Layout
14126 \begin_inset CommandInset href
14127 LatexCommand href
14128 name "LyX-bug #4483"
14129 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14130
14131 \end_inset
14132
14133
14134 \end_layout
14135
14136 \end_inset
14137
14138 , on doit utiliser le mode TeX.
14139  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
14140  on doit charger le paquetage LaTeX 
14141 \series bold
14142 calc
14143 \series default
14144
14145 \begin_inset Foot
14146 status collapsed
14147
14148 \begin_layout Plain Layout
14149
14150 \series bold
14151 calc
14152 \series default
14153  fait partie de toutes les installations standard de LaTeX.
14154 \end_layout
14155
14156 \end_inset
14157
14158
14159 \begin_inset Index
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163 Paquetages ! calc
14164 \end_layout
14165
14166 \end_inset
14167
14168  dans le préambule LaTeX avec la ligne
14169 \end_layout
14170
14171 \begin_layout Standard
14172
14173 \series bold
14174
14175 \backslash
14176 usepackage{calc}
14177 \end_layout
14178
14179 \begin_layout Standard
14180 Après la formule, les deux boîtes sont refermées en entrant 
14181 \series bold
14182 }}
14183 \series default
14184  en mode TeX.
14185  Voici un exemple:
14186 \begin_inset ERT
14187 status collapsed
14188
14189 \begin_layout Plain Layout
14190
14191
14192 \backslash
14193 fboxsep 5mm 
14194 \backslash
14195 fboxrule 5mm
14196 \end_layout
14197
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \begin_layout Standard
14204 \begin_inset ERT
14205 status collapsed
14206
14207 \begin_layout Plain Layout
14208
14209
14210 \backslash
14211 fbox{
14212 \backslash
14213 parbox{
14214 \backslash
14215 linewidth-2
14216 \backslash
14217 fboxsep-2
14218 \backslash
14219 fboxrule}{
14220 \end_layout
14221
14222 \end_inset
14223
14224
14225 \begin_inset Formula \begin{equation}
14226 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14227
14228 \end_inset
14229
14230
14231 \begin_inset ERT
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235
14236 }}
14237 \end_layout
14238
14239 \end_inset
14240
14241
14242 \begin_inset ERT
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246
14247
14248 \backslash
14249 fboxrule 0.4pt 
14250 \backslash
14251 fboxsep 3pt
14252 \end_layout
14253
14254 \end_inset
14255
14256
14257 \end_layout
14258
14259 \begin_layout Standard
14260 \begin_inset VSpace medskip
14261 \end_inset
14262
14263 Comme on utilise une boîte de paragraphe comme argument de 
14264 \series bold
14265
14266 \backslash
14267 fbox
14268 \series default
14269 , il n'y a dans ce cas pas de différence entre 
14270 \series bold
14271
14272 \backslash
14273 fbox
14274 \series default
14275  et 
14276 \series bold
14277
14278 \backslash
14279 boxed
14280 \series default
14281 .
14282 \end_layout
14283
14284 \begin_layout Standard
14285 \begin_inset VSpace bigskip
14286 \end_inset
14287
14288 Les boîtes de paragraphes sont très utiles pour commenter directement des
14289  formules.
14290  Pour faire cela, on utilise la commande 
14291 \series bold
14292
14293 \backslash
14294 parbox
14295 \series default
14296  en combinaison avec la commande 
14297 \series bold
14298
14299 \backslash
14300 tag
14301 \series default
14302
14303 \begin_inset Foot
14304 status collapsed
14305
14306 \begin_layout Plain Layout
14307 plus au sujet de la commande 
14308 \series bold
14309
14310 \backslash
14311 tag
14312 \series default
14313 , voir 
14314 \begin_inset CommandInset ref
14315 LatexCommand ref
14316 reference "sub:Numérotation-personnalisée"
14317
14318 \end_inset
14319
14320 .
14321 \end_layout
14322
14323 \end_inset
14324
14325 .
14326 \end_layout
14327
14328 \begin_layout Standard
14329 Un exemple de formule commentée avec 
14330 \series bold
14331
14332 \backslash
14333 parbox
14334 \series default
14335 :
14336 \end_layout
14337
14338 \begin_layout Standard
14339 \begin_inset ERT
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343
14344
14345 \backslash
14346 [5x-7b=3b
14347 \backslash
14348 tag*{
14349 \backslash
14350 parbox{5cm}{
14351 \end_layout
14352
14353 \end_inset
14354
14355 Ceci est une description.
14356  Elle est clairement séparée de la formule et est multi-ligne.
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362 }}
14363 \backslash
14364 ]
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \begin_layout Standard
14373 Une telle formule doit être complètement insérée en mode TeX, parce que
14374  LyX ne supporte pas encore la commande 
14375 \series bold
14376
14377 \backslash
14378 parbox
14379 \series default
14380  dans les formules.
14381  On crée la formule avec la suite de commandes suivante:
14382 \end_layout
14383
14384 \begin_layout Standard
14385 On insère la commande 
14386 \series bold
14387
14388 \backslash
14389 [5x-7b=3b
14390 \backslash
14391 tag*
14392 \backslash
14393 {
14394 \backslash
14395 parbox{5cm}{
14396 \series default
14397  en mode TeX.
14398 \begin_inset Foot
14399 status collapsed
14400
14401 \begin_layout Plain Layout
14402 Quand on utilise le style de formule 
14403 \series bold
14404 Indenté
14405 \series default
14406 , on peut aussi remplacer 
14407 \series bold
14408
14409 \backslash
14410 tag*
14411 \backslash
14412 {
14413 \series default
14414  par 
14415 \series bold
14416
14417 \backslash
14418 hfill
14419 \series default
14420 .
14421  (pour les styles de formules, voir 
14422 \begin_inset CommandInset ref
14423 LatexCommand ref
14424 reference "sec:Styles-de-formules"
14425
14426 \end_inset
14427
14428 ).
14429 \end_layout
14430
14431 \end_inset
14432
14433  Ensuite la description suit en texte normal et enfin on insère 
14434 \series bold
14435 }}
14436 \backslash
14437 ]
14438 \series default
14439  en mode TeX.
14440  Dans ces commandes, 
14441 \series bold
14442
14443 \backslash
14444 [
14445 \series default
14446  et 
14447 \series bold
14448
14449 \backslash
14450 ]
14451 \series default
14452  créent une formule hors ligne.
14453 \end_layout
14454
14455 \begin_layout Standard
14456 On peut voir les avantages de 
14457 \series bold
14458
14459 \backslash
14460 parbox
14461 \series default
14462  dans cet exemple qui a été commenté en utilisant du texte mathématique:
14463 \begin_inset Formula \[
14464 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}\]
14465
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \begin_layout Section
14472 Opérateurs
14473 \begin_inset Index
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 Opérateurs
14478 \end_layout
14479
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \begin_layout Subsection
14486 Grands Opérateurs
14487 \begin_inset CommandInset label
14488 LatexCommand label
14489 name "sub:Grands-opérateurs"
14490
14491 \end_inset
14492
14493
14494 \begin_inset Index
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498 Opérateurs ! grands
14499 \end_layout
14500
14501 \end_inset
14502
14503
14504 \begin_inset Index
14505 status collapsed
14506
14507 \begin_layout Plain Layout
14508 Sommes
14509 \end_layout
14510
14511 \end_inset
14512
14513
14514 \begin_inset Index
14515 status collapsed
14516
14517 \begin_layout Plain Layout
14518 Intégrales
14519 \end_layout
14520
14521 \end_inset
14522
14523
14524 \end_layout
14525
14526 \begin_layout Standard
14527 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
14528  activer l'option 
14529 \family sans
14530 Utiliser
14531 \begin_inset space ~
14532 \end_inset
14533
14534 automatiquement le paquetage
14535 \begin_inset space ~
14536 \end_inset
14537
14538 esint
14539 \family default
14540  dans les 
14541 \family sans
14542 Options du mode math.
14543 \end_layout
14544
14545 \begin_layout Standard
14546
14547 \lang english
14548 \begin_inset space \hfill{}
14549 \end_inset
14550
14551
14552 \lang french
14553
14554 \begin_inset Tabular
14555 <lyxtabular version="3" rows="11" columns="2">
14556 <features>
14557 <column alignment="center" valignment="top" width="0pt">
14558 <column alignment="center" valignment="top" width="0pt">
14559 <row>
14560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564 Commande
14565 \end_layout
14566
14567 \end_inset
14568 </cell>
14569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Plain Layout
14573 Résultat
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 </row>
14579 <row>
14580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584
14585 \backslash
14586 sum
14587 \begin_inset Index
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591 Commandes ! S ! 
14592 \backslash
14593 sum
14594 \end_layout
14595
14596 \end_inset
14597
14598
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14604 \begin_inset Text
14605
14606 \begin_layout Plain Layout
14607 \begin_inset Formula $\sum$
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 </row>
14616 <row>
14617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621
14622 \backslash
14623 int
14624 \begin_inset Index
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628 Commandes ! I ! 
14629 \backslash
14630 int
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 \begin_inset Formula $\int$
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 </row>
14653 <row>
14654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14655 \begin_inset Text
14656
14657 \begin_layout Plain Layout
14658
14659 \backslash
14660 intop
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 \begin_inset Formula $\intop$
14670 \end_inset
14671
14672
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 </row>
14678 <row>
14679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683
14684 \backslash
14685 oint
14686 \end_layout
14687
14688 \end_inset
14689 </cell>
14690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14691 \begin_inset Text
14692
14693 \begin_layout Plain Layout
14694 \begin_inset Formula $\oint$
14695 \end_inset
14696
14697
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 </row>
14703 <row>
14704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708
14709 \backslash
14710 ointop
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719 \begin_inset Formula $\ointop$
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 </row>
14728 <row>
14729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733
14734 \backslash
14735 ointctrclockwise
14736 \end_layout
14737
14738 \end_inset
14739 </cell>
14740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Plain Layout
14744 \begin_inset Formula $\ointctrclockwise$
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 </row>
14753 <row>
14754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758
14759 \backslash
14760 ointclockwise
14761 \end_layout
14762
14763 \end_inset
14764 </cell>
14765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14766 \begin_inset Text
14767
14768 \begin_layout Plain Layout
14769 \begin_inset Formula $\ointclockwise$
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 </row>
14778 <row>
14779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783
14784 \backslash
14785 sqint
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794 \begin_inset Formula $\sqint$
14795 \end_inset
14796
14797
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 </row>
14803 <row>
14804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808
14809 \backslash
14810 bigcap
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819 \begin_inset Formula $\bigcap$
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 </row>
14828 <row>
14829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833
14834 \backslash
14835 bigcup
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844 \begin_inset Formula $\bigcup$
14845 \end_inset
14846
14847
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 </row>
14853 </lyxtabular>
14854
14855 \end_inset
14856
14857
14858 \begin_inset space \hfill{}
14859 \end_inset
14860
14861
14862 \begin_inset Tabular
14863 <lyxtabular version="3" rows="10" columns="2">
14864 <features>
14865 <column alignment="center" valignment="top" width="0pt">
14866 <column alignment="center" valignment="top" width="0pt">
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 Commande
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881 Résultat
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 <row>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892
14893 \backslash
14894 prod
14895 \begin_inset Index
14896 status collapsed
14897
14898 \begin_layout Plain Layout
14899 Commandes ! P ! 
14900 \backslash
14901 prod
14902 \end_layout
14903
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915 \begin_inset Formula $\prod$
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 </row>
14924 <row>
14925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929
14930 \backslash
14931 coprod
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940 \begin_inset Formula $\coprod$
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954
14955 \backslash
14956 bigodot
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 \begin_inset Formula $\bigodot$
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 <row>
14975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979
14980 \backslash
14981 bigotimes
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 \begin_inset Formula $\bigotimes$
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 <row>
15000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004
15005 \backslash
15006 bigoplus
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015 \begin_inset Formula $\bigoplus$
15016 \end_inset
15017
15018
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 </row>
15024 <row>
15025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029
15030 \backslash
15031 bigwedge
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040 \begin_inset Formula $\bigwedge$
15041 \end_inset
15042
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 </row>
15049 <row>
15050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054
15055 \backslash
15056 bigvee
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 \begin_inset Formula $\bigvee$
15066 \end_inset
15067
15068
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 </row>
15074 <row>
15075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079
15080 \backslash
15081 bigsqcup
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 \begin_inset Formula $\bigsqcup$
15091 \end_inset
15092
15093
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row>
15100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104
15105 \backslash
15106 biguplus
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 \begin_inset Formula $\biguplus$
15116 \end_inset
15117
15118
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 </row>
15124 </lyxtabular>
15125
15126 \end_inset
15127
15128
15129 \lang english
15130
15131 \begin_inset space \hfill{}
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
15139  
15140 \begin_inset Graphics
15141         filename ../../images/math/intop.png
15142         scale 85
15143
15144 \end_inset
15145
15146  de la barre d'outils mathématique.
15147 \end_layout
15148
15149 \begin_layout Standard
15150 On nomme ces opérateurs 
15151 \begin_inset Quotes eld
15152 \end_inset
15153
15154 grands
15155 \begin_inset Quotes erd
15156 \end_inset
15157
15158  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
15159  parfois.
15160  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
15161  dans la section qui suit.
15162 \end_layout
15163
15164 \begin_layout Standard
15165 Les opérateurs 
15166 \series bold
15167
15168 \backslash
15169 intop
15170 \series default
15171  et 
15172 \series bold
15173
15174 \backslash
15175 ointop
15176 \series default
15177  sont différents de respectivement
15178 \series bold
15179  
15180 \backslash
15181 int
15182 \series default
15183  et 
15184 \series bold
15185
15186 \backslash
15187 oint
15188 \series default
15189 , dans la manière dont sont affichés les limites, voir 
15190 \begin_inset CommandInset ref
15191 LatexCommand ref
15192 reference "sub:Limites-des-opérateurs"
15193
15194 \end_inset
15195
15196 .
15197  
15198 \end_layout
15199
15200 \begin_layout Subsubsection*
15201 Conseils pour les intégrales
15202 \end_layout
15203
15204 \begin_layout Standard
15205 La lettre 
15206 \emph on
15207 d
15208 \emph default
15209  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
15210  On le fait en sélectionnant le 
15211 \emph on
15212
15213 \emph default
15214 et en utilisant le raccourci clavier 
15215 \family sans
15216 Alt-c
15217 \begin_inset space ~
15218 \end_inset
15219
15220 r
15221 \family default
15222
15223 \begin_inset Foot
15224 status collapsed
15225
15226 \begin_layout Plain Layout
15227 Pour les styles de polices, voir 
15228 \begin_inset CommandInset ref
15229 LatexCommand ref
15230 reference "sub:Styles-de-polices"
15231
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \end_inset
15238
15239 .
15240  Pour finir, on insère une espace fine avant le 
15241 \emph on
15242
15243 \emph default
15244 puisque c'est l'habitude avec les opérateurs.
15245  Un exemple:
15246 \end_layout
15247
15248 \begin_layout Standard
15249 incorrect: 
15250 \begin_inset Formula $\int A(x)dx$
15251 \end_inset
15252
15253
15254 \begin_inset Newline newline
15255 \end_inset
15256
15257
15258 \begin_inset ERT
15259 status collapsed
15260
15261 \begin_layout Plain Layout
15262
15263
15264 \backslash
15265 hphantom{in}
15266 \end_layout
15267
15268 \end_inset
15269
15270 correct: 
15271 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \begin_layout Standard
15278 Pour les intégrales multiples, il y a les commandes suivantes:
15279 \begin_inset VSpace medskip
15280 \end_inset
15281
15282
15283 \end_layout
15284
15285 \begin_layout Standard
15286 \begin_inset space \hfill{}
15287 \end_inset
15288
15289
15290 \begin_inset Tabular
15291 <lyxtabular version="3" rows="4" columns="2">
15292 <features>
15293 <column alignment="center" valignment="top" width="0">
15294 <column alignment="center" valignment="top" width="0">
15295 <row>
15296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 Commande
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 Résultat
15310 \begin_inset Note Note
15311 status collapsed
15312
15313 \begin_layout Plain Layout
15314
15315 \series bold
15316
15317 \backslash
15318 raisebox est seulement utilisée pour faire de la place
15319 \end_layout
15320
15321 \end_inset
15322
15323
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 </row>
15329 <row>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334
15335 \backslash
15336 iint
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15346 \end_inset
15347
15348
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 </row>
15354 <row>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359
15360 \backslash
15361 oiint
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 </row>
15379 <row>
15380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384
15385 \backslash
15386 sqiint
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15396 \end_inset
15397
15398
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 </lyxtabular>
15405
15406 \end_inset
15407
15408
15409 \begin_inset space \hfill{}
15410 \end_inset
15411
15412
15413 \begin_inset Tabular
15414 <lyxtabular version="3" rows="4" columns="2">
15415 <features>
15416 <column alignment="center" valignment="top" width="0">
15417 <column alignment="center" valignment="top" width="0">
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423 Commande
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 Résultat
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 </row>
15438 <row>
15439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443
15444 \backslash
15445 iiint
15446 \end_layout
15447
15448 \end_inset
15449 </cell>
15450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15455 \end_inset
15456
15457
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 </row>
15463 <row>
15464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468
15469 \backslash
15470 iiiint
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15480 \end_inset
15481
15482
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 </row>
15488 <row>
15489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493
15494 \backslash
15495 dotsint
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15505 \end_inset
15506
15507
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 </row>
15513 </lyxtabular>
15514
15515 \end_inset
15516
15517
15518 \begin_inset space \hfill{}
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \begin_layout Subsection
15525 Limites des opérateurs
15526 \begin_inset CommandInset label
15527 LatexCommand label
15528 name "sub:Limites-des-opérateurs"
15529
15530 \end_inset
15531
15532
15533 \begin_inset Index
15534 status collapsed
15535
15536 \begin_layout Plain Layout
15537 Opérateurs ! Limites
15538 \end_layout
15539
15540 \end_inset
15541
15542
15543 \end_layout
15544
15545 \begin_layout Standard
15546 Les limites sont créées avec les indices et les exposants:
15547 \end_layout
15548
15549 \begin_layout Standard
15550 \align center
15551 \begin_inset Tabular
15552 <lyxtabular version="3" rows="2" columns="2">
15553 <features>
15554 <column alignment="center" valignment="top" width="0pt">
15555 <column alignment="center" valignment="top" width="0pt">
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561 Commande
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570 Résultat
15571 \begin_inset Note Note
15572 status collapsed
15573
15574 \begin_layout Plain Layout
15575
15576 \series bold
15577
15578 \backslash
15579 raisebox est seulement utilisée pour faire de la place
15580 \end_layout
15581
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row>
15591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \backslash
15597 prod^
15598 \backslash
15599 infty
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 spce 
15608 \end_layout
15609
15610 \end_inset
15611
15612
15613 \begin_inset Formula $\to$
15614 \end_inset
15615
15616 _0
15617 \begin_inset Formula $\to$
15618 \end_inset
15619
15620 A(x)
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15630 \end_inset
15631
15632
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 </row>
15638 </lyxtabular>
15639
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \begin_layout Standard
15646 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15647  Pour les formules hors ligne, les limites sont placées au dessus ou en
15648  dessous de l'opérateur, sauf pour les limites des intégrales.
15649 \end_layout
15650
15651 \begin_layout Standard
15652 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15653  après l'opérateur et on change le type de limite avec le menu 
15654 \family sans
15655 Éditer\SpecialChar \menuseparator
15656 Math\SpecialChar \menuseparator
15657 Changer
15658 \begin_inset space ~
15659 \end_inset
15660
15661 le
15662 \begin_inset space ~
15663 \end_inset
15664
15665 type
15666 \begin_inset space ~
15667 \end_inset
15668
15669 de
15670 \begin_inset space ~
15671 \end_inset
15672
15673 limites
15674 \family default
15675  pour 
15676 \family sans
15677 En
15678 \begin_inset space ~
15679 \end_inset
15680
15681 ligne
15682 \family default
15683  (raccourci 
15684 \family sans
15685 Alt-m
15686 \begin_inset space ~
15687 \end_inset
15688
15689 l
15690 \family default
15691 ).
15692  Un exemple:
15693 \end_layout
15694
15695 \begin_layout Standard
15696 Par défaut les limites ont ce type:
15697 \begin_inset Formula \[
15698 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15699
15700 \end_inset
15701
15702 Voici à quoi elles ressemblent si on change le type des limites à 
15703 \family sans
15704 En
15705 \begin_inset space ~
15706 \end_inset
15707
15708 ligne
15709 \family default
15710 :
15711 \begin_inset Formula \[
15712 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15713
15714 \end_inset
15715
15716 Pour les intégrales, à part pour 
15717 \series bold
15718
15719 \backslash
15720 intop
15721 \series default
15722  et 
15723 \series bold
15724
15725 \backslash
15726 ointop
15727 \series default
15728 , les limites sont placées par défaut après l'opérateur.
15729  Mais pour les intégrales multiples les limites sont souvent placées sous
15730  l'opérateur.
15731  Dans l'exemple suivant, le type de limites a donc été mis à 
15732 \series bold
15733 Hors
15734 \begin_inset space ~
15735 \end_inset
15736
15737 ligne 
15738 \series default
15739 et elles sont donc placées sous les intégrales:
15740 \begin_inset Formula \begin{equation}
15741 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15742
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \begin_layout Standard
15749 \begin_inset VSpace medskip
15750 \end_inset
15751
15752 Pour préciser des conditions pour les limites, on utilise les commandes
15753  
15754 \series bold
15755
15756 \backslash
15757 subarray
15758 \series default
15759
15760 \begin_inset Index
15761 status collapsed
15762
15763 \begin_layout Plain Layout
15764 Commandes ! S ! 
15765 \backslash
15766 subarray
15767 \end_layout
15768
15769 \end_inset
15770
15771  et 
15772 \series bold
15773
15774 \backslash
15775 substack
15776 \series default
15777
15778 \begin_inset Index
15779 status collapsed
15780
15781 \begin_layout Plain Layout
15782 Commandes ! S ! 
15783 \backslash
15784 substack
15785 \end_layout
15786
15787 \end_inset
15788
15789 .
15790  Par exemple, pour obtenir cette expression 
15791 \begin_inset Formula \begin{equation}
15792 \sum_{\begin{subarray}{c}
15793 0<k<1000\\
15794 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15795
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \begin_layout Standard
15802 on doit faire ceci:
15803 \begin_inset Newline newline
15804 \end_inset
15805
15806 D'abord taper la commande 
15807 \series bold
15808
15809 \backslash
15810 sum
15811 \series default
15812 ^
15813 \series bold
15814 n
15815 \begin_inset ERT
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819
15820
15821 \backslash
15822 spce 
15823 \end_layout
15824
15825 \end_inset
15826
15827 _
15828 \series default
15829  .
15830  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
15831  on y insère la commande 
15832 \series bold
15833
15834 \backslash
15835 subarray
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841
15842 \backslash
15843 spce 
15844 \end_layout
15845
15846 \end_inset
15847
15848
15849 \series default
15850 .
15851  La boîte bleue se trouve maintenant dans une boîte violette et on peut
15852  écrire plusieurs lignes les unes au dessus des autres.
15853  On crée une nouvelle ligne en insérant un saut de ligne (
15854 \family sans
15855 Ctrl-Entrée
15856 \family default
15857 ).
15858  Maintenant, quand on tape
15859 \begin_inset Newline newline
15860 \end_inset
15861
15862
15863 \series bold
15864 0<k<1000 Ctrl-Entrée
15865 \begin_inset Newline newline
15866 \end_inset
15867
15868
15869 \series default
15870 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
15871 \end_layout
15872
15873 \begin_layout Standard
15874 L'alignement des lignes peut être modifié en alignement à gauche avec la
15875  barre d'outils 
15876 \family sans
15877 Tableaux
15878 \family default
15879  ou avec le menu 
15880 \family sans
15881 Éditer\SpecialChar \menuseparator
15882 Lignes
15883 \begin_inset space ~
15884 \end_inset
15885
15886 &
15887 \begin_inset space ~
15888 \end_inset
15889
15890 colonnes
15891 \family default
15892 .
15893  Pour avoir un alignement à droite, on insère un 
15894 \series bold
15895
15896 \backslash
15897 hfill
15898 \begin_inset ERT
15899 status collapsed
15900
15901 \begin_layout Plain Layout
15902
15903
15904 \backslash
15905 spce 
15906 \end_layout
15907
15908 \end_inset
15909
15910
15911 \series default
15912  au début de la ligne.
15913 \end_layout
15914
15915 \begin_layout Standard
15916 La commande 
15917 \series bold
15918
15919 \backslash
15920 substack
15921 \series default
15922  est équivalente à 
15923 \series bold
15924
15925 \backslash
15926 subarray
15927 \series default
15928  avec la différence que les lignes sont toujours centrées.
15929 \end_layout
15930
15931 \begin_layout Standard
15932 \begin_inset VSpace bigskip
15933 \end_inset
15934
15935 Comme dans le cas de la formule 
15936 \begin_inset CommandInset ref
15937 LatexCommand eqref
15938 reference "eq:substack"
15939
15940 \end_inset
15941
15942 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
15943 s qui suivent l'opérateur se trouvent après la limite.
15944 \end_layout
15945
15946 \begin_layout Standard
15947 Pour éviter cela, on peut utiliser la macro suivante dans le préambule LaTeX:
15948 \end_layout
15949
15950 \begin_layout Standard
15951
15952 \series bold
15953
15954 \backslash
15955 def
15956 \backslash
15957 clap#1{
15958 \backslash
15959 hbox to 0pt{
15960 \backslash
15961 hss #1
15962 \backslash
15963 hss}}
15964 \begin_inset Newline newline
15965 \end_inset
15966
15967
15968 \backslash
15969 def
15970 \backslash
15971 mathclap {
15972 \backslash
15973 mathpalette 
15974 \backslash
15975 mathclapinternal}
15976 \begin_inset Newline newline
15977 \end_inset
15978
15979
15980 \backslash
15981 def
15982 \backslash
15983 mathclapinternal #1#2{
15984 \backslash
15985 clap{$
15986 \backslash
15987 mathsurround =0pt #1{#2}$}}
15988 \end_layout
15989
15990 \begin_layout Standard
15991 Elle définit la commande 
15992 \series bold
15993
15994 \backslash
15995 mathclap
15996 \series default
15997
15998 \begin_inset Index
15999 status collapsed
16000
16001 \begin_layout Plain Layout
16002 Commandes ! M ! 
16003 \backslash
16004 mathclap
16005 \end_layout
16006
16007 \end_inset
16008
16009  qui met la largeur de la limite à 0
16010 \begin_inset space \thinspace{}
16011 \end_inset
16012
16013 pt.
16014  La syntaxe de la commande est:
16015 \end_layout
16016
16017 \begin_layout Standard
16018
16019 \series bold
16020
16021 \backslash
16022 mathclap{limite}
16023 \end_layout
16024
16025 \begin_layout Standard
16026 où la limite peut être composée de plusieurs conditions.
16027 \end_layout
16028
16029 \begin_layout Standard
16030 Appliqué à la formule 
16031 \begin_inset CommandInset ref
16032 LatexCommand eqref
16033 reference "eq:substack"
16034
16035 \end_inset
16036
16037 , on utilise la commande
16038 \end_layout
16039
16040 \begin_layout Standard
16041
16042 \series bold
16043
16044 \backslash
16045 sum_
16046 \backslash
16047 mathclap{
16048 \backslash
16049 substack
16050 \begin_inset ERT
16051 status collapsed
16052
16053 \begin_layout Plain Layout
16054
16055
16056 \backslash
16057 spce 
16058 \end_layout
16059
16060 \end_inset
16061
16062 0<k<1000 Ctrl-Enter
16063 \end_layout
16064
16065 \begin_layout Standard
16066 pour créer la limite inférieure.
16067  L'opérande est maintenant juste après l'opérateur de sommation:
16068 \begin_inset Formula \[
16069 \sum_{\mathclap{\substack{0<k<1000\\
16070 \\k\,\in\,\mathbb{N}}
16071 }}^{n}k^{-2}\]
16072
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \begin_layout Standard
16079 \begin_inset VSpace bigskip
16080 \end_inset
16081
16082 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
16083 \begin_inset CommandInset ref
16084 LatexCommand ref
16085 reference "sub:Opérateurs-personnalisés"
16086
16087 \end_inset
16088
16089 .
16090 \end_layout
16091
16092 \begin_layout Subsection
16093 Opérateurs binaires
16094 \begin_inset CommandInset label
16095 LatexCommand label
16096 name "sub:Opérateurs-binaires"
16097
16098 \end_inset
16099
16100
16101 \begin_inset Index
16102 status collapsed
16103
16104 \begin_layout Plain Layout
16105 Opérateurs ! binaires
16106 \end_layout
16107
16108 \end_inset
16109
16110
16111 \end_layout
16112
16113 \begin_layout Standard
16114 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
16115  avant et après eux.
16116 \begin_inset VSpace medskip
16117 \end_inset
16118
16119
16120 \end_layout
16121
16122 \begin_layout Standard
16123
16124 \lang english
16125 \begin_inset space \hfill{}
16126 \end_inset
16127
16128
16129 \lang french
16130
16131 \begin_inset Tabular
16132 <lyxtabular version="3" rows="13" columns="2">
16133 <features>
16134 <column alignment="center" valignment="top" width="0pt">
16135 <column alignment="center" valignment="top" width="0pt">
16136 <row>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 Commande
16142 \begin_inset Note Note
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146
16147 \series bold
16148
16149 \backslash
16150 raisebox est seulement utilisée pour faire de la place
16151 \end_layout
16152
16153 \end_inset
16154
16155
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 Résultat
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 <row>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 +
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 \begin_inset Formula $+$
16185 \end_inset
16186
16187
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 </row>
16193 <row>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198 -
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207 \begin_inset Formula $-$
16208 \end_inset
16209
16210
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 </row>
16216 <row>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221
16222 \backslash
16223 pm
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 \begin_inset Formula $\pm$
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row>
16242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246
16247 \backslash
16248 mp
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 \begin_inset Formula $\mp$
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 <row>
16267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271
16272 \backslash
16273 cdot
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 \begin_inset Formula $\cdot$
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 </row>
16291 <row>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296
16297 \backslash
16298 times
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 \begin_inset Formula $\times$
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321
16322 \backslash
16323 div
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 \begin_inset Formula $\div$
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 <row>
16342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346 \begin_inset ERT
16347 status collapsed
16348
16349 \begin_layout Plain Layout
16350
16351
16352 \backslash
16353 raisebox{-1.2mm}{
16354 \end_layout
16355
16356 \end_inset
16357
16358 *
16359 \begin_inset ERT
16360 status collapsed
16361
16362 \begin_layout Plain Layout
16363
16364 }
16365 \end_layout
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378 \begin_inset Formula $*$
16379 \end_inset
16380
16381
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392
16393 \backslash
16394 star
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Formula $\star$
16404 \end_inset
16405
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 </row>
16412 <row>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417
16418 \backslash
16419 circ
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 \begin_inset Formula $\circ$
16429 \end_inset
16430
16431
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 <row>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442
16443 \backslash
16444 diamond
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 \begin_inset Formula $\diamond$
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 <row>
16463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467
16468 \backslash
16469 bullet
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 \begin_inset Formula $\bullet$
16479 \end_inset
16480
16481
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 </row>
16487 </lyxtabular>
16488
16489 \end_inset
16490
16491
16492 \begin_inset space \hfill{}
16493 \end_inset
16494
16495
16496 \begin_inset Tabular
16497 <lyxtabular version="3" rows="13" columns="2">
16498 <features>
16499 <column alignment="center" valignment="top" width="0pt">
16500 <column alignment="center" valignment="top" width="0pt">
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 Commande
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 Résultat
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 </row>
16521 <row>
16522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526
16527 \backslash
16528 nabla
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 \begin_inset Formula $\nabla$
16538 \end_inset
16539
16540
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 </row>
16546 <row>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551
16552 \backslash
16553 bigtriangledown
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 \begin_inset Formula $\bigtriangledown$
16563 \end_inset
16564
16565
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 </row>
16571 <row>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576
16577 \backslash
16578 bigtriangleup
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 \begin_inset Formula $\bigtriangleup$
16588 \end_inset
16589
16590
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 <row>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601
16602 \backslash
16603 Box
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 \begin_inset Formula $\Box$
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 <row>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626
16627 \backslash
16628 cap 
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 \begin_inset Formula $\cap$
16638 \end_inset
16639
16640
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 </row>
16646 <row>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651
16652 \backslash
16653 cup
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 \begin_inset Formula $\cup$
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 <row>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676
16677 \backslash
16678 dagger
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 \begin_inset Formula $\dagger$
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 </row>
16696 <row>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701
16702 \backslash
16703 ddagger
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712 \begin_inset Formula $\ddagger$
16713 \end_inset
16714
16715
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 </row>
16721 <row>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726
16727 \backslash
16728 wr
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 \begin_inset Formula $\wr$
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 </row>
16746 <row>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751
16752 \backslash
16753 bigcirc
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 \begin_inset Formula $\bigcirc$
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776
16777 \backslash
16778 wedge
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\wedge$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801
16802 \backslash
16803 vee
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 \begin_inset Formula $\vee$
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 </lyxtabular>
16822
16823 \end_inset
16824
16825
16826 \begin_inset space \hfill{}
16827 \end_inset
16828
16829
16830 \begin_inset Tabular
16831 <lyxtabular version="3" rows="13" columns="2">
16832 <features>
16833 <column alignment="center" valignment="top" width="0pt">
16834 <column alignment="center" valignment="top" width="0pt">
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 Commande
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 Résultat
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 </row>
16855 <row>
16856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860
16861 \backslash
16862 oplus
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 \begin_inset Formula $\oplus$
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 </row>
16880 <row>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885
16886 \backslash
16887 ominus
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 \begin_inset Formula $\ominus$
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 </row>
16905 <row>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910
16911 \backslash
16912 otimes
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921 \begin_inset Formula $\otimes$
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \backslash
16937 oslash
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 \begin_inset Formula $\oslash$
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \backslash
16962 odot
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Formula $\odot$
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \backslash
16987 amalg
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 \begin_inset Formula $\amalg$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \backslash
17012 uplus
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Formula $\uplus$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 </row>
17030 <row>
17031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \backslash
17037 setminus
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 \begin_inset Formula $\setminus$
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 </row>
17055 <row>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060
17061 \backslash
17062 sqcap
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Formula $\sqcap$
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 sqcup
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $\sqcup$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110
17111 \backslash
17112 triangleleft
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\triangleleft$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 triangleright
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\triangleright$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 </lyxtabular>
17156
17157 \end_inset
17158
17159
17160 \begin_inset space \hfill{}
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \begin_layout Standard
17167 Tous les opérateurs binaires peuvent être insérés avec le bouton 
17168 \begin_inset Graphics
17169         filename ../../images/math/pm.png
17170         scale 85
17171
17172 \end_inset
17173
17174  de la barre d'outils mathématique.
17175 \end_layout
17176
17177 \begin_layout Standard
17178 Pour obtenir l'opérateur Laplacien, on peut utiliser 
17179 \series bold
17180
17181 \backslash
17182 Delta
17183 \series default
17184  ou 
17185 \series bold
17186
17187 \backslash
17188 nabla
17189 \series default
17190 ^
17191 \series bold
17192 2
17193 \series default
17194  (
17195 \begin_inset Formula $\nabla^{2}$
17196 \end_inset
17197
17198 ) à la place de 
17199 \series bold
17200
17201 \backslash
17202 bigtriangleup
17203 \series default
17204  .
17205 \end_layout
17206
17207 \begin_layout Standard
17208 Le caractère 
17209 \family sans
17210 Séparateur
17211 \begin_inset space ~
17212 \end_inset
17213
17214 de
17215 \begin_inset space ~
17216 \end_inset
17217
17218 menu
17219 \family default
17220  du menu 
17221 \family sans
17222 Insérer\SpecialChar \menuseparator
17223 Caractères
17224 \begin_inset space ~
17225 \end_inset
17226
17227 spécial
17228 \family default
17229  est en fait l'opérateur 
17230 \series bold
17231
17232 \backslash
17233 triangleright
17234 \series default
17235 .
17236 \end_layout
17237
17238 \begin_layout Subsection
17239 Opérateurs personnalisés
17240 \begin_inset CommandInset label
17241 LatexCommand label
17242 name "sub:Opérateurs-personnalisés"
17243
17244 \end_inset
17245
17246
17247 \begin_inset Index
17248 status collapsed
17249
17250 \begin_layout Plain Layout
17251 Opérateurs ! personnalisés
17252 \end_layout
17253
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \begin_layout Standard
17260 Avec l'aide de la commande 
17261 \series bold
17262
17263 \backslash
17264 DeclareMathOperator
17265 \series default
17266
17267 \begin_inset Index
17268 status collapsed
17269
17270 \begin_layout Plain Layout
17271 Commandes ! D ! 
17272 \backslash
17273 dbinom@
17274 \backslash
17275 DeclareMathOperator
17276 \end_layout
17277
17278 \end_inset
17279
17280 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
17281  La syntaxe de la commande est:
17282 \end_layout
17283
17284 \begin_layout Standard
17285
17286 \series bold
17287
17288 \backslash
17289 DeclareMathOperator{nouvelle commande}{affichage}
17290 \end_layout
17291
17292 \begin_layout Standard
17293 L'affichage peut être composé de caractères ou de symboles qui définissent
17294  comment l'opérateur doit apparaître dans la sortie finale.
17295  Pour définir un grand opérateur, on met une * après la commande.
17296  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
17297  c'est décrit dans 
17298 \begin_inset CommandInset ref
17299 LatexCommand ref
17300 reference "sub:Limites-des-opérateurs"
17301
17302 \end_inset
17303
17304 .
17305 \end_layout
17306
17307 \begin_layout Standard
17308 Par exemple la ligne 
17309 \end_layout
17310
17311 \begin_layout Standard
17312
17313 \series bold
17314
17315 \backslash
17316 DeclareMathOperator*{
17317 \backslash
17318 Losange}{
17319 \backslash
17320 blacklozenge}
17321 \end_layout
17322
17323 \begin_layout Standard
17324 dans le préambule LaTeX définit la commande 
17325 \series bold
17326
17327 \backslash
17328 Losange
17329 \series default
17330 , qui insère un grand opérateur qui consiste en un symbole losange venant
17331  de 
17332 \begin_inset CommandInset ref
17333 LatexCommand ref
17334 reference "sub:Symboles-divers"
17335
17336 \end_inset
17337
17338 :
17339 \begin_inset Formula \[
17340 \Losange_{n=1}^{\infty}\]
17341
17342 \end_inset
17343
17344 La commande utilisée pour cette formule est: 
17345 \series bold
17346
17347 \backslash
17348 Losange
17349 \series default
17350 ^
17351 \series bold
17352
17353 \backslash
17354 infty
17355 \begin_inset Formula $\to$
17356 \end_inset
17357
17358 _n=1
17359 \end_layout
17360
17361 \begin_layout Standard
17362 \begin_inset VSpace bigskip
17363 \end_inset
17364
17365 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
17366  document, on peut aussi le définir avec les commandes 
17367 \series bold
17368
17369 \backslash
17370 mathop
17371 \series default
17372
17373 \begin_inset Index
17374 status collapsed
17375
17376 \begin_layout Plain Layout
17377 Commandes ! M ! 
17378 \backslash
17379 mathop
17380 \end_layout
17381
17382 \end_inset
17383
17384  et 
17385 \series bold
17386
17387 \backslash
17388 mathbin
17389 \series default
17390
17391 \begin_inset Index
17392 status collapsed
17393
17394 \begin_layout Plain Layout
17395 Commandes ! M ! 
17396 \backslash
17397 mathbin
17398 \end_layout
17399
17400 \end_inset
17401
17402 , qui ont les syntaxes suivantes:
17403 \end_layout
17404
17405 \begin_layout Standard
17406
17407 \series bold
17408
17409 \backslash
17410 mathop{affichage}
17411 \series default
17412  et 
17413 \series bold
17414
17415 \backslash
17416 mathbin{affichage}
17417 \end_layout
17418
17419 \begin_layout Standard
17420
17421 \series bold
17422
17423 \backslash
17424 mathop
17425 \series default
17426  définit des grands opérateurs et 
17427 \series bold
17428
17429 \backslash
17430 mathbin
17431 \series default
17432  des opérateurs binaires.
17433 \end_layout
17434
17435 \begin_layout Standard
17436
17437 \series bold
17438
17439 \backslash
17440 mathop
17441 \series default
17442  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17443 \end_layout
17444
17445 \begin_layout Standard
17446 \begin_inset Formula \[
17447 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17448
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \begin_layout Standard
17455 La commande pour la formule précédente est:
17456 \begin_inset Newline newline
17457 \end_inset
17458
17459
17460 \series bold
17461
17462 \backslash
17463 mathop{
17464 \backslash
17465 sum
17466 \backslash
17467 negmedspace
17468 \backslash
17469 sum
17470 \series default
17471
17472 \begin_inset ERT
17473 status collapsed
17474
17475 \begin_layout Plain Layout
17476
17477
17478 \backslash
17479 spce 
17480 \end_layout
17481
17482 \end_inset
17483
17484
17485 \series bold
17486
17487 \begin_inset Formula $\to$
17488 \end_inset
17489
17490 ^N
17491 \series default
17492
17493 \begin_inset ERT
17494 status collapsed
17495
17496 \begin_layout Plain Layout
17497
17498
17499 \backslash
17500 spce 
17501 \end_layout
17502
17503 \end_inset
17504
17505
17506 \series bold
17507 _i,j=1
17508 \end_layout
17509
17510 \begin_layout Section
17511 Polices de caractères
17512 \begin_inset Index
17513 status collapsed
17514
17515 \begin_layout Plain Layout
17516 Polices de caractères
17517 \end_layout
17518
17519 \end_inset
17520
17521
17522 \begin_inset Index
17523 status collapsed
17524
17525 \begin_layout Plain Layout
17526 Fontes| see
17527 \begin_inset ERT
17528 status collapsed
17529
17530 \begin_layout Plain Layout
17531
17532 {
17533 \end_layout
17534
17535 \end_inset
17536
17537 Polices de caractères
17538 \begin_inset ERT
17539 status collapsed
17540
17541 \begin_layout Plain Layout
17542
17543 }
17544 \end_layout
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \begin_layout Subsection
17557 Styles de polices
17558 \begin_inset CommandInset label
17559 LatexCommand label
17560 name "sub:Styles-de-polices"
17561
17562 \end_inset
17563
17564
17565 \begin_inset Index
17566 status collapsed
17567
17568 \begin_layout Plain Layout
17569 Polices de caractères ! style
17570 \end_layout
17571
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Standard
17578 Dans les formules on peut affecter aux lettres latines un des styles de
17579  police suivant:
17580 \begin_inset VSpace -2mm
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \begin_layout Standard
17587 \align center
17588 \begin_inset Tabular
17589 <lyxtabular version="3" rows="6" columns="3">
17590 <features>
17591 <column alignment="center" valignment="top" width="0">
17592 <column alignment="center" valignment="top" width="0">
17593 <column alignment="center" valignment="top" width="0">
17594 <row>
17595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599 Commande
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608 Résultat
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617 Raccourci
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 </row>
17623 <row>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628
17629 \backslash
17630 mathbb
17631 \begin_inset ERT
17632 status collapsed
17633
17634 \begin_layout Plain Layout
17635
17636
17637 \backslash
17638 spce 
17639 \end_layout
17640
17641 \end_inset
17642
17643 ABC
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $\mathbb{ABC}$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664 Alt-c c
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 </row>
17670 <row>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675
17676 \backslash
17677 mathbf
17678 \begin_inset ERT
17679 status collapsed
17680
17681 \begin_layout Plain Layout
17682
17683
17684 \backslash
17685 spce 
17686 \end_layout
17687
17688 \end_inset
17689
17690 AbC
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 \begin_inset Formula $\mathbf{AbC}$
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711 -
17712 \end_layout
17713
17714 \end_inset
17715 </cell>
17716 </row>
17717 <row>
17718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722
17723 \backslash
17724 boldsymbol
17725 \begin_inset ERT
17726 status collapsed
17727
17728 \begin_layout Plain Layout
17729
17730
17731 \backslash
17732 spce 
17733 \end_layout
17734
17735 \end_inset
17736
17737 AbC
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 \begin_inset Formula $\boldsymbol{AbC}$
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758 Alt-c b
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 </row>
17764 <row>
17765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769
17770 \backslash
17771 mathcal
17772 \begin_inset ERT
17773 status collapsed
17774
17775 \begin_layout Plain Layout
17776
17777
17778 \backslash
17779 spce 
17780 \end_layout
17781
17782 \end_inset
17783
17784 ABC
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 \begin_inset Formula $\mathcal{ABC}$
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805 Alt-c e
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 </row>
17811 <row>
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
17817 \backslash
17818 mathfrak
17819 \begin_inset ERT
17820 status collapsed
17821
17822 \begin_layout Plain Layout
17823
17824
17825 \backslash
17826 spce 
17827 \end_layout
17828
17829 \end_inset
17830
17831 AbC
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 \begin_inset Formula $\mathfrak{AbC}$
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 -
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 </row>
17858 </lyxtabular>
17859
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \begin_layout Standard
17866 \align center
17867 \begin_inset Tabular
17868 <lyxtabular version="3" rows="5" columns="3">
17869 <features>
17870 <column alignment="center" valignment="top" width="0">
17871 <column alignment="center" valignment="top" width="0">
17872 <column alignment="center" valignment="top" width="0">
17873 <row>
17874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 Commande
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887 Résultat
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 Raccourci
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 </row>
17902 <row>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907
17908 \backslash
17909 mathit
17910 \begin_inset ERT
17911 status collapsed
17912
17913 \begin_layout Plain Layout
17914
17915
17916 \backslash
17917 spce 
17918 \end_layout
17919
17920 \end_inset
17921
17922 AbC
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 \begin_inset Formula $\mathit{AbC}$
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 -
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 </row>
17949 <row>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954
17955 \backslash
17956 mathrm
17957 \begin_inset ERT
17958 status collapsed
17959
17960 \begin_layout Plain Layout
17961
17962
17963 \backslash
17964 spce 
17965 \end_layout
17966
17967 \end_inset
17968
17969 AbC
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 \begin_inset Formula $\mathrm{AbC}$
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 Alt-c r
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 </row>
17996 <row>
17997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001
18002 \backslash
18003 mathsf
18004 \begin_inset ERT
18005 status collapsed
18006
18007 \begin_layout Plain Layout
18008
18009
18010 \backslash
18011 spce 
18012 \end_layout
18013
18014 \end_inset
18015
18016 AbC
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 \begin_inset Formula $\mathsf{AbC}$
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 Alt-c s
18038 \end_layout
18039
18040 \end_inset
18041 </cell>
18042 </row>
18043 <row>
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
18049 \backslash
18050 mathtt
18051 \begin_inset ERT
18052 status collapsed
18053
18054 \begin_layout Plain Layout
18055
18056
18057 \backslash
18058 spce 
18059 \end_layout
18060
18061 \end_inset
18062
18063 AbC
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 \begin_inset Formula $\mathtt{AbC}$
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 Alt-c p
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 </row>
18090 </lyxtabular>
18091
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \begin_layout Standard
18098 \begin_inset Note Greyedout
18099 status open
18100
18101 \begin_layout Plain Layout
18102
18103 \series bold
18104 Note:
18105 \series default
18106  Les styles 
18107 \series bold
18108
18109 \backslash
18110 mathbb
18111 \series default
18112  et 
18113 \series bold
18114
18115 \backslash
18116 mathcal
18117 \series default
18118  ne peuvent être utilisés que pour les lettres majuscules.
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Standard
18127 Le style prédéfini est 
18128 \series bold
18129
18130 \backslash
18131 mathnormal
18132 \series default
18133 .
18134 \end_layout
18135
18136 \begin_layout Standard
18137 Les commandes de style fonctionnent aussi pour des caractères dans des construct
18138 ions mathématiques:
18139 \begin_inset Formula \[
18140 \mathfrak{A=\frac{b}{C}}\]
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 Les caractères en texte mathématique n'apparaissent pas avec un style de
18149  police mathématique mais avec le style de police texte 
18150 \series bold
18151
18152 \backslash
18153 textrm
18154 \series default
18155 .
18156  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
18157  de style est un bug de LyX.
18158 \begin_inset Foot
18159 status collapsed
18160
18161 \begin_layout Plain Layout
18162 \begin_inset CommandInset href
18163 LatexCommand href
18164 name "LyX-bug #4091"
18165 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18166
18167 \end_inset
18168
18169
18170 \end_layout
18171
18172 \end_inset
18173
18174
18175 \end_layout
18176
18177 \begin_layout Standard
18178 À la place des commandes de style, on peut utiliser le menu 
18179 \family sans
18180 Éditer\SpecialChar \menuseparator
18181 Math\SpecialChar \menuseparator
18182 Style
18183 \begin_inset space ~
18184 \end_inset
18185
18186 de
18187 \begin_inset space ~
18188 \end_inset
18189
18190 Texte
18191 \family default
18192  ou le bouton 
18193 \begin_inset Graphics
18194         filename ../../images/math/font.png
18195         scale 85
18196
18197 \end_inset
18198
18199  de la barre d'outils mathématique.
18200 \end_layout
18201
18202 \begin_layout Subsection
18203 Formules en gras
18204 \begin_inset CommandInset label
18205 LatexCommand label
18206 name "sub:Formules-en-gras"
18207
18208 \end_inset
18209
18210
18211 \begin_inset Index
18212 status collapsed
18213
18214 \begin_layout Plain Layout
18215 Formules ! en gras
18216 \end_layout
18217
18218 \end_inset
18219
18220
18221 \end_layout
18222
18223 \begin_layout Standard
18224 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
18225  
18226 \series bold
18227
18228 \backslash
18229 mathbf
18230 \series default
18231  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
18232  grecques minuscules.
18233  En plus elle affiche toujours les lettres latines en caractères droits,
18234  comme dans l'équation suivante:
18235 \end_layout
18236
18237 \begin_layout Standard
18238 \begin_inset Formula \[
18239 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}\]
18240
18241 \end_inset
18242
18243
18244 \end_layout
18245
18246 \begin_layout Standard
18247 Pour afficher cette formule correctement; on utilise la commande 
18248 \series bold
18249
18250 \backslash
18251 boldsymbol
18252 \series default
18253 :
18254 \begin_inset Formula \[
18255 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}\]
18256
18257 \end_inset
18258
18259 Il est aussi possible de mettre l'équation dans un environnement 
18260 \series bold
18261 boldmath
18262 \series default
18263 .
18264  On crée cet environnement en insérant la commande 
18265 \series bold
18266
18267 \backslash
18268 boldmath
18269 \begin_inset Index
18270 status collapsed
18271
18272 \begin_layout Plain Layout
18273 Commandes ! B ! 
18274 \backslash
18275 boldmath
18276 \end_layout
18277
18278 \end_inset
18279
18280
18281 \series default
18282  en mode TeX.
18283  Pour terminer l'environnement, on insère la commande 
18284 \series bold
18285
18286 \backslash
18287 unboldmath
18288 \begin_inset Index
18289 status collapsed
18290
18291 \begin_layout Plain Layout
18292 Commandes ! U ! 
18293 \backslash
18294 unboldmath
18295 \end_layout
18296
18297 \end_inset
18298
18299
18300 \series default
18301  toujours en mode TeX.
18302 \begin_inset ERT
18303 status collapsed
18304
18305 \begin_layout Plain Layout
18306
18307
18308 \backslash
18309 boldmath 
18310 \end_layout
18311
18312 \end_inset
18313
18314
18315 \begin_inset Formula \[
18316 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}\]
18317
18318 \end_inset
18319
18320
18321 \begin_inset ERT
18322 status collapsed
18323
18324 \begin_layout Plain Layout
18325
18326
18327 \backslash
18328 unboldmath 
18329 \end_layout
18330
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \begin_layout Subsection
18337 Tailles de polices
18338 \begin_inset CommandInset label
18339 LatexCommand label
18340 name "sub:Tailles-polices"
18341
18342 \end_inset
18343
18344
18345 \begin_inset Index
18346 status collapsed
18347
18348 \begin_layout Plain Layout
18349 Polices ! tailles
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \begin_layout Standard
18358 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18359  les caractères qui sont dans le texte, les commandes de changement de taille
18360  suivantes:
18361 \end_layout
18362
18363 \begin_layout Standard
18364
18365 \series bold
18366
18367 \backslash
18368 Huge
18369 \series default
18370
18371 \series bold
18372
18373 \backslash
18374 huge
18375 \series default
18376
18377 \series bold
18378
18379 \backslash
18380 LARGE
18381 \series default
18382
18383 \series bold
18384
18385 \backslash
18386 Large
18387 \series default
18388
18389 \series bold
18390
18391 \backslash
18392 large
18393 \series default
18394
18395 \series bold
18396
18397 \backslash
18398 normalsize
18399 \series default
18400
18401 \series bold
18402
18403 \backslash
18404 small
18405 \series default
18406 ,
18407 \begin_inset Newline newline
18408 \end_inset
18409
18410
18411 \series bold
18412
18413 \backslash
18414 footnotesize
18415 \series default
18416
18417 \series bold
18418
18419 \backslash
18420 scriptsize
18421 \series default
18422 , et 
18423 \series bold
18424
18425 \backslash
18426 tiny
18427 \begin_inset Foot
18428 status collapsed
18429
18430 \begin_layout Plain Layout
18431 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
18432  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \begin_layout Standard
18441 La taille des caractères produits par ces commandes dépend de la taille
18442  de police du document, qui correspond à la commande 
18443 \series bold
18444
18445 \backslash
18446 normalsize
18447 \series default
18448 .
18449  Les autres commandes produisent des tailles plus ou moins grandes que 
18450 \series bold
18451
18452 \backslash
18453 normalsize
18454 \series default
18455 .
18456  La taille de la police ne peut donc pas dépasser une certaine valeur.
18457  Par exemple, pour un document dans une police de taille 12
18458 \begin_inset space \thinspace{}
18459 \end_inset
18460
18461 pt, la commande 
18462 \series bold
18463
18464 \backslash
18465 Huge
18466 \series default
18467  va donner la même taille que 
18468 \series bold
18469
18470 \backslash
18471 huge
18472 \series default
18473 .
18474  
18475 \end_layout
18476
18477 \begin_layout Standard
18478 Une commande de changement de taille est insérée en mode TeX avant la formule
18479  et fixe la taille de toutes les formules qui suivent ainsi que celle des
18480  caractères du texte.
18481  Pour revenir à la taille initiale, on doit insérer la commande 
18482 \series bold
18483
18484 \backslash
18485 normalsize
18486 \series default
18487  en mode TeX après la formule.
18488 \end_layout
18489
18490 \begin_layout Standard
18491 À l'intérieur de la formule, on ne peut changer la taille que des caractères
18492  ou des symboles qui sont en mode texte mathématique.
18493  Pour le faire, on insère la commande de changement de taille en mode texte
18494  mathématique.
18495  Tous les caractères qui suivent jusqu'à la fin du texte mathématique ou
18496  jusqu'à ce que la taille soit de nouveau modifiée, auront la taille choisie.
18497  Deux exemples:
18498 \begin_inset VSpace -2mm
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \begin_layout Standard
18505 \begin_inset ERT
18506 status collapsed
18507
18508 \begin_layout Plain Layout
18509
18510
18511 \backslash
18512 huge 
18513 \end_layout
18514
18515 \end_inset
18516
18517
18518 \begin_inset Formula \[
18519 A=\frac{B}{c}\cdot\maltese\]
18520
18521 \end_inset
18522
18523
18524 \begin_inset Formula \[
18525 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18526
18527 \end_inset
18528
18529
18530 \begin_inset ERT
18531 status collapsed
18532
18533 \begin_layout Plain Layout
18534
18535
18536 \backslash
18537 normalsize 
18538 \end_layout
18539
18540 \end_inset
18541
18542
18543 \end_layout
18544
18545 \begin_layout Standard
18546 \begin_inset VSpace medskip
18547 \end_inset
18548
18549 Avant les deux formules, on a inséré la commande 
18550 \series bold
18551
18552 \backslash
18553 huge
18554 \series default
18555 .
18556  La commande utilisée pour la deuxième formule est:
18557 \begin_inset Newline newline
18558 \end_inset
18559
18560
18561 \series bold
18562
18563 \backslash
18564 maltese
18565 \begin_inset ERT
18566 status collapsed
18567
18568 \begin_layout Plain Layout
18569
18570
18571 \backslash
18572 spce 
18573 \end_layout
18574
18575 \end_inset
18576
18577 A Alt-m m 
18578 \backslash
18579 Large
18580 \begin_inset ERT
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584
18585
18586 \backslash
18587 spce 
18588 \end_layout
18589
18590 \end_inset
18591
18592
18593 \backslash
18594 maltese
18595 \begin_inset ERT
18596 status collapsed
18597
18598 \begin_layout Plain Layout
18599
18600
18601 \backslash
18602 spce 
18603 \end_layout
18604
18605 \end_inset
18606
18607
18608 \backslash
18609 textit
18610 \begin_inset ERT
18611 status collapsed
18612
18613 \begin_layout Plain Layout
18614
18615
18616 \backslash
18617 spce 
18618 \end_layout
18619
18620 \end_inset
18621
18622 A
18623 \begin_inset Formula $\to$
18624 \end_inset
18625
18626
18627 \begin_inset Formula $\to$
18628 \end_inset
18629
18630
18631 \begin_inset Newline newline
18632 \end_inset
18633
18634
18635 \series default
18636
18637 \begin_inset space \hspace*{}
18638 \length 1cm
18639 \end_inset
18640
18641
18642 \series bold
18643 Alt-m
18644 \series default
18645  
18646 \series bold
18647
18648 \backslash
18649 tiny
18650 \begin_inset ERT
18651 status collapsed
18652
18653 \begin_layout Plain Layout
18654
18655
18656 \backslash
18657 spce 
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \backslash
18664 maltese
18665 \begin_inset ERT
18666 status collapsed
18667
18668 \begin_layout Plain Layout
18669
18670
18671 \backslash
18672 spce 
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \backslash
18679 textit
18680 \begin_inset ERT
18681 status collapsed
18682
18683 \begin_layout Plain Layout
18684
18685
18686 \backslash
18687 spce 
18688 \end_layout
18689
18690 \end_inset
18691
18692 A
18693 \end_layout
18694
18695 \begin_layout Standard
18696 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
18697  affiché dans la taille par défaut
18698 \end_layout
18699
18700 \begin_layout Section
18701 Les lettres grecques
18702 \begin_inset Index
18703 status collapsed
18704
18705 \begin_layout Plain Layout
18706 Lettres grecques
18707 \end_layout
18708
18709 \end_inset
18710
18711
18712 \end_layout
18713
18714 \begin_layout Standard
18715 On peut insérer toutes les lettres grecques avec le bouton 
18716 \begin_inset Graphics
18717         filename ../../images/math/alpha.png
18718         scale 85
18719
18720 \end_inset
18721
18722  de la barre d'outils mathématiques.
18723 \end_layout
18724
18725 \begin_layout Subsection
18726 Lettres minuscules
18727 \begin_inset CommandInset label
18728 LatexCommand label
18729 name "sub:Minuscules"
18730
18731 \end_inset
18732
18733
18734 \begin_inset Index
18735 status collapsed
18736
18737 \begin_layout Plain Layout
18738 Lettres grecques ! minuscules
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \begin_layout Standard
18747
18748 \lang english
18749 \begin_inset space \hfill{}
18750 \end_inset
18751
18752
18753 \lang french
18754
18755 \begin_inset Tabular
18756 <lyxtabular version="3" rows="11" columns="2">
18757 <features>
18758 <column alignment="center" valignment="top" width="0pt">
18759 <column alignment="center" valignment="top" width="0pt">
18760 <row>
18761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 Commande
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774 Résultat
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 </row>
18780 <row>
18781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785
18786 \backslash
18787 alpha
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796 \begin_inset Formula $\alpha$
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 </row>
18805 <row>
18806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810
18811 \backslash
18812 beta
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821 \begin_inset Formula $\beta$
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 </row>
18830 <row>
18831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835
18836 \backslash
18837 gamma
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 \begin_inset Formula $\gamma$
18847 \end_inset
18848
18849
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 </row>
18855 <row>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860
18861 \backslash
18862 delta
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 \begin_inset Formula $\delta$
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 </row>
18880 <row>
18881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885
18886 \backslash
18887 epsilon
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896 \begin_inset Formula $\epsilon$
18897 \end_inset
18898
18899
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 </row>
18905 <row>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910
18911 \backslash
18912 varepsilon
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 \begin_inset Formula $\varepsilon$
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 </row>
18930 <row>
18931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935
18936 \backslash
18937 zeta
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946 \begin_inset Formula $\zeta$
18947 \end_inset
18948
18949
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \backslash
18962 eta
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 \begin_inset Formula $\eta$
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 <row>
18981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985
18986 \backslash
18987 theta
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 \begin_inset Formula $\theta$
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 <row>
19006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \backslash
19012 vartheta
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021 \begin_inset Formula $\vartheta$
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 </row>
19030 </lyxtabular>
19031
19032 \end_inset
19033
19034
19035 \begin_inset space \hfill{}
19036 \end_inset
19037
19038
19039 \begin_inset Tabular
19040 <lyxtabular version="3" rows="12" columns="2">
19041 <features>
19042 <column alignment="center" valignment="top" width="0pt">
19043 <column alignment="center" valignment="top" width="0pt">
19044 <row>
19045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 Commande
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 Résultat
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 </row>
19064 <row>
19065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069
19070 \backslash
19071 iota
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080 \begin_inset Formula $\iota$
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 </row>
19089 <row>
19090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094
19095 \backslash
19096 kappa
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 \begin_inset Formula $\kappa$
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 </row>
19114 <row>
19115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119
19120 \backslash
19121 varkappa
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130 \begin_inset Formula $\varkappa$
19131 \end_inset
19132
19133
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 </row>
19139 <row>
19140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19141 \begin_inset Text
19142
19143 \begin_layout Plain Layout
19144
19145 \backslash
19146 lambda
19147 \end_layout
19148
19149 \end_inset
19150 </cell>
19151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155 \begin_inset Formula $\lambda$
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \end_inset
19162 </cell>
19163 </row>
19164 <row>
19165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169
19170 \backslash
19171 mu
19172 \end_layout
19173
19174 \end_inset
19175 </cell>
19176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180 \begin_inset Formula $\mu$
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 <row>
19190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \backslash
19196 nu
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 \begin_inset Formula $\nu$
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219
19220 \backslash
19221 xi
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 \begin_inset Formula $\xi$
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 </row>
19239 <row>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 o
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 \begin_inset Formula $o$
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267
19268 \backslash
19269 pi
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 \begin_inset Formula $\pi$
19279 \end_inset
19280
19281
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 <row>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \backslash
19294 varpi
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 \begin_inset Formula $\varpi$
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 </row>
19312 <row>
19313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317
19318 \backslash
19319 rho
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328 \begin_inset Formula $\rho$
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 </row>
19337 </lyxtabular>
19338
19339 \end_inset
19340
19341
19342 \begin_inset space \hfill{}
19343 \end_inset
19344
19345
19346 \begin_inset Tabular
19347 <lyxtabular version="3" rows="11" columns="2">
19348 <features>
19349 <column alignment="center" valignment="top" width="0pt">
19350 <column alignment="center" valignment="top" width="0pt">
19351 <row>
19352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 Commande
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 Résultat
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 </row>
19371 <row>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376
19377 \backslash
19378 varrho
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387 \begin_inset Formula $\varrho$
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 </row>
19396 <row>
19397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401
19402 \backslash
19403 sigma
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 \begin_inset Formula $\sigma$
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 </row>
19421 <row>
19422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426
19427 \backslash
19428 varsigma
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 \begin_inset Formula $\varsigma$
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 </row>
19446 <row>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \backslash
19453 tau
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 \begin_inset Formula $\tau$
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 </row>
19471 <row>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476
19477 \backslash
19478 upsilon
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 \begin_inset Formula $\upsilon$
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 </row>
19496 <row>
19497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501
19502 \backslash
19503 phi
19504 \end_layout
19505
19506 \end_inset
19507 </cell>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512 \begin_inset Formula $\phi$
19513 \end_inset
19514
19515
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 </row>
19521 <row>
19522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526
19527 \backslash
19528 varphi
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 \begin_inset Formula $\varphi$
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 </row>
19546 <row>
19547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551
19552 \backslash
19553 chi
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 \begin_inset Formula $\chi$
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 </row>
19571 <row>
19572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576
19577 \backslash
19578 psi
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 \begin_inset Formula $\psi$
19588 \end_inset
19589
19590
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 </row>
19596 <row>
19597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \backslash
19603 omega
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612 \begin_inset Formula $\omega$
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 </row>
19621 </lyxtabular>
19622
19623 \end_inset
19624
19625
19626 \lang english
19627
19628 \begin_inset space \hfill{}
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \begin_layout Standard
19635 \begin_inset VSpace medskip
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \begin_layout Standard
19642 On explique comment obtenir des lettres grecques droites dans 
19643 \begin_inset CommandInset ref
19644 LatexCommand ref
19645 reference "sub:minuscules-grecques-droites"
19646
19647 \end_inset
19648
19649 .
19650 \end_layout
19651
19652 \begin_layout Subsection
19653 Lettres majuscules
19654 \begin_inset Index
19655 status collapsed
19656
19657 \begin_layout Plain Layout
19658 Lettres grecques ! majuscules
19659 \end_layout
19660
19661 \end_inset
19662
19663
19664 \end_layout
19665
19666 \begin_layout Standard
19667
19668 \lang english
19669 \begin_inset space \hfill{}
19670 \end_inset
19671
19672
19673 \lang french
19674
19675 \begin_inset Tabular
19676 <lyxtabular version="3" rows="7" columns="2">
19677 <features>
19678 <column alignment="center" valignment="top" width="0pt">
19679 <column alignment="center" valignment="top" width="0pt">
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 Commande
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 Résultat
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 Gamma
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\Gamma$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 Delta
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\Delta$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 Theta
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\Theta$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \backslash
19782 Lambda
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Formula $\Lambda$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805
19806 \backslash
19807 Xi
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $\Xi$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 <row>
19826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \backslash
19832 Pi
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 \begin_inset Formula $\Pi$
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 </lyxtabular>
19851
19852 \end_inset
19853
19854
19855 \begin_inset space \hfill{}
19856 \end_inset
19857
19858
19859 \begin_inset Tabular
19860 <lyxtabular version="3" rows="6" columns="2">
19861 <features>
19862 <column alignment="center" valignment="top" width="0pt">
19863 <column alignment="center" valignment="top" width="0pt">
19864 <row>
19865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 Commande
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878 Résultat
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 </row>
19884 <row>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889
19890 \backslash
19891 Sigma
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 \begin_inset Formula $\Sigma$
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 </row>
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914
19915 \backslash
19916 Upsilon
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 \begin_inset Formula $\Upsilon$
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939
19940 \backslash
19941 Phi
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 \begin_inset Formula $\Phi$
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 </row>
19959 <row>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964
19965 \backslash
19966 Psi
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 \begin_inset Formula $\Psi$
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \backslash
19991 Omega
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 \begin_inset Formula $\Omega$
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 </row>
20009 </lyxtabular>
20010
20011 \end_inset
20012
20013
20014 \lang english
20015
20016 \begin_inset space \hfill{}
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \begin_layout Standard
20023 \begin_inset VSpace medskip
20024 \end_inset
20025
20026 Le fait que les lettres grecques majuscules apparaissent droites provient
20027  d'un défaut de conception quand TeX a été développé.
20028  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
20029  commande par 
20030 \series bold
20031 var
20032 \series default
20033 .
20034  Par exemple, la commande 
20035 \series bold
20036
20037 \backslash
20038 varGamma
20039 \series default
20040  produit: 
20041 \begin_inset Formula $\varGamma$
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \begin_layout Subsection
20048 Lettres grasses
20049 \begin_inset Index
20050 status collapsed
20051
20052 \begin_layout Plain Layout
20053 Lettres grecques ! grasses
20054 \end_layout
20055
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \begin_layout Standard
20062 Les lettres grecques ne peuvent être mise dans différents styles de polices
20063  comme les lettres latines.
20064  Elles peuvent seulement être mises en gras avec la commande 
20065 \series bold
20066
20067 \backslash
20068 boldsymbol
20069 \series default
20070
20071 \begin_inset Index
20072 status collapsed
20073
20074 \begin_layout Plain Layout
20075 Commandes ! B ! 
20076 \backslash
20077 boldsymbol
20078 \end_layout
20079
20080 \end_inset
20081
20082 .
20083 \end_layout
20084
20085 \begin_layout Standard
20086 \align center
20087 \begin_inset Tabular
20088 <lyxtabular version="3" rows="3" columns="2">
20089 <features>
20090 <column alignment="center" valignment="top" width="0">
20091 <column alignment="center" valignment="top" width="0">
20092 <row>
20093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 Commande
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106 Résultat
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 <row>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \backslash
20119 Upsilon
20120 \backslash
20121 boldsymbol
20122 \backslash
20123 Upsilon
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 <row>
20142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146
20147 \backslash
20148 theta
20149 \backslash
20150 boldsymbol
20151 \backslash
20152 theta
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 \begin_inset Formula $\theta\boldsymbol{\theta}$
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 </lyxtabular>
20171
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \begin_layout Section
20178 Symboles
20179 \begin_inset ERT
20180 status collapsed
20181
20182 \begin_layout Plain Layout
20183
20184
20185 \backslash
20186 texorpdfstring{
20187 \end_layout
20188
20189 \end_inset
20190
20191
20192 \begin_inset Foot
20193 status collapsed
20194
20195 \begin_layout Plain Layout
20196 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20197  être trouvée dans 
20198 \begin_inset CommandInset citation
20199 LatexCommand cite
20200 key "Symbole"
20201
20202 \end_inset
20203
20204 .
20205 \end_layout
20206
20207 \end_inset
20208
20209
20210 \begin_inset ERT
20211 status collapsed
20212
20213 \begin_layout Plain Layout
20214
20215 }{}
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \begin_inset Note Note
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225
20226 \backslash
20227 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20228  dans les signets PDF.
20229 \end_layout
20230
20231 \begin_layout Plain Layout
20232 Plus au sujet de 
20233 \backslash
20234 texorpdfstring dans la section 
20235 \begin_inset CommandInset ref
20236 LatexCommand ref
20237 reference "sub:formules-dans-les-entêtes"
20238
20239 \end_inset
20240
20241 .
20242 \end_layout
20243
20244 \end_inset
20245
20246
20247 \begin_inset Index
20248 status collapsed
20249
20250 \begin_layout Plain Layout
20251 Symboles
20252 \end_layout
20253
20254 \end_inset
20255
20256
20257 \end_layout
20258
20259 \begin_layout Standard
20260 Plusieurs symboles listés dans cette section peuvent aussi être insérés
20261  grâce aux boutons 
20262 \begin_inset Graphics
20263         filename ../../images/math/nabla.png
20264         scale 85
20265
20266 \end_inset
20267
20268  et 
20269 \begin_inset Graphics
20270         filename ../../images/math/digamma.png
20271         scale 85
20272
20273 \end_inset
20274
20275  de la barre d'outils mathématique.
20276 \end_layout
20277
20278 \begin_layout Subsection
20279 Symboles mathématiques
20280 \begin_inset CommandInset label
20281 LatexCommand label
20282 name "sub:Symboles-mathématiques"
20283
20284 \end_inset
20285
20286
20287 \begin_inset Index
20288 status collapsed
20289
20290 \begin_layout Plain Layout
20291 Symboles ! mathématiques
20292 \end_layout
20293
20294 \end_inset
20295
20296
20297 \end_layout
20298
20299 \begin_layout Standard
20300 \begin_inset space \hfill{}
20301 \end_inset
20302
20303
20304 \begin_inset Tabular
20305 <lyxtabular version="3" rows="10" columns="2">
20306 <features>
20307 <column alignment="center" valignment="top" width="0pt">
20308 <column alignment="center" valignment="top" width="0pt">
20309 <row>
20310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 Commande
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 Résultat
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row>
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334
20335 \backslash
20336 neg
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345 \begin_inset Formula $\neg$
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \backslash
20361 Im
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 \begin_inset Formula $\Im$
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \backslash
20386 Re
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Formula $\Re$
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 aleph
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\aleph$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 partial
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\partial$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 infty
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\infty$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 wp
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\wp$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 imath
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\imath$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 jmath
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\jmath$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 </lyxtabular>
20555
20556 \end_inset
20557
20558
20559 \begin_inset space \hfill{}
20560 \end_inset
20561
20562
20563 \begin_inset Tabular
20564 <lyxtabular version="3" rows="10" columns="2">
20565 <features>
20566 <column alignment="center" valignment="top" width="0pt">
20567 <column alignment="center" valignment="top" width="0pt">
20568 <row>
20569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 Commande
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 Résultat
20583 \begin_inset Note Note
20584 status collapsed
20585
20586 \begin_layout Plain Layout
20587
20588 \series bold
20589
20590 \backslash
20591 raisebox est seulement utilisée pour faire de la place
20592 \end_layout
20593
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 </row>
20602 <row>
20603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607
20608 \backslash
20609 forall
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618 \begin_inset Formula $\forall$
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \end_inset
20625 </cell>
20626 </row>
20627 <row>
20628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632
20633 \backslash
20634 exists
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643 \begin_inset Formula $\exists$
20644 \end_inset
20645
20646
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 </row>
20652 <row>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657
20658 \backslash
20659 nexists
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668 \begin_inset Formula $\nexists$
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 </row>
20677 <row>
20678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682
20683 \backslash
20684 emptyset
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693 \begin_inset Formula $\emptyset$
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 <row>
20703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707
20708 \backslash
20709 varnothing
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718 \begin_inset Formula $\varnothing$
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 </row>
20727 <row>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \backslash
20734 dag
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Formula $\dag$
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 </row>
20752 <row>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \backslash
20759 ddag
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 \begin_inset Formula $\ddag$
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 </row>
20777 <row>
20778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782
20783 \backslash
20784 complement
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793 \begin_inset ERT
20794 status collapsed
20795
20796 \begin_layout Plain Layout
20797
20798
20799 \backslash
20800 raisebox{-0.8mm}{
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \begin_inset Formula $\complement$
20807 \end_inset
20808
20809
20810 \begin_inset ERT
20811 status collapsed
20812
20813 \begin_layout Plain Layout
20814
20815 }
20816 \end_layout
20817
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row>
20827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831
20832 \backslash
20833 Bbbk
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Formula $\Bbbk$
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 </lyxtabular>
20852
20853 \end_inset
20854
20855
20856 \begin_inset space \hfill{}
20857 \end_inset
20858
20859
20860 \begin_inset Tabular
20861 <lyxtabular version="3" rows="10" columns="2">
20862 <features>
20863 <column alignment="center" valignment="top" width="0pt">
20864 <column alignment="center" valignment="top" width="0pt">
20865 <row>
20866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 Commande
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 Résultat
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 <row>
20886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \backslash
20892 prime
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 \begin_inset Formula $\prime$
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \backslash
20917 backprime
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\backprime$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \backslash
20942 mho
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Formula $\mho$
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 <row>
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965
20966 \backslash
20967 triangle
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976 \begin_inset Formula $\triangle$
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row>
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \backslash
20992 angle
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Formula $\angle$
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 </row>
21010 <row>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015
21016 \backslash
21017 measuredangle
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Formula $\measuredangle$
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 </row>
21035 <row>
21036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040
21041 \backslash
21042 sphericalangle
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051 \begin_inset Formula $\sphericalangle$
21052 \end_inset
21053
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065
21066 \backslash
21067 top
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 \begin_inset Formula $\top$
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 </row>
21085 <row>
21086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090
21091 \backslash
21092 bot
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101 \begin_inset Formula $\bot$
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 </row>
21110 </lyxtabular>
21111
21112 \end_inset
21113
21114
21115 \begin_inset space \hfill{}
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \begin_layout Standard
21122 \begin_inset Newpage newpage
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \begin_layout Subsection
21129 Symboles divers
21130 \begin_inset CommandInset label
21131 LatexCommand label
21132 name "sub:Symboles-divers"
21133
21134 \end_inset
21135
21136
21137 \begin_inset Index
21138 status collapsed
21139
21140 \begin_layout Plain Layout
21141 Symboles ! divers
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \begin_layout Standard
21150 \noindent
21151 \align center
21152 \begin_inset Tabular
21153 <lyxtabular version="3" rows="10" columns="2">
21154 <features>
21155 <column alignment="center" valignment="top" width="0pt">
21156 <column alignment="center" valignment="top" width="0pt">
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 Commande
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 Résultat
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 <row>
21178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182
21183 \backslash
21184 flat
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 \begin_inset Formula $\flat$
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 </row>
21202 <row>
21203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \backslash
21209 natural
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 \begin_inset Formula $\natural$
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \backslash
21234 sharp
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 \begin_inset Formula $\sharp$
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 </row>
21252 <row>
21253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257
21258 \backslash
21259 surd
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Formula $\surd$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 </row>
21277 <row>
21278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \backslash
21284 checkmark
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $\checkmark$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \backslash
21309 yen
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Formula $\yen$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 pounds
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\pounds$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 $
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $\$$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 </row>
21375 <row>
21376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 §
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 \begin_inset Formula $§$
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 </lyxtabular>
21399
21400 \end_inset
21401
21402
21403 \begin_inset Tabular
21404 <lyxtabular version="3" rows="10" columns="2">
21405 <features>
21406 <column alignment="center" valignment="top" width="0">
21407 <column alignment="center" valignment="top" width="0">
21408 <row>
21409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413 Commande
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 Résultat
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 </row>
21428 <row>
21429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433
21434 \backslash
21435 hbar
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444 \begin_inset Formula $\hbar$
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row>
21454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \backslash
21460 hslash
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 \begin_inset Formula $\hslash$
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 </row>
21478 <row>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \backslash
21485 clubsuit
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $\clubsuit$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \backslash
21510 spadesuit
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\spadesuit$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \backslash
21535 bigstar
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $\bigstar$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 <row>
21554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558
21559 \backslash
21560 blacklozenge
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 \begin_inset Formula $\blacklozenge$
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 <row>
21579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583
21584 \backslash
21585 blacktriangle
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $\blacktriangle$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 </row>
21603 <row>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608
21609 \backslash
21610 blacktiangledown
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $\blacktriangledown$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \backslash
21635 bullet
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 \begin_inset Formula $\bullet$
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 </lyxtabular>
21654
21655 \end_inset
21656
21657
21658 \begin_inset Tabular
21659 <lyxtabular version="3" rows="10" columns="2">
21660 <features>
21661 <column alignment="center" valignment="top" width="0pt">
21662 <column alignment="center" valignment="top" width="0pt">
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 Commande
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 Résultat
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \backslash
21690 diamondsuit
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 \begin_inset Formula $\diamondsuit$
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 <row>
21709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \backslash
21715 Diamond
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Formula $\Diamond$
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 <row>
21734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738
21739 \backslash
21740 heartsuit
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Formula $\heartsuit$
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 P
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\P$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \backslash
21790 copyright
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset Formula $\copyright$
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 <row>
21809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813
21814 \backslash
21815 circledR
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 \begin_inset Formula $\circledR$
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 <row>
21834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \backslash
21840 maltese
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 \begin_inset Formula $\maltese$
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 </row>
21858 <row>
21859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \backslash
21865 diagup
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Formula $\diagup$
21875 \end_inset
21876
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 <row>
21884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \backslash
21890 diagdown
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899 \begin_inset Formula $\diagdown$
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 </lyxtabular>
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Standard
21916 \begin_inset VSpace medskip
21917 \end_inset
21918
21919 D'autres symboles sont listés dans 
21920 \begin_inset CommandInset ref
21921 LatexCommand ref
21922 reference "sub:Caractères-spéciaux-divers"
21923
21924 \end_inset
21925
21926 .
21927 \end_layout
21928
21929 \begin_layout Standard
21930 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
21931 \begin_inset CommandInset ref
21932 LatexCommand ref
21933 reference "sub:Tailles-polices"
21934
21935 \end_inset
21936
21937 .
21938 \end_layout
21939
21940 \begin_layout Subsection
21941 Le symbole de l'Euro €
21942 \begin_inset Index
21943 status collapsed
21944
21945 \begin_layout Plain Layout
21946 Symboles ! symbole de l'Euro
21947 \end_layout
21948
21949 \end_inset
21950
21951
21952 \begin_inset Index
21953 status collapsed
21954
21955 \begin_layout Plain Layout
21956 \begin_inset ERT
21957 status collapsed
21958
21959 \begin_layout Plain Layout
21960
21961
21962 \backslash
21963 officialeuro
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \begin_layout Standard
21977 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
21978  paquetage LaTeX 
21979 \series bold
21980 eurosym
21981 \series default
21982
21983 \begin_inset Index
21984 status collapsed
21985
21986 \begin_layout Plain Layout
21987 Paquetages ! eurosym
21988 \end_layout
21989
21990 \end_inset
21991
21992  et le charger avec la ligne suivante dans le préambule LaTeX
21993 \end_layout
21994
21995 \begin_layout Standard
21996
21997 \series bold
21998
21999 \backslash
22000 usepackage[gennarrow]{eurosym}
22001 \end_layout
22002
22003 \begin_layout Standard
22004 Le symbole de l'Euro peut alors être inséré avec la commande 
22005 \series bold
22006
22007 \backslash
22008 euro
22009 \series default
22010
22011 \begin_inset Index
22012 status collapsed
22013
22014 \begin_layout Plain Layout
22015 Commandes ! E ! 
22016 \backslash
22017 euro
22018 \end_layout
22019
22020 \end_inset
22021
22022 .
22023 \end_layout
22024
22025 \begin_layout Standard
22026 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
22027 e avec la touche €, sans avoir à installer le paquetage 
22028 \series bold
22029 eurosym
22030 \series default
22031 .
22032  Quand 
22033 \series bold
22034 eurosym
22035 \series default
22036  est installé, on peut aussi insérer la commande 
22037 \series bold
22038
22039 \backslash
22040 euro
22041 \series default
22042  en mode TeX.
22043  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
22044  
22045 \series bold
22046
22047 \backslash
22048 officialeuro
22049 \series default
22050
22051 \begin_inset Index
22052 status collapsed
22053
22054 \begin_layout Plain Layout
22055 Commandes ! O ! 
22056 \backslash
22057 officialeuro
22058 \end_layout
22059
22060 \end_inset
22061
22062 , qui n'est utilisable qu'en mode TeX.
22063 \end_layout
22064
22065 \begin_layout Standard
22066 \begin_inset ERT
22067 status collapsed
22068
22069 \begin_layout Plain Layout
22070
22071
22072 \backslash
22073 ifeurosym 
22074 \end_layout
22075
22076 \end_inset
22077
22078
22079 \begin_inset Note Note
22080 status open
22081
22082 \begin_layout Plain Layout
22083 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
22084 \series bold
22085 eurosym
22086 \series default
22087  est installé.
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Standard
22096 Un aperçu des différents symboles de l'Euro:
22097 \end_layout
22098
22099 \begin_layout Standard
22100 \align center
22101 \begin_inset Tabular
22102 <lyxtabular version="3" rows="4" columns="3">
22103 <features>
22104 <column alignment="center" valignment="top" width="0pt">
22105 <column alignment="center" valignment="top" width="0pt">
22106 <column alignment="center" valignment="top" width="0pt">
22107 <row>
22108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121 Commande 
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 Résultat
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 </row>
22136 <row>
22137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141 formule
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150
22151 \backslash
22152 euro
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161 \begin_inset Formula $\euro$
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 <row>
22171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175 texte mathématique
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 \begin_inset Formula $\mbox{€}$
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 mode TeX
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216
22217 \backslash
22218 officialeuro
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227 \begin_inset ERT
22228 status collapsed
22229
22230 \begin_layout Plain Layout
22231
22232
22233 \backslash
22234 officialeuro
22235 \end_layout
22236
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 </lyxtabular>
22246
22247 \end_inset
22248
22249
22250 \end_layout
22251
22252 \begin_layout Standard
22253 \begin_inset ERT
22254 status collapsed
22255
22256 \begin_layout Plain Layout
22257
22258
22259 \backslash
22260 else 
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \begin_inset Note Note
22267 status open
22268
22269 \begin_layout Plain Layout
22270 Ce qui suit sera affiché si le paquetage LaTeX 
22271 \series bold
22272 eurosym
22273 \series default
22274  n'est pas installé:
22275 \end_layout
22276
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \begin_layout Standard
22283 Vous devez installer le paquetage LaTeX 
22284 \series bold
22285 eurosym
22286 \series default
22287  pour voir le reste de cette section dans la sortie imprimée.
22288 \end_layout
22289
22290 \begin_layout Standard
22291 \begin_inset ERT
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295
22296
22297 \backslash
22298 fi 
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \begin_layout Section
22307 Opérateurs de relation
22308 \begin_inset CommandInset label
22309 LatexCommand label
22310 name "sec:Relations"
22311
22312 \end_inset
22313
22314
22315 \begin_inset Index
22316 status collapsed
22317
22318 \begin_layout Plain Layout
22319 Relations
22320 \end_layout
22321
22322 \end_inset
22323
22324
22325 \begin_inset Index
22326 status collapsed
22327
22328 \begin_layout Plain Layout
22329 Comparaisons|see
22330 \begin_inset ERT
22331 status collapsed
22332
22333 \begin_layout Plain Layout
22334
22335 {
22336 \end_layout
22337
22338 \end_inset
22339
22340 Relations
22341 \begin_inset ERT
22342 status collapsed
22343
22344 \begin_layout Plain Layout
22345
22346 }
22347 \end_layout
22348
22349 \end_inset
22350
22351
22352 \end_layout
22353
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \begin_layout Standard
22360 Tous les opérateurs de relation peuvent aussi être insérés en passant par
22361  le bouton 
22362 \begin_inset Graphics
22363         filename ../../images/math/leq.png
22364         scale 85
22365
22366 \end_inset
22367
22368  de la barre d'outils.
22369 \end_layout
22370
22371 \begin_layout Standard
22372
22373 \lang english
22374 \begin_inset space \hfill{}
22375 \end_inset
22376
22377
22378 \lang french
22379
22380 \begin_inset Tabular
22381 <lyxtabular version="3" rows="17" columns="2">
22382 <features>
22383 <column alignment="center" valignment="top" width="0pt">
22384 <column alignment="center" valignment="top" width="0pt">
22385 <row>
22386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 Commande
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 Résultat
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 </row>
22405 <row>
22406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 <
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 \begin_inset Formula $<$
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 </row>
22428 <row>
22429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433
22434 \backslash
22435 le
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444 \begin_inset Formula $\le$
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 </row>
22453 <row>
22454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458
22459 \backslash
22460 ll
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 \begin_inset Formula $\ll$
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 </row>
22478 <row>
22479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483
22484 \backslash
22485 prec
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 \begin_inset Formula $\prec$
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 </row>
22503 <row>
22504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \backslash
22510 preceq
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 \begin_inset Formula $\preceq$
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 </row>
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533
22534 \backslash
22535 subset
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Formula $\subset$
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 </row>
22553 <row>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558
22559 \backslash
22560 subseteq
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 \begin_inset Formula $\subseteq$
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 </row>
22578 <row>
22579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583
22584 \backslash
22585 sqsubseteq
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 \begin_inset Formula $\sqsubseteq$
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 </row>
22603 <row>
22604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608
22609 \backslash
22610 in
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 \begin_inset Formula $\in$
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 </row>
22628 <row>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633
22634 \backslash
22635 vdash
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 \begin_inset Formula $\vdash$
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 </row>
22653 <row>
22654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658
22659 \backslash
22660 smile
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 \begin_inset Formula $\smile$
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 </row>
22678 <row>
22679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683
22684 \backslash
22685 lhd
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 \begin_inset Formula $\lhd$
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 </row>
22703 <row>
22704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708
22709 \backslash
22710 unlhd
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 \begin_inset Formula $\unlhd$
22720 \end_inset
22721
22722
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 </row>
22728 <row>
22729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733
22734 \backslash
22735 gtrless
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 \begin_inset Formula $\gtrless$
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 <row>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758
22759 \backslash
22760 mid
22761 \end_layout
22762
22763 \end_inset
22764 </cell>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769 \begin_inset Formula $\mid$
22770 \end_inset
22771
22772
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 </row>
22778 <row>
22779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783
22784 \backslash
22785 nmid
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 \begin_inset Formula $\nmid$
22795 \end_inset
22796
22797
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 </row>
22803 </lyxtabular>
22804
22805 \end_inset
22806
22807
22808 \begin_inset space \hfill{}
22809 \end_inset
22810
22811
22812 \begin_inset Tabular
22813 <lyxtabular version="3" rows="17" columns="2">
22814 <features>
22815 <column alignment="center" valignment="top" width="0pt">
22816 <column alignment="center" valignment="top" width="0pt">
22817 <row>
22818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 Commande
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831 Résultat
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 </row>
22837 <row>
22838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 =
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851 \begin_inset Formula $=$
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 </row>
22860 <row>
22861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865
22866 \backslash
22867 not=
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 \begin_inset Formula $\not=$
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 </row>
22885 <row>
22886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890
22891 \backslash
22892 equiv
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901 \begin_inset Formula $\equiv$
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 </row>
22910 <row>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915
22916 \backslash
22917 sim
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 \begin_inset Formula $\sim$
22927 \end_inset
22928
22929
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 </row>
22935 <row>
22936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940
22941 \backslash
22942 simeq
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 \begin_inset Formula $\simeq$
22952 \end_inset
22953
22954
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 </row>
22960 <row>
22961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965
22966 \backslash
22967 approx
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 \begin_inset Formula $\approx$
22977 \end_inset
22978
22979
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 </row>
22985 <row>
22986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990
22991 \backslash
22992 cong
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001 \begin_inset Formula $\cong$
23002 \end_inset
23003
23004
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 </row>
23010 <row>
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015
23016 \backslash
23017 bowtie
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 \begin_inset Formula $\bowtie$
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 </row>
23035 <row>
23036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040
23041 \backslash
23042 notin
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051 \begin_inset Formula $\notin$
23052 \end_inset
23053
23054
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 </row>
23060 <row>
23061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065
23066 \backslash
23067 perp
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076 \begin_inset Formula $\perp$
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 </row>
23085 <row>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090
23091 \backslash
23092 propto
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101 \begin_inset Formula $\propto$
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 </row>
23110 <row>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115
23116 \backslash
23117 asymp
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126 \begin_inset Formula $\asymp$
23127 \end_inset
23128
23129
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 </row>
23135 <row>
23136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140
23141 \backslash
23142 doteq
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 \begin_inset Formula $\doteq$
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 </row>
23160 <row>
23161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165
23166 \backslash
23167 circeq
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176 \begin_inset Formula $\circeq$
23177 \end_inset
23178
23179
23180 \end_layout
23181
23182 \end_inset
23183 </cell>
23184 </row>
23185 <row>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190
23191 \backslash
23192 models
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201 \begin_inset Formula $\models$
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \end_inset
23208 </cell>
23209 </row>
23210 <row>
23211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215
23216 \backslash
23217 widehat=
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 \begin_inset Formula $\widehat{=}$
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 </row>
23235 </lyxtabular>
23236
23237 \end_inset
23238
23239
23240 \begin_inset space \hfill{}
23241 \end_inset
23242
23243
23244 \begin_inset Tabular
23245 <lyxtabular version="3" rows="17" columns="2">
23246 <features>
23247 <column alignment="center" valignment="top" width="0pt">
23248 <column alignment="center" valignment="top" width="0pt">
23249 <row>
23250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254 Commande
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263 Résultat
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 </row>
23269 <row>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 >
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 \begin_inset Formula $>$
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \end_inset
23290 </cell>
23291 </row>
23292 <row>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297
23298 \backslash
23299 ge
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308 \begin_inset Formula $\ge$
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 </row>
23317 <row>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322
23323 \backslash
23324 gg
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 \begin_inset Formula $\gg$
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 </row>
23342 <row>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347
23348 \backslash
23349 succ
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 \begin_inset Formula $\succ$
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 </row>
23367 <row>
23368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372
23373 \backslash
23374 succeq
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 \begin_inset Formula $\succeq$
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 </row>
23392 <row>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397
23398 \backslash
23399 supset
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 \begin_inset Formula $\supset$
23409 \end_inset
23410
23411
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 </row>
23417 <row>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422
23423 \backslash
23424 supseteq
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 \begin_inset Formula $\supseteq$
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 </row>
23442 <row>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447
23448 \backslash
23449 sqsupseteq
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458 \begin_inset Formula $\sqsupseteq$
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 </row>
23467 <row>
23468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472
23473 \backslash
23474 ni
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483 \begin_inset Formula $\ni$
23484 \end_inset
23485
23486
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 </row>
23492 <row>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497
23498 \backslash
23499 dashv
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 \begin_inset Formula $\dashv$
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 </row>
23517 <row>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522
23523 \backslash
23524 frown
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533 \begin_inset Formula $\frown$
23534 \end_inset
23535
23536
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 </row>
23542 <row>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547
23548 \backslash
23549 rhd
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558 \begin_inset Formula $\rhd$
23559 \end_inset
23560
23561
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 </row>
23567 <row>
23568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572
23573 \backslash
23574 unrhd
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583 \begin_inset Formula $\unrhd$
23584 \end_inset
23585
23586
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 </row>
23592 <row>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597
23598 \backslash
23599 lessgtr
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608 \begin_inset Formula $\lessgtr$
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 </row>
23617 <row>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622
23623 \backslash
23624 parallel
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633 \begin_inset Formula $\parallel$
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 </row>
23642 <row>
23643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647
23648 \backslash
23649 nparallel
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 \begin_inset Formula $\nparallel$
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 </row>
23667 </lyxtabular>
23668
23669 \end_inset
23670
23671
23672 \lang english
23673
23674 \begin_inset space \hfill{}
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Standard
23681 \begin_inset VSpace medskip
23682 \end_inset
23683
23684 Les caractères 
23685 \series bold
23686
23687 \backslash
23688 lhd
23689 \series default
23690  et 
23691 \series bold
23692
23693 \backslash
23694 rhd
23695 \series default
23696  sont plus gros que les opérateurs 
23697 \series bold
23698
23699 \backslash
23700 triangleleft
23701 \series default
23702  et 
23703 \series bold
23704
23705 \backslash
23706 triangleright
23707 \series default
23708  auxquels ils ressemblent.
23709 \end_layout
23710
23711 \begin_layout Standard
23712 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
23713  par des espaces.
23714 \end_layout
23715
23716 \begin_layout Standard
23717 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
23718  commande 
23719 \series bold
23720
23721 \backslash
23722 stackrel
23723 \series default
23724
23725 \begin_inset Index
23726 status collapsed
23727
23728 \begin_layout Plain Layout
23729 Commandes ! S ! 
23730 \backslash
23731 stackrel
23732 \end_layout
23733
23734 \end_inset
23735
23736 :
23737 \end_layout
23738
23739 \begin_layout Standard
23740 \align center
23741 \begin_inset Tabular
23742 <lyxtabular version="3" rows="2" columns="2">
23743 <features>
23744 <column alignment="center" valignment="top" width="0">
23745 <column alignment="center" valignment="top" width="0">
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 Commande
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 Résultat
23761 \begin_inset Note Note
23762 status collapsed
23763
23764 \begin_layout Plain Layout
23765
23766 \series bold
23767
23768 \backslash
23769 raisebox est seulement utilisée pour faire de la place
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 </row>
23780 <row>
23781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 A(r)
23786 \backslash
23787 stackrel
23788 \begin_inset ERT
23789 status collapsed
23790
23791 \begin_layout Plain Layout
23792
23793
23794 \backslash
23795 spce 
23796 \end_layout
23797
23798 \end_inset
23799
23800 r
23801 \backslash
23802 to
23803 \backslash
23804 infty
23805 \begin_inset ERT
23806 status collapsed
23807
23808 \begin_layout Plain Layout
23809
23810
23811 \backslash
23812 spce 
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \begin_inset Formula $\downarrow$
23819 \end_inset
23820
23821
23822 \backslash
23823 approx
23824 \begin_inset ERT
23825 status collapsed
23826
23827 \begin_layout Plain Layout
23828
23829
23830 \backslash
23831 spce 
23832 \end_layout
23833
23834 \end_inset
23835
23836
23837 \begin_inset ERT
23838 status collapsed
23839
23840 \begin_layout Plain Layout
23841
23842
23843 \backslash
23844 spce 
23845 \end_layout
23846
23847 \end_inset
23848
23849 B
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 </row>
23867 </lyxtabular>
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \begin_layout Section
23875 Fonctions
23876 \end_layout
23877
23878 \begin_layout Subsection
23879 Fonctions prédéfinies
23880 \begin_inset CommandInset label
23881 LatexCommand label
23882 name "sub:Fonctions-prédéfinies"
23883
23884 \end_inset
23885
23886
23887 \begin_inset Index
23888 status collapsed
23889
23890 \begin_layout Plain Layout
23891 Fonctions ! prédéfinies
23892 \end_layout
23893
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \begin_layout Standard
23900 En général, les variables sont écrites en 
23901 \emph on
23902 italiques
23903 \emph default
23904  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
23905  
23906 \begin_inset Formula $sin$
23907 \end_inset
23908
23909  pourrait être confondue avec le produit 
23910 \begin_inset Formula $s\cdot i\cdot n$
23911 \end_inset
23912
23913 .
23914  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
23915  arguments par un peu d'espace.
23916  Elles sont insérées comme des commandes commençant par une barre de fraction
23917  inverse avant leur nom.
23918 \end_layout
23919
23920 \begin_layout Standard
23921 \align center
23922 \begin_inset Tabular
23923 <lyxtabular version="3" rows="2" columns="4">
23924 <features>
23925 <column alignment="center" valignment="top" width="0pt">
23926 <column alignment="center" valignment="top" width="0pt">
23927 <column alignment="center" valignment="top" width="0pt">
23928 <column alignment="center" valignment="top" width="0pt">
23929 <row>
23930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 Commande
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 Résultat
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 Commande
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 Résultat
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 </row>
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972 Asin(x)+B
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 \begin_inset Formula $Asin(x)+B$
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993 A
23994 \backslash
23995 sin(x)+B
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 \begin_inset Formula $A\sin(x)+B$
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 </lyxtabular>
24014
24015 \end_inset
24016
24017
24018 \begin_inset Newpage pagebreak
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \begin_layout Standard
24025 Les fonctions suivantes sont prédéfinies:
24026 \end_layout
24027
24028 \begin_layout Standard
24029 \begin_inset VSpace -2mm
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \begin_layout Standard
24036 \align center
24037 \begin_inset Tabular
24038 <lyxtabular version="3" rows="9" columns="4">
24039 <features>
24040 <column alignment="center" valignment="top" width="0pt">
24041 <column alignment="center" valignment="top" width="0pt">
24042 <column alignment="center" valignment="top" width="0pt">
24043 <column alignment="center" valignment="top" width="0pt">
24044 <row>
24045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 Commande
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058 Commande
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067 Commande
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076 Commande
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 </row>
24082 <row>
24083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087
24088 \backslash
24089 sin
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098
24099 \backslash
24100 sinh
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
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 arcsin
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120
24121 \backslash
24122 sup
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 <row>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133
24134 \backslash
24135 cos
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144
24145 \backslash
24146 cosh
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
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 arccos
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \backslash
24168 inf
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 </row>
24174 <row>
24175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179
24180 \backslash
24181 tan
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190
24191 \backslash
24192 tanh
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
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 arctan
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212
24213 \backslash
24214 lim
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225
24226 \backslash
24227 cot
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236
24237 \backslash
24238 coth
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
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 arg
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258
24259 \backslash
24260 liminf
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 </row>
24266 <row>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \backslash
24273 sec
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282
24283 \backslash
24284 min
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
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 deg
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \backslash
24306 limsup
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 </row>
24312 <row>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317
24318 \backslash
24319 csc
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328
24329 \backslash
24330 max
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
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 det
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350
24351 \backslash
24352 Pr
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 </row>
24358 <row>
24359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363
24364 \backslash
24365 ln
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374
24375 \backslash
24376 exp
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385
24386 \backslash
24387 dim
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 hom
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 <row>
24405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 lg
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \backslash
24422 log
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431
24432 \backslash
24433 ker
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442
24443 \backslash
24444 gcd
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 </row>
24450 </lyxtabular>
24451
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \begin_layout Standard
24458 Elles peuvent aussi être insérées en utilisant le bouton 
24459 \begin_inset Graphics
24460         filename ../../images/math/functions.png
24461         scale 85
24462
24463 \end_inset
24464
24465  de la barre d'outils mathématique.
24466 \end_layout
24467
24468 \begin_layout Subsection
24469 Fonctions définies par l'utilisateur
24470 \begin_inset Index
24471 status collapsed
24472
24473 \begin_layout Plain Layout
24474 Fonctions ! définies par l'utilisateur
24475 \end_layout
24476
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \begin_layout Standard
24483 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
24484  fonction sgn(x), il y a deux possibilités:
24485 \end_layout
24486
24487 \begin_layout Itemize
24488 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
24489 \begin_inset Foot
24490 status collapsed
24491
24492 \begin_layout Plain Layout
24493 Pour en savoir plus sur la commande 
24494 \series bold
24495
24496 \backslash
24497 DeclareMathOperator
24498 \series default
24499  voir 
24500 \begin_inset CommandInset ref
24501 LatexCommand ref
24502 reference "sub:Opérateurs-personnalisés"
24503
24504 \end_inset
24505
24506 .
24507 \end_layout
24508
24509 \end_inset
24510
24511
24512 \begin_inset Newline newline
24513 \end_inset
24514
24515
24516 \begin_inset VSpace -3mm
24517 \end_inset
24518
24519
24520 \begin_inset Newline newline
24521 \end_inset
24522
24523
24524 \series bold
24525
24526 \backslash
24527 DeclareMathOperator{
24528 \backslash
24529 sgn}{sgn}
24530 \series default
24531
24532 \begin_inset Index
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536 Commandes ! D ! 
24537 \backslash
24538 dbinom@
24539 \backslash
24540 DeclareMathOperator
24541 \end_layout
24542
24543 \end_inset
24544
24545
24546 \begin_inset Newline newline
24547 \end_inset
24548
24549
24550 \begin_inset VSpace -2mm
24551 \end_inset
24552
24553
24554 \begin_inset Newline newline
24555 \end_inset
24556
24557 Maintenant la fonction qui vient d'être définie peut être appelée avec la
24558  commande 
24559 \series bold
24560
24561 \backslash
24562 sgn
24563 \series default
24564 .
24565 \end_layout
24566
24567 \begin_layout Itemize
24568 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
24569  notre exemple les lettres 
24570 \emph on
24571 sgn
24572 \emph default
24573  -- et les changer en texte mathématique.
24574  Pour finir, on insère une espace entre le préfacteur et la fonction.
24575 \end_layout
24576
24577 \begin_layout Standard
24578 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
24579 \begin_inset Foot
24580 status collapsed
24581
24582 \begin_layout Plain Layout
24583 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
24584 eur en rouge.
24585 \end_layout
24586
24587 \end_inset
24588
24589 :
24590 \end_layout
24591
24592 \begin_layout Standard
24593 \align center
24594 \begin_inset Tabular
24595 <lyxtabular version="3" rows="3" columns="2">
24596 <features>
24597 <column alignment="center" valignment="top" width="0pt">
24598 <column alignment="center" valignment="top" width="0pt">
24599 <row>
24600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 Commande
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613 Résultat
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 </row>
24619 <row>
24620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624 A
24625 \backslash
24626 sgn(x)+B
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635 \begin_inset Formula $A\sgn(x)+B$
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 </row>
24644 <row>
24645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649 A
24650 \backslash
24651 ,
24652 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24653 \end_inset
24654
24655 (x)+B
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 </row>
24673 </lyxtabular>
24674
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \begin_layout Standard
24681 La première méthode est recommandée quand la fonction définie doit être
24682  utilisée plusieurs fois dans le document.
24683 \end_layout
24684
24685 \begin_layout Subsection
24686 Les limites
24687 \begin_inset Index
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691 Limites
24692 \end_layout
24693
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \begin_layout Standard
24700 Pour les limites, en plus des commandes 
24701 \series bold
24702
24703 \backslash
24704 lim
24705 \series default
24706
24707 \begin_inset Index
24708 status collapsed
24709
24710 \begin_layout Plain Layout
24711 Commandes ! L ! 
24712 \backslash
24713 lim
24714 \end_layout
24715
24716 \end_inset
24717
24718
24719 \series bold
24720
24721 \backslash
24722 liminf
24723 \series default
24724  et 
24725 \series bold
24726
24727 \backslash
24728 limsup
24729 \series default
24730  on a aussi les fonctions suivantes:
24731 \end_layout
24732
24733 \begin_layout Standard
24734 \align center
24735 \begin_inset Tabular
24736 <lyxtabular version="3" rows="5" columns="2">
24737 <features>
24738 <column alignment="center" valignment="top" width="0">
24739 <column alignment="center" valignment="top" width="0">
24740 <row>
24741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 Commande
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754 Résultat
24755 \begin_inset Note Note
24756 status collapsed
24757
24758 \begin_layout Plain Layout
24759
24760 \series bold
24761
24762 \backslash
24763 raisebox est seulement utilisée pour faire de la place
24764 \end_layout
24765
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 </row>
24774 <row>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 varliminf
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 \begin_inset Formula $\varliminf$
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 </row>
24799 <row>
24800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804
24805 \backslash
24806 varlimsup
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815 \begin_inset Formula $\varlimsup$
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 </row>
24824 <row>
24825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829
24830 \backslash
24831 varprojlim
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840 \begin_inset Formula $\varprojlim$
24841 \end_inset
24842
24843
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 </row>
24849 <row>
24850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \backslash
24856 varinjlim
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865 \begin_inset Formula $\varinjlim$
24866 \end_inset
24867
24868
24869 \begin_inset Formula $\raisebox{-2.5mm}{}$
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 </row>
24878 </lyxtabular>
24879
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \begin_layout Standard
24886 \begin_inset VSpace medskip
24887 \end_inset
24888
24889 La valeur de la limite est créée en ajoutant un indice.
24890  Il est placé juste à la droite de la fonction dans le cas d'une formule
24891  en ligne:
24892 \end_layout
24893
24894 \begin_layout Standard
24895 \align center
24896 \begin_inset Tabular
24897 <lyxtabular version="3" rows="2" columns="2">
24898 <features>
24899 <column alignment="center" valignment="top" width="0pt">
24900 <column alignment="center" valignment="top" width="0pt">
24901 <row>
24902 <cell alignment="center" valignment="top" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 Commande
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915 \begin_inset space \hspace{}
24916 \length 1cm
24917 \end_inset
24918
24919 Résultat
24920 \begin_inset Note Note
24921 status collapsed
24922
24923 \begin_layout Plain Layout
24924
24925 \series bold
24926
24927 \backslash
24928 hspace
24929 \series default
24930  
24931 \series bold
24932 et 
24933 \backslash
24934 raisebox sont seulement utilisées pour faire de la place
24935 \series default
24936 \lang english
24937 .
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 </row>
24948 <row>
24949 <cell alignment="center" valignment="top" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \backslash
24955 lim_x
24956 \backslash
24957 to
24958 \begin_inset ERT
24959 status collapsed
24960
24961 \begin_layout Plain Layout
24962
24963
24964 \backslash
24965 spce 
24966 \end_layout
24967
24968 \end_inset
24969
24970 A
24971 \begin_inset ERT
24972 status collapsed
24973
24974 \begin_layout Plain Layout
24975
24976
24977 \backslash
24978 spce 
24979 \end_layout
24980
24981 \end_inset
24982
24983 x=B
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 </row>
25001 </lyxtabular>
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
25010  en dessous de la fonction:
25011 \begin_inset Formula \[
25012 \lim_{x\to A}x=B\]
25013
25014 \end_inset
25015
25016
25017 \end_layout
25018
25019 \begin_layout Subsection
25020 Les fonctions modulo-
25021 \begin_inset Index
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025 Fonctions ! modulo
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Standard
25034 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
25035 \end_layout
25036
25037 \begin_layout Standard
25038 Les variantes pour une formule hors ligne:
25039 \begin_inset Formula \begin{align*}
25040 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25041 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25042 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25043 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25044 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25045
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \begin_layout Standard
25052 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
25053  la fonction, quelque soit la variante.
25054 \end_layout
25055
25056 \begin_layout Section
25057 Caractères spéciaux
25058 \begin_inset Index
25059 status collapsed
25060
25061 \begin_layout Plain Layout
25062 Caractères spéciaux
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \begin_layout Subsection
25071 Caractères spéciaux en  texte mathématique
25072 \end_layout
25073
25074 \begin_layout Standard
25075 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
25076  ou en mode TeX:
25077 \end_layout
25078
25079 \begin_layout Standard
25080
25081 \lang english
25082 \begin_inset space \hfill{}
25083 \end_inset
25084
25085
25086 \lang french
25087
25088 \begin_inset Tabular
25089 <lyxtabular version="3" rows="8" columns="2">
25090 <features>
25091 <column alignment="block" valignment="top" width="0">
25092 <column alignment="block" valignment="top" width="0">
25093 <row>
25094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098 Commande
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107 Résultat
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 </row>
25113 <row>
25114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Plain Layout
25118
25119 \backslash
25120 oe
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129 \begin_inset Formula $\textrm{œ}$
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 </row>
25138 <row>
25139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143
25144 \backslash
25145 OE
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 \begin_inset Formula $\textrm{Œ}$
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 </row>
25163 <row>
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \backslash
25170 ae
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 \begin_inset Formula $\textrm{æ}$
25180 \end_inset
25181
25182
25183 \end_layout
25184
25185 \end_inset
25186 </cell>
25187 </row>
25188 <row>
25189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Plain Layout
25193
25194 \backslash
25195 AE
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204 \begin_inset Formula $\textrm{Æ}$
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 </row>
25213 <row>
25214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \backslash
25220 aa
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229 \begin_inset Formula $\textrm{\aa}$
25230 \end_inset
25231
25232
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 </row>
25238 <row>
25239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243
25244 \backslash
25245 AA
25246 \begin_inset Index
25247 status collapsed
25248
25249 \begin_layout Plain Layout
25250 \begin_inset ERT
25251 status collapsed
25252
25253 \begin_layout Plain Layout
25254
25255
25256 \backslash
25257
25258 \begin_inset ERT
25259 status collapsed
25260
25261 \begin_layout Plain Layout
25262
25263 {
25264 \end_layout
25265
25266 \end_inset
25267
25268
25269 \begin_inset ERT
25270 status collapsed
25271
25272 \begin_layout Plain Layout
25273
25274 }
25275 \end_layout
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \end_inset
25283
25284 @
25285 \begin_inset ERT
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289
25290
25291 \backslash
25292
25293 \begin_inset ERT
25294 status collapsed
25295
25296 \begin_layout Plain Layout
25297
25298 {
25299 \end_layout
25300
25301 \end_inset
25302
25303
25304 \begin_inset ERT
25305 status collapsed
25306
25307 \begin_layout Plain Layout
25308
25309 }
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \end_inset
25318
25319 textrm
25320 \begin_inset ERT
25321 status collapsed
25322
25323 \begin_layout Plain Layout
25324
25325 {
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \begin_inset ERT
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335
25336
25337 \backslash
25338
25339 \begin_inset ERT
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343
25344 {
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \begin_inset ERT
25351 status collapsed
25352
25353 \begin_layout Plain Layout
25354
25355 }
25356 \end_layout
25357
25358 \end_inset
25359
25360
25361 \end_layout
25362
25363 \end_inset
25364
25365 AA
25366 \begin_inset ERT
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370
25371 }
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390 \begin_inset Formula $\textrm{Å}$
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \end_inset
25397 </cell>
25398 </row>
25399 <row>
25400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Plain Layout
25404
25405 \backslash
25406 i
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25412 \begin_inset Text
25413
25414 \begin_layout Plain Layout
25415 \begin_inset Formula $\textrm{ı}$
25416 \end_inset
25417
25418
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 </row>
25424 </lyxtabular>
25425
25426 \end_inset
25427
25428
25429 \begin_inset space \hfill{}
25430 \end_inset
25431
25432
25433 \begin_inset Tabular
25434 <lyxtabular version="3" rows="8" columns="2">
25435 <features>
25436 <column alignment="block" valignment="top" width="0">
25437 <column alignment="center" valignment="top" width="0">
25438 <row>
25439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443 commande
25444 \begin_inset Note Note
25445 status collapsed
25446
25447 \begin_layout Plain Layout
25448 la commande
25449 \series bold
25450
25451 \backslash
25452 hspace{0mm}
25453 \series default
25454  est utilisée pour faire une séparation invisible, sinon la sortie finale
25455  serait respectivement ¡ et ¿.
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 Résultat
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 </row>
25475 <row>
25476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480
25481 \backslash
25482 o
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491 \begin_inset Formula $\textrm{ø}$
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 </row>
25500 <row>
25501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505
25506 \backslash
25507 O
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516 \begin_inset Formula $\textrm{Ø}$
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 </row>
25525 <row>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530
25531 \backslash
25532 l
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 \begin_inset Formula $\textrm{ł}$
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \end_inset
25548 </cell>
25549 </row>
25550 <row>
25551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555
25556 \backslash
25557 L
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566 \begin_inset Formula $\textrm{Ł}$
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 </row>
25575 <row>
25576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580 !
25581 \begin_inset space \hspace{}
25582 \length 0mm
25583 \end_inset
25584
25585 `
25586 \begin_inset ERT
25587 status collapsed
25588
25589 \begin_layout Plain Layout
25590
25591
25592 \backslash
25593 spce 
25594 \end_layout
25595
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Plain Layout
25607 \begin_inset Formula $\textrm{!`}$
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 </row>
25616 <row>
25617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621 ?
25622 \begin_inset space \hspace{}
25623 \length 0mm
25624 \end_inset
25625
25626 `
25627 \begin_inset ERT
25628 status collapsed
25629
25630 \begin_layout Plain Layout
25631
25632
25633 \backslash
25634 spce 
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648 \begin_inset Formula $\textrm{?`}$
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 </row>
25657 <row>
25658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662
25663 \backslash
25664 j
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25670 \begin_inset Text
25671
25672 \begin_layout Plain Layout
25673 \begin_inset Formula $\textrm{ȷ}$
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 </row>
25682 </lyxtabular>
25683
25684 \end_inset
25685
25686
25687 \lang english
25688
25689 \begin_inset space \hfill{}
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \begin_layout Standard
25696 Les caractères 
25697 \begin_inset Formula $\textrm{\textrm{Å}}$
25698 \end_inset
25699
25700  et 
25701 \begin_inset Formula $\textrm{\textrm{Ø}}$
25702 \end_inset
25703
25704  peuvent aussi être insérés avec le bouton 
25705 \begin_inset Graphics
25706         filename ../../images/math/digamma.png
25707         scale 85
25708
25709 \end_inset
25710
25711  de la barre d'outils mathématique.
25712 \end_layout
25713
25714 \begin_layout Standard
25715 Les commandes 
25716 \series bold
25717 !
25718 \begin_inset space \hspace{}
25719 \length 0mm
25720 \end_inset
25721
25722 `
25723 \series default
25724  et ?
25725 \series bold
25726
25727 \begin_inset space \hspace{}
25728 \length 0mm
25729 \end_inset
25730
25731
25732 \begin_inset space \hspace{}
25733 \length 0mm
25734 \end_inset
25735
25736
25737 \series default
25738 ` sont des exceptions puisqu'elles peuvent être insérées directement dans
25739  le texte dans LyX.
25740 \end_layout
25741
25742 \begin_layout Subsection
25743 Les accents dans le texte
25744 \begin_inset CommandInset label
25745 LatexCommand label
25746 name "sub:Accents-dans-le-texte"
25747
25748 \end_inset
25749
25750
25751 \begin_inset Index
25752 status collapsed
25753
25754 \begin_layout Plain Layout
25755 Accents ! dans le texte
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \begin_layout Standard
25764 Avec les commandes suivantes, on peut accentuer toutes les lettres.
25765  Ces commandes doivent être insérées en mode TeX.
25766 \end_layout
25767
25768 \begin_layout Standard
25769
25770 \lang english
25771 \begin_inset space \hfill{}
25772 \end_inset
25773
25774
25775 \lang french
25776
25777 \begin_inset Tabular
25778 <lyxtabular version="3" rows="8" columns="2">
25779 <features>
25780 <column alignment="block" valignment="top" width="0">
25781 <column alignment="block" valignment="top" width="0">
25782 <row>
25783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25784 \begin_inset Text
25785
25786 \begin_layout Plain Layout
25787 Commande
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796 Résultat
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 </row>
25802 <row>
25803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807
25808 \backslash
25809
25810 \begin_inset Quotes grd
25811 \end_inset
25812
25813 e
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822 \begin_inset ERT
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826
25827
25828 \backslash
25829 "e
25830 \end_layout
25831
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 </row>
25840 <row>
25841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845
25846 \backslash
25847 `e
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856 \begin_inset ERT
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860
25861
25862 \backslash
25863 `e
25864 \end_layout
25865
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \end_inset
25872 </cell>
25873 </row>
25874 <row>
25875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25876 \begin_inset Text
25877
25878 \begin_layout Plain Layout
25879
25880 \backslash
25881 ^
25882 \begin_inset ERT
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886
25887
25888 \backslash
25889 spce 
25890 \end_layout
25891
25892 \end_inset
25893
25894 e
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903 \begin_inset ERT
25904 status collapsed
25905
25906 \begin_layout Plain Layout
25907
25908
25909 \backslash
25910 ^e
25911 \end_layout
25912
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 </row>
25921 <row>
25922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926
25927 \backslash
25928 =e
25929 \end_layout
25930
25931 \end_inset
25932 </cell>
25933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937 \begin_inset ERT
25938 status collapsed
25939
25940 \begin_layout Plain Layout
25941
25942
25943 \backslash
25944 =e
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 </row>
25955 <row>
25956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960
25961 \backslash
25962 u
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 spce 
25971 \end_layout
25972
25973 \end_inset
25974
25975 e
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 \begin_inset ERT
25985 status collapsed
25986
25987 \begin_layout Plain Layout
25988
25989
25990 \backslash
25991 u e
25992 \end_layout
25993
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 </row>
26002 <row>
26003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \backslash
26009 b
26010 \begin_inset ERT
26011 status collapsed
26012
26013 \begin_layout Plain Layout
26014
26015
26016 \backslash
26017 spce 
26018 \end_layout
26019
26020 \end_inset
26021
26022 e
26023 \end_layout
26024
26025 \end_inset
26026 </cell>
26027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26028 \begin_inset Text
26029
26030 \begin_layout Plain Layout
26031 \begin_inset ERT
26032 status collapsed
26033
26034 \begin_layout Plain Layout
26035
26036
26037 \backslash
26038 b e
26039 \end_layout
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 <row>
26050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Plain Layout
26054
26055 \backslash
26056 t
26057 \begin_inset ERT
26058 status collapsed
26059
26060 \begin_layout Plain Layout
26061
26062
26063 \backslash
26064 spce 
26065 \end_layout
26066
26067 \end_inset
26068
26069 ee
26070 \end_layout
26071
26072 \end_inset
26073 </cell>
26074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078 \begin_inset ERT
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082
26083
26084 \backslash
26085 t ee
26086 \end_layout
26087
26088 \end_inset
26089
26090
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 </row>
26096 </lyxtabular>
26097
26098 \end_inset
26099
26100
26101 \begin_inset space \hfill{}
26102 \end_inset
26103
26104
26105 \begin_inset Tabular
26106 <lyxtabular version="3" rows="8" columns="2">
26107 <features>
26108 <column alignment="block" valignment="top" width="0">
26109 <column alignment="center" valignment="top" width="0">
26110 <row>
26111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115 Commande
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124 Résultat
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 </row>
26130 <row>
26131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \backslash
26137 H
26138 \begin_inset ERT
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142
26143
26144 \backslash
26145 spce 
26146 \end_layout
26147
26148 \end_inset
26149
26150 e
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 H e
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 <row>
26178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182
26183 \backslash
26184 'e
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193 \begin_inset ERT
26194 status collapsed
26195
26196 \begin_layout Plain Layout
26197
26198
26199 \backslash
26200 'e
26201 \end_layout
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 </row>
26211 <row>
26212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216
26217 \backslash
26218 ~e
26219 \begin_inset Index
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223 Tilde
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237 \begin_inset ERT
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241
26242
26243 \backslash
26244 ~e
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 <row>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260
26261 \backslash
26262 .e
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Plain Layout
26271 \begin_inset ERT
26272 status collapsed
26273
26274 \begin_layout Plain Layout
26275
26276
26277 \backslash
26278 .e
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 </row>
26289 <row>
26290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294
26295 \backslash
26296 v
26297 \begin_inset ERT
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301
26302
26303 \backslash
26304 spce 
26305 \end_layout
26306
26307 \end_inset
26308
26309 e
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318 \begin_inset ERT
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322
26323
26324 \backslash
26325 v e
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 </row>
26336 <row>
26337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341
26342 \backslash
26343 d
26344 \begin_inset ERT
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348
26349
26350 \backslash
26351 spce 
26352 \end_layout
26353
26354 \end_inset
26355
26356 e
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 \begin_inset ERT
26366 status collapsed
26367
26368 \begin_layout Plain Layout
26369
26370
26371 \backslash
26372 d e
26373 \end_layout
26374
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 </row>
26383 <row>
26384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Plain Layout
26388
26389 \backslash
26390 c
26391 \begin_inset ERT
26392 status collapsed
26393
26394 \begin_layout Plain Layout
26395
26396
26397 \backslash
26398 spce 
26399 \end_layout
26400
26401 \end_inset
26402
26403 e
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412 \begin_inset ERT
26413 status collapsed
26414
26415 \begin_layout Plain Layout
26416
26417
26418 \backslash
26419 c e
26420 \end_layout
26421
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 </row>
26430 </lyxtabular>
26431
26432 \end_inset
26433
26434
26435 \begin_inset space \hfill{}
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \begin_layout Standard
26442 \begin_inset VSpace medskip
26443 \end_inset
26444
26445 Avec la commande 
26446 \series bold
26447
26448 \backslash
26449 t
26450 \series default
26451  on peut aussi accentuer deux caractères différents.
26452  La commande 
26453 \series bold
26454
26455 \backslash
26456 t
26457 \begin_inset ERT
26458 status collapsed
26459
26460 \begin_layout Plain Layout
26461
26462
26463 \backslash
26464 spce 
26465 \end_layout
26466
26467 \end_inset
26468
26469 sz
26470 \series default
26471  va donner: 
26472 \begin_inset ERT
26473 status collapsed
26474
26475 \begin_layout Plain Layout
26476
26477
26478 \backslash
26479 t sz
26480 \end_layout
26481
26482 \end_inset
26483
26484
26485 \end_layout
26486
26487 \begin_layout Standard
26488 Les accents 
26489 \series bold
26490 `
26491 \series default
26492  , 
26493 \series bold
26494 '
26495 \series default
26496  , et 
26497 \series bold
26498 ^
26499 \series default
26500  peuvent être insérés directement avec le clavier, sans utiliser le mode
26501  TeX, quand ils sont utilisés avec des voyelles.
26502  La même chose s'applique au tilde
26503 \begin_inset Foot
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
26508  accent.
26509 \end_layout
26510
26511 \end_inset
26512
26513  
26514 \series bold
26515 ~
26516 \series default
26517  en combinaison avec 
26518 \emph on
26519 a
26520 \emph default
26521  , 
26522 \emph on
26523 n
26524 \emph default
26525  , ou 
26526 \emph on
26527 o
26528 \emph default
26529 .
26530 \end_layout
26531
26532 \begin_layout Standard
26533 Les commandes 
26534 \series bold
26535
26536 \backslash
26537 b
26538 \series default
26539  , 
26540 \series bold
26541
26542 \backslash
26543 c
26544 \series default
26545  , 
26546 \series bold
26547
26548 \backslash
26549 d
26550 \series default
26551  , 
26552 \series bold
26553
26554 \backslash
26555 H
26556 \series default
26557  , 
26558 \series bold
26559
26560 \backslash
26561 t
26562 \series default
26563  , 
26564 \series bold
26565
26566 \backslash
26567 u
26568 \series default
26569  , 
26570 \series bold
26571
26572 \backslash
26573 v
26574 \series default
26575 , et les accents qui sont insérés directement au clavier sont aussi disponibles
26576  en texte mathématique.
26577  Pour les autres accents, il y a des commandes mathématiques spéciales à
26578  utiliser dans les formules, voir 
26579 \begin_inset CommandInset ref
26580 LatexCommand ref
26581 reference "sub:Accents-sur-un-caractère"
26582
26583 \end_inset
26584
26585 .
26586 \end_layout
26587
26588 \begin_layout Standard
26589 \begin_inset VSpace bigskip
26590 \end_inset
26591
26592 En plus, avec la commande 
26593 \series bold
26594
26595 \backslash
26596 textcircled
26597 \series default
26598
26599 \begin_inset Index
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603 Commandes ! T ! 
26604 \backslash
26605 textcircled
26606 \end_layout
26607
26608 \end_inset
26609
26610  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
26611  comme pour le symbole du copyright.
26612 \end_layout
26613
26614 \begin_layout Standard
26615 \align center
26616 \begin_inset Tabular
26617 <lyxtabular version="3" rows="3" columns="2">
26618 <features>
26619 <column alignment="center" valignment="top" width="0">
26620 <column alignment="center" valignment="top" width="0">
26621 <row>
26622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Plain Layout
26626 Commande
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635 Résultat
26636 \begin_inset Note Note
26637 status collapsed
26638
26639 \begin_layout Plain Layout
26640
26641 \series bold
26642
26643 \backslash
26644 raisebox est seulement utilisée pour faire de la place
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 </row>
26655 <row>
26656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Plain Layout
26660
26661 \backslash
26662 textcircled{w}
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 \begin_inset ERT
26672 status collapsed
26673
26674 \begin_layout Plain Layout
26675
26676
26677 \backslash
26678 textcircled{w}
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 </row>
26689 <row>
26690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694
26695 \backslash
26696 Large 
26697 \backslash
26698 textcircled{
26699 \backslash
26700 normalsize
26701 \backslash
26702 protect
26703 \backslash
26704 raisebox{-1.5pt}{W}}
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Plain Layout
26713 \begin_inset Formula $\raisebox{4.5mm}{}$
26714 \end_inset
26715
26716
26717 \begin_inset ERT
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721
26722
26723 \backslash
26724 Large 
26725 \backslash
26726 textcircled{
26727 \backslash
26728 normalsize
26729 \backslash
26730 protect
26731 \backslash
26732 raisebox{-1.5pt}W}
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \begin_inset Formula $\raisebox{-2mm}{}$
26739 \end_inset
26740
26741
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 </row>
26747 </lyxtabular>
26748
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \begin_layout Standard
26755 On doit faire attentions à ce que le caractère tienne dans le cercle.
26756  
26757 \series bold
26758
26759 \backslash
26760 Large
26761 \series default
26762
26763 \begin_inset Foot
26764 status collapsed
26765
26766 \begin_layout Plain Layout
26767 voir 
26768 \begin_inset CommandInset ref
26769 LatexCommand ref
26770 reference "sub:Tailles-polices"
26771
26772 \end_inset
26773
26774
26775 \end_layout
26776
26777 \end_inset
26778
26779  donne ici la taille du cercle.
26780  On peut centrer le caractère avec l'aide de la commande  
26781 \series bold
26782
26783 \backslash
26784 raisebox
26785 \series default
26786
26787 \begin_inset Foot
26788 status collapsed
26789
26790 \begin_layout Plain Layout
26791 voir 
26792 \begin_inset CommandInset ref
26793 LatexCommand ref
26794 reference "sub:Boîtes-sans-cadre"
26795
26796 \end_inset
26797
26798
26799 \end_layout
26800
26801 \end_inset
26802
26803  .
26804 \end_layout
26805
26806 \begin_layout Subsection
26807 Nombres en minuscules
26808 \begin_inset Index
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812 Minuscules pour les nombres
26813 \end_layout
26814
26815 \end_inset
26816
26817
26818 \end_layout
26819
26820 \begin_layout Standard
26821 Les nombres en minuscule sont créés avec la commande 
26822 \series bold
26823
26824 \backslash
26825 oldstylenums
26826 \series default
26827
26828 \begin_inset Index
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832 Commandes ! O ! 
26833 \backslash
26834 oldstylenums
26835 \end_layout
26836
26837 \end_inset
26838
26839 .
26840  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
26841  La syntaxe de la commande est:
26842 \end_layout
26843
26844 \begin_layout Standard
26845
26846 \series bold
26847
26848 \backslash
26849 oldstylenums{nombre}
26850 \end_layout
26851
26852 \begin_layout Standard
26853 La commande 
26854 \series bold
26855
26856 \backslash
26857 oldstylenums{0123456789
26858 \series default
26859  donne: 
26860 \begin_inset Formula $\oldstylenums{0123456789}$
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \begin_layout Subsection
26867 Caractères spéciaux divers
26868 \begin_inset CommandInset label
26869 LatexCommand label
26870 name "sub:Caractères-spéciaux-divers"
26871
26872 \end_inset
26873
26874
26875 \begin_inset Index
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879 Caractères spéciaux ! divers
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \begin_layout Standard
26888 Les caractères suivants ne peuvent être insérés que dans des formules en
26889  utilisant les commandes suivantes:
26890 \end_layout
26891
26892 \begin_layout Standard
26893 \align center
26894 \begin_inset Tabular
26895 <lyxtabular version="3" rows="4" columns="2">
26896 <features>
26897 <column alignment="center" valignment="top" width="0">
26898 <column alignment="center" valignment="top" width="0">
26899 <row>
26900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26901 \begin_inset Text
26902
26903 \begin_layout Plain Layout
26904 Commande
26905 \end_layout
26906
26907 \end_inset
26908 </cell>
26909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26910 \begin_inset Text
26911
26912 \begin_layout Plain Layout
26913 Résultat
26914 \end_layout
26915
26916 \end_inset
26917 </cell>
26918 </row>
26919 <row>
26920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26921 \begin_inset Text
26922
26923 \begin_layout Plain Layout
26924
26925 \backslash
26926 ^
26927 \begin_inset ERT
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932
26933 \backslash
26934 spce 
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948 \begin_inset Formula $\mathcircumflex$
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \end_inset
26955 </cell>
26956 </row>
26957 <row>
26958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962
26963 \backslash
26964 _
26965 \end_layout
26966
26967 \end_inset
26968 </cell>
26969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26970 \begin_inset Text
26971
26972 \begin_layout Plain Layout
26973 \begin_inset Formula $\_$
26974 \end_inset
26975
26976
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 </row>
26982 <row>
26983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Plain Layout
26987 ^
26988 \begin_inset ERT
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992
26993
26994 \backslash
26995 spce 
26996 \end_layout
26997
26998 \end_inset
26999
27000
27001 \backslash
27002 circ
27003 \begin_inset Index
27004 status collapsed
27005
27006 \begin_layout Plain Layout
27007 °
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \end_inset
27016 </cell>
27017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27018 \begin_inset Text
27019
27020 \begin_layout Plain Layout
27021 \begin_inset Formula $^{\circ}$
27022 \end_inset
27023
27024
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 </row>
27030 </lyxtabular>
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Standard
27038 Le symbole degré ° peut être inséré directement à condition que le préambule
27039  LaTeX contienne la ligne suivante
27040 \begin_inset Foot
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044 Plus d'information à ce sujet dans 
27045 \begin_inset CommandInset ref
27046 LatexCommand ref
27047 reference "sub:Caractères-texte"
27048
27049 \end_inset
27050
27051 .
27052 \end_layout
27053
27054 \end_inset
27055
27056 :
27057 \end_layout
27058
27059 \begin_layout Standard
27060
27061 \series bold
27062
27063 \backslash
27064 DeclareInputtext{176}{
27065 \backslash
27066 ifmmode^
27067 \backslash
27068 circ
27069 \backslash
27070 else
27071 \backslash
27072 textdegree
27073 \backslash
27074 fi}
27075 \end_layout
27076
27077 \begin_layout Section
27078 Styles de formules
27079 \begin_inset CommandInset label
27080 LatexCommand label
27081 name "sec:Styles-de-formules"
27082
27083 \end_inset
27084
27085
27086 \begin_inset Index
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090 Formules ! styles
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Itemize
27099 Il y a deux styles d'alignements différents:
27100 \end_layout
27101
27102 \begin_deeper
27103 \begin_layout Description
27104 Centré est le standard prédéfini
27105 \end_layout
27106
27107 \begin_layout Description
27108 Indenté pour ce style, l'option 
27109 \series bold
27110 fleqn
27111 \series default
27112  doit être insérée dans la fenêtre de dialogue 
27113 \family sans
27114 Document\SpecialChar \menuseparator
27115 Paramètres
27116 \family default
27117  dans la rubrique 
27118 \family sans
27119 Classe
27120 \begin_inset space ~
27121 \end_inset
27122
27123 de
27124 \begin_inset space ~
27125 \end_inset
27126
27127 Document
27128 \end_layout
27129
27130 \begin_layout Standard
27131 Quand on utilise 
27132 \series bold
27133 Indenté
27134 \series default
27135 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
27136  
27137 \series bold
27138
27139 \backslash
27140 mathindent
27141 \series default
27142
27143 \begin_inset Index
27144 status collapsed
27145
27146 \begin_layout Plain Layout
27147 Commandes ! M ! 
27148 \backslash
27149 mathindent
27150 \end_layout
27151
27152 \end_inset
27153
27154 .
27155  Par exemple, pour une distance de 15
27156 \begin_inset space \thinspace{}
27157 \end_inset
27158
27159 mm, on insère la ligne de commande suivante dans le préambule LaTeX
27160 \end_layout
27161
27162 \begin_layout Standard
27163
27164 \series bold
27165
27166 \backslash
27167 setlength{
27168 \backslash
27169 mathindent}{15mm}
27170 \end_layout
27171
27172 \begin_layout Standard
27173 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
27174 \begin_inset space \thinspace{}
27175 \end_inset
27176
27177 pt est utilisée.
27178 \end_layout
27179
27180 \end_deeper
27181 \begin_layout Itemize
27182 Et deux styles différents de numérotation:
27183 \end_layout
27184
27185 \begin_deeper
27186 \begin_layout Description
27187 Droite est le standard prédéfini
27188 \end_layout
27189
27190 \begin_layout Description
27191 Gauche pour ce style, l'option 
27192 \series bold
27193 leqno
27194 \series default
27195  doit être insérée dans la fenêtre de dialogue 
27196 \family sans
27197 Document\SpecialChar \menuseparator
27198 Paramètres
27199 \family default
27200  dans la rubrique 
27201 \family sans
27202 Classe
27203 \begin_inset space ~
27204 \end_inset
27205
27206 de
27207 \begin_inset space ~
27208 \end_inset
27209
27210 Document
27211 \end_layout
27212
27213 \end_deeper
27214 \begin_layout Standard
27215
27216 \series bold
27217 fleqn
27218 \series default
27219  et 
27220 \series bold
27221 leqno
27222 \series default
27223  peuvent être utilisés ensembles.
27224  Dans ce cas les deux options sont insérées, séparées par une virgule.
27225 \end_layout
27226
27227 \begin_layout Standard
27228 Les styles choisis sont utilisés par toutes les formules du document.
27229  Quand il faut créer à la fois des formules centrées et des formules alignées,
27230  on utilise le style 
27231 \series bold
27232 Centré
27233 \series default
27234 .
27235  Les formules indentées sont alors placées dans un environnement 
27236 \series bold
27237 falign, 
27238 \series default
27239 voir 
27240 \begin_inset CommandInset ref
27241 LatexCommand ref
27242 reference "sub:environnement-Flalign"
27243
27244 \end_inset
27245
27246 .
27247 \end_layout
27248
27249 \begin_layout Section
27250 Formules multi-lignes
27251 \begin_inset CommandInset label
27252 LatexCommand label
27253 name "sec:Formules-multilignes"
27254
27255 \end_inset
27256
27257
27258 \begin_inset Index
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262 Formules ! multi-lignes
27263 \end_layout
27264
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Subsection
27271 Généralités
27272 \end_layout
27273
27274 \begin_layout Standard
27275 Dans LyX, on crée les formules multi-lignes en appuyant sur 
27276 \family sans
27277 \series bold
27278 Ctrl-Entrée
27279 \family default
27280 \series default
27281  à l'intérieur d'une formule.
27282  Cela crée un environnement 
27283 \series bold
27284 align 
27285 \series default
27286 qui est décrit dans 
27287 \begin_inset CommandInset ref
27288 LatexCommand ref
27289 reference "sub:environnement-align-standard"
27290
27291 \end_inset
27292
27293 .
27294 \end_layout
27295
27296 \begin_layout Standard
27297 Il y a d'autres environnement de formules multi-lignes qui peuvent être
27298  créés en passant par le menu 
27299 \family sans
27300 Insérer\SpecialChar \menuseparator
27301 Math
27302 \family default
27303 .
27304  Ces environnements sont décrits dans les sections qui suivent.
27305 \end_layout
27306
27307 \begin_layout Standard
27308 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
27309  est créée en appuyant sur 
27310 \family sans
27311 Ctrl-Entrée
27312 \family default
27313 .
27314  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
27315  boutons 
27316 \begin_inset Graphics
27317         filename ../../images/tabular-feature_append-row.png
27318         scale 85
27319
27320 \end_inset
27321
27322  ou 
27323 \begin_inset Graphics
27324         filename ../../images/tabular-feature_delete-row.png
27325         scale 85
27326
27327 \end_inset
27328
27329  de la barre d'outils mathématique ou bien le menu 
27330 \family sans
27331 Éditer\SpecialChar \menuseparator
27332 Lignes
27333 \begin_inset space \thinspace{}
27334 \end_inset
27335
27336 &
27337 \begin_inset space \thinspace{}
27338 \end_inset
27339
27340 Colonnes
27341 \family default
27342 .
27343 \end_layout
27344
27345 \begin_layout Subsubsection
27346 Séparation des lignes
27347 \begin_inset CommandInset label
27348 LatexCommand label
27349 name "sub:Séparation-des-lignes"
27350
27351 \end_inset
27352
27353
27354 \begin_inset Index
27355 status collapsed
27356
27357 \begin_layout Plain Layout
27358 Formules ! multi-lignes ! Séparation des lignes
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Standard
27367 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
27368 \begin_inset Formula \begin{eqnarray*}
27369 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\\
27370 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
27379  qu'argument optionnel de la commande de saut de ligne.
27380  Ce n'est pas encore possible avec LyX
27381 \begin_inset Foot
27382 status collapsed
27383
27384 \begin_layout Plain Layout
27385 voir 
27386 \begin_inset CommandInset href
27387 LatexCommand href
27388 name "LyX-bug #1505"
27389 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \end_inset
27397
27398 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
27399  Pour ajouter de l'espace dans notre exemple, on insère la commande 
27400 \series bold
27401
27402 \backslash
27403
27404 \backslash
27405 [3mm]
27406 \series default
27407  à la fin de la première ligne et on obtient: 
27408 \begin_inset ERT
27409 status collapsed
27410
27411 \begin_layout Plain Layout
27412
27413
27414 \backslash
27415 begin{eqnarray*}
27416 \end_layout
27417
27418 \begin_layout Plain Layout
27419
27420 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27421  = & 
27422 \backslash
27423 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27424 \backslash
27425
27426 \backslash
27427 [3mm]
27428 \end_layout
27429
27430 \begin_layout Plain Layout
27431
27432 4x^{2}
27433 \backslash
27434 left(B^{2}+x_{0}^{2}
27435 \backslash
27436 right)+4x_{0}x
27437 \backslash
27438 left(D-B^{2}
27439 \backslash
27440 right)+B^{2}
27441 \backslash
27442 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27443 \backslash
27444 right) & = & 0
27445 \end_layout
27446
27447 \begin_layout Plain Layout
27448
27449
27450 \backslash
27451 end{eqnarray*}
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \begin_inset VSpace bigskip
27461 \end_inset
27462
27463
27464 \end_layout
27465
27466 \begin_layout Standard
27467 On obtient alors: 
27468 \begin_inset ERT
27469 status collapsed
27470
27471 \begin_layout Plain Layout
27472
27473
27474 \backslash
27475 setlength{
27476 \backslash
27477 jot}{3mm+3pt}
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \begin_inset Formula \begin{eqnarray*}
27484 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}\\
27485 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*}
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \begin_layout Standard
27493 \begin_inset ERT
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497
27498
27499 \backslash
27500 setlength{
27501 \backslash
27502 jot}{3pt}
27503 \end_layout
27504
27505 \end_inset
27506
27507  Pour revenir à l'espacement par défaut, on remet la valeur de 
27508 \series bold
27509
27510 \backslash
27511 jot
27512 \series default
27513  à 3
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 pt.
27518 \end_layout
27519
27520 \begin_layout Subsubsection
27521 Séparation des colonnes
27522 \begin_inset CommandInset label
27523 LatexCommand label
27524 name "sub:Séparation-des-colonnes"
27525
27526 \end_inset
27527
27528
27529 \begin_inset Index
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533 Formules ! multi-lignes ! Séparation des colonnes
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Standard
27542 Les formules multi-lignes forment une matrice.
27543  Une formule dans un environnement eqnarray est par exemple une matrice
27544  à trois colonnes.
27545  En changeant l'espacement des colonnes de cet environnement, on peut modifier
27546  l'espace à côté du symbole de relation.
27547 \end_layout
27548
27549 \begin_layout Standard
27550 L'espacement des colonnes est spécifié avec la longueur 
27551 \series bold
27552
27553 \backslash
27554 arraycolsep
27555 \series default
27556
27557 \begin_inset Index
27558 status collapsed
27559
27560 \begin_layout Plain Layout
27561 Commandes ! A ! 
27562 \backslash
27563 arraycolsep
27564 \end_layout
27565
27566 \end_inset
27567
27568  selon la relation:
27569 \begin_inset Newline newline
27570 \end_inset
27571
27572 séparation des colonnes = 2
27573 \begin_inset space \thinspace{}
27574 \end_inset
27575
27576
27577 \series bold
27578
27579 \backslash
27580 arraycolsep
27581 \series default
27582
27583 \begin_inset Newline newline
27584 \end_inset
27585
27586 Donc, la commande
27587 \end_layout
27588
27589 \begin_layout Standard
27590
27591 \series bold
27592
27593 \backslash
27594 setlength{
27595 \backslash
27596 arraycolsep}{1cm}
27597 \end_layout
27598
27599 \begin_layout Standard
27600 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
27601  des colonnes à 2
27602 \begin_inset space \thinspace{}
27603 \end_inset
27604
27605 cm.
27606  Pour revenir à la valeur par défaut, on met 
27607 \series bold
27608
27609 \backslash
27610 arraycolsep
27611 \series default
27612  à 5
27613 \begin_inset space \thinspace{}
27614 \end_inset
27615
27616 pt.
27617 \end_layout
27618
27619 \begin_layout Standard
27620 Une formule avec des colonnes séparées de 2
27621 \begin_inset space \thinspace{}
27622 \end_inset
27623
27624 cm:
27625 \begin_inset ERT
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629
27630
27631 \backslash
27632 setlength{
27633 \backslash
27634 arraycolsep}{1cm}
27635 \end_layout
27636
27637 \end_inset
27638
27639
27640 \begin_inset Formula \begin{eqnarray*}
27641 A & = & B\\
27642 C & \ne & A\end{eqnarray*}
27643
27644 \end_inset
27645
27646 Une formule avec la séparation de colonne prédéfinie de 10
27647 \begin_inset space \thinspace{}
27648 \end_inset
27649
27650 pt:
27651 \begin_inset ERT
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655
27656
27657 \backslash
27658 setlength{
27659 \backslash
27660 arraycolsep}{5pt}
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \begin_inset Formula \begin{eqnarray*}
27667 A & = & B\\
27668 C & \ne & A\end{eqnarray*}
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Subsubsection
27676 Formules longues
27677 \begin_inset Index
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681 Formules ! longues
27682 \end_layout
27683
27684 \end_inset
27685
27686
27687 \end_layout
27688
27689 \begin_layout Standard
27690 Les formules longues peuvent être mises en forme en utilisant une de ces
27691  méthodes:
27692 \end_layout
27693
27694 \begin_layout Itemize
27695 Quand un des membres de l'équation est beaucoup plus court que la largeur
27696  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
27697  de droite est écrit sur deux lignes:
27698 \begin_inset ERT
27699 status collapsed
27700
27701 \begin_layout Plain Layout
27702
27703
27704 \backslash
27705 medskip
27706 \end_layout
27707
27708 \end_inset
27709
27710  
27711 \begin_inset Formula \begin{eqnarray}
27712 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 \\
27713  &  & -\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}
27714
27715 \end_inset
27716
27717
27718 \begin_inset ERT
27719 status collapsed
27720
27721 \begin_layout Plain Layout
27722
27723
27724 \backslash
27725 smallskip
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \begin_inset Newline newline
27732 \end_inset
27733
27734 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
27735  comme un opérateur puisqu'il est le premier caractère de la ligne.
27736  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
27737  difficile à distinguer de la barre de fraction.
27738  Pour éviter cela, une espace a été insérée après les signe moins avec la
27739  commande 
27740 \series bold
27741
27742 \backslash
27743 hspace{3pt}
27744 \series default
27745
27746 \begin_inset Foot
27747 status collapsed
27748
27749 \begin_layout Plain Layout
27750 plus au sujet de la commande 
27751 \series bold
27752
27753 \backslash
27754 hspace
27755 \series default
27756 , voir 
27757 \begin_inset CommandInset ref
27758 LatexCommand ref
27759 reference "sub:Espace-variable"
27760
27761 \end_inset
27762
27763
27764 \end_layout
27765
27766 \end_inset
27767
27768
27769 \begin_inset Index
27770 status collapsed
27771
27772 \begin_layout Plain Layout
27773 Commandes ! H ! 
27774 \backslash
27775 hspace
27776 \end_layout
27777
27778 \end_inset
27779
27780 .
27781 \end_layout
27782
27783 \begin_layout Itemize
27784 Quand les deux membre de l'équation sont trop longs, on utilise la commande
27785  
27786 \series bold
27787
27788 \backslash
27789 lefteqn
27790 \series default
27791
27792 \begin_inset Index
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 Commandes ! L ! 
27797 \backslash
27798 lefteqn
27799 \end_layout
27800
27801 \end_inset
27802
27803 .
27804  Elle est insérée dans la première colonne de la première ligne et a comme
27805  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
27806 \begin_inset ERT
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810
27811
27812 \backslash
27813 medskip
27814 \end_layout
27815
27816 \end_inset
27817
27818
27819 \begin_inset Formula \begin{eqnarray}
27820 \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 \\
27821  &  & -\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 \\
27822  &  & =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}
27823
27824 \end_inset
27825
27826
27827 \begin_inset ERT
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831
27832
27833 \backslash
27834 smallskip
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \begin_inset Newline newline
27841 \end_inset
27842
27843 Après l'insertion de la commande 
27844 \series bold
27845
27846 \backslash
27847 lefteqn
27848 \series default
27849 , le curseur se trouve dans une boîte violette qui est légèrement décalée
27850  vers la gauche par rapport à la boîte bleue.
27851  C'est dans cette dernière que l'on insère la formule.
27852 \begin_inset ERT
27853 status collapsed
27854
27855 \begin_layout Plain Layout
27856
27857
27858 \backslash
27859 medskip
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \begin_inset Newline newline
27866 \end_inset
27867
27868 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
27869  celles d'après.
27870  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
27871 \begin_inset ERT
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875
27876
27877 \backslash
27878 medskip
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \begin_inset Newline newline
27885 \end_inset
27886
27887
27888 \begin_inset Note Greyedout
27889 status open
27890
27891 \begin_layout Plain Layout
27892 Notez les points suivants quand vous utilisez 
27893 \series bold
27894
27895 \backslash
27896 lefteqn
27897 \series default
27898 :
27899 \end_layout
27900
27901 \begin_layout Itemize
27902 La formule n'utilise pas la totalité de la largeur de la page.
27903  Quand par exemple on a ajouté le terme 
27904 \begin_inset Formula $-B^{2}$
27905 \end_inset
27906
27907  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
27908  de la marge.
27909  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
27910  négatif en début de la première ligne.
27911 \end_layout
27912
27913 \begin_layout Itemize
27914 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
27915  première ligne avec la souris
27916 \begin_inset Foot
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920 \begin_inset CommandInset href
27921 LatexCommand href
27922 name "LyX-bug #1429"
27923 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
27924
27925 \end_inset
27926
27927
27928 \end_layout
27929
27930 \end_inset
27931
27932 .
27933  On peut seulement placer le curseur au début de la ligne et ensuite le
27934  déplacer avec les flèches du clavier.
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \end_layout
27941
27942 \begin_layout Itemize
27943 D'autres méthodes pour créer des formules longues sont offertes par les
27944  environnements décrits dans 
27945 \begin_inset CommandInset ref
27946 LatexCommand ref
27947 reference "sub:Environnement-Multline"
27948
27949 \end_inset
27950
27951  et 
27952 \begin_inset CommandInset ref
27953 LatexCommand ref
27954 reference "sub:Portions-de-formules-en-multiligne"
27955
27956 \end_inset
27957
27958 .
27959 \end_layout
27960
27961 \begin_layout Subsubsection
27962 Crochets sur plusieurs lignes
27963 \begin_inset CommandInset label
27964 LatexCommand label
27965 name "sub:Crochets-multilignes"
27966
27967 \end_inset
27968
27969
27970 \begin_inset Index
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 Crochets ! pour expressions multi-lignes
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Standard
27983 Pour des parenthèses ou des crochets entourant des expressions réparties
27984  sur plusieurs lignes, on rencontre le problème suivant:
27985 \begin_inset Formula \begin{eqnarray*}
27986 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27987  &  & \left.\cdots+B-D\right]\end{eqnarray*}
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \begin_layout Standard
27995 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
27996  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
27997 \end_layout
27998
27999 \begin_layout Standard
28000 Pour donner la bonne taille au crochet de la deuxième ligne, la première
28001  ligne doit se terminer par la commande 
28002 \series bold
28003
28004 \backslash
28005 right.
28006 \series default
28007
28008 \begin_inset Index
28009 status collapsed
28010
28011 \begin_layout Plain Layout
28012 Commandes ! R ! 
28013 \backslash
28014 right
28015 \end_layout
28016
28017 \end_inset
28018
28019  et la seconde commencer par 
28020 \series bold
28021
28022 \backslash
28023 left.
28024 \begin_inset Foot
28025 status collapsed
28026
28027 \begin_layout Plain Layout
28028 pour plus au sujet des commandes 
28029 \series bold
28030
28031 \backslash
28032 left
28033 \series default
28034  et 
28035 \series bold
28036
28037 \backslash
28038 right
28039 \series default
28040  voir 
28041 \begin_inset CommandInset ref
28042 LatexCommand ref
28043 reference "sub:Taille-parenthèses-automatique"
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \series default
28054
28055 \begin_inset Index
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059 Commandes ! L ! 
28060 \backslash
28061 left
28062 \end_layout
28063
28064 \end_inset
28065
28066 .
28067  Après le 
28068 \series bold
28069
28070 \backslash
28071 left.
28072
28073 \series default
28074  on insère la commande 
28075 \series bold
28076
28077 \backslash
28078 vphantom
28079 \series default
28080
28081 \begin_inset ERT
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085
28086
28087 \backslash
28088 spce 
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \series bold
28095
28096 \backslash
28097 prod
28098 \series default
28099 ^
28100 \begin_inset ERT
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104
28105
28106 \backslash
28107 spce 
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \series bold
28114
28115 \backslash
28116 infty
28117 \series default
28118
28119 \begin_inset ERT
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123
28124
28125 \backslash
28126 spce 
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \series bold
28133
28134 \begin_inset Formula $\downarrow$
28135 \end_inset
28136
28137 _R=1}
28138 \series default
28139
28140 \begin_inset Index
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 Commandes ! V ! 
28145 \backslash
28146 vphantom
28147 \end_layout
28148
28149 \end_inset
28150
28151  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
28152  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
28153  de la deuxième ligne.
28154 \end_layout
28155
28156 \begin_layout Standard
28157 On obtient ceci:
28158 \end_layout
28159
28160 \begin_layout Standard
28161 \begin_inset Formula \begin{eqnarray*}
28162 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28163  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28164
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \begin_layout Subsection
28171 Les environnements align 
28172 \end_layout
28173
28174 \begin_layout Standard
28175 Les environnements align peuvent être utilisés pour tous les cas de formules
28176  multi-lignes.
28177  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
28178 e.
28179 \end_layout
28180
28181 \begin_layout Standard
28182 Les environnement Align sont composés de colonnes.
28183  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
28184  sont alignées à droite.
28185  Chaque ligne d'un environnement Align peut être numérotée.
28186 \end_layout
28187
28188 \begin_layout Standard
28189 Les environnement Align sont créés avec le menu 
28190 \family sans
28191 Insérer\SpecialChar \menuseparator
28192 Math
28193 \family default
28194 .
28195  Avec le menu 
28196 \family sans
28197 Éditer\SpecialChar \menuseparator
28198 Math\SpecialChar \menuseparator
28199 Change le type de formule
28200 \family default
28201  on peut convertir des formules existantes en environnement Align.
28202 \end_layout
28203
28204 \begin_layout Standard
28205 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
28206  
28207 \begin_inset Graphics
28208         filename ../../images/tabular-feature_append-column.png
28209         scale 85
28210
28211 \end_inset
28212
28213  ou 
28214 \begin_inset Graphics
28215         filename ../../images/tabular-feature_delete-column.png
28216         scale 85
28217
28218 \end_inset
28219
28220 , respectivement, soit le menu 
28221 \family sans
28222 Éditer\SpecialChar \menuseparator
28223 Lignes & colonnes
28224 \family default
28225 .
28226 \end_layout
28227
28228 \begin_layout Subsubsection
28229 L'environnement align standard
28230 \begin_inset CommandInset label
28231 LatexCommand label
28232 name "sub:environnement-align-standard"
28233
28234 \end_inset
28235
28236
28237 \begin_inset Index
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241 Formules ! multi-lignes ! environnement align
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \end_layout
28248
28249 \begin_layout Standard
28250 Cet environnement align est créé en appuyant sur 
28251 \family sans
28252 Ctrl-Entrée
28253 \family default
28254  dans une formule ou en utilisant le menu 
28255 \family sans
28256 Insérer\SpecialChar \menuseparator
28257 Math\SpecialChar \menuseparator
28258 Environnement
28259 \begin_inset space ~
28260 \end_inset
28261
28262 AMS
28263 \begin_inset space ~
28264 \end_inset
28265
28266 align
28267 \family default
28268 .
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
28273  align à quatre colonnes:
28274 \begin_inset Formula \begin{align*}
28275 A & =\sin(B) & C & =D\\
28276 C & \ne A & B & \ne D\end{align*}
28277
28278 \end_inset
28279
28280 Comme on peut le voir, dans cet environnement les formules sont placées
28281  comme s'il y avait un 
28282 \series bold
28283
28284 \backslash
28285 hfill
28286 \begin_inset Foot
28287 status collapsed
28288
28289 \begin_layout Plain Layout
28290 pour plus d'information au sujet de 
28291 \series bold
28292
28293 \backslash
28294 hfill
28295 \series default
28296  voir 
28297 \begin_inset CommandInset ref
28298 LatexCommand ref
28299 reference "sub:Espace-variable"
28300
28301 \end_inset
28302
28303
28304 \end_layout
28305
28306 \end_inset
28307
28308
28309 \series default
28310  avant la première colonne et après chaque colonne paire.
28311  Quand on utilise le style 
28312 \series bold
28313 Indenté
28314 \begin_inset Foot
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 pour les styles de formules, voir 
28319 \begin_inset CommandInset ref
28320 LatexCommand ref
28321 reference "sec:Styles-de-formules"
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \end_inset
28329
28330  
28331 \series default
28332 la formule est écrite sans le 
28333 \series bold
28334
28335 \backslash
28336 hfill
28337 \series default
28338  avant la première colonne.
28339 \end_layout
28340
28341 \begin_layout Subsubsection
28342 L'environnement alignat
28343 \begin_inset Index
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347 Formules ! multi-lignes ! environnement alignat
28348 \end_layout
28349
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \begin_layout Standard
28356 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
28357  Il peut être inséré manuellement avec les espaces qui sont décrits en 
28358 \begin_inset CommandInset ref
28359 LatexCommand ref
28360 reference "sub:Espace"
28361
28362 \end_inset
28363
28364 .
28365 \end_layout
28366
28367 \begin_layout Standard
28368 Voici l'exemple précédent dans un environnement alignat où on a inséré une
28369  espace de 1
28370 \begin_inset space \thinspace{}
28371 \end_inset
28372
28373 cm au début de la deuxième formule:
28374 \begin_inset Formula \begin{alignat*}{2}
28375 A & =\sin(B) & \hspace{1cm}C & =D\\
28376 C & \ne A & B & \ne D\end{alignat*}
28377
28378 \end_inset
28379
28380 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
28381  colonne, cet environnement est particulièrement adapté aux cas où on a
28382  trois colonnes ou plus côte-à-côte.
28383  
28384 \end_layout
28385
28386 \begin_layout Subsubsection
28387 Environnement falign
28388 \begin_inset CommandInset label
28389 LatexCommand label
28390 name "sub:environnement-Flalign"
28391
28392 \end_inset
28393
28394
28395 \begin_inset Index
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399 Formules ! multi-lignes ! environnement flalign
28400 \end_layout
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \begin_layout Standard
28408 Dans cet environnement les deux premières colonnes sont placées le plus
28409  à gauche possible et les deux dernière le plus à droite possible.
28410  Un exemple:
28411 \begin_inset Formula \begin{flalign*}
28412 A & =1 & B & =2 & C & =3\\
28413 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28414
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \begin_layout Standard
28421 En créant un environnement flalign avec un nombre impair de colonnes et
28422  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
28423  formules d'un document peuvent être mises à gauche, bien que le style de
28424  formules 
28425 \series bold
28426 Centré 
28427 \series default
28428 soit utilisé.
28429  Comme exemple la formule 
28430 \begin_inset CommandInset ref
28431 LatexCommand eqref
28432 reference "eq:VolInt"
28433
28434 \end_inset
28435
28436  indentée:
28437 \begin_inset Formula \begin{flalign}
28438 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28439
28440 \end_inset
28441
28442 Les deux premières colonnes contiennent la formule.
28443  Pour l'indenter comme avec le style de formule 
28444 \series bold
28445 Indenté,
28446 \series default
28447  on a inséré une espace de 30
28448 \begin_inset space \thinspace{}
28449 \end_inset
28450
28451 pt au début de la première colonne.
28452 \end_layout
28453
28454 \begin_layout Subsection
28455 Environnement eqnarray
28456 \begin_inset Index
28457 status collapsed
28458
28459 \begin_layout Plain Layout
28460 Formules ! multi-lignes ! environnement eqnarray
28461 \end_layout
28462
28463 \end_inset
28464
28465
28466 \end_layout
28467
28468 \begin_layout Standard
28469 Quand on créé cet environnement, trois boîtes bleues apparaissent.
28470  Le contenu de la première boîte est aligné à droite, celui de la dernière
28471  est aligné à gauche.
28472  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
28473  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
28474 \begin_inset Formula \begin{eqnarray*}
28475 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28476 AB & AB & AB\\
28477 A & = & A\end{eqnarray*}
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \begin_layout Subsection
28485 Environnement gather
28486 \begin_inset Index
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490 Formules ! multi-lignes ! environnement gather
28491 \end_layout
28492
28493 \end_inset
28494
28495
28496 \end_layout
28497
28498 \begin_layout Standard
28499 Cet environnement consiste seulement en une colonne centrée.
28500  Chaque ligne peut être numérotée.
28501 \begin_inset Formula \begin{gather}
28502 A=1\\
28503 X=\textrm{-}1\end{gather}
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Subsection
28511 Environnement multline
28512 \begin_inset CommandInset label
28513 LatexCommand label
28514 name "sub:Environnement-Multline"
28515
28516 \end_inset
28517
28518
28519 \begin_inset Index
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 Formules ! multi-lignes ! environnement multline
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Standard
28532 L'environnement multline consiste, comme l'environnement gather en une seule
28533  colonne.
28534  Mais la première ligne est alignée à gauche, la dernière est alignée à
28535  droite et toutes les autres sont centrées.
28536  Cet environnement est donc particulièrement adapté aux formules très longues.
28537  Comme exemple, voici la formule 
28538 \begin_inset CommandInset ref
28539 LatexCommand eqref
28540 reference "eq:lefteqn"
28541
28542 \end_inset
28543
28544  dans un environnement multline:
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 -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 \end_layout
28554
28555 \begin_layout Standard
28556 Dans la sortie finale, seule la dernière ligne d'un environnement multline
28557  apparaît numérotée si le document est numéroté à droite, la première s'il
28558  est numéroté à gauche.
28559 \begin_inset Foot
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563 pour les styles de numérotation, voir 
28564 \begin_inset CommandInset ref
28565 LatexCommand ref
28566 reference "sec:Styles-de-formules"
28567
28568 \end_inset
28569
28570
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \begin_layout Standard
28579 Avec les commandes 
28580 \series bold
28581
28582 \backslash
28583 shoveright
28584 \begin_inset Index
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 Commandes ! S ! 
28589 \backslash
28590 shoveright
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \series default
28597  et 
28598 \series bold
28599
28600 \backslash
28601 shoveleft
28602 \begin_inset Index
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606 Commandes ! S ! 
28607 \backslash
28608 shoveleft
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \series default
28615  une ligne centrée peut être alignée respectivement à droite ou à gauche.
28616  Les commandes sont utilisées de la façon suivante:
28617 \end_layout
28618
28619 \begin_layout Standard
28620
28621 \series bold
28622
28623 \backslash
28624 shoveright{contenu de la ligne}
28625 \series default
28626  et 
28627 \series bold
28628
28629 \backslash
28630 shoveleft{contenu de la ligne}
28631 \end_layout
28632
28633 \begin_layout Standard
28634 \begin_inset VSpace medskip
28635 \end_inset
28636
28637 La longueur 
28638 \series bold
28639
28640 \backslash
28641 multlinegap
28642 \begin_inset Index
28643 status collapsed
28644
28645 \begin_layout Plain Layout
28646 Commandes ! M ! 
28647 \backslash
28648 multlinegap
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \series default
28655  précise la distance entre le début de la première ligne et la marge de
28656  gauche.
28657  La valeur prédéfinie est 0
28658 \begin_inset space \thinspace{}
28659 \end_inset
28660
28661 pt.
28662 \end_layout
28663
28664 \begin_layout Standard
28665 Comme exemple, la formule précédente en ajoutant avant en mode TeX
28666 \end_layout
28667
28668 \begin_layout Standard
28669
28670 \series bold
28671
28672 \backslash
28673 setlength{
28674 \backslash
28675 multlinegap}{2cm}
28676 \end_layout
28677
28678 \begin_layout Standard
28679 \begin_inset ERT
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683
28684
28685 \backslash
28686 setlength{
28687 \backslash
28688 multlinegap}{2cm}
28689 \end_layout
28690
28691 \end_inset
28692
28693
28694 \begin_inset Formula \begin{multline}
28695 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}\\
28696 \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}}\\
28697 =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}
28698
28699 \end_inset
28700
28701
28702 \begin_inset ERT
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706
28707
28708 \backslash
28709 setlength{
28710 \backslash
28711 multlinegap}{0pt}
28712 \end_layout
28713
28714 \end_inset
28715
28716 La deuxième ligne a été alignée à gauche en utilisant 
28717 \series bold
28718
28719 \backslash
28720 shoveleft
28721 \series default
28722 .
28723 \end_layout
28724
28725 \begin_layout Subsection
28726 Portions de formules en multi-ligne
28727 \begin_inset CommandInset label
28728 LatexCommand label
28729 name "sub:Portions-de-formules-en-multiligne"
28730
28731 \end_inset
28732
28733
28734 \begin_inset Index
28735 status collapsed
28736
28737 \begin_layout Plain Layout
28738 Formules ! multi-lignes ! portions de formules
28739 \end_layout
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \begin_layout Standard
28747 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
28748  on peut utiliser l'un des environnements suivants: 
28749 \series bold
28750 aligned
28751 \series default
28752
28753 \series bold
28754 alignedat
28755 \series default
28756
28757 \series bold
28758 gathered
28759 \series default
28760  or 
28761 \series bold
28762 split
28763 \series default
28764 .
28765  Ils peuvent être insérés en utilisant le menu 
28766 \family sans
28767 Insérer\SpecialChar \menuseparator
28768 Math
28769 \family default
28770  ou en utilisant les commandes décrites dans cette section.
28771 \end_layout
28772
28773 \begin_layout Standard
28774 Les trois premier ont les mêmes propriétés que les environnements de formules
28775  correspondants, à part le fait que l'on peut ajouter d'autres portions
28776  de formules après eux.
28777  Un exemple:
28778 \begin_inset Formula \[
28779 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28780 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28781 \right\} \textrm{Relations d'incertitude}\]
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Standard
28789 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
28790  on insère la commande 
28791 \series bold
28792
28793 \backslash
28794 aligned
28795 \begin_inset Index
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799 Commandes ! A ! 
28800 \backslash
28801 aligned
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \series default
28808 .
28809  Une boîte violette apparaît autour de la boîte de formule dans laquelle
28810  on peut ajouter des lignes et des colonnes.
28811  En dehors de l'environnement multiligne, on peut mettre d'autres portions
28812  de formules, comme des accolades.
28813 \end_layout
28814
28815 \begin_layout Standard
28816 L'environnement aligned est aussi utilisable pour de longues formules dont
28817  les lignes sont alignées horizontalement.
28818  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
28819  est que le numéro des formules est centré verticalement après les formules.
28820  Un exemple, la formule
28821 \begin_inset CommandInset ref
28822 LatexCommand eqref
28823 reference "eq:kurzlang"
28824
28825 \end_inset
28826
28827  dans l'environnement aligned:
28828 \begin_inset Formula \begin{equation}
28829 \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}|}\\
28830  & -\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}
28831 \end{equation}
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Standard
28839 Pour utiliser les environnements 
28840 \series bold
28841 alignedat
28842 \series default
28843
28844 \series bold
28845 gathered
28846 \series default
28847 , ou 
28848 \series bold
28849 split
28850 \series default
28851 , on doit insérer respectivement, les commandes 
28852 \series bold
28853
28854 \backslash
28855 alignedat
28856 \series default
28857 ,
28858 \begin_inset Index
28859 status collapsed
28860
28861 \begin_layout Plain Layout
28862 Commandes ! A ! 
28863 \backslash
28864 alignedat
28865 \end_layout
28866
28867 \end_inset
28868
28869  
28870 \series bold
28871
28872 \backslash
28873 gathered
28874 \series default
28875
28876 \begin_inset Index
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880 Commandes ! G ! 
28881 \backslash
28882 gathered
28883 \end_layout
28884
28885 \end_inset
28886
28887 , ou 
28888 \series bold
28889
28890 \backslash
28891 split
28892 \series default
28893
28894 \begin_inset Index
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 Commandes ! S ! 
28899 \backslash
28900 split
28901 \end_layout
28902
28903 \end_inset
28904
28905 .
28906  L'environnement split a les mêmes propriétés que l'environnement aligned,
28907  mais il ne peut avoir que deux colonnes.
28908 \end_layout
28909
28910 \begin_layout Subsection
28911 Texte dans les formules multi-lignes
28912 \begin_inset CommandInset label
28913 LatexCommand label
28914 name "sub:Texte-dans-multi-lignes"
28915
28916 \end_inset
28917
28918
28919 \begin_inset Index
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923 Texte ! dans les formules
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \begin_inset Index
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 Formules ! multi-lignes ! texte
28934 \end_layout
28935
28936 \end_inset
28937
28938
28939 \end_layout
28940
28941 \begin_layout Standard
28942 Dans les environnements align, multline et gather, on peut insérer du texte
28943  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
28944  des colonnes.
28945  Pour faire cela, on utilise la commande 
28946 \series bold
28947
28948 \backslash
28949 intertext
28950 \begin_inset Index
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954 Commandes ! I ! 
28955 \backslash
28956 intertext
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \series default
28963  avec la syntaxe suivante:
28964 \end_layout
28965
28966 \begin_layout Standard
28967
28968 \series bold
28969
28970 \backslash
28971 intertext{texte}
28972 \end_layout
28973
28974 \begin_layout Standard
28975 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
28976  subir de césure.
28977  Comme LyX ne supporte pas directement 
28978 \series bold
28979
28980 \backslash
28981 intertext
28982 \series default
28983 , le texte doit être écrit comme du texte mathématique.
28984  Le texte inséré avec 
28985 \series bold
28986
28987 \backslash
28988 intertext
28989 \series default
28990  doit être au début d'une ligne pour se trouver dans la sortie final au
28991  dessus de celle-ci.
28992  Un exemple où le texte a été inséré au début de la deuxième ligne:
28993 \begin_inset Formula \begin{align}
28994 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28995 \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}
28996
28997 \end_inset
28998
28999
29000 \end_layout
29001
29002 \begin_layout Section
29003 Numérotation des formules
29004 \begin_inset Index
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 Numérotation des formules
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \begin_inset Index
29015 status collapsed
29016
29017 \begin_layout Plain Layout
29018 Formules ! numérotation|see
29019 \begin_inset ERT
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023
29024 {
29025 \end_layout
29026
29027 \end_inset
29028
29029 Numérotation des formules
29030 \begin_inset ERT
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034
29035 }
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Subsection
29049 Généralités
29050 \end_layout
29051
29052 \begin_layout Standard
29053 On peut créer des formules numérotées avec le menu 
29054 \family sans
29055 Insérer\SpecialChar \menuseparator
29056 Math\SpecialChar \menuseparator
29057 Formule
29058 \begin_inset space ~
29059 \end_inset
29060
29061 numérotée
29062 \family default
29063  (raccourci 
29064 \family sans
29065 Ctrl-Alt
29066 \begin_inset space ~
29067 \end_inset
29068
29069 n
29070 \family default
29071 ).
29072  On peut aussi numéroter des formules existantes avec le menu 
29073 \family sans
29074 Éditer\SpecialChar \menuseparator
29075 Math\SpecialChar \menuseparator
29076 (Dés)Activer
29077 \begin_inset space ~
29078 \end_inset
29079
29080 numérotation
29081 \family default
29082  (raccourci 
29083 \family sans
29084 Alt-m
29085 \begin_inset space ~
29086 \end_inset
29087
29088 n
29089 \family default
29090 ).
29091  Le numéro de la formule est affiché dans LyX après la formule sous la forme
29092  d'un dièse entre parenthèse
29093 \begin_inset Foot
29094 status collapsed
29095
29096 \begin_layout Plain Layout
29097 En anglais le dièse est le symbole du numéro (NdT).
29098 \end_layout
29099
29100 \end_inset
29101
29102 .
29103  Le dièse est remplacé dans la sortie finale par le numéro de la formule
29104 \end_layout
29105
29106 \begin_layout Standard
29107 Quand on active la numérotation sur des formules multi-lignes, toutes les
29108  lignes sont numérotées.
29109  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
29110  
29111 \family sans
29112 Éditer\SpecialChar \menuseparator
29113 Math\SpecialChar \menuseparator
29114 (Dés)Activer
29115 \begin_inset space ~
29116 \end_inset
29117
29118 Numérotation
29119 \begin_inset space ~
29120 \end_inset
29121
29122 de
29123 \begin_inset space ~
29124 \end_inset
29125
29126 cette
29127 \begin_inset space ~
29128 \end_inset
29129
29130 ligne
29131 \family default
29132  (raccourci 
29133 \family sans
29134 Alt-m
29135 \begin_inset space ~
29136 \end_inset
29137
29138 N
29139 \family default
29140 ).
29141 \end_layout
29142
29143 \begin_layout Standard
29144 À part pour les formules en ligne, toutes les formules peuvent être numérotées
29145  avec deux styles différents, voir 
29146 \begin_inset CommandInset ref
29147 LatexCommand ref
29148 reference "sec:Styles-de-formules"
29149
29150 \end_inset
29151
29152 .
29153 \end_layout
29154
29155 \begin_layout Subsection
29156 Références croisées
29157 \begin_inset CommandInset label
29158 LatexCommand label
29159 name "sub:Références-croisées"
29160
29161 \end_inset
29162
29163
29164 \begin_inset Index
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168 Références croisées ! à des formules
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \end_layout
29175
29176 \begin_layout Standard
29177 On peut faire référence à toute formule ayant une étiquette.
29178  On ajoute une étiquette avec le menu 
29179 \family sans
29180 Insérer\SpecialChar \menuseparator
29181 Étiquette
29182 \family default
29183  ou avec le bouton 
29184 \begin_inset Graphics
29185         filename ../../images/label-insert.png
29186         scale 85
29187
29188 \end_inset
29189
29190  de la barre d'outils.
29191  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
29192  ligne.
29193  Une fenêtre de dialogue apparaît affichant le préfixe 
29194 \series bold
29195 eq:
29196 \series default
29197  dans un champ de texte.
29198  L'étiquette est insérée à cet endroit, juste après le préfixe.
29199  Le préfixe prédéfini signifie 
29200 \begin_inset Quotes eld
29201 \end_inset
29202
29203 équation
29204 \begin_inset Quotes erd
29205 \end_inset
29206
29207  et rend plus facile la recherche d'une étiquette dans les grand documents
29208  en l'identifiant comme une étiquette de formule et pas, par exemple comme
29209  une étiquette de section.
29210  Pour modifier l'étiquette on doit repasser par le menu 
29211 \family sans
29212 Insérer\SpecialChar \menuseparator
29213 Étiquette
29214 \family default
29215 .
29216 \end_layout
29217
29218 \begin_layout Standard
29219 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
29220  la formule.
29221  Une formule avec une étiquette est toujours numérotée.
29222 \end_layout
29223
29224 \begin_layout Standard
29225 On insère une référence croisée avec le menu 
29226 \family sans
29227 Insérer\SpecialChar \menuseparator
29228 Référence
29229 \begin_inset space ~
29230 \end_inset
29231
29232 croisée
29233 \family default
29234  ou avec le bouton 
29235 \begin_inset Graphics
29236         filename ../../images/dialog-show-new-inset_ref.png
29237         scale 85
29238
29239 \end_inset
29240
29241  de la barre d'outils.
29242  Une référence croisée à une formule apparaît dans la sortie finale comme
29243  un numéro de formule.
29244  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
29245  
29246 \series bold
29247 (<reference>),
29248 \series default
29249  la référence croisée apparaît dans la sortie finale comme un numéro de
29250  formule entre parenthèses.
29251 \begin_inset Newline newline
29252 \end_inset
29253
29254 En faisant un clic droit sur une référence croisée dans LyX, on saute à
29255  la formule qui est référencée.
29256 \end_layout
29257
29258 \begin_layout Standard
29259 Voici comme exemples des références croisées à des formules qui se trouvent
29260  dans les sous-sections qui suivent:
29261 \begin_inset Note Note
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265 Noter les différents types de références croisées.
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Standard
29274 Les équations 
29275 \begin_inset CommandInset ref
29276 LatexCommand eqref
29277 reference "eq:tag"
29278
29279 \end_inset
29280
29281  et 
29282 \begin_inset CommandInset ref
29283 LatexCommand eqref
29284 reference "eq:c"
29285
29286 \end_inset
29287
29288  sont équivalentes.
29289  Dans (
29290 \begin_inset CommandInset ref
29291 LatexCommand ref
29292 reference "eq:Lat"
29293
29294 \end_inset
29295
29296 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
29297  à  (
29298 \begin_inset CommandInset ref
29299 LatexCommand ref
29300 reference "eq:Rom"
29301
29302 \end_inset
29303
29304 ).
29305 \end_layout
29306
29307 \begin_layout Standard
29308 \begin_inset VSpace medskip
29309 \end_inset
29310
29311 Quand l'argument de 
29312 \series bold
29313
29314 \backslash
29315 tag
29316 \begin_inset Foot
29317 status collapsed
29318
29319 \begin_layout Plain Layout
29320
29321 \series bold
29322
29323 \backslash
29324 tag
29325 \series default
29326  est décrit dans 
29327 \begin_inset CommandInset ref
29328 LatexCommand ref
29329 reference "sub:Numérotation-personnalisée"
29330
29331 \end_inset
29332
29333 .
29334 \end_layout
29335
29336 \end_inset
29337
29338
29339 \series default
29340  contient une boîte comme dans 
29341 \begin_inset CommandInset ref
29342 LatexCommand ref
29343 reference "sub:Boîtes-de-paragraphes"
29344
29345 \end_inset
29346
29347 , la formule ne peut pas être référencée.
29348 \end_layout
29349
29350 \begin_layout Subsection
29351 Sous-numérotation
29352 \begin_inset Index
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356 Numérotation des formules ! sous-numérotation
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \end_layout
29363
29364 \begin_layout Standard
29365 Avec l'aide des commandes 
29366 \series bold
29367
29368 \backslash
29369 begin{subequations}
29370 \series default
29371  et 
29372 \series bold
29373
29374 \backslash
29375 end{subequations}
29376 \series default
29377  on peut faire une sous-numérotation de formules.
29378  Les deux commandes doivent être insérées en mode TeX.
29379 \end_layout
29380
29381 \begin_layout Standard
29382 Un exemple:
29383 \begin_inset Formula \begin{equation}
29384 A=C-B\label{eq:a}\end{equation}
29385
29386 \end_inset
29387
29388
29389 \begin_inset ERT
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393
29394
29395 \backslash
29396 addtocounter{equation}{-1}
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407
29408 \backslash
29409 begin{subequations}
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \begin_inset VSpace -5mm
29416 \end_inset
29417
29418
29419 \begin_inset Formula \begin{equation}
29420 B=C-A\label{eq:b}\end{equation}
29421
29422 \end_inset
29423
29424
29425 \begin_inset Formula \begin{equation}
29426 C=A+B\label{eq:c}\end{equation}
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \begin_layout Standard
29434 \begin_inset ERT
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438
29439
29440 \backslash
29441 end{subequations}
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \begin_layout Standard
29450 Pour créer cet exemple, on fait ce qui suit:
29451 \end_layout
29452
29453 \begin_layout Enumerate
29454 on insère la première formule
29455 \end_layout
29456
29457 \begin_layout Enumerate
29458 après la première formule on insère 
29459 \begin_inset Newline newline
29460 \end_inset
29461
29462
29463 \series bold
29464
29465 \backslash
29466 addtocounter{equation}{-1} 
29467 \backslash
29468 begin{subequations}
29469 \begin_inset Index
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473 Commandes ! A ! 
29474 \backslash
29475 addtocounter
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \end_layout
29482
29483 \begin_layout Enumerate
29484 on insère la deuxième formule
29485 \end_layout
29486
29487 \begin_layout Enumerate
29488 on insère la troisième formule
29489 \end_layout
29490
29491 \begin_layout Enumerate
29492 on insère 
29493 \series bold
29494
29495 \backslash
29496 end{subequations}
29497 \series default
29498  après la troisième formule
29499 \end_layout
29500
29501 \begin_layout Standard
29502 Chaque formule entre les commandes 
29503 \series bold
29504
29505 \backslash
29506 begin
29507 \series default
29508  et 
29509 \series bold
29510
29511 \backslash
29512 end
29513 \series default
29514  est sous-numérotée avec a, b,
29515 \begin_inset Newline linebreak
29516 \end_inset
29517
29518 c, \SpecialChar \ldots{}
29519  Pour les formules multi-lignes, chaque ligne sera numérotée.
29520  Toutes les formules sous-numérotées sont traitées comme 
29521 \emph on
29522 une seule 
29523 \emph default
29524 formule.
29525  Mais comme chaque formule numérotée incrémente le compteur 
29526 \series bold
29527 equation
29528 \series default
29529  de un, on a besoin de la commande 
29530 \series bold
29531
29532 \backslash
29533 addtocounter
29534 \series default
29535  pour le décrémenter.
29536  Sinon les formules 
29537 \begin_inset CommandInset ref
29538 LatexCommand eqref
29539 reference "eq:a"
29540
29541 \end_inset
29542
29543
29544 \begin_inset CommandInset ref
29545 LatexCommand eqref
29546 reference "eq:b"
29547
29548 \end_inset
29549
29550
29551 \begin_inset CommandInset ref
29552 LatexCommand eqref
29553 reference "eq:c"
29554
29555 \end_inset
29556
29557  seraient numérotées comme 
29558 \begin_inset CommandInset ref
29559 LatexCommand eqref
29560 reference "eq:a"
29561
29562 \end_inset
29563
29564
29565 \begin_inset CommandInset ref
29566 LatexCommand eqref
29567 reference "eq:d"
29568
29569 \end_inset
29570
29571
29572 \begin_inset CommandInset ref
29573 LatexCommand eqref
29574 reference "eq:f"
29575
29576 \end_inset
29577
29578 .
29579 \end_layout
29580
29581 \begin_layout Standard
29582 En insérant les commandes en mode TeX entre les deux premières formules,
29583  on crée un espace.
29584  Pour le supprimer, on insère un espace vertical négatif de -5
29585 \begin_inset space \thinspace{}
29586 \end_inset
29587
29588 mm après la commande 
29589 \series bold
29590
29591 \backslash
29592 begin{subequations}
29593 \series default
29594 .
29595  Quand on utilise le style 
29596 \series bold
29597 Indenté
29598 \begin_inset Foot
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602 pour les styles de formules, voir 
29603 \begin_inset CommandInset ref
29604 LatexCommand ref
29605 reference "sec:Styles-de-formules"
29606
29607 \end_inset
29608
29609
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \series default
29616 on insère un espace de -7
29617 \begin_inset space \thinspace{}
29618 \end_inset
29619
29620 mm à la place.
29621 \end_layout
29622
29623 \begin_layout Standard
29624 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
29625  pour la deuxième ligne:
29626 \end_layout
29627
29628 \begin_layout Standard
29629 \begin_inset ERT
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633
29634
29635 \backslash
29636 begin{subequations}
29637 \end_layout
29638
29639 \end_inset
29640
29641
29642 \begin_inset Formula \begin{eqnarray}
29643 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29644  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29645  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29646
29647 \end_inset
29648
29649
29650 \begin_inset ERT
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654
29655
29656 \backslash
29657 end{subequations}
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \begin_layout Subsection
29666 Numérotation personnalisée
29667 \begin_inset CommandInset label
29668 LatexCommand label
29669 name "sub:Numérotation-personnalisée"
29670
29671 \end_inset
29672
29673
29674 \begin_inset Index
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678 Numérotation des formules !  personnalisée
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Standard
29687 \begin_inset Index
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691 Numérotation des formules ! délimiteurs personnalisés
29692 \end_layout
29693
29694 \end_inset
29695
29696 Avec la numérotation standard, on a des parenthèses autour du numéro de
29697  formule.
29698  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
29699  il faut ajouter la lignes suivante dans le préambule LaTeX:
29700 \end_layout
29701
29702 \begin_layout Standard
29703
29704 \series bold
29705
29706 \backslash
29707 def
29708 \backslash
29709 tagform@#1{
29710 \backslash
29711 maketag@@@{|#1|}}
29712 \series default
29713
29714 \begin_inset Note Note
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
29719  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
29720  début de ligne.
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Standard
29729 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
29730  autour du 
29731 \series bold
29732 #1
29733 \series default
29734  par un caractère ou plus.
29735  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
29736  verticales.
29737 \end_layout
29738
29739 \begin_layout Standard
29740 \begin_inset VSpace bigskip
29741 \end_inset
29742
29743 Si vous voulez avoir une expression de votre choix entre parenthèses après
29744  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
29745  commande 
29746 \series bold
29747
29748 \backslash
29749 tag
29750 \series default
29751
29752 \begin_inset Index
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756 Commandes ! T ! 
29757 \backslash
29758 tag
29759 \end_layout
29760
29761 \end_inset
29762
29763 :
29764 \begin_inset Formula \begin{equation}
29765 A+B=C\tag{quelquechose}\label{eq:tag}\end{equation}
29766
29767 \end_inset
29768
29769 Dans cet exemple, on a mis la commande 
29770 \series bold
29771
29772 \backslash
29773 tag
29774 \series default
29775
29776 \begin_inset ERT
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780
29781
29782 \backslash
29783 spce 
29784 \end_layout
29785
29786 \end_inset
29787
29788
29789 \series bold
29790 quelquechose
29791 \series default
29792  dans la formule.
29793 \end_layout
29794
29795 \begin_layout Standard
29796 Quand on insère la commande 
29797 \series bold
29798
29799 \backslash
29800 tag*
29801 \series default
29802
29803 \begin_inset ERT
29804 status collapsed
29805
29806 \begin_layout Plain Layout
29807
29808
29809 \backslash
29810 spce 
29811 \end_layout
29812
29813 \end_inset
29814
29815
29816 \series bold
29817 quelquechose
29818 \series default
29819  à la place, l'astérisque supprime les parenthèses autour du texte:
29820 \begin_inset Formula \[
29821 A+B=C\tag*{quelquechose}\]
29822
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Standard
29829 \begin_inset VSpace bigskip
29830 \end_inset
29831
29832 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
29833  ou section du document, on utilise les commandes suivantes: 
29834 \end_layout
29835
29836 \begin_layout Standard
29837
29838 \series bold
29839
29840 \backslash
29841 @addtoreset{equation}{part}
29842 \series default
29843
29844 \begin_inset Index
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848 Commandes ! 
29849 \begin_inset ERT
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853
29854 "
29855 \end_layout
29856
29857 \end_inset
29858
29859 @
29860 \begin_inset ERT
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864
29865 "
29866 \end_layout
29867
29868 \end_inset
29869
29870  ! 
29871 \backslash
29872
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878 "
29879 \end_layout
29880
29881 \end_inset
29882
29883 @
29884 \begin_inset ERT
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888
29889 "
29890 \end_layout
29891
29892 \end_inset
29893
29894 addtoreset
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \begin_inset Newline newline
29901 \end_inset
29902
29903 ou
29904 \begin_inset Newline newline
29905 \end_inset
29906
29907
29908 \series bold
29909
29910 \backslash
29911 @addtoreset{equation}{section}
29912 \end_layout
29913
29914 \begin_layout Standard
29915 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
29916 \begin_inset Quotes eld
29917 \end_inset
29918
29919 @
29920 \begin_inset Quotes erd
29921 \end_inset
29922
29923  doit être rendu 
29924 \begin_inset Quotes eld
29925 \end_inset
29926
29927 actif
29928 \begin_inset Quotes erd
29929 \end_inset
29930
29931  pour LaTeX en utilisant la commande 
29932 \series bold
29933
29934 \backslash
29935 makeatletter.
29936
29937 \series default
29938  La commande 
29939 \series bold
29940
29941 \backslash
29942 makeatother
29943 \series default
29944  le désactive.
29945  La suite de commandes en mode TeX est donc:
29946 \end_layout
29947
29948 \begin_layout Standard
29949
29950 \series bold
29951
29952 \backslash
29953 makeatletter
29954 \begin_inset Newline newline
29955 \end_inset
29956
29957
29958 \backslash
29959 @addtoreset{equation}{section}
29960 \begin_inset Newline newline
29961 \end_inset
29962
29963
29964 \backslash
29965 makeatother
29966 \end_layout
29967
29968 \begin_layout Standard
29969 Dans le préambule LaTeX on peut omettre les commandes 
29970 \series bold
29971
29972 \backslash
29973 makeatletter
29974 \series default
29975  et 
29976 \series bold
29977
29978 \backslash
29979 makeatother
29980 \series default
29981 , vu que LyX les insère automatiquement en interne.
29982 \end_layout
29983
29984 \begin_layout Standard
29985 Pour supprimer l'effet de 
29986 \series bold
29987
29988 \backslash
29989 @addtoreset
29990 \series default
29991 , on doit charger le fichier 
29992 \series bold
29993 remreset.sty
29994 \series default
29995
29996 \begin_inset Foot
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000
30001 \series bold
30002 remreset
30003 \series default
30004  fait partie du paquetage LaTeX 
30005 \series bold
30006 carlisle
30007 \series default
30008
30009 \begin_inset Index
30010 status collapsed
30011
30012 \begin_layout Plain Layout
30013 Paquetages ! carlisle
30014 \end_layout
30015
30016 \end_inset
30017
30018  qui est compris dans toutes les installations LaTeX standard.
30019 \end_layout
30020
30021 \end_inset
30022
30023
30024 \begin_inset Index
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028 Paquetages ! remreset
30029 \end_layout
30030
30031 \end_inset
30032
30033  dans le préambule LaTeX avec la ligne
30034 \end_layout
30035
30036 \begin_layout Standard
30037
30038 \series bold
30039
30040 \backslash
30041 usepackage{remreset}
30042 \end_layout
30043
30044 \begin_layout Standard
30045 On peut alors utiliser la commande 
30046 \series bold
30047
30048 \backslash
30049 @removefromreset
30050 \series default
30051
30052 \begin_inset Index
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056 Commandes ! 
30057 \begin_inset ERT
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061
30062 "
30063 \end_layout
30064
30065 \end_inset
30066
30067 @
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073 "
30074 \end_layout
30075
30076 \end_inset
30077
30078  ! 
30079 \backslash
30080
30081 \begin_inset ERT
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085
30086 "
30087 \end_layout
30088
30089 \end_inset
30090
30091 @
30092 \begin_inset ERT
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096
30097 "
30098 \end_layout
30099
30100 \end_inset
30101
30102 removefromreset
30103 \end_layout
30104
30105 \end_inset
30106
30107  avec la même syntaxe que 
30108 \series bold
30109
30110 \backslash
30111 @addtoreset
30112 \series default
30113 .
30114 \end_layout
30115
30116 \begin_layout Standard
30117 \begin_inset VSpace bigskip
30118 \end_inset
30119
30120 On doit parfois numéroter les formules de la façon suivante
30121 \end_layout
30122
30123 \begin_layout Standard
30124
30125 \family typewriter
30126 (numéro de section.numéro de formule)
30127 \end_layout
30128
30129 \begin_layout Standard
30130 Le numéro de formule repart à 
30131 \begin_inset Quotes eld
30132 \end_inset
30133
30134 1
30135 \begin_inset Quotes erd
30136 \end_inset
30137
30138  à chaque nouvelle section
30139 \end_layout
30140
30141 \begin_layout Standard
30142 Dans ce cas, on peut utiliser la commande 
30143 \series bold
30144
30145 \backslash
30146 numberwithin
30147 \series default
30148
30149 \begin_inset Index
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153 Commandes ! N ! 
30154 \backslash
30155 numberwithin
30156 \end_layout
30157
30158 \end_inset
30159
30160 , qui a la syntaxe suivante:
30161 \end_layout
30162
30163 \begin_layout Standard
30164
30165 \series bold
30166
30167 \backslash
30168 numberwithin{compteur}{sectionnement}
30169 \end_layout
30170
30171 \begin_layout Standard
30172 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
30173 nt indique quel numéro est placé avant le point.
30174 \end_layout
30175
30176 \begin_layout Standard
30177 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
30178  LaTeX soit en mode TeX:
30179 \end_layout
30180
30181 \begin_layout Standard
30182
30183 \series bold
30184
30185 \backslash
30186 numberwithin{equation}{section}
30187 \end_layout
30188
30189 \begin_layout Standard
30190 Voici le résultat:
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196
30197 \backslash
30198 numberwithin{equation}{section}
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \begin_inset Formula \begin{equation}
30205 A+B=C\end{equation}
30206
30207 \end_inset
30208
30209
30210 \end_layout
30211
30212 \begin_layout Standard
30213 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
30214  on utilisera
30215 \begin_inset Newline newline
30216 \end_inset
30217
30218
30219 \series bold
30220
30221 \backslash
30222 numberwithin{table}{part}
30223 \end_layout
30224
30225 \begin_layout Standard
30226 Pour revenir à la numérotation standard pour éviter ce type de numérotation
30227  quand elle est définie par la classe du document, on insère la commande
30228  suivante, soit dans le préambule, soit en mode TeX:
30229 \end_layout
30230
30231 \begin_layout Standard
30232
30233 \series bold
30234
30235 \backslash
30236 renewcommand{
30237 \backslash
30238 theequation}{
30239 \backslash
30240 arabic{equation}}
30241 \begin_inset Index
30242 status collapsed
30243
30244 \begin_layout Plain Layout
30245 Commandes ! A ! 
30246 \backslash
30247 arabic
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \series default
30254
30255 \begin_inset ERT
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259
30260
30261 \backslash
30262 renewcommand{
30263 \backslash
30264 theequation}{
30265 \backslash
30266 arabic{equation}}
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \series bold
30273
30274 \begin_inset Newline newline
30275 \end_inset
30276
30277
30278 \series default
30279 ou
30280 \series bold
30281
30282 \begin_inset Newline newline
30283 \end_inset
30284
30285
30286 \backslash
30287 renewcommand{
30288 \backslash
30289 thetable}{
30290 \backslash
30291 arabic{table}}
30292 \end_layout
30293
30294 \begin_layout Standard
30295
30296 \series bold
30297
30298 \backslash
30299 numberwithin
30300 \series default
30301  utilise en interne la commande 
30302 \series bold
30303
30304 \backslash
30305 @addtoreset
30306 \series default
30307 , décrite plus haut et qui doit aussi être annulée.
30308 \begin_inset ERT
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312
30313
30314 \backslash
30315 makeatletter
30316 \end_layout
30317
30318 \begin_layout Plain Layout
30319
30320
30321 \backslash
30322 @removefromreset{equation}{section}
30323 \end_layout
30324
30325 \begin_layout Plain Layout
30326
30327
30328 \backslash
30329 makeatother
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \end_layout
30336
30337 \begin_layout Subsection
30338 Numérotation avec des chiffres romains ou des lettres
30339 \begin_inset CommandInset label
30340 LatexCommand label
30341 name "sub:Numérotation-avec-des-chiffres-romains"
30342
30343 \end_inset
30344
30345
30346 \begin_inset Index
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350 Numérotation des formules ! avec des lettres
30351 \end_layout
30352
30353 \end_inset
30354
30355
30356 \begin_inset Index
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360 Numérotation des formules ! avec des chiffres romains
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Standard
30369 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
30370  latines.
30371  Par exemple, pour numéroter avec des petits chiffres romains, on insère
30372  la commande
30373 \end_layout
30374
30375 \begin_layout Standard
30376
30377 \series bold
30378
30379 \backslash
30380 renewcommand{
30381 \backslash
30382 theequation}{
30383 \backslash
30384 roman{equation}}
30385 \end_layout
30386
30387 \begin_layout Standard
30388 en mode TeX juste avant la formule.
30389  
30390 \series bold
30391
30392 \backslash
30393 renewcommand
30394 \series default
30395
30396 \begin_inset Index
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400 Commandes ! R ! 
30401 \backslash
30402 renewcommand
30403 \end_layout
30404
30405 \end_inset
30406
30407  redéfinit la commande prédéfinie 
30408 \series bold
30409
30410 \backslash
30411 theequation
30412 \series default
30413  en la commande 
30414 \series bold
30415
30416 \backslash
30417 roman{equation}
30418 \series default
30419
30420 \begin_inset Foot
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 La commande 
30425 \series bold
30426
30427 \backslash
30428 renewcommand
30429 \series default
30430  a la même syntaxe que la commande 
30431 \series bold
30432
30433 \backslash
30434 newcommand
30435 \series default
30436  qui est décrite dans 
30437 \begin_inset CommandInset ref
30438 LatexCommand ref
30439 reference "sec:Commandes-personnalisées"
30440
30441 \end_inset
30442
30443 .
30444 \end_layout
30445
30446 \end_inset
30447
30448 .
30449  
30450 \series bold
30451 equation
30452 \series default
30453  est le compteur pour les formules.
30454  Quand la commande 
30455 \series bold
30456
30457 \backslash
30458 the
30459 \series default
30460  est utilisée comme préfixe pour un compteur, la valeur du compteur est
30461  écrite en utilisant des chiffres arabes.
30462  Quand une formule est numérotée, LaTeX met en interne la commande 
30463 \series bold
30464
30465 \backslash
30466 theequation
30467 \series default
30468  après la formule.
30469  
30470 \series bold
30471
30472 \backslash
30473 roman{equation}
30474 \begin_inset Index
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478 Commandes ! R ! 
30479 \backslash
30480 roman
30481 \end_layout
30482
30483 \end_inset
30484
30485
30486 \series default
30487  écrit la valeur du compteur en utilisant des petits chiffres romains.
30488 \end_layout
30489
30490 \begin_layout Standard
30491 Toutes les formules qui suivent 
30492 \series bold
30493
30494 \backslash
30495 renew
30496 \series default
30497 c
30498 \series bold
30499 ommand
30500 \series default
30501  sont maintenant numérotées en chiffres romains.
30502  Pour passer à une numérotation avec de gros chiffres romains, on insère
30503  la même commande, mais avec 
30504 \series bold
30505
30506 \backslash
30507 roman
30508 \series default
30509  remplacé par 
30510 \series bold
30511
30512 \backslash
30513 Roman
30514 \series default
30515
30516 \begin_inset Index
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520 Commandes ! R ! 
30521 \backslash
30522 roman@
30523 \backslash
30524 Roman
30525 \end_layout
30526
30527 \end_inset
30528
30529 .
30530  Pour numéroter avec des lettres latines minuscules, on a la commande 
30531 \series bold
30532
30533 \backslash
30534 alph
30535 \series default
30536
30537 \begin_inset Index
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541 Commandes ! A ! 
30542 \backslash
30543 alphe
30544 \end_layout
30545
30546 \end_inset
30547
30548 , pour les lettres majuscules, on a 
30549 \series bold
30550
30551 \backslash
30552 Alph
30553 \series default
30554
30555 \begin_inset Index
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559 Commandes ! A ! 
30560 \backslash
30561 alph@
30562 \backslash
30563 Alph
30564 \end_layout
30565
30566 \end_inset
30567
30568 .
30569 \end_layout
30570
30571 \begin_layout Standard
30572 \begin_inset Note Greyedout
30573 status open
30574
30575 \begin_layout Plain Layout
30576
30577 \series bold
30578 Note:
30579 \series default
30580  On peut numéroter au maximum 26 formules avec des lettres latines dans
30581  un même document.
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \end_layout
30588
30589 \begin_layout Standard
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595
30596 \backslash
30597 renewcommand{
30598 \backslash
30599 theequation}{
30600 \backslash
30601 roman{equation}}
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \end_layout
30608
30609 \begin_layout Standard
30610 \begin_inset Formula \begin{equation}
30611 A=\textrm{romains minuscules}\label{eq:rom}\end{equation}
30612
30613 \end_inset
30614
30615
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621
30622 \backslash
30623 renewcommand{
30624 \backslash
30625 theequation}{
30626 \backslash
30627 Roman{equation}}
30628 \end_layout
30629
30630 \end_inset
30631
30632
30633 \begin_inset Formula \begin{equation}
30634 B=\textrm{romains majuscules}\label{eq:Rom}\end{equation}
30635
30636 \end_inset
30637
30638
30639 \begin_inset ERT
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643
30644
30645 \backslash
30646 renewcommand{
30647 \backslash
30648 theequation}{
30649 \backslash
30650 alph{equation}}
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \begin_inset Formula \begin{equation}
30657 C=\textrm{latines minuscules}\label{eq:lat}\end{equation}
30658
30659 \end_inset
30660
30661
30662 \begin_inset ERT
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666
30667
30668 \backslash
30669 renewcommand{
30670 \backslash
30671 theequation}{
30672 \backslash
30673 Alph{equation}}
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \begin_inset Formula \begin{equation}
30680 D=\textrm{latines majuscules}\label{eq:Lat}\end{equation}
30681
30682 \end_inset
30683
30684
30685 \end_layout
30686
30687 \begin_layout Standard
30688 Pour revenir à la numérotation par défaut, on insère la commande:
30689 \end_layout
30690
30691 \begin_layout Standard
30692
30693 \series bold
30694
30695 \backslash
30696 renewcommand{
30697 \backslash
30698 theequation}{
30699 \backslash
30700 arabic{equation}}
30701 \begin_inset Index
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705 Commandes ! A ! 
30706 \backslash
30707 arabic
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Standard
30716 \begin_inset ERT
30717 status collapsed
30718
30719 \begin_layout Plain Layout
30720
30721
30722 \backslash
30723 renewcommand{
30724 \backslash
30725 theequation}{
30726 \backslash
30727 arabic{equation}}
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \begin_inset Formula \begin{equation}
30734 E=\textrm{Arabes}\label{eq:arab}\end{equation}
30735
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \begin_layout Standard
30742 \begin_inset VSpace medskip
30743 \end_inset
30744
30745 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
30746  du style de numérotation.
30747  Si l'on veut que la numérotation reparte à 
30748 \begin_inset Quotes eld
30749 \end_inset
30750
30751 1
30752 \begin_inset Quotes erd
30753 \end_inset
30754
30755  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
30756  On trouvera une description de cette opération dans le fichier 
30757 \begin_inset CommandInset href
30758 LatexCommand href
30759 target "Formula-numbering.lyx"
30760
30761 \end_inset
30762
30763 .
30764 \end_layout
30765
30766 \begin_layout Section
30767 Commandes personnalisées
30768 \begin_inset CommandInset label
30769 LatexCommand label
30770 name "sec:Commandes-personnalisées"
30771
30772 \end_inset
30773
30774
30775 \begin_inset Index
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779 Commandes personnalisées
30780 \end_layout
30781
30782 \end_inset
30783
30784
30785 \end_layout
30786
30787 \begin_layout Standard
30788 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
30789  Mais on peut définir de nouvelles commandes plus courtes avec la commande
30790  
30791 \series bold
30792
30793 \backslash
30794 newcommand
30795 \series default
30796
30797 \begin_inset Index
30798 status collapsed
30799
30800 \begin_layout Plain Layout
30801 Commandes ! N ! 
30802 \backslash
30803 newcommand
30804 \end_layout
30805
30806 \end_inset
30807
30808  .
30809 \end_layout
30810
30811 \begin_layout Standard
30812 La syntaxe de 
30813 \series bold
30814
30815 \backslash
30816 newcommand
30817 \series default
30818  est:
30819 \end_layout
30820
30821 \begin_layout Standard
30822
30823 \series bold
30824
30825 \backslash
30826 newcommand{nom de la nouvelle commande}[nombre d'arguments]
30827 \begin_inset Newline newline
30828 \end_inset
30829
30830
30831 \begin_inset ERT
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835
30836
30837 \backslash
30838 phantom{
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \backslash
30845 newcommand
30846 \begin_inset ERT
30847 status collapsed
30848
30849 \begin_layout Plain Layout
30850
30851 }
30852 \end_layout
30853
30854 \end_inset
30855
30856 [valeur optionnelle]{définition de la commande}
30857 \end_layout
30858
30859 \begin_layout Standard
30860 \begin_inset Note Greyedout
30861 status open
30862
30863 \begin_layout Plain Layout
30864
30865 \series bold
30866 Note:
30867 \series default
30868  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
30869  votre document ou par un des paquetages LaTeX que vous utilisez.
30870  Si par exemple, vous tentez de définir la commande 
30871 \series bold
30872
30873 \backslash
30874 le
30875 \series default
30876  pour 
30877 \series bold
30878
30879 \backslash
30880 Leftarrow
30881 \series default
30882 , vous aurez un message d'erreur puisque 
30883 \series bold
30884
30885 \backslash
30886 le
30887 \series default
30888  est déjà définie comme étant la commande pour le symbole 
30889 \begin_inset Quotes eld
30890 \end_inset
30891
30892
30893 \begin_inset Formula $\le$
30894 \end_inset
30895
30896
30897 \begin_inset Quotes erd
30898 \end_inset
30899
30900 .
30901 \end_layout
30902
30903 \end_inset
30904
30905
30906 \end_layout
30907
30908 \begin_layout Standard
30909 \begin_inset Note Greyedout
30910 status open
30911
30912 \begin_layout Plain Layout
30913
30914 \series bold
30915 Note:
30916 \series default
30917  Les noms des commandes personnalisées ne peuvent contenir que des lettres
30918  latines.
30919 \end_layout
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
30928  d'argument que la commande doit avoir.
30929  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
30930  optionnel.
30931  Quand on utilise cette valeur, le 
30932 \emph on
30933 premier 
30934 \emph default
30935 argument de la nouvelle commande est automatiquement l'argument optionnel.
30936 \end_layout
30937
30938 \begin_layout Standard
30939 Voici quelques exemples:
30940 \end_layout
30941
30942 \begin_layout Itemize
30943 Pour définir la commande 
30944 \series bold
30945
30946 \backslash
30947 gr
30948 \series default
30949  pour 
30950 \series bold
30951
30952 \backslash
30953 Longrightarrow
30954 \series default
30955 , la ligne à insérer dans le préambule LaTeX est:
30956 \begin_inset ERT
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960
30961
30962 \backslash
30963 medskip
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \series bold
30970
30971 \begin_inset Newline newline
30972 \end_inset
30973
30974
30975 \backslash
30976 newcommand{
30977 \backslash
30978 gr}{
30979 \backslash
30980 Longrightarrow}
30981 \end_layout
30982
30983 \begin_layout Itemize
30984 Pour définir la commande
30985 \series bold
30986  
30987 \backslash
30988 us
30989 \series default
30990  pour 
30991 \series bold
30992
30993 \backslash
30994 underline
30995 \series default
30996 , l'argument (qui doit être souligné) doit être pris en compte.
30997  Pour cela, la ligne à insérer dans le préambule est:
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003
31004 \backslash
31005 medskip
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \series bold
31012
31013 \begin_inset Newline newline
31014 \end_inset
31015
31016
31017 \backslash
31018 newcommand{
31019 \backslash
31020 us}[1]{
31021 \backslash
31022 underline{#1}}
31023 \series default
31024
31025 \begin_inset ERT
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 medskip
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \series bold
31039
31040 \begin_inset Newline newline
31041 \end_inset
31042
31043
31044 \series default
31045 Le caractère 
31046 \series bold
31047 #
31048 \series default
31049  agit comme un argument formel, le 
31050 \series bold
31051 1
31052 \series default
31053  derrière lui indique qu'il représente le premier argument.
31054 \end_layout
31055
31056 \begin_layout Itemize
31057 Pour remplacer la commande 
31058 \series bold
31059
31060 \backslash
31061 framebox
31062 \series default
31063  on peut par exemple définir, la commande 
31064 \series bold
31065
31066 \backslash
31067 fb
31068 \series default
31069 :
31070 \begin_inset ERT
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074
31075
31076 \backslash
31077 medskip
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \series bold
31084
31085 \begin_inset Newline newline
31086 \end_inset
31087
31088
31089 \backslash
31090 newcommand{
31091 \backslash
31092 fb}[3]{
31093 \backslash
31094 framebox#1#2{$#3$}}
31095 \series default
31096
31097 \begin_inset ERT
31098 status collapsed
31099
31100 \begin_layout Plain Layout
31101
31102
31103 \backslash
31104 medskip
31105 \end_layout
31106
31107 \end_inset
31108
31109
31110 \series bold
31111
31112 \begin_inset Newline newline
31113 \end_inset
31114
31115
31116 \series default
31117 Les deux dollars créent une formule supplémentaire pour la commande 
31118 \series bold
31119
31120 \backslash
31121 framebox
31122 \series default
31123 , voir 
31124 \begin_inset CommandInset ref
31125 LatexCommand ref
31126 reference "sub:Boîtes-avec-cadre"
31127
31128 \end_inset
31129
31130 .
31131 \end_layout
31132
31133 \begin_layout Itemize
31134 Pour créer une nouvelle commande pour remplacer 
31135 \series bold
31136
31137 \backslash
31138 fcolorbox
31139 \series default
31140  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
31141  pour la couleur est défini comme optionnel:
31142 \begin_inset ERT
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146
31147
31148 \backslash
31149 medskip
31150 \end_layout
31151
31152 \end_inset
31153
31154
31155 \series bold
31156
31157 \begin_inset Newline newline
31158 \end_inset
31159
31160
31161 \backslash
31162 newcommand{
31163 \backslash
31164 cb}[3][white]{
31165 \backslash
31166 fcolorbox{#2}{#1}{$#3$}}
31167 \series default
31168
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174
31175 \backslash
31176 medskip
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \begin_inset Newline newline
31183 \end_inset
31184
31185 Quand la couleur n'est pas définie lors d'une utilisation de 
31186 \series bold
31187
31188 \backslash
31189 cb
31190 \series default
31191 , la couleur prédéfinie 
31192 \series bold
31193 white
31194 \series default
31195  est utilisée par défaut.
31196 \end_layout
31197
31198 \begin_layout Standard
31199 Un test des nouvelles commandes:
31200 \end_layout
31201
31202 \begin_layout Standard
31203 \align center
31204 \begin_inset Tabular
31205 <lyxtabular version="3" rows="6" columns="2">
31206 <features>
31207 <column alignment="center" valignment="top" width="0">
31208 <column alignment="center" valignment="top" width="0">
31209 <row>
31210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31211 \begin_inset Text
31212
31213 \begin_layout Plain Layout
31214 Commande
31215 \end_layout
31216
31217 \end_inset
31218 </cell>
31219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31220 \begin_inset Text
31221
31222 \begin_layout Plain Layout
31223 Résultat
31224 \begin_inset Note Note
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229 \series bold
31230
31231 \backslash
31232 raisebox est seulement utilisée pour faire de la place
31233 \end_layout
31234
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \end_inset
31241 </cell>
31242 </row>
31243 <row>
31244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31245 \begin_inset Text
31246
31247 \begin_layout Plain Layout
31248 A
31249 \backslash
31250 gr
31251 \begin_inset ERT
31252 status collapsed
31253
31254 \begin_layout Plain Layout
31255
31256
31257 \backslash
31258 spce 
31259 \end_layout
31260
31261 \end_inset
31262
31263 B
31264 \end_layout
31265
31266 \end_inset
31267 </cell>
31268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272 \begin_inset Formula $A\gr B$
31273 \end_inset
31274
31275
31276 \end_layout
31277
31278 \end_inset
31279 </cell>
31280 </row>
31281 <row>
31282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31283 \begin_inset Text
31284
31285 \begin_layout Plain Layout
31286
31287 \backslash
31288 us{ABcd
31289 \end_layout
31290
31291 \end_inset
31292 </cell>
31293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31294 \begin_inset Text
31295
31296 \begin_layout Plain Layout
31297 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31298 \end_inset
31299
31300
31301 \end_layout
31302
31303 \end_inset
31304 </cell>
31305 </row>
31306 <row>
31307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31308 \begin_inset Text
31309
31310 \begin_layout Plain Layout
31311
31312 \backslash
31313 fb{[2cm]
31314 \begin_inset Formula $\to$
31315 \end_inset
31316
31317
31318 \backslash
31319 {
31320 \begin_inset Formula $\to$
31321 \end_inset
31322
31323
31324 \backslash
31325 {
31326 \backslash
31327 int
31328 \begin_inset ERT
31329 status collapsed
31330
31331 \begin_layout Plain Layout
31332
31333
31334 \backslash
31335 spce 
31336 \end_layout
31337
31338 \end_inset
31339
31340 A=B
31341 \end_layout
31342
31343 \end_inset
31344 </cell>
31345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31346 \begin_inset Text
31347
31348 \begin_layout Plain Layout
31349 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31350 \end_inset
31351
31352
31353 \end_layout
31354
31355 \end_inset
31356 </cell>
31357 </row>
31358 <row>
31359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31360 \begin_inset Text
31361
31362 \begin_layout Plain Layout
31363
31364 \backslash
31365 cb{red
31366 \begin_inset Formula $\to$
31367 \end_inset
31368
31369
31370 \backslash
31371 {
31372 \backslash
31373 int
31374 \begin_inset ERT
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378
31379
31380 \backslash
31381 spce 
31382 \end_layout
31383
31384 \end_inset
31385
31386 A=B
31387 \end_layout
31388
31389 \end_inset
31390 </cell>
31391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31392 \begin_inset Text
31393
31394 \begin_layout Plain Layout
31395 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \end_inset
31402 </cell>
31403 </row>
31404 <row>
31405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31406 \begin_inset Text
31407
31408 \begin_layout Plain Layout
31409
31410 \backslash
31411 cb[green]
31412 \backslash
31413 {red
31414 \begin_inset Formula $\to$
31415 \end_inset
31416
31417
31418 \backslash
31419 {
31420 \backslash
31421 int
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427
31428 \backslash
31429 spce 
31430 \end_layout
31431
31432 \end_inset
31433
31434 A=B
31435 \end_layout
31436
31437 \end_inset
31438 </cell>
31439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31440 \begin_inset Text
31441
31442 \begin_layout Plain Layout
31443 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \end_inset
31450 </cell>
31451 </row>
31452 </lyxtabular>
31453
31454 \end_inset
31455
31456
31457 \end_layout
31458
31459 \begin_layout Section
31460 Diagrammes
31461 \begin_inset Index
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465 Diagrammes
31466 \end_layout
31467
31468 \end_inset
31469
31470
31471 \end_layout
31472
31473 \begin_layout Standard
31474 Pour créer des diagrammes, on utilise le paquetage LaTeX 
31475 \series bold
31476 amscd
31477 \begin_inset Foot
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481
31482 \series bold
31483 amscd
31484 \series default
31485  fait partie de toutes les installations LateX standard.
31486 \end_layout
31487
31488 \end_inset
31489
31490
31491 \series default
31492
31493 \begin_inset Index
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497 Paquetages ! amscd
31498 \end_layout
31499
31500 \end_inset
31501
31502 .
31503  On le charge dans le préambule LaTeX avec la ligne suivante:
31504 \end_layout
31505
31506 \begin_layout Standard
31507
31508 \series bold
31509
31510 \backslash
31511 usepackage{amscd}
31512 \end_layout
31513
31514 \begin_layout Standard
31515 Les diagrammes permettent la visualisation de relations et ressemblent à
31516  ceci:
31517 \begin_inset Formula \[
31518 \begin{CD}A@>>>B@>>>C\\
31519 @AAA@.@VVV\\
31520 F@<<<E@<<<D\end{CD}\]
31521
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Standard
31528 Pour les obtenir, on insère la commande 
31529 \series bold
31530
31531 \backslash
31532 CD
31533 \begin_inset Index
31534 status collapsed
31535
31536 \begin_layout Plain Layout
31537 Commandes ! C ! 
31538 \backslash
31539 CD
31540 \end_layout
31541
31542 \end_inset
31543
31544
31545 \series default
31546  dans une formule.
31547  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
31548  on peut insérer d'autres commandes.
31549  On crée une nouvelle ligne avec 
31550 \family sans
31551 Ctrl-Entrée
31552 \family default
31553 .
31554  Les relations horizontales sont insérées dans les lignes impaires et les
31555  relations verticales dans les lignes paires.
31556 \end_layout
31557
31558 \begin_layout Standard
31559 Pour créer les relations, il y a les commandes suivantes:
31560 \end_layout
31561
31562 \begin_layout Itemize
31563
31564 \series bold
31565 @<<<
31566 \series default
31567  crée une flèche gauche, 
31568 \series bold
31569 @>>>
31570 \series default
31571  une flèche droite, et 
31572 \series bold
31573 @=
31574 \series default
31575  un long signe égal
31576 \end_layout
31577
31578 \begin_layout Itemize
31579
31580 \series bold
31581 @AAA
31582 \series default
31583  crée une flèche vers le haut, 
31584 \series bold
31585 @VVV
31586 \series default
31587  une flèche vers le bas, et 
31588 \series bold
31589 @|
31590 \series default
31591  un signe égal vertical
31592 \end_layout
31593
31594 \begin_layout Itemize
31595
31596 \series bold
31597 @.
31598
31599 \series default
31600  sert de remplissage pour une relation inexistante
31601 \end_layout
31602
31603 \begin_layout Standard
31604 Toutes les flèches peuvent être étiquetées de la façon suivante:
31605 \end_layout
31606
31607 \begin_layout Itemize
31608 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
31609  de la flèche.
31610  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
31611  flèche.
31612 \end_layout
31613
31614 \begin_layout Itemize
31615 Quand le texte destiné à une flèche verticale est inséré entre le premier
31616  et le second A ou V, il est placé sur le côté gauche de la flèche.
31617  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
31618  de la flèche.
31619  Si le texte contient un A ou un V, ces lettres doivent être placées entre
31620  des accolades TeX.
31621 \end_layout
31622
31623 \begin_layout Standard
31624 Comme exemple, un diagramme avec toutes les relations possibles:
31625 \end_layout
31626
31627 \begin_layout Standard
31628 \begin_inset Formula \[
31629 \begin{CD}A@>j>>B@>>k>C@=F\\
31630 @AmAA@.@VV{V}V@|\\
31631 D@<<j<E@>k>>F@=C\end{CD}\]
31632
31633 \end_inset
31634
31635
31636 \end_layout
31637
31638 \begin_layout Standard
31639 La commande pour l'obtenir:
31640 \begin_inset Newline newline
31641 \end_inset
31642
31643
31644 \series bold
31645
31646 \backslash
31647 CD
31648 \begin_inset ERT
31649 status collapsed
31650
31651 \begin_layout Plain Layout
31652
31653
31654 \backslash
31655 spce 
31656 \end_layout
31657
31658 \end_inset
31659
31660 A@>j>>B@>>k>C@=F Ctrl-Enter
31661 \begin_inset Newline newline
31662 \end_inset
31663
31664
31665 \begin_inset ERT
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669
31670
31671 \backslash
31672 hphantom{
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \backslash
31679 CD
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685
31686 \backslash
31687 spce 
31688 \end_layout
31689
31690 \end_inset
31691
31692
31693 \begin_inset ERT
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697
31698 }
31699 \end_layout
31700
31701 \end_inset
31702
31703 @AmAA@.@VV
31704 \backslash
31705 {V
31706 \series default
31707
31708 \begin_inset Formula $\to$
31709 \end_inset
31710
31711
31712 \series bold
31713 V@| Ctrl-Enter
31714 \begin_inset Newline newline
31715 \end_inset
31716
31717
31718 \begin_inset ERT
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722
31723
31724 \backslash
31725 hphantom{
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \backslash
31732 CD
31733 \begin_inset ERT
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737
31738
31739 \backslash
31740 spce 
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \begin_inset ERT
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750
31751 }
31752 \end_layout
31753
31754 \end_inset
31755
31756 D@<<j<E@>k>>F@=C
31757 \end_layout
31758
31759 \begin_layout Standard
31760 \begin_inset Newpage newpage
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \begin_layout Section
31767 Astuces
31768 \begin_inset ERT
31769 status collapsed
31770
31771 \begin_layout Plain Layout
31772
31773
31774 \backslash
31775 texorpdfstring{
31776 \end_layout
31777
31778 \end_inset
31779
31780
31781 \begin_inset Foot
31782 status collapsed
31783
31784 \begin_layout Plain Layout
31785 On peut trouver d'autres astuces mathématiques très utiles dans 
31786 \begin_inset CommandInset citation
31787 LatexCommand cite
31788 key "Voss"
31789
31790 \end_inset
31791
31792 .
31793 \end_layout
31794
31795 \end_inset
31796
31797
31798 \begin_inset ERT
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802
31803 }{}
31804 \end_layout
31805
31806 \end_inset
31807
31808
31809 \begin_inset Note Note
31810 status collapsed
31811
31812 \begin_layout Plain Layout
31813
31814 \backslash
31815 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
31816  dans les signets PDF.
31817 \end_layout
31818
31819 \begin_layout Plain Layout
31820 Plus d'infos sur 
31821 \backslash
31822 texorpdfstring dans la section 
31823 \begin_inset CommandInset ref
31824 LatexCommand ref
31825 reference "sub:formules-dans-les-entêtes"
31826
31827 \end_inset
31828
31829 .
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \begin_inset Index
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839 Astuces
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \begin_inset Index
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849 Ions|see
31850 \begin_inset ERT
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854
31855 {
31856 \end_layout
31857
31858 \end_inset
31859
31860 Symboles chimiques
31861 \begin_inset ERT
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865
31866 }
31867 \end_layout
31868
31869 \end_inset
31870
31871
31872 \end_layout
31873
31874 \end_inset
31875
31876
31877 \end_layout
31878
31879 \begin_layout Subsection
31880 Symboles et équations chimiques
31881 \begin_inset CommandInset label
31882 LatexCommand label
31883 name "sub:Symboles-chimiques"
31884
31885 \end_inset
31886
31887
31888 \begin_inset Index
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892 E@Équations chimiques
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \begin_inset Index
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902 Symboles ! chimiques
31903 \end_layout
31904
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \begin_layout Standard
31911 Un exemple de texte de chimie:
31912 \end_layout
31913
31914 \begin_layout Quote
31915 L'ion 
31916 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31917 \end_inset
31918
31919 réagit avec deux ions 
31920 \begin_inset Formula $\mathrm{Na^{+}}$
31921 \end_inset
31922
31923  pour donner du sulfate de sodium 
31924 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31925 \end_inset
31926
31927 .
31928  La réaction chimique peut être mise sous la forme:
31929 \begin_inset Formula \[
31930 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
31931
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \begin_layout Standard
31938 Cette équation chimique peut être créée directement sous la forme d'une
31939  formule.
31940  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
31941  et mettez-le dans la police droite avec le raccourci 
31942 \family sans
31943 Alt-c
31944 \begin_inset space ~
31945 \end_inset
31946
31947 r
31948 \family default
31949  .
31950 \begin_inset Foot
31951 status collapsed
31952
31953 \begin_layout Plain Layout
31954 Style de polices, voir 
31955 \begin_inset CommandInset ref
31956 LatexCommand ref
31957 reference "sub:Styles-de-polices"
31958
31959 \end_inset
31960
31961
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \begin_layout Subsection
31970 Nombres négatifs
31971 \begin_inset Index
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975 Nombres ! négatifs
31976 \end_layout
31977
31978 \end_inset
31979
31980
31981 \end_layout
31982
31983 \begin_layout Standard
31984 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
31985  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
31986  moins.
31987  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
31988  correctement.
31989 \end_layout
31990
31991 \begin_layout Standard
31992 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
31993 \end_layout
31994
31995 \begin_layout Standard
31996 Un exemple pour illustrer le problème:
31997 \end_layout
31998
31999 \begin_layout Standard
32000 \align center
32001 \begin_inset Tabular
32002 <lyxtabular version="3" rows="3" columns="2">
32003 <features>
32004 <column alignment="right" valignment="top" width="0">
32005 <column alignment="left" valignment="top" width="0">
32006 <row>
32007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32008 \begin_inset Text
32009
32010 \begin_layout Plain Layout
32011 texte normal:
32012 \end_layout
32013
32014 \end_inset
32015 </cell>
32016 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32017 \begin_inset Text
32018
32019 \begin_layout Plain Layout
32020 x = -2
32021 \end_layout
32022
32023 \end_inset
32024 </cell>
32025 </row>
32026 <row>
32027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32028 \begin_inset Text
32029
32030 \begin_layout Plain Layout
32031 formule:
32032 \end_layout
32033
32034 \end_inset
32035 </cell>
32036 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32037 \begin_inset Text
32038
32039 \begin_layout Plain Layout
32040 \begin_inset Formula $x=-2$
32041 \end_inset
32042
32043
32044 \end_layout
32045
32046 \end_inset
32047 </cell>
32048 </row>
32049 <row>
32050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32051 \begin_inset Text
32052
32053 \begin_layout Plain Layout
32054 solution:
32055 \end_layout
32056
32057 \end_inset
32058 </cell>
32059 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32060 \begin_inset Text
32061
32062 \begin_layout Plain Layout
32063 \begin_inset Formula $x=\textrm{-}2$
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \end_inset
32070 </cell>
32071 </row>
32072 </lyxtabular>
32073
32074 \end_inset
32075
32076
32077 \end_layout
32078
32079 \begin_layout Subsection
32080 La virgule comme séparateur décimal
32081 \begin_inset Index
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085 Virgule
32086 \end_layout
32087
32088 \end_inset
32089
32090
32091 \end_layout
32092
32093 \begin_layout Standard
32094 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
32095  pour grouper les chiffres dans un nombre.
32096  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
32097  formules.
32098 \end_layout
32099
32100 \begin_layout Standard
32101 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
32102  (raccourci 
32103 \family sans
32104 Alt-m
32105 \begin_inset space ~
32106 \end_inset
32107
32108 m
32109 \family default
32110 ).
32111 \end_layout
32112
32113 \begin_layout Standard
32114 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
32115  on doit charger le fichier 
32116 \series bold
32117 icomma.sty
32118 \series default
32119
32120 \begin_inset Foot
32121 status collapsed
32122
32123 \begin_layout Plain Layout
32124
32125 \series bold
32126 icomma
32127 \series default
32128  fait partie du paquetage 
32129 \series bold
32130 was
32131 \series default
32132
32133 \begin_inset Index
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137 Paquetages ! was
32138 \begin_inset ERT
32139 status collapsed
32140
32141 \begin_layout Plain Layout
32142
32143
32144 \backslash
32145 vspace{4mm}
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \end_inset
32154
32155 .
32156 \end_layout
32157
32158 \end_inset
32159
32160
32161 \begin_inset Index
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165 Paquetages ! icomma
32166 \end_layout
32167
32168 \end_inset
32169
32170  dans le préambule LaTeX avec la ligne
32171 \end_layout
32172
32173 \begin_layout Standard
32174
32175 \series bold
32176
32177 \backslash
32178 usepackage{icomma}
32179 \end_layout
32180
32181 \begin_layout Subsection
32182 Les vecteurs physiques
32183 \begin_inset CommandInset label
32184 LatexCommand label
32185 name "sub:Vecteurs-physiques"
32186
32187 \end_inset
32188
32189
32190 \begin_inset Index
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 Vecteurs ! physiques
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
32204 \series bold
32205  braket
32206 \series default
32207
32208 \begin_inset Foot
32209 status collapsed
32210
32211 \begin_layout Plain Layout
32212
32213 \series bold
32214 braket
32215 \series default
32216  fait partie de toutes les installations LaTeX standard.
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \begin_inset Index
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226 Paquetages ! braket
32227 \end_layout
32228
32229 \end_inset
32230
32231  que l'on charge en mettant dans le préambule LaTeX la ligne
32232 \end_layout
32233
32234 \begin_layout Standard
32235
32236 \series bold
32237
32238 \backslash
32239 usepackage{braket}
32240 \end_layout
32241
32242 \begin_layout Standard
32243 Les commandes suivantes sont définies:
32244 \end_layout
32245
32246 \begin_layout Standard
32247 \align center
32248 \begin_inset Tabular
32249 <lyxtabular version="3" rows="4" columns="2">
32250 <features>
32251 <column alignment="center" valignment="top" width="0">
32252 <column alignment="center" valignment="top" width="0">
32253 <row>
32254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258 Commande
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32264 \begin_inset Text
32265
32266 \begin_layout Plain Layout
32267 Résultat
32268 \end_layout
32269
32270 \end_inset
32271 </cell>
32272 </row>
32273 <row>
32274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278
32279 \backslash
32280 Bra{
32281 \backslash
32282 psi
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291 \begin_inset Formula $\Bra{\psi}$
32292 \end_inset
32293
32294
32295 \end_layout
32296
32297 \end_inset
32298 </cell>
32299 </row>
32300 <row>
32301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32302 \begin_inset Text
32303
32304 \begin_layout Plain Layout
32305
32306 \backslash
32307 Ket{
32308 \backslash
32309 psi
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32315 \begin_inset Text
32316
32317 \begin_layout Plain Layout
32318 \begin_inset Formula $\Ket{\psi}$
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 </row>
32327 <row>
32328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32329 \begin_inset Text
32330
32331 \begin_layout Plain Layout
32332
32333 \backslash
32334 Braket{
32335 \backslash
32336 psi|
32337 \backslash
32338 phi
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347 \begin_inset Formula $\Braket{\psi|\phi}$
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \end_inset
32354 </cell>
32355 </row>
32356 </lyxtabular>
32357
32358 \end_inset
32359
32360
32361 \end_layout
32362
32363 \begin_layout Standard
32364 La commande 
32365 \series bold
32366
32367 \backslash
32368 Braket
32369 \series default
32370  assure que toutes les barres verticales ont la même taille que les crochets
32371  englobants:
32372 \begin_inset Formula \[
32373 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \begin_layout Standard
32381 L'effet de la commande 
32382 \series bold
32383
32384 \backslash
32385 Braket
32386 \series default
32387  peut aussi être obtenu en utilisant la commande 
32388 \series bold
32389
32390 \backslash
32391 middle
32392 \series default
32393 , qui est décrite dans 
32394 \begin_inset CommandInset ref
32395 LatexCommand ref
32396 reference "sub:Taille-parenthèses-automatique"
32397
32398 \end_inset
32399
32400 .
32401 \end_layout
32402
32403 \begin_layout Subsection
32404 Fractions personnalisées
32405 \begin_inset CommandInset label
32406 LatexCommand label
32407 name "sub:Fractions-personnalisées"
32408
32409 \end_inset
32410
32411
32412 \begin_inset Index
32413 status collapsed
32414
32415 \begin_layout Plain Layout
32416 Fractions ! personnalisées
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 Pour définir des commandes personnalisées pour les fractions, on utilise
32426  la commande 
32427 \series bold
32428
32429 \backslash
32430 genfrac
32431 \series default
32432
32433 \begin_inset Index
32434 status collapsed
32435
32436 \begin_layout Plain Layout
32437 Commandes ! G ! 
32438 \backslash
32439 genfrac
32440 \end_layout
32441
32442 \end_inset
32443
32444  avec la syntaxe suivante:
32445 \end_layout
32446
32447 \begin_layout Standard
32448
32449 \series bold
32450
32451 \backslash
32452 genfrac{parenthèse gauche}{parenthèse droite}
32453 \begin_inset Newline newline
32454 \end_inset
32455
32456
32457 \begin_inset ERT
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461
32462
32463 \backslash
32464 phantom{
32465 \end_layout
32466
32467 \end_inset
32468
32469
32470 \backslash
32471 genfrac
32472 \begin_inset ERT
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476
32477 }
32478 \end_layout
32479
32480 \end_inset
32481
32482 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
32483 \end_layout
32484
32485 \begin_layout Standard
32486 Le style est un nombre allant de 0 à 3.
32487 \end_layout
32488
32489 \begin_layout Standard
32490 \align center
32491 \begin_inset Tabular
32492 <lyxtabular version="3" rows="5" columns="2">
32493 <features>
32494 <column alignment="center" valignment="top" width="0">
32495 <column alignment="center" valignment="top" width="0">
32496 <row>
32497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32498 \begin_inset Text
32499
32500 \begin_layout Plain Layout
32501 Nombre
32502 \end_layout
32503
32504 \end_inset
32505 </cell>
32506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32507 \begin_inset Text
32508
32509 \begin_layout Plain Layout
32510 Style (Taille)
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 </row>
32516 <row>
32517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32518 \begin_inset Text
32519
32520 \begin_layout Plain Layout
32521 0
32522 \end_layout
32523
32524 \end_inset
32525 </cell>
32526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32527 \begin_inset Text
32528
32529 \begin_layout Plain Layout
32530 formule hors ligne
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 </row>
32536 <row>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 1
32542 \end_layout
32543
32544 \end_inset
32545 </cell>
32546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32547 \begin_inset Text
32548
32549 \begin_layout Plain Layout
32550 formule en ligne
32551 \end_layout
32552
32553 \end_inset
32554 </cell>
32555 </row>
32556 <row>
32557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561 2
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32567 \begin_inset Text
32568
32569 \begin_layout Plain Layout
32570 petit (small)
32571 \end_layout
32572
32573 \end_inset
32574 </cell>
32575 </row>
32576 <row>
32577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581 3
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32587 \begin_inset Text
32588
32589 \begin_layout Plain Layout
32590 minuscule (tiny)
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 </row>
32596 </lyxtabular>
32597
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \begin_layout Standard
32604 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
32605  dans lequel on se trouve, comme avec la commande 
32606 \series bold
32607
32608 \backslash
32609 frac
32610 \series default
32611 .
32612 \end_layout
32613
32614 \begin_layout Standard
32615 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
32616 e de 0.4
32617 \begin_inset space \thinspace{}
32618 \end_inset
32619
32620 pt est utilisée.
32621 \end_layout
32622
32623 \begin_layout Standard
32624 \begin_inset VSpace medskip
32625 \end_inset
32626
32627 Par exemple les commandes 
32628 \series bold
32629
32630 \backslash
32631 dfrac
32632 \series default
32633  et 
32634 \series bold
32635
32636 \backslash
32637 tbinom
32638 \series default
32639  vues en 
32640 \begin_inset CommandInset ref
32641 LatexCommand ref
32642 reference "sub:Fractions"
32643
32644 \end_inset
32645
32646  sont définies avec les commandes 
32647 \end_layout
32648
32649 \begin_layout Standard
32650
32651 \series bold
32652
32653 \backslash
32654 newcommand{
32655 \backslash
32656 dfrac}[2]{
32657 \backslash
32658 genfrac{}{}{}{0}{#1}{#2}}
32659 \end_layout
32660
32661 \begin_layout Standard
32662 et
32663 \end_layout
32664
32665 \begin_layout Standard
32666
32667 \series bold
32668
32669 \backslash
32670 newcommand{
32671 \backslash
32672 tbinom}[2]{
32673 \backslash
32674 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32675 \end_layout
32676
32677 \begin_layout Standard
32678 \begin_inset VSpace medskip
32679 \end_inset
32680
32681 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
32682  en argument, on insère la ligne suivante dans le préambule LaTeX:
32683 \end_layout
32684
32685 \begin_layout Standard
32686
32687 \series bold
32688
32689 \backslash
32690 newcommand{
32691 \backslash
32692 fracS}[3][]{
32693 \backslash
32694 genfrac{}{}{#1}{}{#2}{#3}}
32695 \end_layout
32696
32697 \begin_layout Standard
32698 Un test:
32699 \begin_inset Formula \begin{align*}
32700 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32701 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32702
32703 \end_inset
32704
32705 Comme on peut le voir, la distance entre le numérateur et le dénominateur
32706  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
32707 \end_layout
32708
32709 \begin_layout Subsection
32710 Formules barrées
32711 \begin_inset CommandInset label
32712 LatexCommand label
32713 name "sub:Formules-barrées"
32714
32715 \end_inset
32716
32717
32718 \begin_inset Index
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722 Formules ! barrées
32723 \end_layout
32724
32725 \end_inset
32726
32727
32728 \end_layout
32729
32730 \begin_layout Standard
32731 Pour barrer une formule ou une portion de formule, on doit charger le paquetage
32732  LaTeX 
32733 \series bold
32734 cancel
32735 \series default
32736
32737 \begin_inset Foot
32738 status collapsed
32739
32740 \begin_layout Plain Layout
32741
32742 \series bold
32743 cancel
32744 \series default
32745  fait partie de toutes les distributions LaTeX standard.
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \begin_inset Index
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755 Paquetages ! cancel
32756 \end_layout
32757
32758 \end_inset
32759
32760  dans le préambule LaTeX avec la ligne
32761 \end_layout
32762
32763 \begin_layout Standard
32764
32765 \series bold
32766
32767 \backslash
32768 usepackage[samesize]{cancel}
32769 \end_layout
32770
32771 \begin_layout Standard
32772 Il y a quatre façon de barrer une formule:
32773 \end_layout
32774
32775 \begin_layout Standard
32776 \align center
32777 \begin_inset Tabular
32778 <lyxtabular version="3" rows="5" columns="2">
32779 <features>
32780 <column alignment="center" valignment="top" width="0">
32781 <column alignment="center" valignment="top" width="0">
32782 <row>
32783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32784 \begin_inset Text
32785
32786 \begin_layout Plain Layout
32787 Commande
32788 \end_layout
32789
32790 \end_inset
32791 </cell>
32792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32793 \begin_inset Text
32794
32795 \begin_layout Plain Layout
32796 Résultat
32797 \begin_inset Note Note
32798 status collapsed
32799
32800 \begin_layout Plain Layout
32801
32802 \series bold
32803
32804 \backslash
32805 hspace
32806 \series default
32807  et
32808 \series bold
32809  
32810 \backslash
32811 raisebox 
32812 \series default
32813 sont seulement utilisées pour faire de la place.
32814 \end_layout
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \end_inset
32822 </cell>
32823 </row>
32824 <row>
32825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32826 \begin_inset Text
32827
32828 \begin_layout Plain Layout
32829
32830 \backslash
32831 cancel{
32832 \backslash
32833 int
32834 \begin_inset ERT
32835 status collapsed
32836
32837 \begin_layout Plain Layout
32838
32839
32840 \backslash
32841 spce 
32842 \end_layout
32843
32844 \end_inset
32845
32846 A=B
32847 \end_layout
32848
32849 \end_inset
32850 </cell>
32851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32852 \begin_inset Text
32853
32854 \begin_layout Plain Layout
32855 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \end_inset
32862 </cell>
32863 </row>
32864 <row>
32865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32866 \begin_inset Text
32867
32868 \begin_layout Plain Layout
32869
32870 \backslash
32871 bcancel{
32872 \backslash
32873 int
32874 \begin_inset ERT
32875 status collapsed
32876
32877 \begin_layout Plain Layout
32878
32879
32880 \backslash
32881 spce 
32882 \end_layout
32883
32884 \end_inset
32885
32886 A=B
32887 \end_layout
32888
32889 \end_inset
32890 </cell>
32891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32892 \begin_inset Text
32893
32894 \begin_layout Plain Layout
32895 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
32896 \end_inset
32897
32898
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 </row>
32904 <row>
32905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32906 \begin_inset Text
32907
32908 \begin_layout Plain Layout
32909
32910 \backslash
32911 xcancel{
32912 \backslash
32913 int
32914 \begin_inset ERT
32915 status collapsed
32916
32917 \begin_layout Plain Layout
32918
32919
32920 \backslash
32921 spce 
32922 \end_layout
32923
32924 \end_inset
32925
32926 A=B
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32932 \begin_inset Text
32933
32934 \begin_layout Plain Layout
32935 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
32936 \end_inset
32937
32938
32939 \end_layout
32940
32941 \end_inset
32942 </cell>
32943 </row>
32944 <row>
32945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949
32950 \backslash
32951 cancelto{1
32952 \begin_inset Formula $\to$
32953 \end_inset
32954
32955
32956 \backslash
32957 {
32958 \backslash
32959 int
32960 \begin_inset ERT
32961 status collapsed
32962
32963 \begin_layout Plain Layout
32964
32965
32966 \backslash
32967 spce 
32968 \end_layout
32969
32970 \end_inset
32971
32972 A=B
32973 \end_layout
32974
32975 \end_inset
32976 </cell>
32977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32978 \begin_inset Text
32979
32980 \begin_layout Plain Layout
32981 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \end_inset
32988 </cell>
32989 </row>
32990 </lyxtabular>
32991
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Standard
32998
32999 \series bold
33000
33001 \backslash
33002 cancelto
33003 \series default
33004  est particulièrement utile pour visualiser des simplifications de fractions
33005  dans les formules:
33006 \begin_inset Formula \[
33007 \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}}}\]
33008
33009 \end_inset
33010
33011
33012 \end_layout
33013
33014 \begin_layout Subsection
33015 Formules dans les entêtes de section
33016 \begin_inset CommandInset label
33017 LatexCommand label
33018 name "sub:formules-dans-les-entêtes"
33019
33020 \end_inset
33021
33022
33023 \begin_inset Index
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 Formules ! dans les entêtes de section
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Standard
33036 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
33037  en compte les points suivants:
33038 \end_layout
33039
33040 \begin_layout Standard
33041 \begin_inset Note Greyedout
33042 status open
33043
33044 \begin_layout Plain Layout
33045 Quand la gestion de 
33046 \series bold
33047 hyperref
33048 \series default
33049
33050 \begin_inset Index
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054 Paquetages ! hyperref
33055 \end_layout
33056
33057 \end_inset
33058
33059  est activée dans le dialogue paramètres du document dans la rubrique 
33060 \family sans
33061 Propriétés du PDF
33062 \family default
33063 , les signets PDF sont créés dans la table des matières pour chaque entête
33064  de section.
33065  Si l'entête de section contient une formule, elle est affichée de façon
33066  incorrecte dans le texte du signet parce que les formules dans les signets
33067  ne respectent pas certaines conventions du PDF.
33068  
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \begin_layout Standard
33077 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
33078  de section un titre court avec le menu 
33079 \family sans
33080 Insérer\SpecialChar \menuseparator
33081 Titre
33082 \begin_inset space ~
33083 \end_inset
33084
33085 court
33086 \family default
33087 .
33088  Les titres courts sont en général utilisés avec des entêtes de section
33089  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
33090  Seul le titre court apparaît dans la table des matières et donc dans les
33091  signets PDF.
33092 \end_layout
33093
33094 \begin_layout Standard
33095 Quand des formules doivent apparaître dans la table des matières mais que
33096  l'on utilise aussi 
33097 \series bold
33098 hyperref
33099 \series default
33100 , on peut utiliser la commande suivante en mode TeX:
33101 \end_layout
33102
33103 \begin_layout Standard
33104
33105 \series bold
33106
33107 \backslash
33108 texorpdfstring{partie à problème}{alternative}
33109 \begin_inset Index
33110 status collapsed
33111
33112 \begin_layout Plain Layout
33113 Commandes ! T ! 
33114 \backslash
33115 texorpdfstring
33116 \end_layout
33117
33118 \end_inset
33119
33120
33121 \end_layout
33122
33123 \begin_layout Standard
33124 \begin_inset Quotes eld
33125 \end_inset
33126
33127 Partie à problème
33128 \begin_inset Quotes erd
33129 \end_inset
33130
33131  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
33132  Cela peut être des caractères, des formules, des notes de bas de page,
33133  mais aussi des références croisées.
33134  L'
33135 \begin_inset Quotes erd
33136 \end_inset
33137
33138 alternative
33139 \begin_inset Quotes erd
33140 \end_inset
33141
33142  est utilisée à la place de la 
33143 \begin_inset Quotes eld
33144 \end_inset
33145
33146 partie à problème
33147 \begin_inset Quotes erd
33148 \end_inset
33149
33150  pour les signets.
33151 \end_layout
33152
33153 \begin_layout Standard
33154 Voici deux exemples d'entêtes de section:
33155 \begin_inset VSpace -3mm
33156 \end_inset
33157
33158
33159 \begin_inset ERT
33160 status collapsed
33161
33162 \begin_layout Plain Layout
33163
33164
33165 \backslash
33166 boldmath 
33167 \end_layout
33168
33169 \end_inset
33170
33171
33172 \end_layout
33173
33174 \begin_layout Subsubsection
33175 Entête de section sans formule dans la table des matières 
33176 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33177 \end_inset
33178
33179
33180 \begin_inset OptArg
33181 status open
33182
33183 \begin_layout Plain Layout
33184 Entête sans formule dans la table des matières
33185 \end_layout
33186
33187 \end_inset
33188
33189
33190 \end_layout
33191
33192 \begin_layout Subsubsection
33193 Entête de section avec formule dans la table des matières
33194 \begin_inset ERT
33195 status collapsed
33196
33197 \begin_layout Plain Layout
33198
33199
33200 \backslash
33201 texorpdfstring{
33202 \end_layout
33203
33204 \end_inset
33205
33206  
33207 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33208 \end_inset
33209
33210
33211 \begin_inset ERT
33212 status collapsed
33213
33214 \begin_layout Plain Layout
33215
33216 }{}
33217 \end_layout
33218
33219 \end_inset
33220
33221
33222 \end_layout
33223
33224 \begin_layout Standard
33225 \begin_inset ERT
33226 status collapsed
33227
33228 \begin_layout Plain Layout
33229
33230
33231 \backslash
33232 unboldmath 
33233 \end_layout
33234
33235 \end_inset
33236
33237 Dans le premier entête, on a utilisé un titre court, dans le second la commande
33238  
33239 \series bold
33240
33241 \backslash
33242 texorpdfstring
33243 \series default
33244 .
33245 \end_layout
33246
33247 \begin_layout Standard
33248 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
33249  a été placée dans un environnement  
33250 \series bold
33251 boldmath 
33252 \series default
33253
33254 \begin_inset Foot
33255 status collapsed
33256
33257 \begin_layout Plain Layout
33258 voir 
33259 \begin_inset CommandInset ref
33260 LatexCommand ref
33261 reference "sub:Formules-en-gras"
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \end_inset
33269
33270 .
33271 \end_layout
33272
33273 \begin_layout Subsection
33274 Formules dans du texte multi-colonnes
33275 \begin_inset Index
33276 status collapsed
33277
33278 \begin_layout Plain Layout
33279 Formules ! dans du texte multi-colonnes
33280 \end_layout
33281
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \begin_layout Standard
33288 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
33289  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
33290  utiliser toute la largeur de la page.
33291  Pour faire cela, on utilise le paquetage LaTeX 
33292 \series bold
33293 multicol
33294 \series default
33295
33296 \begin_inset Foot
33297 status collapsed
33298
33299 \begin_layout Plain Layout
33300
33301 \series bold
33302 multicol
33303 \series default
33304  fait partie de toutes les installations LaTeX standard.
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \begin_inset Index
33311 status collapsed
33312
33313 \begin_layout Plain Layout
33314 Paquetages ! multicol
33315 \end_layout
33316
33317 \end_inset
33318
33319 , qui est chargé avec la ligne suivante dans le préambule LaTeX
33320 \end_layout
33321
33322 \begin_layout Standard
33323
33324 \series bold
33325
33326 \backslash
33327 usepackage{multicol}
33328 \end_layout
33329
33330 \begin_layout Standard
33331 \begin_inset Note Greyedout
33332 status open
33333
33334 \begin_layout Plain Layout
33335 Noter que dans ce cas on ne 
33336 \emph on
33337 doit pas 
33338 \emph default
33339 activer l'option 
33340 \family sans
33341 Document
33342 \begin_inset space ~
33343 \end_inset
33344
33345 sur
33346 \begin_inset space ~
33347 \end_inset
33348
33349 deux
33350 \begin_inset space ~
33351 \end_inset
33352
33353 colonnes
33354 \family default
33355  dans la rubrique 
33356 \family sans
33357 Format
33358 \begin_inset space ~
33359 \end_inset
33360
33361 du
33362 \begin_inset space ~
33363 \end_inset
33364
33365 texte 
33366 \family default
33367 du menu 
33368 \family sans
33369 Document\SpecialChar \menuseparator
33370 Paramètres
33371 \family default
33372 .
33373 \end_layout
33374
33375 \end_inset
33376
33377
33378 \end_layout
33379
33380 \begin_layout Standard
33381 Avant le texte multi-colonnes on met la commande
33382 \end_layout
33383
33384 \begin_layout Standard
33385
33386 \series bold
33387
33388 \backslash
33389 begin{multicols}{nombre de colonnes}
33390 \end_layout
33391
33392 \begin_layout Standard
33393 en mode TeX.
33394  Le nombre de colonnes est un entier entre 2 et 10.
33395  Avant la formule, le texte multi-colonnes et interrompu avec la commande
33396 \end_layout
33397
33398 \begin_layout Standard
33399
33400 \series bold
33401
33402 \backslash
33403 end{multicols}
33404 \end_layout
33405
33406 \begin_layout Standard
33407 en mode TeX.
33408 \end_layout
33409
33410 \begin_layout Standard
33411 À cause de la commande, un peu d'espace est ajouté automatiquement avant
33412  la formule.
33413  Pour le supprimer, on peut insérer avant la formule un espace vertical
33414  de -6
33415 \begin_inset space \thinspace{}
33416 \end_inset
33417
33418 mm.
33419  Quand on utilise le style de formules 
33420 \series bold
33421 Indenté
33422 \begin_inset Foot
33423 status collapsed
33424
33425 \begin_layout Plain Layout
33426 voir 
33427 \begin_inset CommandInset ref
33428 LatexCommand ref
33429 reference "sec:Styles-de-formules"
33430
33431 \end_inset
33432
33433  pour les styles de formules.
33434 \end_layout
33435
33436 \end_inset
33437
33438
33439 \series default
33440 , il faut mettre un espace de -9
33441 \begin_inset space \thinspace{}
33442 \end_inset
33443
33444 mm à la place.
33445 \end_layout
33446
33447 \begin_layout Standard
33448 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
33449 \end_layout
33450
33451 \begin_layout Standard
33452
33453 \lang german
33454 \begin_inset ERT
33455 status collapsed
33456
33457 \begin_layout Plain Layout
33458
33459
33460 \backslash
33461 begin{multicols}{2}
33462 \end_layout
33463
33464 \end_inset
33465
33466 Das Spektrum wird fouriertransformiert.
33467  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33468 , Lösungsmittel) zu trennen.
33469  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33470  nun das Aussehen des Ausgangssignals.
33471  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33472  über alle Phasen integrieren muss.
33473  Sei nun 
33474 \begin_inset Formula $S$
33475 \end_inset
33476
33477  unser normiertes Ausgangssignal and 
33478 \begin_inset Formula $P$
33479 \end_inset
33480
33481  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33482 \begin_inset ERT
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486
33487
33488 \backslash
33489 end{multicols}
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \begin_inset VSpace -6mm
33496 \end_inset
33497
33498
33499 \begin_inset Formula \begin{equation}
33500 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33501
33502 \end_inset
33503
33504
33505 \begin_inset ERT
33506 status collapsed
33507
33508 \begin_layout Plain Layout
33509
33510
33511 \backslash
33512 begin{multicols}{2}
33513 \end_layout
33514
33515 \end_inset
33516
33517 wobei 
33518 \begin_inset Formula $S_{0}$
33519 \end_inset
33520
33521  das Signal ohne Gradient ist and the Normierungsbedingung 
33522 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33523 \end_inset
33524
33525  gilt.
33526  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33527  Direkt nach the 
33528 \begin_inset Formula $\nicefrac{\pi}{2}$
33529 \end_inset
33530
33531
33532 \begin_inset space \thinspace{}
33533 \end_inset
33534
33535 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33536  das Signal zusätzlich abschwächt.
33537  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33538  
33539 \begin_inset Formula $T_{2}$
33540 \end_inset
33541
33542 -Zeit.
33543 \end_layout
33544
33545 \begin_layout Standard
33546
33547 \lang german
33548 \begin_inset ERT
33549 status collapsed
33550
33551 \begin_layout Plain Layout
33552
33553
33554 \backslash
33555 end{multicols}
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \begin_layout Subsection
33564 Formules avec description des variables
33565 \begin_inset Index
33566 status collapsed
33567
33568 \begin_layout Plain Layout
33569 Formules ! avec description des variables
33570 \end_layout
33571
33572 \end_inset
33573
33574
33575 \end_layout
33576
33577 \begin_layout Standard
33578 Pour décrire les variable au sein d'une formule, comme dans la formule 
33579 \begin_inset CommandInset ref
33580 LatexCommand eqref
33581 reference "eq:within"
33582
33583 \end_inset
33584
33585 , on peut utiliser une matrice
33586 \begin_inset space ~
33587 \end_inset
33588
33589 2
33590 \series bold
33591 ×
33592 \series default
33593
33594 \begin_inset Formula $n$
33595 \end_inset
33596
33597  avec une colonne alignée à gauche pour les 
33598 \begin_inset Formula $n$
33599 \end_inset
33600
33601  variables utilisées
33602 \begin_inset Foot
33603 status collapsed
33604
33605 \begin_layout Plain Layout
33606 pour les matrices, voir 
33607 \begin_inset CommandInset ref
33608 LatexCommand ref
33609 reference "sec:Matrices"
33610
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \end_inset
33617
33618 .
33619  Pour mettre la description en plus petits caractères, on peut insérer par
33620  exemple la commande 
33621 \series bold
33622
33623 \backslash
33624 footnotesize
33625 \series default
33626  avant la matrice
33627 \begin_inset Foot
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631 pour les tailles de polices, voir 
33632 \begin_inset CommandInset ref
33633 LatexCommand ref
33634 reference "sub:Tailles-polices"
33635
33636 \end_inset
33637
33638
33639 \end_layout
33640
33641 \end_inset
33642
33643 .
33644 \end_layout
33645
33646 \begin_layout Standard
33647 Quand on utilise le style de formules 
33648 \series bold
33649 Indenté
33650 \begin_inset Foot
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654 pour les styles de formules, voir 
33655 \begin_inset CommandInset ref
33656 LatexCommand ref
33657 reference "sec:Styles-de-formules"
33658
33659 \end_inset
33660
33661
33662 \end_layout
33663
33664 \end_inset
33665
33666
33667 \series default
33668 , on insère un 
33669 \series bold
33670
33671 \backslash
33672 hfill
33673 \series default
33674
33675 \begin_inset Foot
33676 status collapsed
33677
33678 \begin_layout Plain Layout
33679
33680 \series bold
33681
33682 \backslash
33683 hfill
33684 \series default
33685  marche seulement avec des formules dans le style 
33686 \series bold
33687 Indenté
33688 \series default
33689 , voir 
33690 \begin_inset CommandInset ref
33691 LatexCommand ref
33692 reference "sub:Espace-variable"
33693
33694 \end_inset
33695
33696 .
33697 \end_layout
33698
33699 \end_inset
33700
33701  avant et après la matrice pour avoir la même séparation entre la matrice
33702  et la formule et entre la matrice et la marge.
33703 \end_layout
33704
33705 \begin_layout Standard
33706 Quand on utilise le style de formules
33707 \series bold
33708  Centré
33709 \series default
33710 , on utilise la méthode décrite dans 
33711 \begin_inset CommandInset ref
33712 LatexCommand ref
33713 reference "sub:environnement-Flalign"
33714
33715 \end_inset
33716
33717  pour indenter les formules.
33718  La formule 
33719 \begin_inset CommandInset ref
33720 LatexCommand eqref
33721 reference "eq:within"
33722
33723 \end_inset
33724
33725  consiste en cinq colonnes dont les deux premières contiennent l'équation,
33726  la troisième la matrice et la dernière une accolade TeX vide.
33727 \begin_inset Formula \begin{flalign}
33728 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33729 \rho & \textrm{density}\\
33730 V & \textrm{volume}\\
33731 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33732
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \begin_layout Subsection
33739 Lettres grecques minuscules droites
33740 \begin_inset CommandInset label
33741 LatexCommand label
33742 name "sub:minuscules-grecques-droites"
33743
33744 \end_inset
33745
33746
33747 \begin_inset Index
33748 status collapsed
33749
33750 \begin_layout Plain Layout
33751 Lettres grecques ! droites
33752 \end_layout
33753
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Standard
33760 La plupart des polices de caractères mathématiques ne fournissent que des
33761  minuscules grecques italiques.
33762  Mais pour les symboles des particules élémentaires comme les pions et le
33763  neutrinos, on a besoin de lettre grecques droites.
33764  Elles sont fournies par le fichier 
33765 \series bold
33766 upgreek.sty
33767 \series default
33768
33769 \begin_inset Foot
33770 status collapsed
33771
33772 \begin_layout Plain Layout
33773
33774 \series bold
33775 upgreek
33776 \series default
33777  fait partie du paquetage LaTeX 
33778 \series bold
33779 was
33780 \series default
33781
33782 \begin_inset Index
33783 status collapsed
33784
33785 \begin_layout Plain Layout
33786 Paquetages ! was
33787 \begin_inset ERT
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791
33792
33793 \backslash
33794 vspace{4mm}
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \end_layout
33801
33802 \end_inset
33803
33804 .
33805 \end_layout
33806
33807 \end_inset
33808
33809
33810 \begin_inset Index
33811 status collapsed
33812
33813 \begin_layout Plain Layout
33814 Paquetages ! upgreek
33815 \end_layout
33816
33817 \end_inset
33818
33819  qui est chargé avec la ligne suivante dans le préambule LaTeX:
33820 \end_layout
33821
33822 \begin_layout Standard
33823
33824 \series bold
33825
33826 \backslash
33827 usepackage{upgreek}
33828 \end_layout
33829
33830 \begin_layout Standard
33831 \begin_inset ERT
33832 status collapsed
33833
33834 \begin_layout Plain Layout
33835
33836
33837 \backslash
33838 ifupgreek 
33839 \end_layout
33840
33841 \end_inset
33842
33843
33844 \begin_inset Note Note
33845 status open
33846
33847 \begin_layout Plain Layout
33848 Ce qui suit ne sera affiché que si le paquetage LaTeX 
33849 \series bold
33850 upgreek
33851 \series default
33852  est installé
33853 \end_layout
33854
33855 \end_inset
33856
33857  On crée ces minuscules droites en commençant la commande pour une minuscule
33858  grecque par 
33859 \series bold
33860 up
33861 \series default
33862 .
33863  Par exemple, la commande 
33864 \series bold
33865
33866 \backslash
33867 uptau
33868 \series default
33869  donne ceci: 
33870 \begin_inset Formula $\uptau$
33871 \end_inset
33872
33873
33874 \end_layout
33875
33876 \begin_layout Standard
33877 Avec ces commandes, on peut typographier des réactions entre particules
33878  élémentaires:
33879 \begin_inset Formula \[
33880 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Standard
33888 Les lettres droites sont plus grasses et plus larges que les italiques.
33889  On ne doit donc pas les utiliser pour des unités comme 
33890 \begin_inset Quotes eld
33891 \end_inset
33892
33893 µm
33894 \begin_inset Quotes erd
33895 \end_inset
33896
33897 .
33898 \end_layout
33899
33900 \begin_layout Standard
33901 \begin_inset ERT
33902 status collapsed
33903
33904 \begin_layout Plain Layout
33905
33906
33907 \backslash
33908 else 
33909 \end_layout
33910
33911 \end_inset
33912
33913
33914 \begin_inset Note Note
33915 status open
33916
33917 \begin_layout Plain Layout
33918 Ce qui suit sera affiché si la paquetage LaTeX 
33919 \series bold
33920 upgreek
33921 \series default
33922  n'est pas installé:
33923 \end_layout
33924
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 Vous avez besoin du paquetage LaTeX 
33932 \series bold
33933 upgreek
33934 \series default
33935  pour voir le reste de cette sous section dans la sortie finale.
33936 \end_layout
33937
33938 \begin_layout Standard
33939 \begin_inset ERT
33940 status collapsed
33941
33942 \begin_layout Plain Layout
33943
33944
33945 \backslash
33946 fi 
33947 \end_layout
33948
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \begin_layout Subsection
33955 Caractères texte dans les formules
33956 \begin_inset CommandInset label
33957 LatexCommand label
33958 name "sub:Caractères-texte"
33959
33960 \end_inset
33961
33962
33963 \begin_inset Index
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967 Texte ! dans les formules
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \end_layout
33974
33975 \begin_layout Standard
33976 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
33977  directement dans des formules.
33978  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
33979  du genre 
33980 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
33981 \end_inset
33982
33983 , vous devrez insérer tout le temps la commande 
33984 \series bold
33985
33986 \backslash
33987 cdot
33988 \series default
33989
33990 \begin_inset Foot
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994 voir 
33995 \begin_inset CommandInset ref
33996 LatexCommand ref
33997 reference "sub:Opérateurs-binaires"
33998
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \end_inset
34005
34006 , puisque ce caractère est défini dans tous les encodages comme un caractère
34007  texte.
34008  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
34009 \end_layout
34010
34011 \begin_layout Standard
34012
34013 \series bold
34014
34015 \backslash
34016 Declare Inputtext{183}{
34017 \backslash
34018 ifmmode
34019 \backslash
34020 cdot
34021 \backslash
34022 else
34023 \backslash
34024 textperiodcentered
34025 \backslash
34026 f\SpecialChar \textcompwordmark{}
34027 i}
34028 \end_layout
34029
34030 \begin_layout Standard
34031 En plus du point centré, dans ce document on a défini le symbole degré °
34032  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
34033  suivante dans le préambule LaTeX:
34034 \end_layout
34035
34036 \begin_layout Standard
34037
34038 \series bold
34039
34040 \backslash
34041 DeclareInputtext{176}{
34042 \backslash
34043 ifmmode^
34044 \backslash
34045 circ
34046 \backslash
34047 else
34048 \backslash
34049 textdegree
34050 \backslash
34051 f\SpecialChar \textcompwordmark{}
34052 i}
34053 \end_layout
34054
34055 \begin_layout Standard
34056 \begin_inset Newpage newpage
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \begin_layout Section
34063 \start_of_appendix
34064 Conseils Typographiques
34065 \begin_inset Index
34066 status collapsed
34067
34068 \begin_layout Plain Layout
34069 Typographiques, conseils
34070 \end_layout
34071
34072 \end_inset
34073
34074
34075 \end_layout
34076
34077 \begin_layout Itemize
34078 Les symboles d'unités sont 
34079 \emph on
34080 toujours
34081 \emph default
34082  en caractères droits
34083 \begin_inset Foot
34084 status collapsed
34085
34086 \begin_layout Plain Layout
34087 obtenu avec les styles de polices, voir 
34088 \begin_inset CommandInset ref
34089 LatexCommand ref
34090 reference "sub:Styles-de-polices"
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \end_inset
34098
34099 : 30
34100 \begin_inset space \thinspace{}
34101 \end_inset
34102
34103 km/h
34104 \begin_inset Newline newline
34105 \end_inset
34106
34107 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
34108 \begin_inset CommandInset ref
34109 LatexCommand ref
34110 reference "sub:Espace-prédéfini"
34111
34112 \end_inset
34113
34114 .
34115 \end_layout
34116
34117 \begin_layout Itemize
34118 Les symboles pourcent et les pour mille sont présentés comme les symboles
34119  d'unités:
34120 \begin_inset Newline newline
34121 \end_inset
34122
34123 1,2
34124 \begin_inset space \thinspace{}
34125 \end_inset
34126
34127 ‰ d'alcool dans le sang
34128 \begin_inset Foot
34129 status collapsed
34130
34131 \begin_layout Plain Layout
34132 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
34133 \end_layout
34134
34135 \end_inset
34136
34137
34138 \end_layout
34139
34140 \begin_layout Itemize
34141 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
34142  est utilisé dans une unité: 15
34143 \begin_inset space \thinspace{}
34144 \end_inset
34145
34146 °C
34147 \end_layout
34148
34149 \begin_layout Itemize
34150 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
34151  tous les trois chiffres pour les grouper: 18
34152 \begin_inset space \thinspace{}
34153 \end_inset
34154
34155 473
34156 \begin_inset space \thinspace{}
34157 \end_inset
34158
34159 588
34160 \end_layout
34161
34162 \begin_layout Itemize
34163 Pour exprimer des dimensions comme par exemple 120×90×40
34164 \begin_inset space \thinspace{}
34165 \end_inset
34166
34167 cm on utilise le signe de la multiplication 
34168 \begin_inset Quotes eld
34169 \end_inset
34170
34171 ×
34172 \begin_inset Quotes erd
34173 \end_inset
34174
34175  .
34176  On peut l'obtenir avec la commande LaTeX 
34177 \series bold
34178
34179 \backslash
34180 texttimes
34181 \series default
34182 , mais il peut aussi être accessible directement sur certains claviers
34183 \begin_inset Foot
34184 status collapsed
34185
34186 \begin_layout Plain Layout
34187 Par exemple sous Windows on l'obtient avec 
34188 \family sans
34189 Alt-0215
34190 \family default
34191  (NdT).
34192 \end_layout
34193
34194 \end_inset
34195
34196 .
34197 \end_layout
34198
34199 \begin_layout Itemize
34200 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
34201  sont écrites en caractères droits pour éviter toute confusion, voir 
34202 \begin_inset CommandInset ref
34203 LatexCommand ref
34204 reference "sub:Fonctions-prédéfinies"
34205
34206 \end_inset
34207
34208 .
34209 \end_layout
34210
34211 \begin_layout Itemize
34212 Les indices composés de plusieurs caractères sont écrits en caractères droits:
34213  
34214 \begin_inset Formula $E_{\mathrm{kin}}$
34215 \end_inset
34216
34217
34218 \begin_inset Newline newline
34219 \end_inset
34220
34221 Les composants de matrices sont en italiques: 
34222 \begin_inset Formula $\hat{H}_{kl}$
34223 \end_inset
34224
34225
34226 \end_layout
34227
34228 \begin_layout Itemize
34229 L'opérateur 'd' de différentiation/intégration, la constante d'Euler 'e',
34230  et la base des nombre imaginaires 'i' devraient être écrits en caractères
34231  droits pour éviter de les mélanger avec les autres variables.
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset Newpage newpage
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Section
34242 Synonymes
34243 \begin_inset Index
34244 status collapsed
34245
34246 \begin_layout Plain Layout
34247 Synonymes
34248 \end_layout
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Standard
34256 Certains caractères peuvent être obtenus en utilisant différentes commandes.
34257  Voici une liste de commandes synonymes:
34258 \end_layout
34259
34260 \begin_layout Standard
34261 \begin_inset VSpace bigskip
34262 \end_inset
34263
34264
34265 \begin_inset space \hfill{}
34266 \end_inset
34267
34268
34269 \begin_inset Tabular
34270 <lyxtabular version="3" rows="12" columns="2">
34271 <features>
34272 <column alignment="center" valignment="top" width="0pt">
34273 <column alignment="center" valignment="top" width="0pt">
34274 <row>
34275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34276 \begin_inset Text
34277
34278 \begin_layout Plain Layout
34279 Commande
34280 \end_layout
34281
34282 \end_inset
34283 </cell>
34284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34285 \begin_inset Text
34286
34287 \begin_layout Plain Layout
34288 est équivalente à
34289 \begin_inset Note Note
34290 status collapsed
34291
34292 \begin_layout Plain Layout
34293
34294 \series bold
34295
34296 \backslash
34297 raisebox est seulement utilisée pour faire de la place
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \end_inset
34306 </cell>
34307 </row>
34308 <row>
34309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34310 \begin_inset Text
34311
34312 \begin_layout Plain Layout
34313
34314 \backslash
34315 ast
34316 \end_layout
34317
34318 \end_inset
34319 </cell>
34320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34321 \begin_inset Text
34322
34323 \begin_layout Plain Layout
34324 \begin_inset ERT
34325 status collapsed
34326
34327 \begin_layout Plain Layout
34328
34329
34330 \backslash
34331 raisebox{-1.2mm}{
34332 \end_layout
34333
34334 \end_inset
34335
34336 *
34337 \begin_inset ERT
34338 status collapsed
34339
34340 \begin_layout Plain Layout
34341
34342 }
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 </row>
34353 <row>
34354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358
34359 \backslash
34360 choose
34361 \end_layout
34362
34363 \end_inset
34364 </cell>
34365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369
34370 \backslash
34371 binom
34372 \end_layout
34373
34374 \end_inset
34375 </cell>
34376 </row>
34377 <row>
34378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34379 \begin_inset Text
34380
34381 \begin_layout Plain Layout
34382
34383 \backslash
34384 geq
34385 \end_layout
34386
34387 \end_inset
34388 </cell>
34389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34390 \begin_inset Text
34391
34392 \begin_layout Plain Layout
34393
34394 \backslash
34395 ge
34396 \end_layout
34397
34398 \end_inset
34399 </cell>
34400 </row>
34401 <row>
34402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34403 \begin_inset Text
34404
34405 \begin_layout Plain Layout
34406
34407 \backslash
34408 lbrace
34409 \end_layout
34410
34411 \end_inset
34412 </cell>
34413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34414 \begin_inset Text
34415
34416 \begin_layout Plain Layout
34417 {
34418 \end_layout
34419
34420 \end_inset
34421 </cell>
34422 </row>
34423 <row>
34424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34425 \begin_inset Text
34426
34427 \begin_layout Plain Layout
34428
34429 \backslash
34430 lbracket
34431 \end_layout
34432
34433 \end_inset
34434 </cell>
34435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34436 \begin_inset Text
34437
34438 \begin_layout Plain Layout
34439 [
34440 \end_layout
34441
34442 \end_inset
34443 </cell>
34444 </row>
34445 <row>
34446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34447 \begin_inset Text
34448
34449 \begin_layout Plain Layout
34450
34451 \backslash
34452 leftarrow
34453 \end_layout
34454
34455 \end_inset
34456 </cell>
34457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34458 \begin_inset Text
34459
34460 \begin_layout Plain Layout
34461
34462 \backslash
34463 gets
34464 \end_layout
34465
34466 \end_inset
34467 </cell>
34468 </row>
34469 <row>
34470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34471 \begin_inset Text
34472
34473 \begin_layout Plain Layout
34474
34475 \backslash
34476 leq
34477 \end_layout
34478
34479 \end_inset
34480 </cell>
34481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34482 \begin_inset Text
34483
34484 \begin_layout Plain Layout
34485
34486 \backslash
34487 le
34488 \end_layout
34489
34490 \end_inset
34491 </cell>
34492 </row>
34493 <row>
34494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34495 \begin_inset Text
34496
34497 \begin_layout Plain Layout
34498
34499 \backslash
34500 lor
34501 \end_layout
34502
34503 \end_inset
34504 </cell>
34505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34506 \begin_inset Text
34507
34508 \begin_layout Plain Layout
34509
34510 \backslash
34511 vee
34512 \end_layout
34513
34514 \end_inset
34515 </cell>
34516 </row>
34517 <row>
34518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34519 \begin_inset Text
34520
34521 \begin_layout Plain Layout
34522
34523 \backslash
34524 neq
34525 \end_layout
34526
34527 \end_inset
34528 </cell>
34529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34530 \begin_inset Text
34531
34532 \begin_layout Plain Layout
34533
34534 \backslash
34535 not=
34536 \end_layout
34537
34538 \end_inset
34539 </cell>
34540 </row>
34541 <row>
34542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34543 \begin_inset Text
34544
34545 \begin_layout Plain Layout
34546
34547 \backslash
34548 slash
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 /
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 </row>
34563 <row>
34564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568
34569 \backslash
34570 vert
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 |
34580 \end_layout
34581
34582 \end_inset
34583 </cell>
34584 </row>
34585 </lyxtabular>
34586
34587 \end_inset
34588
34589
34590 \begin_inset space \hfill{}
34591 \end_inset
34592
34593
34594 \begin_inset Tabular
34595 <lyxtabular version="3" rows="12" columns="2">
34596 <features>
34597 <column alignment="center" valignment="top" width="0pt">
34598 <column alignment="center" valignment="top" width="0pt">
34599 <row>
34600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604 Commande
34605 \end_layout
34606
34607 \end_inset
34608 </cell>
34609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34610 \begin_inset Text
34611
34612 \begin_layout Plain Layout
34613 est équivalente à
34614 \end_layout
34615
34616 \end_inset
34617 </cell>
34618 </row>
34619 <row>
34620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34621 \begin_inset Text
34622
34623 \begin_layout Plain Layout
34624
34625 \backslash
34626 backslash
34627 \end_layout
34628
34629 \end_inset
34630 </cell>
34631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34632 \begin_inset Text
34633
34634 \begin_layout Plain Layout
34635
34636 \backslash
34637
34638 \backslash
34639
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 </row>
34645 <row>
34646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34647 \begin_inset Text
34648
34649 \begin_layout Plain Layout
34650
34651 \backslash
34652 dasharrow
34653 \end_layout
34654
34655 \end_inset
34656 </cell>
34657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34658 \begin_inset Text
34659
34660 \begin_layout Plain Layout
34661
34662 \backslash
34663 dashrightarrow
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 </row>
34669 <row>
34670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34671 \begin_inset Text
34672
34673 \begin_layout Plain Layout
34674
34675 \backslash
34676 land
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685
34686 \backslash
34687 wedge
34688 \end_layout
34689
34690 \end_inset
34691 </cell>
34692 </row>
34693 <row>
34694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698
34699 \backslash
34700 rbrace
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34706 \begin_inset Text
34707
34708 \begin_layout Plain Layout
34709 }
34710 \end_layout
34711
34712 \end_inset
34713 </cell>
34714 </row>
34715 <row>
34716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34717 \begin_inset Text
34718
34719 \begin_layout Plain Layout
34720
34721 \backslash
34722 rbracket
34723 \end_layout
34724
34725 \end_inset
34726 </cell>
34727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 ]
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 </row>
34737 <row>
34738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34739 \begin_inset Text
34740
34741 \begin_layout Plain Layout
34742
34743 \backslash
34744 rightarrow
34745 \end_layout
34746
34747 \end_inset
34748 </cell>
34749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34750 \begin_inset Text
34751
34752 \begin_layout Plain Layout
34753
34754 \backslash
34755 to
34756 \end_layout
34757
34758 \end_inset
34759 </cell>
34760 </row>
34761 <row>
34762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34763 \begin_inset Text
34764
34765 \begin_layout Plain Layout
34766
34767 \backslash
34768 lnot
34769 \end_layout
34770
34771 \end_inset
34772 </cell>
34773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34774 \begin_inset Text
34775
34776 \begin_layout Plain Layout
34777
34778 \backslash
34779 neg
34780 \end_layout
34781
34782 \end_inset
34783 </cell>
34784 </row>
34785 <row>
34786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790
34791 \backslash
34792 ne
34793 \end_layout
34794
34795 \end_inset
34796 </cell>
34797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34798 \begin_inset Text
34799
34800 \begin_layout Plain Layout
34801
34802 \backslash
34803 not=
34804 \end_layout
34805
34806 \end_inset
34807 </cell>
34808 </row>
34809 <row>
34810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34811 \begin_inset Text
34812
34813 \begin_layout Plain Layout
34814
34815 \backslash
34816 owns
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34822 \begin_inset Text
34823
34824 \begin_layout Plain Layout
34825
34826 \backslash
34827 ni
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 </row>
34833 <row>
34834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838
34839 \backslash
34840 square
34841 \end_layout
34842
34843 \end_inset
34844 </cell>
34845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34846 \begin_inset Text
34847
34848 \begin_layout Plain Layout
34849
34850 \backslash
34851 Box
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 </row>
34857 <row>
34858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34859 \begin_inset Text
34860
34861 \begin_layout Plain Layout
34862
34863 \backslash
34864 Vert
34865 \end_layout
34866
34867 \end_inset
34868 </cell>
34869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34870 \begin_inset Text
34871
34872 \begin_layout Plain Layout
34873
34874 \backslash
34875 |
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 </row>
34881 </lyxtabular>
34882
34883 \end_inset
34884
34885
34886 \lang english
34887
34888 \begin_inset space \hfill{}
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Standard
34895
34896 \lang english
34897 \begin_inset Newpage newpage
34898 \end_inset
34899
34900
34901 \end_layout
34902
34903 \begin_layout Bibliography
34904 \begin_inset CommandInset bibitem
34905 LatexCommand bibitem
34906 key "TLC2"
34907
34908 \end_inset
34909
34910
34911 \shape smallcaps
34912 Mittelbach, F.
34913  ; Goossens, M.
34914 \shape default
34915
34916 \shape italic
34917 The LaTeX Companion
34918 \shape default
34919 .
34920  Addison Wesley, 2004
34921 \end_layout
34922
34923 \begin_layout Bibliography
34924 \begin_inset CommandInset bibitem
34925 LatexCommand bibitem
34926 key "Mathmode"
34927
34928 \end_inset
34929
34930
34931 \begin_inset CommandInset href
34932 LatexCommand href
34933 name "Description"
34934 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
34935
34936 \end_inset
34937
34938  des possibilités mathématiques de LaTeX
34939 \end_layout
34940
34941 \begin_layout Bibliography
34942 \begin_inset CommandInset bibitem
34943 LatexCommand bibitem
34944 key "Voss"
34945
34946 \end_inset
34947
34948
34949 \begin_inset CommandInset href
34950 LatexCommand href
34951 name "Page"
34952 target "http://tug.org/TeXnik/"
34953
34954 \end_inset
34955
34956  de trucs et astuces LaTeX
34957 \end_layout
34958
34959 \begin_layout Bibliography
34960 \begin_inset CommandInset bibitem
34961 LatexCommand bibitem
34962 key "AMS"
34963
34964 \end_inset
34965
34966
34967 \begin_inset CommandInset href
34968 LatexCommand href
34969 name "Description"
34970 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
34971
34972 \end_inset
34973
34974  de 
34975 \begin_inset ERT
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979
34980
34981 \backslash
34982 AmS
34983 \end_layout
34984
34985 \end_inset
34986
34987 -LaTeX
34988 \end_layout
34989
34990 \begin_layout Bibliography
34991 \begin_inset CommandInset bibitem
34992 LatexCommand bibitem
34993 key "Symbole"
34994
34995 \end_inset
34996
34997
34998 \begin_inset CommandInset href
34999 LatexCommand href
35000 name "Liste"
35001 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35002
35003 \end_inset
35004
35005  de tous les symboles disponibles avec les paquetages LaTeX
35006 \end_layout
35007
35008 \begin_layout Bibliography
35009 \begin_inset CommandInset bibitem
35010 LatexCommand bibitem
35011 key "hyperref"
35012
35013 \end_inset
35014
35015
35016 \begin_inset CommandInset href
35017 LatexCommand href
35018 name "Documentation"
35019 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35020
35021 \end_inset
35022
35023  paquetage LaTeX 
35024 \series bold
35025 hyperref
35026 \series default
35027
35028 \begin_inset Index
35029 status collapsed
35030
35031 \begin_layout Plain Layout
35032 Paquetages ! hyperref
35033 \end_layout
35034
35035 \end_inset
35036
35037
35038 \end_layout
35039
35040 \begin_layout Bibliography
35041 \begin_inset CommandInset bibitem
35042 LatexCommand bibitem
35043 key "Mathclap"
35044
35045 \end_inset
35046
35047
35048 \begin_inset CommandInset href
35049 LatexCommand href
35050 name "Description"
35051 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35052
35053 \end_inset
35054
35055  de la commande 
35056 \series bold
35057
35058 \backslash
35059 mathclap
35060 \series default
35061 , décrite dans 
35062 \begin_inset CommandInset ref
35063 LatexCommand ref
35064 reference "sub:Limites-des-opérateurs"
35065
35066 \end_inset
35067
35068
35069 \begin_inset Index
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073 Commandes ! M ! 
35074 \backslash
35075 mathclap
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Bibliography
35084 \begin_inset CommandInset bibitem
35085 LatexCommand bibitem
35086 key "Duden"
35087
35088 \end_inset
35089
35090
35091 \emph on
35092 Duden Band 1
35093 \emph default
35094 .
35095  22.
35096  Auflage, Duden 2001
35097 \end_layout
35098
35099 \begin_layout Subsubsection*
35100 \begin_inset CommandInset index_print
35101 LatexCommand printindex
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \end_body
35109 \end_document