]> git.lyx.org Git - features.git/blob - lib/doc/fr/Math.lyx
Update lyx document files to the latest file format
[features.git] / lib / doc / fr / Math.lyx
1 #LyX 1.6.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \use_default_options false
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17
18 % if pdflatex is used
19 \usepackage{ifpdf}
20 \ifpdf
21
22 % set fonts for nicer pdf view
23 \IfFileExists{lmodern.sty}
24  {\usepackage{lmodern}}{}
25
26 \fi % end if pdflatex is used
27
28 % Folgendes Problem lösen:
29 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
30 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
31 % die Kapitelnummer geschrieben.
32 % Als Lösung wird mehr Platz zwischen Nummer und
33 % Überschrift eingefügt.
34 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
35 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
36
37 % To be able to enter the character ° and · directly in LyX,
38 % see sec. 22.11
39 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
40 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
41
42 % increase link area for cross-references and autoname them,
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 \newlength{\abc}
45 \settowidth{\abc}{\space}
46 \addto\extrasfrench{
47  \renewcommand{\equationautorefname}{\hspace{-\abc}}
48  \renewcommand{\sectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
50  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
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.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values,
78 \usepackage{calc}
79
80 % for multiple table row and column cells
81 \usepackage{multirow}
82 \usepackage{multicol}
83
84 % needed in sec. 19.4
85 \usepackage{remreset}
86
87 % center multirows (e.g. in sec. 13.3)
88 \renewcommand{\multirowsetup}{\centering}
89
90 % define a color, used in sec.9.3
91 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
92
93 % declare operators (see sec. 10.4 and sec. 15.2)
94 \DeclareMathOperator*{\Losange}{\blacklozenge}
95 \DeclareMathOperator{\sgn}{sgn}
96
97 \newcommand{\spce}{\textvisiblespace}
98
99 % example definitions for sec. 20.1 
100 \newcommand{\gr}{\Longrightarrow}
101 \newcommand{\us}[1]{\underline{#1}}
102 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
103 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
104 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
105
106 % example macro from sec. 19.4
107 %\def\tagform@#1{\maketag@@@{|#1|}}
108
109 % macro from sec. 10.2
110 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
111 \def\mathclap {\mathpalette \mathclapinternal}
112 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
113
114 % redefine the greyed out note
115 \renewenvironment{lyxgreyedout}
116  {\textcolor{blue}\bgroup}{\egroup}
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % check for package eurosym
123 % used for the Euro symbol
124 \newboolean{eurosym}
125 \IfFileExists{eurosym.sty}
126  {\usepackage[gennarrow]{eurosym}
127   \setboolean{eurosym}{true}}
128  {\setboolean{eurosym}{false}}
129
130 % needed in sec. 22.4
131 % check for package braket
132 \newboolean{braket}
133 \IfFileExists{braket.sty}
134  {\usepackage{braket}
135   \setboolean{braket}{true}}
136  {\setboolean{braket}{false}}
137
138 % needed in sec. 22.10
139 % check for package upgreek
140 \newboolean{upgreek}
141 \IfFileExists{upgreek.sty}
142  {\usepackage{upgreek}
143   \setboolean{upgreek}{true}}
144  {\setboolean{upgreek}{false}}
145
146 % use normal list environments also in French documents
147 \StandardLayout
148 \end_preamble
149 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
150 \language french
151 \inputencoding auto
152 \font_roman default
153 \font_sans default
154 \font_typewriter default
155 \font_default_family default
156 \font_sc false
157 \font_osf false
158 \font_sf_scale 100
159 \font_tt_scale 100
160 \graphics default
161 \paperfontsize 12
162 \spacing single
163 \use_hyperref true
164 \pdf_title "Manuel mathématique de LyX"
165 \pdf_author "L'équipe LyX, Uwe Stöhr, traducteur: Siegfried Meunier-Guttin-Cluzel"
166 \pdf_subject "Documentation sur les mathématiques avec LyX"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pdfusetitle false
177 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
178 \papersize a4paper
179 \use_geometry false
180 \use_amsmath 2
181 \use_esint 1
182 \cite_engine basic
183 \use_bibtopic false
184 \paperorientation portrait
185 \secnumdepth 4
186 \tocdepth 3
187 \paragraph_separation skip
188 \defskip medskip
189 \quotes_language english
190 \papercolumns 1
191 \papersides 2
192 \paperpagestyle plain
193 \bullet 1 0 6 -1
194 \bullet 2 2 35 -1
195 \bullet 3 2 7 -1
196 \tracking_changes false
197 \output_changes false
198 \author ""
199 \author ""
200 \end_header
201
202 \begin_body
203
204 \begin_layout Title
205 Manuel mathématique détaillé de LyX
206 \end_layout
207
208 \begin_layout Author
209 par l'équipe LyX 
210 \begin_inset Foot
211 status collapsed
212
213 \begin_layout Plain Layout
214 \noindent
215 Si vous avez des commentaires ou des corrections d'erreurs, faites les parvenir
216  à la liste de diffusion de la documentation de LyX: 
217 \family typewriter
218
219 \begin_inset CommandInset href
220 LatexCommand href
221 name "lyx-docs@lists.lyx.org"
222 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
223
224 \end_inset
225
226
227 \end_layout
228
229 \end_inset
230
231
232 \begin_inset Note Note
233 status collapsed
234
235 \begin_layout Plain Layout
236 auteur: Uwe Stöhr
237 \end_layout
238
239 \begin_layout Plain Layout
240 traducteur: Siegfried Meunier-Guttin-Cluzel
241 \end_layout
242
243 \end_inset
244
245
246 \begin_inset Newline newline
247 \end_inset
248
249
250 \begin_inset Newline newline
251 \end_inset
252
253
254 \family sans
255 Version 1.6svn
256 \end_layout
257
258 \begin_layout Standard
259 \begin_inset CommandInset toc
260 LatexCommand tableofcontents
261
262 \end_inset
263
264
265 \end_layout
266
267 \begin_layout Standard
268 \begin_inset Note Note
269 status open
270
271 \begin_layout Plain Layout
272 Pour pouvoir exporter ce document en PDF, PS, ou DVI les paquetages LaTeX
273  
274 \series bold
275 eurosym,
276 \series default
277  
278 \series bold
279 multirow,
280 \series default
281  et 
282 \series bold
283 was
284 \series default
285  doivent être installés.
286  S'ils ne sont pas installés, vous pouvez quand même exporter votre document,
287  mais les sections où ces paquetages sont nécessaires ne seront pas visibles
288  sur la sortie finale.
289 \end_layout
290
291 \end_inset
292
293
294 \end_layout
295
296 \begin_layout Standard
297 \begin_inset Newpage newpage
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Section
304 Introduction
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 \end_layout
449
450 \begin_layout Standard
451 Pour créer une formule en ligne
452 \begin_inset Index
453 status collapsed
454
455 \begin_layout Plain Layout
456 Formules ! en ligne
457 \end_layout
458
459 \end_inset
460
461  c'est-à-dire qui soit incorporée à la ligne de texte, appuyez sur 
462 \family sans
463 Ctrl-m
464 \family default
465  ou sur le bouton 
466 \begin_inset Graphics
467         filename ../../images/math-mode.png
468         scale 85
469
470 \end_inset
471
472  de la barre d'outils
473 \begin_inset Newline newline
474 \end_inset
475
476 Pour créer une formule hors ligne
477 \begin_inset Index
478 status collapsed
479
480 \begin_layout Plain Layout
481 Formules ! hors ligne
482 \end_layout
483
484 \end_inset
485
486  c'est-à-dire qui apparaîtra plus grosse et qui aura son propre paragraphe,
487  appuyez sur 
488 \family sans
489 Ctrl-M
490 \family default
491 .
492 \end_layout
493
494 \begin_layout Standard
495 Pour changer une formule en ligne en une formule hors ligne, placez le curseur
496  dans la formule et appuyez sur 
497 \family sans
498 Ctrl-M
499 \family default
500  ou utilisez 
501 \family sans
502 Éditer\SpecialChar \menuseparator
503 Math\SpecialChar \menuseparator
504 Changer le type de formule
505 \family default
506 .
507  De la même façon, on peut changer une formule hors ligne en une formule
508  en ligne.
509 \end_layout
510
511 \begin_layout Standard
512 Pour afficher des parties d'une formule en ligne avec la même taille qu'une
513  formule hors ligne, entrez la commande 
514 \series bold
515
516 \backslash
517 displaystyle
518 \begin_inset Index
519 status collapsed
520
521 \begin_layout Plain Layout
522 Commandes ! D ! 
523 \backslash
524 displaystyle
525 \end_layout
526
527 \end_inset
528
529
530 \series default
531  dans la formule.
532  Une nouvelle boîte bleue apparaît alors dans laquelle on peut insérer les
533  parties de formules qui doivent avoir la taille hors ligne.
534 \end_layout
535
536 \begin_layout Standard
537 Seules les formules en ligne sont autorisées dans les tableaux.
538 \end_layout
539
540 \begin_layout Standard
541 La barre d'outils mathématique peut être activée avec le menu 
542 \family sans
543 Visualiser\SpecialChar \menuseparator
544 Barres d'outils
545 \family default
546 .
547  Quand vous y cliquez sur 
548 \begin_inset Quotes eld
549 \end_inset
550
551 Math
552 \begin_inset Quotes erd
553 \end_inset
554
555  la barre d'outils s'affiche de façon permanente en bas de l'interface;
556  cet état est visualisé dans le menu 
557 \family sans
558 Barres
559 \begin_inset space ~
560 \end_inset
561
562 d'outils 
563 \family default
564 par une coche.
565  Si, dans cet état, vous cliquez une nouvelle fois sur 
566 \begin_inset Quotes eld
567 \end_inset
568
569 Math
570 \begin_inset Quotes erd
571 \end_inset
572
573  la barre d'outils ne s'affichera plus que lorsque le curseur se trouvera
574  à l'intérieur d'une formule; cet état est visualisé en changeant l'entrée
575  de menu de 
576 \begin_inset Quotes eld
577 \end_inset
578
579 Math
580 \begin_inset Quotes erd
581 \end_inset
582
583  en 
584 \begin_inset Quotes eld
585 \end_inset
586
587 Math (auto)
588 \begin_inset Quotes erd
589 \end_inset
590
591 .
592 \end_layout
593
594 \begin_layout Standard
595 Le mode TeX
596 \begin_inset Index
597 status collapsed
598
599 \begin_layout Plain Layout
600 Mode TeX
601 \end_layout
602
603 \end_inset
604
605  est activé en appuyant sur le bouton 
606 \begin_inset Graphics
607         filename ../../images/ert-insert.png
608         scale 85
609
610 \end_inset
611
612  de la barre d'outils ou en utilisant le menu 
613 \family sans
614 Insérer\SpecialChar \menuseparator
615 Code
616 \begin_inset space ~
617 \end_inset
618
619 Te
620 \begin_inset ERT
621 status collapsed
622
623 \begin_layout Plain Layout
624
625 {}
626 \end_layout
627
628 \end_inset
629
630 X
631 \family default
632  (raccourci 
633 \family sans
634 Ctrl-l
635 \family default
636 ).
637 \begin_inset Note Note
638 status collapsed
639
640 \begin_layout Plain Layout
641 Dans LyX il y a trois 
642 \begin_inset Quotes eld
643 \end_inset
644
645 nom propres
646 \begin_inset Quotes erd
647 \end_inset
648
649  qui apparaissent dans la sortie finale avec des lettres mises en indice
650  ou en exposant: TeX, LaTeX, et LyX
651 \end_layout
652
653 \begin_layout Plain Layout
654 Pour éviter que ces noms soient reconnus comme des noms propres, on insère
655  une paire d'accolades TeX .
656 \end_layout
657
658 \end_inset
659
660
661 \end_layout
662
663 \begin_layout Standard
664 Pour modifier le préambule LaTeX
665 \begin_inset Index
666 status collapsed
667
668 \begin_layout Plain Layout
669 Préambule LaTeX
670 \end_layout
671
672 \end_inset
673
674 , on utilise le menu 
675 \family sans
676 Document\SpecialChar \menuseparator
677 Paramètres\SpecialChar \menuseparator
678 Préambule
679 \begin_inset space ~
680 \end_inset
681
682 LaT
683 \begin_inset ERT
684 status collapsed
685
686 \begin_layout Plain Layout
687
688 {}
689 \end_layout
690
691 \end_inset
692
693 eX
694 \family default
695 .
696 \end_layout
697
698 \begin_layout Standard
699 Pour éditer des matrices, des différentiations de cas et des formules multiligne
700 s après coup, on peut utiliser les menus 
701 \family sans
702 Éditer\SpecialChar \menuseparator
703 Math
704 \family default
705  and 
706 \family sans
707 Éditer\SpecialChar \menuseparator
708 Lignes
709 \begin_inset space \thinspace{}
710 \end_inset
711
712 &
713 \begin_inset space \thinspace{}
714 \end_inset
715
716 colonnes,
717 \family default
718  ou la barre d'outils 
719 \family sans
720 Tableau
721 \family default
722 .
723  Quand deux lignes ou deux colonnes sont permutées à l'aide du menu, la
724  ligne ou la colonne où se trouve le curseur est échangée avec la ligne
725  d'en dessous ou la colonne directement à droite.
726  Si le curseur se trouve dans la dernière ligne ou colonne, l'échange se
727  fera avec la ligne précédente ou la colonne directement à gauche.
728 \end_layout
729
730 \begin_layout Standard
731 Quand on veut écrire du texte dans des formules
732 \begin_inset Foot
733 status collapsed
734
735 \begin_layout Plain Layout
736 Pour les formules multilignes, on utilise la commande 
737 \series bold
738
739 \backslash
740 intertext,
741 \series default
742  voir 
743 \begin_inset CommandInset ref
744 LatexCommand ref
745 reference "sub:Texte-dans-multi-lignes"
746
747 \end_inset
748
749 .
750 \end_layout
751
752 \end_inset
753
754 , on doit utiliser du 
755 \emph on
756 texte mathématique
757 \emph default
758
759 \begin_inset Index
760 status collapsed
761
762 \begin_layout Plain Layout
763 Texte ! dans les formules
764 \end_layout
765
766 \end_inset
767
768
769 \begin_inset Index
770 status collapsed
771
772 \begin_layout Plain Layout
773 Mathématique, texte
774 \end_layout
775
776 \end_inset
777
778 .
779  Ce mode est invoqué à l'aide du raccourci
780 \family sans
781  Alt-m
782 \begin_inset space ~
783 \end_inset
784
785 m
786 \family default
787  ou en insérant la commande 
788 \series bold
789
790 \backslash
791 text
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Commandes ! T ! 
797 \backslash
798 text
799 \end_layout
800
801 \end_inset
802
803
804 \series default
805 .
806  Dans LyX, le texte apparaît en noir et peut donc être distingué des autres
807  parties de la formule qui apparaissent en bleu.
808  Dans la sortie finale, le texte mathématique est en caractères droits,
809  contrairement aux autres éléments de formule.
810 \end_layout
811
812 \begin_layout Subsection*
813 Syntaxe des commandes
814 \end_layout
815
816 \begin_layout Standard
817 La plupart des commandes LaTeX utilisées dans les constructions mathématiques
818  suivent la syntaxe suivante:
819 \end_layout
820
821 \begin_layout Standard
822
823 \series bold
824
825 \backslash
826 nomdelacommande[argument optionnel]{argument obligatoire}
827 \end_layout
828
829 \begin_layout Standard
830 Une commande commence toujours par une barre de fraction inverse (anti-slash)
831  
832 \begin_inset Quotes gld
833 \end_inset
834
835
836 \series bold
837
838 \backslash
839
840 \series default
841
842 \begin_inset Quotes grd
843 \end_inset
844
845 .
846  Pour omettre l'argument optionnel, il faut aussi omettre les crochets qui
847  vont avec.
848  Les accolades placées autour des arguments obligatoires seront nommées
849  accolade TeX dans ce document
850 \begin_inset Index
851 status collapsed
852
853 \begin_layout Plain Layout
854 Accolades TeX
855 \end_layout
856
857 \end_inset
858
859 .
860  Si dans une formule, vous ajoutez à un nom de commande une accolade gauche,
861  LyX créera automatiquement une accolade droite.
862  Dans tous les autres cas les accolades TeX sont créées dans des formules
863  avec la commande 
864 \series bold
865
866 \backslash
867 {
868 \series default
869 .
870  Les accolades TeX apparaissent en rouge dans LyX, contrairement aux accolades
871  normales qui apparaissent en bleu.
872  En mode TeX, on n'a pas besoin d'une commande pour obtenir des accolades
873  TeX.
874  Les accolades TeX n'apparaissent pas dans la sortie finale.
875 \end_layout
876
877 \begin_layout Standard
878 Quand on entre en mode TeX des commandes sans argument, comme les commandes
879  pour les symboles, on doit 
880 \emph on
881 toujours
882 \emph default
883  placer une espace après la commande pour la terminer.
884  Cette espace n'apparaît pas dans la sortie finale.
885
886 \emph on
887  
888 \emph default
889 Si une espace doit apparaître dans la sortie finale, l'espace doit être
890  suivie par une espace insécable en texte normal.
891 \end_layout
892
893 \begin_layout Standard
894 On insère une espace insécable avec 
895 \family sans
896 Ctrl-Space
897 \family default
898 .
899 \end_layout
900
901 \begin_layout Subsection*
902 \begin_inset Newpage newpage
903 \end_inset
904
905 Explications sur la syntaxe
906 \end_layout
907
908 \begin_layout Itemize
909 Le symbole
910 \begin_inset Foot
911 status collapsed
912
913 \begin_layout Plain Layout
914 Ce caractère espace visible peut être obtenu en utilisant la commande 
915 \series bold
916
917 \backslash
918 textvisiblespace
919 \series default
920
921 \begin_inset Index
922 status collapsed
923
924 \begin_layout Plain Layout
925 Commandes ! T ! 
926 \backslash
927 textvisiblespace
928 \end_layout
929
930 \end_inset
931
932 , insérée en mode TeX.
933 \end_layout
934
935 \end_inset
936
937  
938 \begin_inset ERT
939 status collapsed
940
941 \begin_layout Plain Layout
942
943
944 \backslash
945 spce 
946 \end_layout
947
948 \end_inset
949
950
951 \begin_inset space ~
952 \end_inset
953
954 indique que l'on doit mettre une espace.
955 \end_layout
956
957 \begin_layout Itemize
958 Une flèche comme celle-ci 
959 \begin_inset Formula $\to$
960 \end_inset
961
962  indique que l'on doit appuyer sur la flèche correspondante du clavier.
963 \end_layout
964
965 \begin_layout Subsection*
966 Unités disponibles
967 \end_layout
968
969 \begin_layout Standard
970 \align center
971 \begin_inset Float table
972 placement H
973 wide false
974 sideways false
975 status open
976
977 \begin_layout Plain Layout
978 \align center
979 \begin_inset Caption
980
981 \begin_layout Plain Layout
982 \begin_inset CommandInset label
983 LatexCommand label
984 name "tab:Unités-disponibles"
985
986 \end_inset
987
988 Unités disponibles
989 \end_layout
990
991 \end_inset
992
993
994 \end_layout
995
996 \begin_layout Plain Layout
997 \align center
998 \begin_inset Tabular
999 <lyxtabular version="3" rows="13" columns="2">
1000 <features>
1001 <column alignment="center" valignment="top" width="0">
1002 <column alignment="center" valignment="top" width="0">
1003 <row>
1004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1005 \begin_inset Text
1006
1007 \begin_layout Plain Layout
1008 Unité
1009 \end_layout
1010
1011 \end_inset
1012 </cell>
1013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1014 \begin_inset Text
1015
1016 \begin_layout Plain Layout
1017 Nom / Description
1018 \end_layout
1019
1020 \end_inset
1021 </cell>
1022 </row>
1023 <row>
1024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1025 \begin_inset Text
1026
1027 \begin_layout Plain Layout
1028 mm
1029 \end_layout
1030
1031 \end_inset
1032 </cell>
1033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1034 \begin_inset Text
1035
1036 \begin_layout Plain Layout
1037 Millimètre
1038 \end_layout
1039
1040 \end_inset
1041 </cell>
1042 </row>
1043 <row>
1044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1045 \begin_inset Text
1046
1047 \begin_layout Plain Layout
1048 cm
1049 \end_layout
1050
1051 \end_inset
1052 </cell>
1053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 Centimètre
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 </row>
1063 <row>
1064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1065 \begin_inset Text
1066
1067 \begin_layout Plain Layout
1068 in
1069 \end_layout
1070
1071 \end_inset
1072 </cell>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 Pouce (1
1078 \begin_inset space \thinspace{}
1079 \end_inset
1080
1081 in = 2,54
1082 \begin_inset space \thinspace{}
1083 \end_inset
1084
1085 cm)
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 </row>
1091 <row>
1092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 pt
1097 \end_layout
1098
1099 \end_inset
1100 </cell>
1101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 Point (72.27
1106 \begin_inset space \thinspace{}
1107 \end_inset
1108
1109 pt = 1
1110 \begin_inset space \thinspace{}
1111 \end_inset
1112
1113 in)
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 </row>
1119 <row>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 pc
1125 \end_layout
1126
1127 \end_inset
1128 </cell>
1129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 Pica (1
1134 \begin_inset space \thinspace{}
1135 \end_inset
1136
1137 pc = 12
1138 \begin_inset space \thinspace{}
1139 \end_inset
1140
1141 pt)
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 </row>
1147 <row>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 sp
1153 \end_layout
1154
1155 \end_inset
1156 </cell>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 scaled point (65536
1162 \begin_inset space \thinspace{}
1163 \end_inset
1164
1165 sp = 1
1166 \begin_inset space \thinspace{}
1167 \end_inset
1168
1169 pt)
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 </row>
1175 <row>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 bp
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 big point (72
1190 \begin_inset space \thinspace{}
1191 \end_inset
1192
1193 bp = 1
1194 \begin_inset space \thinspace{}
1195 \end_inset
1196
1197 in)
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 </row>
1203 <row>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 dd
1209 \end_layout
1210
1211 \end_inset
1212 </cell>
1213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1214 \begin_inset Text
1215
1216 \begin_layout Plain Layout
1217 Didot (1
1218 \begin_inset space \thinspace{}
1219 \end_inset
1220
1221 dd 
1222 \begin_inset Formula $\approx$
1223 \end_inset
1224
1225  0.376
1226 \begin_inset space \thinspace{}
1227 \end_inset
1228
1229 mm)
1230 \end_layout
1231
1232 \end_inset
1233 </cell>
1234 </row>
1235 <row>
1236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1237 \begin_inset Text
1238
1239 \begin_layout Plain Layout
1240 cc
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 Cicero (1
1250 \begin_inset space \thinspace{}
1251 \end_inset
1252
1253 cc = 12
1254 \begin_inset space \thinspace{}
1255 \end_inset
1256
1257 dd)
1258 \end_layout
1259
1260 \end_inset
1261 </cell>
1262 </row>
1263 <row>
1264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1265 \begin_inset Text
1266
1267 \begin_layout Plain Layout
1268 ex
1269 \end_layout
1270
1271 \end_inset
1272 </cell>
1273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1274 \begin_inset Text
1275
1276 \begin_layout Plain Layout
1277 Hauteur de la lettre 
1278 \emph on
1279
1280 \begin_inset Quotes eld
1281 \end_inset
1282
1283 x
1284 \emph default
1285
1286 \begin_inset Quotes erd
1287 \end_inset
1288
1289  dans la police courante
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 </row>
1295 <row>
1296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1297 \begin_inset Text
1298
1299 \begin_layout Plain Layout
1300 em
1301 \end_layout
1302
1303 \end_inset
1304 </cell>
1305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1306 \begin_inset Text
1307
1308 \begin_layout Plain Layout
1309 Largeur de la lettre 
1310 \begin_inset Quotes eld
1311 \end_inset
1312
1313
1314 \emph on
1315 M
1316 \emph default
1317
1318 \begin_inset Quotes erd
1319 \end_inset
1320
1321  dans la police courante
1322 \end_layout
1323
1324 \end_inset
1325 </cell>
1326 </row>
1327 <row>
1328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 mu
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 unité math  (1
1342 \begin_inset space \thinspace{}
1343 \end_inset
1344
1345 mu = 
1346 \begin_inset Formula $\nicefrac{1}{18}$
1347 \end_inset
1348
1349
1350 \begin_inset space \thinspace{}
1351 \end_inset
1352
1353 em)
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 </row>
1359 </lyxtabular>
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \end_inset
1367
1368
1369 \end_layout
1370
1371 \begin_layout Standard
1372 \begin_inset Newpage newpage
1373 \end_inset
1374
1375
1376 \end_layout
1377
1378 \begin_layout Section
1379 Fonctions de base
1380 \end_layout
1381
1382 \begin_layout Subsection
1383 Exposants
1384 \begin_inset Index
1385 status collapsed
1386
1387 \begin_layout Plain Layout
1388 Exposants
1389 \end_layout
1390
1391 \end_inset
1392
1393  et indices
1394 \begin_inset Index
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398 Indices
1399 \end_layout
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \begin_layout Standard
1407 Les indices sont créés avec le caractère souligné 
1408 \begin_inset Quotes eld
1409 \end_inset
1410
1411 _
1412 \begin_inset Quotes erd
1413 \end_inset
1414
1415  ou avec le bouton 
1416 \begin_inset Graphics
1417         filename ../../images/math-subscript.png
1418         scale 85
1419
1420 \end_inset
1421
1422 de la barre d'outils mathématique, les exposants avec un accent circonflexe
1423  
1424 \begin_inset Quotes eld
1425 \end_inset
1426
1427 ^
1428 \begin_inset Quotes erd
1429 \end_inset
1430
1431  ou avec le bouton 
1432 \begin_inset Graphics
1433         filename ../../images/math-superscript.png
1434         scale 85
1435
1436 \end_inset
1437
1438 .
1439 \end_layout
1440
1441 \begin_layout Standard
1442 \align center
1443 \begin_inset Tabular
1444 <lyxtabular version="3" rows="4" columns="2">
1445 <features>
1446 <column alignment="center" valignment="top" width="0pt">
1447 <column alignment="center" valignment="top" width="0pt">
1448 <row>
1449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1450 \begin_inset Text
1451
1452 \begin_layout Plain Layout
1453 Commande
1454 \end_layout
1455
1456 \end_inset
1457 </cell>
1458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1459 \begin_inset Text
1460
1461 \begin_layout Plain Layout
1462 Résultat
1463 \begin_inset Note Note
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 \series bold
1469
1470 \backslash
1471 raisebox est seulement utilisée pour faire de la place
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \end_inset
1480 </cell>
1481 </row>
1482 <row>
1483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1484 \begin_inset Text
1485
1486 \begin_layout Plain Layout
1487 B_V
1488 \end_layout
1489
1490 \end_inset
1491 </cell>
1492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Plain Layout
1496 \begin_inset Formula $B_{V}$
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \end_inset
1503 </cell>
1504 </row>
1505 <row>
1506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1507 \begin_inset Text
1508
1509 \begin_layout Plain Layout
1510 B^V
1511 \end_layout
1512
1513 \end_inset
1514 </cell>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1520 \end_inset
1521
1522
1523 \end_layout
1524
1525 \end_inset
1526 </cell>
1527 </row>
1528 <row>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 B^
1534 \begin_inset ERT
1535 status collapsed
1536
1537 \begin_layout Plain Layout
1538
1539
1540 \backslash
1541 spce 
1542 \end_layout
1543
1544 \end_inset
1545
1546 A
1547 \end_layout
1548
1549 \end_inset
1550 </cell>
1551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 </row>
1564 </lyxtabular>
1565
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \begin_layout Standard
1572 Pour éviter que l'accent se retrouve sur la lettre qui le suit au lieu de
1573  la mettre en exposant, vous pouvez soit appuyer sur 
1574 \family sans
1575 Espace 
1576 \family default
1577 après l'accent circonflexe comme dans le dernier exemple ou utiliser l'accent
1578  qui se trouve sur la touche du 9.
1579 \end_layout
1580
1581 \begin_layout Subsection
1582 Fractions
1583 \begin_inset CommandInset label
1584 LatexCommand label
1585 name "sub:Fractions"
1586
1587 \end_inset
1588
1589
1590 \begin_inset Index
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594 Fractions
1595 \end_layout
1596
1597 \end_inset
1598
1599
1600 \end_layout
1601
1602 \begin_layout Standard
1603 Les fractions sont créées avec la commande 
1604 \series bold
1605
1606 \backslash
1607 frac
1608 \series default
1609
1610 \begin_inset Index
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614 Commandes ! F ! 
1615 \backslash
1616 frac
1617 \end_layout
1618
1619 \end_inset
1620
1621  ou avec le bouton 
1622 \begin_inset Graphics
1623         filename ../../images/math/frac.png
1624         scale 50
1625
1626 \end_inset
1627
1628  de la barre d'outils mathématique.
1629  La taille de la police est ajustée automatiquement selon que l'on se trouve
1630  dans une formule en ligne ou hors ligne.
1631  Avec le bouton 
1632 \begin_inset Graphics
1633         filename ../../images/math/frac-square.png
1634         scale 85
1635
1636 \end_inset
1637
1638  de la barre d'outils mathématique, vous pouvez choisir entre différents
1639  types de fractions.
1640 \end_layout
1641
1642 \begin_layout Standard
1643 Avec la commande 
1644 \series bold
1645
1646 \backslash
1647 dfrac
1648 \begin_inset Index
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 Commandes ! D ! 
1653 \backslash
1654 dfrac
1655 \end_layout
1656
1657 \end_inset
1658
1659
1660 \series default
1661  on peut créer une fraction qui a dans tous les cas la taille d'une fraction
1662  qui se trouverait dans une formule hors ligne.
1663  Avec 
1664 \series bold
1665
1666 \backslash
1667 tfrac
1668 \begin_inset Index
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Commandes ! T ! 
1673 \backslash
1674 tfrac
1675 \end_layout
1676
1677 \end_inset
1678
1679
1680 \series default
1681  la fraction aura toujours la taille d'une formule en ligne.
1682  Un exemple:
1683 \end_layout
1684
1685 \begin_layout Standard
1686 Une ligne avec la fraction 
1687 \begin_inset Formula $\frac{1}{2}$
1688 \end_inset
1689
1690  créée avec la commande 
1691 \series bold
1692
1693 \backslash
1694 frac
1695 \series default
1696 .
1697 \end_layout
1698
1699 \begin_layout Standard
1700 Une ligne avec la fraction 
1701 \begin_inset Formula $\dfrac{1}{2}$
1702 \end_inset
1703
1704  créée avec la commande 
1705 \series bold
1706
1707 \backslash
1708 dfrac
1709 \series default
1710 .
1711 \end_layout
1712
1713 \begin_layout Standard
1714 \align center
1715 \begin_inset Tabular
1716 <lyxtabular version="3" rows="4" columns="2">
1717 <features>
1718 <column alignment="center" valignment="top" width="0pt">
1719 <column alignment="center" valignment="top" width="0pt">
1720 <row>
1721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725 Commande
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734 Résultat
1735 \begin_inset Note Note
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739
1740 \series bold
1741
1742 \backslash
1743 raisebox est seulement utilisée pour faire de la place
1744 \end_layout
1745
1746 \end_inset
1747
1748
1749 \end_layout
1750
1751 \end_inset
1752 </cell>
1753 </row>
1754 <row>
1755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1756 \begin_inset Text
1757
1758 \begin_layout Plain Layout
1759
1760 \backslash
1761 frac
1762 \begin_inset ERT
1763 status collapsed
1764
1765 \begin_layout Plain Layout
1766
1767
1768 \backslash
1769 spce 
1770 \end_layout
1771
1772 \end_inset
1773
1774 A
1775 \begin_inset Formula $\downarrow$
1776 \end_inset
1777
1778 B
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1788 \end_inset
1789
1790
1791 \end_layout
1792
1793 \end_inset
1794 </cell>
1795 </row>
1796 <row>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \backslash
1803 dfrac
1804 \begin_inset ERT
1805 status collapsed
1806
1807 \begin_layout Plain Layout
1808
1809
1810 \backslash
1811 spce 
1812 \end_layout
1813
1814 \end_inset
1815
1816 A
1817 \begin_inset Formula $\downarrow$
1818 \end_inset
1819
1820 B
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \backslash
1845 dfrac
1846 \begin_inset ERT
1847 status collapsed
1848
1849 \begin_layout Plain Layout
1850
1851
1852 \backslash
1853 spce 
1854 \end_layout
1855
1856 \end_inset
1857
1858 e^
1859 \begin_inset ERT
1860 status collapsed
1861
1862 \begin_layout Plain Layout
1863
1864
1865 \backslash
1866 spce 
1867 \end_layout
1868
1869 \end_inset
1870
1871
1872 \backslash
1873 frac
1874 \begin_inset ERT
1875 status collapsed
1876
1877 \begin_layout Plain Layout
1878
1879
1880 \backslash
1881 spce 
1882 \end_layout
1883
1884 \end_inset
1885
1886 1
1887 \begin_inset Formula $\downarrow$
1888 \end_inset
1889
1890 2
1891 \begin_inset Formula $\downarrow\downarrow$
1892 \end_inset
1893
1894 3
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1904 \end_inset
1905
1906
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 </row>
1912 </lyxtabular>
1913
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \begin_layout Standard
1920 \begin_inset VSpace bigskip
1921 \end_inset
1922
1923
1924 \begin_inset Newpage newpage
1925 \end_inset
1926
1927 Pour des fractions emboîtées, on peut utiliser la commande 
1928 \series bold
1929
1930 \backslash
1931 cfrac
1932 \series default
1933
1934 \begin_inset Index
1935 status collapsed
1936
1937 \begin_layout Plain Layout
1938 Commandes ! C ! 
1939 \backslash
1940 cfrac
1941 \end_layout
1942
1943 \end_inset
1944
1945 .
1946  Voici un exemple:
1947 \begin_inset VSpace -3mm
1948 \end_inset
1949
1950
1951 \end_layout
1952
1953 \begin_layout Standard
1954 \begin_inset Formula \begin{align*}
1955 \textrm{créée avec \textbf{\textbackslash frac}} &  & \textrm{créée avec \textbf{\textbackslash cfrac}}\\
1956 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
1957
1958 \end_inset
1959
1960
1961 \end_layout
1962
1963 \begin_layout Standard
1964 La commande pour l'exemple précédent est:
1965 \end_layout
1966
1967 \begin_layout Standard
1968
1969 \backslash
1970 cfrac{A
1971 \begin_inset Formula $\to$
1972 \end_inset
1973
1974
1975 \backslash
1976 {B+
1977 \backslash
1978 cfrac{C+
1979 \backslash
1980 cfrac{E
1981 \begin_inset Formula $\to$
1982 \end_inset
1983
1984
1985 \backslash
1986 {F
1987 \begin_inset Formula $\to\to$
1988 \end_inset
1989
1990
1991 \backslash
1992 {D
1993 \end_layout
1994
1995 \begin_layout Standard
1996 \begin_inset VSpace medskip
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \begin_layout Standard
2003
2004 \series bold
2005
2006 \backslash
2007 cfrac
2008 \series default
2009  met toujours la fraction dans la taille d'une formule hors ligne, même
2010  si elle est une partie d'une autre fraction.
2011  La commande
2012 \series bold
2013  
2014 \backslash
2015 cfrac
2016 \series default
2017  a la syntaxe suivante:
2018 \end_layout
2019
2020 \begin_layout Standard
2021
2022 \series bold
2023
2024 \backslash
2025 cfrac[position du numérateur]{numérateur}{dénominateur}
2026 \end_layout
2027
2028 \begin_layout Standard
2029 La position du numérateur peut être 
2030 \emph on
2031 l
2032 \emph default
2033  , 
2034 \emph on
2035 c
2036 \emph default
2037 , ou 
2038 \emph on
2039 r
2040 \emph default
2041  .
2042  l ou r aligne le numérateur respectivement à gauche ou à droite par rapport
2043  à la barre de fraction.
2044  Quand on met 
2045 \emph on
2046
2047 \emph default
2048 ou rien, le numérateur apparaît centré.
2049  Les fractions qui suivent illustrent les différents alignements:
2050 \begin_inset Newline newline
2051 \end_inset
2052
2053
2054 \series bold
2055
2056 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2057 \end_inset
2058
2059
2060 \begin_inset Formula $\cfrac{A}{B+C}$
2061 \end_inset
2062
2063
2064 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2065 \end_inset
2066
2067
2068 \end_layout
2069
2070 \begin_layout Standard
2071 \begin_inset VSpace medskip
2072 \end_inset
2073
2074 Il est souvent intéressant de combiner 
2075 \series bold
2076
2077 \backslash
2078 cfrac
2079 \series default
2080  et 
2081 \series bold
2082
2083 \backslash
2084 frac
2085 \series default
2086 :
2087 \begin_inset Formula \[
2088 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2089
2090 \end_inset
2091
2092
2093 \end_layout
2094
2095 \begin_layout Standard
2096 Pour des fractions en ligne avec une barre de fraction en diagonale, vous
2097  pouvez utiliser la commande 
2098 \series bold
2099
2100 \backslash
2101 nicefrac
2102 \begin_inset Index
2103 status collapsed
2104
2105 \begin_layout Plain Layout
2106 Commandes ! N ! 
2107 \backslash
2108 nicefrac
2109 \end_layout
2110
2111 \end_inset
2112
2113
2114 \series default
2115
2116 \begin_inset Formula $\nicefrac{5}{31}$
2117 \end_inset
2118
2119  ou 
2120 \series bold
2121
2122 \backslash
2123 unitfrac
2124 \series default
2125
2126 \begin_inset Index
2127 status collapsed
2128
2129 \begin_layout Plain Layout
2130 Commandes ! U ! 
2131 \backslash
2132 unitfrac
2133 \end_layout
2134
2135 \end_inset
2136
2137
2138 \begin_inset Formula $\unitfrac{5}{31}$
2139 \end_inset
2140
2141 .
2142  Il y a aussi la commande 
2143 \series bold
2144
2145 \backslash
2146 unitfracthree
2147 \series default
2148  qui permet d'écrire une fraction en combinaison avec un nombre:
2149 \begin_inset Newline newline
2150 \end_inset
2151
2152 Notez que 
2153 \series bold
2154
2155 \backslash
2156 unitfracthree
2157 \series default
2158  n'est pas une commande LaTeX réelle, mais c'est la commande
2159 \begin_inset Newline newline
2160 \end_inset
2161
2162
2163 \series bold
2164
2165 \backslash
2166 unitfrac[nombre]{numérateur}{dénominateur}
2167 \series default
2168 ,
2169 \series bold
2170  
2171 \series default
2172 vous ne pouvez donc pas l'utiliser en code TeX.
2173 \end_layout
2174
2175 \begin_layout Standard
2176 Dans 
2177 \begin_inset CommandInset ref
2178 LatexCommand ref
2179 reference "sub:Fractions-personnalisées"
2180
2181 \end_inset
2182
2183  on explique comment définir des fractions personnalisées en modifiant les
2184  barres de fractions .
2185 \end_layout
2186
2187 \begin_layout Subsection
2188 Racines
2189 \begin_inset Index
2190 status collapsed
2191
2192 \begin_layout Plain Layout
2193 Racines
2194 \end_layout
2195
2196 \end_inset
2197
2198
2199 \end_layout
2200
2201 \begin_layout Standard
2202 On obtient les racines carrées avec la commande 
2203 \series bold
2204
2205 \backslash
2206 sqrt
2207 \series default
2208
2209 \begin_inset Index
2210 status collapsed
2211
2212 \begin_layout Plain Layout
2213 Commandes ! S ! 
2214 \backslash
2215 sqrt
2216 \end_layout
2217
2218 \end_inset
2219
2220  ou avec le bouton 
2221 \begin_inset Graphics
2222         filename ../../images/math/sqrt.png
2223         scale 85
2224
2225 \end_inset
2226
2227  de la barre d'outils mathématique, et toutes les autres racines avec la
2228  commande 
2229 \series bold
2230
2231 \backslash
2232 root
2233 \series default
2234
2235 \begin_inset Index
2236 status collapsed
2237
2238 \begin_layout Plain Layout
2239 Commandes ! R ! 
2240 \backslash
2241 root
2242 \end_layout
2243
2244 \end_inset
2245
2246  ou avec le bouton 
2247 \begin_inset Graphics
2248         filename ../../images/math/root.png
2249         scale 85
2250
2251 \end_inset
2252
2253 .
2254 \end_layout
2255
2256 \begin_layout Standard
2257 \align center
2258 \begin_inset Tabular
2259 <lyxtabular version="3" rows="3" columns="2">
2260 <features>
2261 <column alignment="center" valignment="top" width="0pt">
2262 <column alignment="center" valignment="top" width="0pt">
2263 <row>
2264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2265 \begin_inset Text
2266
2267 \begin_layout Plain Layout
2268 Commande
2269 \end_layout
2270
2271 \end_inset
2272 </cell>
2273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2274 \begin_inset Text
2275
2276 \begin_layout Plain Layout
2277 Résultat
2278 \begin_inset Note Note
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282
2283 \series bold
2284
2285 \backslash
2286 raisebox est seulement utilisée pour faire de la place
2287 \end_layout
2288
2289 \end_inset
2290
2291
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 </row>
2297 <row>
2298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2299 \begin_inset Text
2300
2301 \begin_layout Plain Layout
2302
2303 \backslash
2304 sqrt
2305 \begin_inset ERT
2306 status collapsed
2307
2308 \begin_layout Plain Layout
2309
2310
2311 \backslash
2312 spce 
2313 \end_layout
2314
2315 \end_inset
2316
2317 A-B
2318 \end_layout
2319
2320 \end_inset
2321 </cell>
2322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2323 \begin_inset Text
2324
2325 \begin_layout Plain Layout
2326 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2327 \end_inset
2328
2329
2330 \end_layout
2331
2332 \end_inset
2333 </cell>
2334 </row>
2335 <row>
2336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2337 \begin_inset Text
2338
2339 \begin_layout Plain Layout
2340
2341 \backslash
2342 root
2343 \begin_inset ERT
2344 status collapsed
2345
2346 \begin_layout Plain Layout
2347
2348
2349 \backslash
2350 spce 
2351 \end_layout
2352
2353 \end_inset
2354
2355 3
2356 \begin_inset Formula $\downarrow$
2357 \end_inset
2358
2359 A-B
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2365 \begin_inset Text
2366
2367 \begin_layout Plain Layout
2368 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2369 \end_inset
2370
2371
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 </row>
2377 </lyxtabular>
2378
2379 \end_inset
2380
2381
2382 \end_layout
2383
2384 \begin_layout Standard
2385 On peut aussi obtenir une racine carrée avec 
2386 \series bold
2387
2388 \backslash
2389 root
2390 \series default
2391  en laissant le champ réservé au degré de la racine vide.
2392 \end_layout
2393
2394 \begin_layout Standard
2395 Dans certains cas, la distance entre le degré et la racine est trop petite
2396  comme dans cette formule: 
2397 \begin_inset Formula $\sqrt[\beta]{B}$
2398 \end_inset
2399
2400
2401 \begin_inset Newline newline
2402 \end_inset
2403
2404 Le 
2405 \begin_inset Formula $\beta$
2406 \end_inset
2407
2408  touche la racine, ce qui peut être évité en utilisant les commandes 
2409 \series bold
2410
2411 \backslash
2412 leftroot
2413 \series default
2414
2415 \begin_inset Index
2416 status collapsed
2417
2418 \begin_layout Plain Layout
2419 Commandes ! L ! 
2420 \backslash
2421 leftroot
2422 \end_layout
2423
2424 \end_inset
2425
2426  et 
2427 \series bold
2428
2429 \backslash
2430 uproot
2431 \series default
2432
2433 \begin_inset Index
2434 status collapsed
2435
2436 \begin_layout Plain Layout
2437 Commandes ! U ! 
2438 \backslash
2439 uproot
2440 \end_layout
2441
2442 \end_inset
2443
2444  avec la syntaxe suivante:
2445 \end_layout
2446
2447 \begin_layout Standard
2448
2449 \series bold
2450
2451 \backslash
2452 leftroot{distance}
2453 \series default
2454  et 
2455 \series bold
2456
2457 \backslash
2458 uproot{distance}
2459 \end_layout
2460
2461 \begin_layout Standard
2462 Distance est le nombre de Big Points (unité bp; 
2463 \begin_inset Formula $\mathrm{72\, bp=1\, pouce}$
2464 \end_inset
2465
2466 ), dont le degré doit être déplacé, respectivement vers la gauche ou vers
2467  le haut.
2468  Les commandes doivent être placées dans la case du degré.
2469  Par exemple, la commande
2470 \begin_inset Newline newline
2471 \end_inset
2472
2473
2474 \series bold
2475
2476 \backslash
2477 root
2478 \backslash
2479 leftroot{-1
2480 \begin_inset Formula $\to$
2481 \end_inset
2482
2483
2484 \backslash
2485 uproot{2
2486 \begin_inset Formula $\to$
2487 \end_inset
2488
2489
2490 \backslash
2491 beta
2492 \begin_inset ERT
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496
2497
2498 \backslash
2499 spce 
2500 \end_layout
2501
2502 \end_inset
2503
2504
2505 \begin_inset Formula $\to$
2506 \end_inset
2507
2508 B
2509 \begin_inset Newline newline
2510 \end_inset
2511
2512
2513 \series default
2514 produit une formule correctement mise en forme: 
2515 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2516 \end_inset
2517
2518
2519 \end_layout
2520
2521 \begin_layout Subsection
2522 Coefficients binomiaux 
2523 \begin_inset Index
2524 status collapsed
2525
2526 \begin_layout Plain Layout
2527 Binomiaux, coefficients
2528 \end_layout
2529
2530 \end_inset
2531
2532
2533 \end_layout
2534
2535 \begin_layout Standard
2536 Les coefficients binomiaux sont insérés avec la commande 
2537 \series bold
2538
2539 \backslash
2540 binom
2541 \series default
2542
2543 \begin_inset Index
2544 status collapsed
2545
2546 \begin_layout Plain Layout
2547 Commandes ! B ! 
2548 \backslash
2549 binom
2550 \end_layout
2551
2552 \end_inset
2553
2554  ou avec le bouton 
2555 \begin_inset Graphics
2556         filename ../../images/math/frac-square.png
2557         scale 85
2558
2559 \end_inset
2560
2561 de la barre d'outils mathématique.
2562  Comme pour les fraction (
2563 \series bold
2564
2565 \backslash
2566 frac
2567 \series default
2568 ) il y a avec 
2569 \series bold
2570
2571 \backslash
2572 binom
2573 \series default
2574  les commandes 
2575 \series bold
2576
2577 \backslash
2578 dbinom
2579 \begin_inset Index
2580 status collapsed
2581
2582 \begin_layout Plain Layout
2583 Commandes ! D ! 
2584 \backslash
2585 dbinom
2586 \end_layout
2587
2588 \end_inset
2589
2590
2591 \series default
2592  et 
2593 \series bold
2594
2595 \backslash
2596 tbinom
2597 \series default
2598
2599 \begin_inset Index
2600 status collapsed
2601
2602 \begin_layout Plain Layout
2603 Commandes ! T ! 
2604 \backslash
2605 tbinom
2606 \end_layout
2607
2608 \end_inset
2609
2610 .
2611  Pour d'autres styles de parenthèses autour des coefficients binomiaux,
2612  il y a les commandes 
2613 \series bold
2614
2615 \backslash
2616 brace
2617 \series default
2618
2619 \begin_inset Index
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Commandes ! B ! 
2624 \backslash
2625 brace
2626 \end_layout
2627
2628 \end_inset
2629
2630  et 
2631 \series bold
2632
2633 \backslash
2634 brack
2635 \series default
2636
2637 \begin_inset Index
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Commandes ! B ! 
2642 \backslash
2643 brack
2644 \end_layout
2645
2646 \end_inset
2647
2648 .
2649 \end_layout
2650
2651 \begin_layout Standard
2652 \align center
2653 \begin_inset Tabular
2654 <lyxtabular version="3" rows="6" columns="2">
2655 <features>
2656 <column alignment="center" valignment="top" width="0pt">
2657 <column alignment="center" valignment="top" width="0pt">
2658 <row>
2659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Plain Layout
2663 Commande
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Plain Layout
2672 Résultat
2673 \begin_inset Note Note
2674 status collapsed
2675
2676 \begin_layout Plain Layout
2677
2678 \series bold
2679
2680 \backslash
2681 raisebox est seulement utilisée pour faire de la place
2682 \end_layout
2683
2684 \end_inset
2685
2686
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 </row>
2692 <row>
2693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2694 \begin_inset Text
2695
2696 \begin_layout Plain Layout
2697
2698 \backslash
2699 binom
2700 \begin_inset ERT
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704
2705
2706 \backslash
2707 spce 
2708 \end_layout
2709
2710 \end_inset
2711
2712 A
2713 \begin_inset Formula $\downarrow$
2714 \end_inset
2715
2716 B
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2726 \end_inset
2727
2728
2729 \end_layout
2730
2731 \end_inset
2732 </cell>
2733 </row>
2734 <row>
2735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739
2740 \backslash
2741 dbinom
2742 \begin_inset ERT
2743 status collapsed
2744
2745 \begin_layout Plain Layout
2746
2747
2748 \backslash
2749 spce 
2750 \end_layout
2751
2752 \end_inset
2753
2754 A
2755 \begin_inset Formula $\downarrow$
2756 \end_inset
2757
2758 B
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2768 \end_inset
2769
2770
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 </row>
2776 <row>
2777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781
2782 \backslash
2783 tbinom
2784 \begin_inset ERT
2785 status collapsed
2786
2787 \begin_layout Plain Layout
2788
2789
2790 \backslash
2791 spce 
2792 \end_layout
2793
2794 \end_inset
2795
2796 A
2797 \begin_inset Formula $\downarrow$
2798 \end_inset
2799
2800 B
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 </row>
2818 <row>
2819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \backslash
2825 brack
2826 \begin_inset ERT
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830
2831
2832 \backslash
2833 spce 
2834 \end_layout
2835
2836 \end_inset
2837
2838 A
2839 \begin_inset Formula $\downarrow$
2840 \end_inset
2841
2842 B
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 </row>
2860 <row>
2861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \backslash
2867 brace
2868 \begin_inset ERT
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872
2873
2874 \backslash
2875 spce 
2876 \end_layout
2877
2878 \end_inset
2879
2880 A
2881 \begin_inset Formula $\downarrow$
2882 \end_inset
2883
2884 B
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2894 \end_inset
2895
2896
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 </lyxtabular>
2903
2904 \end_inset
2905
2906
2907 \end_layout
2908
2909 \begin_layout Subsection
2910 Différentiation de cas 
2911 \begin_inset Index
2912 status collapsed
2913
2914 \begin_layout Plain Layout
2915 Différentiation de cas 
2916 \end_layout
2917
2918 \end_inset
2919
2920
2921 \end_layout
2922
2923 \begin_layout Standard
2924 \align center
2925 \begin_inset Tabular
2926 <lyxtabular version="3" rows="3" columns="2">
2927 <features>
2928 <column alignment="center" valignment="top" width="0pt">
2929 <column alignment="center" valignment="top" width="0pt">
2930 <row>
2931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935 Commande
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944 Résultat
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 </row>
2950 <row>
2951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955
2956 \backslash
2957 cases
2958 \begin_inset ERT
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962
2963
2964 \backslash
2965 spce 
2966 \end_layout
2967
2968 \end_inset
2969
2970 A
2971 \begin_inset Formula $\to$
2972 \end_inset
2973
2974 B>0
2975 \begin_inset Index
2976 status collapsed
2977
2978 \begin_layout Plain Layout
2979 Commandes ! C ! 
2980 \backslash
2981 cases
2982 \end_layout
2983
2984 \end_inset
2985
2986
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995 \begin_inset Formula $\begin{cases}
2996 A & B>0\end{cases}$
2997 \end_inset
2998
2999
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 </row>
3005 <row>
3006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Plain Layout
3010
3011 \backslash
3012 cases
3013 \begin_inset ERT
3014 status collapsed
3015
3016 \begin_layout Plain Layout
3017
3018
3019 \backslash
3020 spce 
3021 \end_layout
3022
3023 \end_inset
3024
3025 Ctrl-Enter
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034 \begin_inset Formula $\begin{cases}
3035 A & \textrm{pour }\hat{x}>0\\
3036 B & \textrm{pour }\hat{x}=0\end{cases}$
3037 \end_inset
3038
3039
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 </row>
3045 </lyxtabular>
3046
3047 \end_inset
3048
3049
3050 \end_layout
3051
3052 \begin_layout Standard
3053 Après avoir inséré 
3054 \series bold
3055
3056 \backslash
3057 cases
3058 \series default
3059  ou avoir utilisé le bouton 
3060 \begin_inset Graphics
3061         filename ../../images/math/cases.png
3062         lyxscale 50
3063         scale 50
3064
3065 \end_inset
3066
3067  de la barre d'outils mathématique, vous pouvez ajouter de nouvelles lignes
3068  avec le raccourci 
3069 \family sans
3070 Ctrl-Entrée
3071 \family default
3072  ou avec le bouton 
3073 \begin_inset Graphics
3074         filename ../../images/tabular-feature_append-row.png
3075         scale 85
3076
3077 \end_inset
3078
3079 .
3080 \begin_inset Foot
3081 status collapsed
3082
3083 \begin_layout Plain Layout
3084 Les accents et autres trémas, comme ceux présents dans la formule précédente,
3085  sont expliqués dans 
3086 \begin_inset CommandInset ref
3087 LatexCommand ref
3088 reference "sub:Accents-sur-un-caractère"
3089
3090 \end_inset
3091
3092 .
3093 \end_layout
3094
3095 \end_inset
3096
3097
3098 \end_layout
3099
3100 \begin_layout Standard
3101 La commande 
3102 \series bold
3103
3104 \backslash
3105 cases
3106 \series default
3107  est aussi accessible par le menu 
3108 \family sans
3109 Insérer\SpecialChar \menuseparator
3110 Math\SpecialChar \menuseparator
3111 Environnement
3112 \begin_inset space ~
3113 \end_inset
3114
3115 Cas
3116 \family default
3117 .
3118 \end_layout
3119
3120 \begin_layout Subsection
3121 Négations
3122 \begin_inset Index
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126 Negations@Négations
3127 \end_layout
3128
3129 \end_inset
3130
3131
3132 \end_layout
3133
3134 \begin_layout Standard
3135 En insérant la commande 
3136 \series bold
3137
3138 \backslash
3139 not
3140 \series default
3141
3142 \begin_inset Index
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146 Commandes ! N ! 
3147 \backslash
3148 not
3149 \end_layout
3150
3151 \end_inset
3152
3153  chaque caractère peut être affiché barré.
3154  Les caractères sont en quelque sorte accentués par une barre de fraction.
3155 \end_layout
3156
3157 \begin_layout Standard
3158 \align center
3159 \begin_inset Tabular
3160 <lyxtabular version="3" rows="4" columns="2">
3161 <features>
3162 <column alignment="center" valignment="top" width="0pt">
3163 <column alignment="center" valignment="top" width="0pt">
3164 <row>
3165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169 Commande
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178 Résultat
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 </row>
3184 <row>
3185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189
3190 \backslash
3191 not=
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200 \begin_inset Formula $\not=$
3201 \end_inset
3202
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 <row>
3210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \backslash
3216 not 
3217 \backslash
3218 le
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 \begin_inset Formula $\not\le$
3228 \end_inset
3229
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 </row>
3236 <row>
3237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \backslash
3243 not 
3244 \backslash
3245 parallel
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254 \begin_inset Formula $\not\parallel$
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 </row>
3263 </lyxtabular>
3264
3265 \end_inset
3266
3267
3268 \end_layout
3269
3270 \begin_layout Standard
3271 Le dernier exemple montre que toutes les négations n'ont pas forcément un
3272  bel aspect.
3273  C'est pourquoi il existe des commandes spéciales pour certaines négations
3274  (voir 
3275 \begin_inset CommandInset ref
3276 LatexCommand ref
3277 reference "sub:Symboles-mathématiques"
3278
3279 \end_inset
3280
3281  et 
3282 \begin_inset CommandInset ref
3283 LatexCommand ref
3284 reference "sec:Relations"
3285
3286 \end_inset
3287
3288 ).
3289 \end_layout
3290
3291 \begin_layout Subsection
3292 Garnitures
3293 \begin_inset CommandInset label
3294 LatexCommand label
3295 name "sub:Garnitures"
3296
3297 \end_inset
3298
3299
3300 \begin_inset Index
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 Garnitures
3305 \end_layout
3306
3307 \end_inset
3308
3309
3310 \begin_inset Index
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314 Symboles chimiques ! Isotopes
3315 \end_layout
3316
3317 \end_inset
3318
3319
3320 \begin_inset Index
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324 Isotopes|see
3325 \begin_inset ERT
3326 status collapsed
3327
3328 \begin_layout Plain Layout
3329
3330 {
3331 \end_layout
3332
3333 \end_inset
3334
3335 Symboles chimiques
3336 \begin_inset ERT
3337 status collapsed
3338
3339 \begin_layout Plain Layout
3340
3341 }
3342 \end_layout
3343
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \end_inset
3350
3351
3352 \end_layout
3353
3354 \begin_layout Standard
3355 Quand on affiche par exemple des isotopes
3356 \begin_inset Foot
3357 status collapsed
3358
3359 \begin_layout Plain Layout
3360 Plus d'information sur les symboles chimiques dans 
3361 \begin_inset CommandInset ref
3362 LatexCommand ref
3363 reference "sub:Symboles-chimiques"
3364
3365 \end_inset
3366
3367 .
3368 \end_layout
3369
3370 \end_inset
3371
3372 , on rencontre le problème suivant:
3373 \end_layout
3374
3375 \begin_layout Standard
3376 \align center
3377 \begin_inset Tabular
3378 <lyxtabular version="3" rows="2" columns="2">
3379 <features>
3380 <column alignment="center" valignment="top" width="0pt">
3381 <column alignment="center" valignment="top" width="0pt">
3382 <row>
3383 <cell alignment="center" valignment="top" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387 Indices avec les indices et exposants:
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3397 \end_inset
3398
3399
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 <row>
3406 <cell alignment="center" valignment="top" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 Indices corrects:
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 </lyxtabular>
3429
3430 \end_inset
3431
3432
3433 \begin_inset Note Note
3434 status collapsed
3435
3436 \begin_layout Plain Layout
3437
3438 \series bold
3439
3440 \backslash
3441 raisebox est là pour faire de la place
3442 \end_layout
3443
3444 \end_inset
3445
3446
3447 \end_layout
3448
3449 \begin_layout Standard
3450 L'indice le plus petit est placé par défaut au dessus ou en dessous du premier
3451  caractère le l'indice le plus long.
3452  Pour éviter ce problème il y a la commande 
3453 \series bold
3454
3455 \backslash
3456 phantom
3457 \series default
3458
3459 \begin_inset Index
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463 Commandes ! P ! 
3464 \backslash
3465 phantom
3466 \end_layout
3467
3468 \end_inset
3469
3470  ou le bouton
3471 \begin_inset space ~
3472 \end_inset
3473
3474
3475 \begin_inset Graphics
3476         filename ../../images/math/phantom.png
3477         scale 85
3478
3479 \end_inset
3480
3481  qui crée un ou plusieurs caractères fantômes.
3482  Quand on insère la commande 
3483 \series bold
3484
3485 \backslash
3486 phantom
3487 \series default
3488  une petite boîte avec deux flèches rouges apparaît.
3489  Les flèches indiquent que la garniture
3490 \begin_inset Foot
3491 status collapsed
3492
3493 \begin_layout Plain Layout
3494 Traduction de placeholder, c'est un terme de typographie (NdT).
3495 \end_layout
3496
3497 \end_inset
3498
3499  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3500  De la même façon, les caractères fantômes sont des garnitures qui ont la
3501  taille du caractère concerné.
3502 \end_layout
3503
3504 \begin_layout Standard
3505 \align center
3506 \begin_inset Tabular
3507 <lyxtabular version="3" rows="4" columns="2">
3508 <features>
3509 <column alignment="center" valignment="top" width="0">
3510 <column alignment="center" valignment="top" width="0">
3511 <row>
3512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Commande
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Résultat
3526 \begin_inset Note Note
3527 status collapsed
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532
3533 \backslash
3534 raisebox est seulement utilisée pour faire de la place
3535 \end_layout
3536
3537 \end_inset
3538
3539
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 ^19
3551 \begin_inset ERT
3552 status collapsed
3553
3554 \begin_layout Plain Layout
3555
3556
3557 \backslash
3558 spce 
3559 \end_layout
3560
3561 \end_inset
3562
3563 _
3564 \backslash
3565 phantom
3566 \begin_inset ERT
3567 status collapsed
3568
3569 \begin_layout Plain Layout
3570
3571
3572 \backslash
3573 spce 
3574 \end_layout
3575
3576 \end_inset
3577
3578 1
3579 \begin_inset Formula $\to$
3580 \end_inset
3581
3582 9
3583 \begin_inset ERT
3584 status collapsed
3585
3586 \begin_layout Plain Layout
3587
3588
3589 \backslash
3590 spce 
3591 \end_layout
3592
3593 \end_inset
3594
3595 F
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3605 \end_inset
3606
3607
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 ^235
3619 \begin_inset ERT
3620 status collapsed
3621
3622 \begin_layout Plain Layout
3623
3624
3625 \backslash
3626 spce 
3627 \end_layout
3628
3629 \end_inset
3630
3631 _
3632 \backslash
3633 phantom
3634 \begin_inset ERT
3635 status collapsed
3636
3637 \begin_layout Plain Layout
3638
3639
3640 \backslash
3641 spce 
3642 \end_layout
3643
3644 \end_inset
3645
3646 23
3647 \begin_inset Formula $\to$
3648 \end_inset
3649
3650 9
3651 \begin_inset ERT
3652 status collapsed
3653
3654 \begin_layout Plain Layout
3655
3656
3657 \backslash
3658 spce 
3659 \end_layout
3660
3661 \end_inset
3662
3663 F
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3673 \end_inset
3674
3675
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 </row>
3681 <row>
3682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686
3687 \backslash
3688 Lambda^
3689 \begin_inset ERT
3690 status collapsed
3691
3692 \begin_layout Plain Layout
3693
3694
3695 \backslash
3696 spce 
3697 \end_layout
3698
3699 \end_inset
3700
3701
3702 \backslash
3703 phantom
3704 \begin_inset ERT
3705 status collapsed
3706
3707 \begin_layout Plain Layout
3708
3709
3710 \backslash
3711 spce 
3712 \end_layout
3713
3714 \end_inset
3715
3716 ii
3717 \begin_inset Formula $\to$
3718 \end_inset
3719
3720 t
3721 \begin_inset ERT
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725
3726
3727 \backslash
3728 spce 
3729 \end_layout
3730
3731 \end_inset
3732
3733 _MMt
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3743 \end_inset
3744
3745
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 </lyxtabular>
3752
3753 \end_inset
3754
3755
3756 \end_layout
3757
3758 \begin_layout Standard
3759 En plus, il y a les commandes 
3760 \series bold
3761
3762 \backslash
3763 vphantom
3764 \series default
3765
3766 \begin_inset Index
3767 status collapsed
3768
3769 \begin_layout Plain Layout
3770 Commandes ! V ! 
3771 \backslash
3772 vphantom
3773 \end_layout
3774
3775 \end_inset
3776
3777  (bouton
3778 \begin_inset space ~
3779 \end_inset
3780
3781
3782 \begin_inset Graphics
3783         filename ../../images/math/vphantom.png
3784         scale 85
3785
3786 \end_inset
3787
3788  de la barre d'outils) et 
3789 \series bold
3790
3791 \backslash
3792 hphantom
3793 \series default
3794
3795 \begin_inset Index
3796 status collapsed
3797
3798 \begin_layout Plain Layout
3799 Commandes ! H ! 
3800 \backslash
3801 hphantom
3802 \end_layout
3803
3804 \end_inset
3805
3806  (bouton
3807 \begin_inset space ~
3808 \end_inset
3809
3810
3811 \begin_inset Graphics
3812         filename ../../images/math/hphantom.png
3813         scale 85
3814
3815 \end_inset
3816
3817 ).
3818  
3819 \series bold
3820
3821 \backslash
3822 hphantom
3823 \series default
3824  crée seulement de l'espace pour la hauteur maximale des caractères de la
3825  boîte, mais pas pour leur largeur.
3826  
3827 \series bold
3828
3829 \backslash
3830 vphantom
3831 \series default
3832  crée de l'espace seulement pour la largeur du contenu de la boîte.
3833  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3834  commandes n'ont qu'une seule flèche rouge.
3835 \end_layout
3836
3837 \begin_layout Standard
3838 Par exemple 
3839 \series bold
3840
3841 \backslash
3842 vphantom
3843 \series default
3844
3845 \begin_inset ERT
3846 status collapsed
3847
3848 \begin_layout Plain Layout
3849
3850
3851 \backslash
3852 spce 
3853 \end_layout
3854
3855 \end_inset
3856
3857
3858 \series bold
3859 a
3860 \backslash
3861 int
3862 \series default
3863  crée de l'espace pour la hauteur du signe intégral
3864 \begin_inset Foot
3865 status collapsed
3866
3867 \begin_layout Plain Layout
3868 La commande 
3869 \series bold
3870
3871 \backslash
3872 int
3873 \series default
3874  insère le signe de l'intégrale, voir 
3875 \begin_inset CommandInset ref
3876 LatexCommand ref
3877 reference "sub:Grands-opérateurs"
3878
3879 \end_inset
3880
3881 .
3882 \end_layout
3883
3884 \end_inset
3885
3886 , vu que c'est le plus haut caractère.
3887  Voir un exemple d'application dans 
3888 \begin_inset CommandInset ref
3889 LatexCommand ref
3890 reference "sub:Crochets-multilignes"
3891
3892 \end_inset
3893
3894 .
3895 \end_layout
3896
3897 \begin_layout Subsection
3898 Lignes
3899 \begin_inset Index
3900 status collapsed
3901
3902 \begin_layout Plain Layout
3903 Lignes
3904 \end_layout
3905
3906 \end_inset
3907
3908
3909 \begin_inset Index
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913 Formules ! soulignées
3914 \end_layout
3915
3916 \end_inset
3917
3918
3919 \end_layout
3920
3921 \begin_layout Standard
3922 \align center
3923 \begin_inset Tabular
3924 <lyxtabular version="3" rows="4" columns="2">
3925 <features>
3926 <column alignment="center" valignment="top" width="0pt">
3927 <column alignment="center" valignment="top" width="0pt">
3928 <row>
3929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 Commande
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 Résultat
3943 \begin_inset Note Note
3944 status collapsed
3945
3946 \begin_layout Plain Layout
3947
3948 \series bold
3949
3950 \backslash
3951 raisebox est seulement utilisée pour faire de la place
3952 \end_layout
3953
3954 \end_inset
3955
3956
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 </row>
3962 <row>
3963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \backslash
3969 overline
3970 \begin_inset ERT
3971 status collapsed
3972
3973 \begin_layout Plain Layout
3974
3975
3976 \backslash
3977 spce 
3978 \end_layout
3979
3980 \end_inset
3981
3982 A+B
3983 \begin_inset Index
3984 status collapsed
3985
3986 \begin_layout Plain Layout
3987 Commandes ! O ! 
3988 \backslash
3989 overline
3990 \end_layout
3991
3992 \end_inset
3993
3994
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4004 \end_inset
4005
4006
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 </row>
4012 <row>
4013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017
4018 \backslash
4019 underline
4020 \begin_inset ERT
4021 status collapsed
4022
4023 \begin_layout Plain Layout
4024
4025
4026 \backslash
4027 spce 
4028 \end_layout
4029
4030 \end_inset
4031
4032 A+B
4033 \begin_inset Index
4034 status collapsed
4035
4036 \begin_layout Plain Layout
4037 Commandes ! U ! 
4038 \backslash
4039 underline
4040 \end_layout
4041
4042 \end_inset
4043
4044
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4054 \end_inset
4055
4056
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \backslash
4069 overline
4070 \begin_inset ERT
4071 status collapsed
4072
4073 \begin_layout Plain Layout
4074
4075
4076 \backslash
4077 spce 
4078 \end_layout
4079
4080 \end_inset
4081
4082
4083 \backslash
4084 underline
4085 \begin_inset ERT
4086 status collapsed
4087
4088 \begin_layout Plain Layout
4089
4090
4091 \backslash
4092 spce 
4093 \end_layout
4094
4095 \end_inset
4096
4097 A+B
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4107 \end_inset
4108
4109
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 </row>
4115 </lyxtabular>
4116
4117 \end_inset
4118
4119
4120 \end_layout
4121
4122 \begin_layout Standard
4123 Dans le dernier exemple, il importe peu que 
4124 \series bold
4125
4126 \backslash
4127 overline
4128 \series default
4129  ou 
4130 \series bold
4131
4132 \backslash
4133 underline
4134 \series default
4135  soit inséré en premier.
4136 \end_layout
4137
4138 \begin_layout Standard
4139 Pour souligner deux fois, par exemple des résultats, on utilise 
4140 \backslash
4141 underline deux fois.
4142 \end_layout
4143
4144 \begin_layout Standard
4145 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
4146 \end_layout
4147
4148 \begin_layout Standard
4149 \begin_inset VSpace bigskip
4150 \end_inset
4151
4152
4153 \end_layout
4154
4155 \begin_layout Standard
4156 On peut créer des lignes personnalisées en utilisant la commande 
4157 \series bold
4158
4159 \backslash
4160 rule
4161 \series default
4162
4163 \begin_inset Index
4164 status collapsed
4165
4166 \begin_layout Plain Layout
4167 Commandes ! R ! 
4168 \backslash
4169 rule
4170 \end_layout
4171
4172 \end_inset
4173
4174  qui a la syntaxe suivante:
4175 \end_layout
4176
4177 \begin_layout Standard
4178
4179 \series bold
4180
4181 \backslash
4182 rule[décalage vertical]{longueur}{épaisseur}
4183 \end_layout
4184
4185 \begin_layout Standard
4186 Le décalage vertical optionnel déplace la ligne vers le haut (ou vers le
4187  bas, si sa valeur est négative).
4188  Les unités utilisables pour ces valeurs sont listées dans 
4189 \begin_inset CommandInset ref
4190 LatexCommand ref
4191 reference "tab:Unités-disponibles"
4192
4193 \end_inset
4194
4195 .
4196  Voici deux exemples de lignes créées avec les commandes
4197 \begin_inset Newline newline
4198 \end_inset
4199
4200
4201 \series bold
4202
4203 \backslash
4204 rule[-2ex]{3cm}{2pt}
4205 \series default
4206  et 
4207 \series bold
4208
4209 \backslash
4210 rule{2cm}{1pt}
4211 \series default
4212 :
4213 \end_layout
4214
4215 \begin_layout Standard
4216 Voici une phrase 
4217 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4218 \end_inset
4219
4220  avec deux lignes.
4221 \end_layout
4222
4223 \begin_layout Standard
4224
4225 \series bold
4226
4227 \backslash
4228 rule
4229 \series default
4230  peut aussi être utilisé avec du texte si elle est insérée en code TeX.
4231 \end_layout
4232
4233 \begin_layout Subsection
4234 Points de suspension
4235 \begin_inset CommandInset label
4236 LatexCommand label
4237 name "sub:Points-de-suspension"
4238
4239 \end_inset
4240
4241
4242 \begin_inset Index
4243 status collapsed
4244
4245 \begin_layout Plain Layout
4246 Points de suspension
4247 \end_layout
4248
4249 \end_inset
4250
4251
4252 \end_layout
4253
4254 \begin_layout Standard
4255 Différents types de points de suspension sont disponibles.
4256 \begin_inset Foot
4257 status collapsed
4258
4259 \begin_layout Plain Layout
4260 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4261 \begin_inset Graphics
4262         filename ../../images/math/ldots.png
4263         scale 85
4264
4265 \end_inset
4266
4267
4268 \end_layout
4269
4270 \end_inset
4271
4272  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4273  base, on utilise (
4274 \series bold
4275
4276 \backslash
4277 ldots
4278 \series default
4279
4280 \begin_inset Index
4281 status collapsed
4282
4283 \begin_layout Plain Layout
4284 Commandes ! L ! 
4285 \backslash
4286 ldots
4287 \end_layout
4288
4289 \end_inset
4290
4291 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4292  à la même hauteur que les opérateurs, on utilise (
4293 \series bold
4294
4295 \backslash
4296 cdots
4297 \series default
4298
4299 \begin_inset Index
4300 status collapsed
4301
4302 \begin_layout Plain Layout
4303 Commandes ! C ! 
4304 \backslash
4305 cdots
4306 \end_layout
4307
4308 \end_inset
4309
4310 ).
4311  Quand on utilise la commande 
4312 \series bold
4313
4314 \backslash
4315 dots
4316 \series default
4317
4318 \begin_inset Index
4319 status collapsed
4320
4321 \begin_layout Plain Layout
4322 Commandes ! D ! 
4323 \backslash
4324 dots
4325 \end_layout
4326
4327 \end_inset
4328
4329 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4330 \end_layout
4331
4332 \begin_layout Standard
4333 \align center
4334 \begin_inset Tabular
4335 <lyxtabular version="3" rows="8" columns="2">
4336 <features>
4337 <column alignment="center" valignment="top" width="0pt">
4338 <column alignment="center" valignment="top" width="0pt">
4339 <row>
4340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 Commande
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 Résultat
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 A_1
4365 \begin_inset ERT
4366 status collapsed
4367
4368 \begin_layout Plain Layout
4369
4370
4371 \backslash
4372 spce 
4373 \end_layout
4374
4375 \end_inset
4376
4377 ,
4378 \backslash
4379 dots
4380 \begin_inset ERT
4381 status collapsed
4382
4383 \begin_layout Plain Layout
4384
4385
4386 \backslash
4387 spce 
4388 \end_layout
4389
4390 \end_inset
4391
4392 ,A_n
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 \begin_inset Formula $A_{1},\dots,A_{n}$
4402 \end_inset
4403
4404
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 <row>
4411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 A_1
4416 \begin_inset ERT
4417 status collapsed
4418
4419 \begin_layout Plain Layout
4420
4421
4422 \backslash
4423 spce 
4424 \end_layout
4425
4426 \end_inset
4427
4428 +
4429 \backslash
4430 dots
4431 \begin_inset ERT
4432 status collapsed
4433
4434 \begin_layout Plain Layout
4435
4436
4437 \backslash
4438 spce 
4439 \end_layout
4440
4441 \end_inset
4442
4443 +A_n
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 \begin_inset Formula $A_{1}+\dots+A_{n}$
4453 \end_inset
4454
4455
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 A_1
4467 \begin_inset ERT
4468 status collapsed
4469
4470 \begin_layout Plain Layout
4471
4472
4473 \backslash
4474 spce 
4475 \end_layout
4476
4477 \end_inset
4478
4479 ,
4480 \backslash
4481 ldots
4482 \begin_inset ERT
4483 status collapsed
4484
4485 \begin_layout Plain Layout
4486
4487
4488 \backslash
4489 spce 
4490 \end_layout
4491
4492 \end_inset
4493
4494 ,A_n
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 \begin_inset Formula $A_{1},\ldots,A_{n}$
4504 \end_inset
4505
4506
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 A_1
4518 \begin_inset ERT
4519 status collapsed
4520
4521 \begin_layout Plain Layout
4522
4523
4524 \backslash
4525 spce 
4526 \end_layout
4527
4528 \end_inset
4529
4530 +
4531 \backslash
4532 cdots
4533 \begin_inset ERT
4534 status collapsed
4535
4536 \begin_layout Plain Layout
4537
4538
4539 \backslash
4540 spce 
4541 \end_layout
4542
4543 \end_inset
4544
4545 +A_n
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4555 \end_inset
4556
4557
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 </row>
4563 <row>
4564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568
4569 \backslash
4570 vdots
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 \begin_inset Formula $\vdots$
4580 \end_inset
4581
4582
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \backslash
4595 ddots
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 \begin_inset Formula $\ddots$
4605 \end_inset
4606
4607
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 matrice 3×3
4619 \begin_inset space \thinspace{}
4620 \end_inset
4621
4622 avec les différents types de points
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 \begin_inset Formula $\begin{array}{ccc}
4632 A_{11} & \cdots & A_{1m}\\
4633 \vdots & \ddots & \vdots\\
4634 A_{n1} & \cdots & A_{nm}\end{array}$
4635 \end_inset
4636
4637
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 </lyxtabular>
4644
4645 \end_inset
4646
4647
4648 \end_layout
4649
4650 \begin_layout Standard
4651 Les points de suspension accessibles avec le menu 
4652 \family sans
4653 Insérer\SpecialChar \menuseparator
4654 Caractère
4655 \begin_inset space ~
4656 \end_inset
4657
4658 spécial
4659 \family default
4660  sont des 
4661 \series bold
4662
4663 \backslash
4664 ldots
4665 \series default
4666 .
4667 \end_layout
4668
4669 \begin_layout Standard
4670 \begin_inset VSpace medskip
4671 \end_inset
4672
4673 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4674  couvrir plusieurs colonnes.
4675  Il sont créés avec la commande 
4676 \series bold
4677
4678 \backslash
4679 hdotsfor
4680 \series default
4681
4682 \begin_inset Index
4683 status collapsed
4684
4685 \begin_layout Plain Layout
4686 Commandes ! H ! 
4687 \backslash
4688 hdotsfor
4689 \end_layout
4690
4691 \end_inset
4692
4693 , qui a la syntaxe suivante:
4694 \end_layout
4695
4696 \begin_layout Standard
4697
4698 \series bold
4699
4700 \backslash
4701 hdotsfor[distance]{nombre de colonnes}
4702 \end_layout
4703
4704 \begin_layout Standard
4705 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4706  La distance est un facteur donnant la distance entre les points.
4707 \end_layout
4708
4709 \begin_layout Standard
4710 Dans la matrice suivante, on a inséré la commande 
4711 \series bold
4712
4713 \backslash
4714 hdotsfor[2]{4}
4715 \series default
4716  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4717  points de suspension avec une distance entre points double de celle obtenue
4718  avec la commande 
4719 \series bold
4720
4721 \backslash
4722 dots
4723 \series default
4724 :
4725 \begin_inset Formula \[
4726 \left(\begin{array}{cccc}
4727 A & B & C & D\\
4728 \hdotsfor[2]{4}\\
4729 a & z & e & r\end{array}\right)\]
4730
4731 \end_inset
4732
4733 Notez que les cases de la matrice qui doivent être couvertes doivent être
4734  vides, sinon vous aurez des erreurs LaTeX.
4735 \end_layout
4736
4737 \begin_layout Standard
4738 \begin_inset VSpace bigskip
4739 \end_inset
4740
4741 Pour aller plus loin, vous pouvez utiliser la commande 
4742 \series bold
4743
4744 \backslash
4745 dotfill
4746 \series default
4747
4748 \begin_inset Index
4749 status collapsed
4750
4751 \begin_layout Plain Layout
4752 Commandes ! D ! 
4753 \backslash
4754 dotfill
4755 \end_layout
4756
4757 \end_inset
4758
4759  pour remplir le reste d'une ligne avec des points.
4760  L'effet de ces commandes est le même que celui de 
4761 \series bold
4762
4763 \backslash
4764 hfill
4765 \series default
4766 , voir 
4767 \begin_inset CommandInset ref
4768 LatexCommand ref
4769 reference "sub:Espace-variable"
4770
4771 \end_inset
4772
4773 .
4774 \end_layout
4775
4776 \begin_layout Standard
4777 Par exemple, la commande 
4778 \series bold
4779 A
4780 \backslash
4781 dotfill
4782 \begin_inset ERT
4783 status collapsed
4784
4785 \begin_layout Plain Layout
4786
4787
4788 \backslash
4789 spce 
4790 \end_layout
4791
4792 \end_inset
4793
4794 B
4795 \series default
4796  produit
4797 \end_layout
4798
4799 \begin_layout Standard
4800 \begin_inset Formula $A\dotfill B$
4801 \end_inset
4802
4803
4804 \end_layout
4805
4806 \begin_layout Standard
4807 Comme
4808 \series bold
4809  
4810 \backslash
4811 dotfill
4812 \series default
4813  avec des points, il existe la commande 
4814 \series bold
4815
4816 \backslash
4817 hrulefill
4818 \series default
4819
4820 \begin_inset Index
4821 status collapsed
4822
4823 \begin_layout Plain Layout
4824 Commandes ! H ! 
4825 \backslash
4826 hrulefill
4827 \end_layout
4828
4829 \end_inset
4830
4831  avec un filet:
4832 \end_layout
4833
4834 \begin_layout Standard
4835 \begin_inset Formula $A\hrulefill B$
4836 \end_inset
4837
4838
4839 \end_layout
4840
4841 \begin_layout Standard
4842 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4843  mode TeX.
4844 \end_layout
4845
4846 \begin_layout Section
4847 Matrices
4848 \begin_inset CommandInset label
4849 LatexCommand label
4850 name "sec:Matrices"
4851
4852 \end_inset
4853
4854
4855 \begin_inset Index
4856 status collapsed
4857
4858 \begin_layout Plain Layout
4859 Matrices
4860 \end_layout
4861
4862 \end_inset
4863
4864
4865 \end_layout
4866
4867 \begin_layout Standard
4868 On peut insérer des matrices avec le bouton 
4869 \begin_inset Graphics
4870         filename ../../images/dialog-show_mathmatrix.png
4871         scale 85
4872
4873 \end_inset
4874
4875  de la barre d'outils mathématique ou en utilisant le menu
4876 \family sans
4877  Insérer\SpecialChar \menuseparator
4878 Math\SpecialChar \menuseparator
4879 Matrice
4880 \begin_inset space ~
4881 \end_inset
4882
4883 mathématique
4884 \family default
4885 .
4886  On vous demande alors le nombre de lignes et de colonnes de la matrice
4887  et leur alignement.
4888  L'alignement vertical n'est en fait important que pour les matrices qui
4889  se trouvent dans une formule en ligne:
4890 \end_layout
4891
4892 \begin_layout Standard
4893 L'alignement de la première matrice est haut 
4894 \begin_inset Formula $\begin{array}[t]{cccc}
4895 A & D & G & J\\
4896 B & E & H & K\\
4897 C & F & I & L\end{array}$
4898 \end_inset
4899
4900 , la seconde milieu 
4901 \begin_inset Formula $\begin{array}{cccc}
4902 A & D & G & J\\
4903 B & E & H & K\\
4904 C & F & I & L\end{array}$
4905 \end_inset
4906
4907 , et la troisième bas 
4908 \begin_inset Formula $\begin{array}[b]{cccc}
4909 A & D & G & J\\
4910 B & E & H & K\\
4911 C & F & I & L\end{array}$
4912 \end_inset
4913
4914  .
4915 \end_layout
4916
4917 \begin_layout Standard
4918 L'alignement horizontal précise comment le contenu des colonnes doit être
4919  aligné.
4920  On le choisit en entrant une lettre pour chaque colonne.
4921  
4922 \emph on
4923 l
4924 \emph default
4925  pour un alignement à gauche (left) , 
4926 \emph on
4927 c
4928 \emph default
4929  centré, et
4930 \emph on
4931  r
4932 \emph default
4933  à droite (right).
4934  Par exemple, pour créer une matrice
4935 \begin_inset space ~
4936 \end_inset
4937
4938 4
4939 \series bold
4940 ×
4941 \series default
4942 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4943  sont centrées et la dernière est alignée à gauche, on va entrer 
4944 \series bold
4945 lccr
4946 \series default
4947  pour l'alignement horizontal.
4948  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4949  que l'alignement par défaut pour toutes les colonnes est un 
4950 \series bold
4951 c
4952 \series default
4953 .
4954 \begin_inset Newpage pagebreak
4955 \end_inset
4956
4957
4958 \end_layout
4959
4960 \begin_layout Standard
4961 Alignement horizontal:
4962 \end_layout
4963
4964 \begin_layout Standard
4965
4966 \series bold
4967 lll
4968 \series default
4969  : 
4970 \begin_inset Formula $\begin{array}{lll}
4971 10000 & D & G\\
4972 B & 10000 & H\\
4973 C & F & 10000\end{array}$
4974 \end_inset
4975
4976  , 
4977 \series bold
4978 ccc
4979 \series default
4980  : 
4981 \begin_inset Formula $\begin{array}{ccc}
4982 10000 & D & G\\
4983 B & 10000 & H\\
4984 C & F & 10000\end{array}$
4985 \end_inset
4986
4987  , 
4988 \series bold
4989 rrr
4990 \series default
4991  : 
4992 \begin_inset Formula $\begin{array}{rrr}
4993 10000 & D & G\\
4994 B & 10000 & H\\
4995 C & F & 10000\end{array}$
4996 \end_inset
4997
4998
4999 \end_layout
5000
5001 \begin_layout Standard
5002 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
5003  utiliser les boutons 
5004 \begin_inset Graphics
5005         filename ../../images/tabular-feature_append-row.png
5006         scale 85
5007
5008 \end_inset
5009
5010
5011 \begin_inset Graphics
5012         filename ../../images/tabular-feature_delete-row.png
5013         scale 85
5014
5015 \end_inset
5016
5017 , etc.
5018 \begin_inset space \thinspace{}
5019 \end_inset
5020
5021 de la barre d'outils mathématique, ou le menu 
5022 \family sans
5023 Éditer\SpecialChar \menuseparator
5024 Lignes
5025 \begin_inset space \thinspace{}
5026 \end_inset
5027
5028 &
5029 \begin_inset space \thinspace{}
5030 \end_inset
5031
5032 colonnes
5033 \family default
5034 .
5035  On peut aussi ajouter de nouvelles lignes avec 
5036 \family sans
5037 Ctrl-Entrée
5038 \family default
5039 .
5040 \end_layout
5041
5042 \begin_layout Standard
5043 \begin_inset VSpace bigskip
5044 \end_inset
5045
5046 On peut ajouter des parenthèses autour d'une matrice, soit avec les commandes
5047  
5048 \series bold
5049
5050 \backslash
5051 left
5052 \series default
5053
5054 \begin_inset Index
5055 status collapsed
5056
5057 \begin_layout Plain Layout
5058 Commandes ! L ! 
5059 \backslash
5060 left
5061 \end_layout
5062
5063 \end_inset
5064
5065  et 
5066 \series bold
5067
5068 \backslash
5069 right
5070 \series default
5071
5072 \begin_inset Index
5073 status collapsed
5074
5075 \begin_layout Plain Layout
5076 Commandes ! R ! 
5077 \backslash
5078 right
5079 \end_layout
5080
5081 \end_inset
5082
5083  (raccourci 
5084 \family sans
5085 Alt-m
5086 \begin_inset space ~
5087 \end_inset
5088
5089 parenthèse
5090 \family default
5091 ), voir 
5092 \begin_inset CommandInset ref
5093 LatexCommand ref
5094 reference "sub:Taille-parenthèses-automatique"
5095
5096 \end_inset
5097
5098 , ou en utilisant les commandes suivantes:
5099 \begin_inset VSpace medskip
5100 \end_inset
5101
5102
5103 \end_layout
5104
5105 \begin_layout Standard
5106 \begin_inset space \hfill{}
5107 \end_inset
5108
5109
5110 \begin_inset Tabular
5111 <lyxtabular version="3" rows="4" columns="2">
5112 <features>
5113 <column alignment="center" valignment="top" width="0">
5114 <column alignment="center" valignment="top" width="0">
5115 <row>
5116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 Commande
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Résultat
5130 \begin_inset Note Note
5131 status collapsed
5132
5133 \begin_layout Plain Layout
5134
5135 \series bold
5136
5137 \backslash
5138 raisebox est seulement utilisée pour faire de la place
5139 \end_layout
5140
5141 \end_inset
5142
5143
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 <row>
5150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \backslash
5156 bmatrix
5157 \begin_inset ERT
5158 status collapsed
5159
5160 \begin_layout Plain Layout
5161
5162
5163 \backslash
5164 spce 
5165 \end_layout
5166
5167 \end_inset
5168
5169 matrice
5170 \begin_inset space \thinspace{}
5171 \end_inset
5172
5173 2×2
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5183 0 & \textrm{-}\mathrm{i}\\
5184 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5185 \end_inset
5186
5187
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 </row>
5193 <row>
5194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198
5199 \backslash
5200 Bmatrix
5201 \begin_inset ERT
5202 status collapsed
5203
5204 \begin_layout Plain Layout
5205
5206
5207 \backslash
5208 spce 
5209 \end_layout
5210
5211 \end_inset
5212
5213 matrice
5214 \begin_inset space \thinspace{}
5215 \end_inset
5216
5217 2×2
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5227 0 & \textrm{-}\mathrm{i}\\
5228 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5229 \end_inset
5230
5231
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 </row>
5237 <row>
5238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242
5243 \backslash
5244 pmatrix
5245 \begin_inset ERT
5246 status collapsed
5247
5248 \begin_layout Plain Layout
5249
5250
5251 \backslash
5252 spce 
5253 \end_layout
5254
5255 \end_inset
5256
5257 matrice
5258 \begin_inset space \thinspace{}
5259 \end_inset
5260
5261 2×2
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5271 0 & \textrm{-}\mathrm{i}\\
5272 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 </lyxtabular>
5282
5283 \end_inset
5284
5285
5286 \begin_inset space \hfill{}
5287 \end_inset
5288
5289
5290 \begin_inset Tabular
5291 <lyxtabular version="3" rows="4" columns="2">
5292 <features>
5293 <column alignment="center" valignment="top" width="0">
5294 <column alignment="center" valignment="top" width="0">
5295 <row>
5296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 Commande
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 Résultat
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 </row>
5315 <row>
5316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \backslash
5322 vmatrix
5323 \begin_inset ERT
5324 status collapsed
5325
5326 \begin_layout Plain Layout
5327
5328
5329 \backslash
5330 spce 
5331 \end_layout
5332
5333 \end_inset
5334
5335 matrice
5336 \begin_inset space \thinspace{}
5337 \end_inset
5338
5339 2×2
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5349 0 & \textrm{-}\mathrm{i}\\
5350 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5351 \end_inset
5352
5353
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 </row>
5359 <row>
5360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364
5365 \backslash
5366 Vmatrix
5367 \begin_inset ERT
5368 status collapsed
5369
5370 \begin_layout Plain Layout
5371
5372
5373 \backslash
5374 spce 
5375 \end_layout
5376
5377 \end_inset
5378
5379 matrice
5380 \begin_inset space \thinspace{}
5381 \end_inset
5382
5383 2×2
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5393 0 & \textrm{-}\mathrm{i}\\
5394 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5395 \end_inset
5396
5397
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 </row>
5403 <row>
5404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408
5409 \backslash
5410 matrix
5411 \begin_inset ERT
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415
5416
5417 \backslash
5418 spce 
5419 \end_layout
5420
5421 \end_inset
5422
5423 matrice
5424 \begin_inset space \thinspace{}
5425 \end_inset
5426
5427 2×2
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5437 0 & \textrm{-}\mathrm{i}\\
5438 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5439 \end_inset
5440
5441
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 </row>
5447 </lyxtabular>
5448
5449 \end_inset
5450
5451
5452 \begin_inset space \hfill{}
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \begin_layout Standard
5459 \begin_inset VSpace medskip
5460 \end_inset
5461
5462 Quand on insère par exemple 
5463 \series bold
5464
5465 \backslash
5466 vmatrix,
5467 \series default
5468  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5469  insérée.
5470 \end_layout
5471
5472 \begin_layout Standard
5473 \begin_inset VSpace bigskip
5474 \end_inset
5475
5476 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5477  
5478 \series bold
5479
5480 \backslash
5481 arraycolsep
5482 \series default
5483
5484 \begin_inset Index
5485 status collapsed
5486
5487 \begin_layout Plain Layout
5488 Commandes ! A ! 
5489 \backslash
5490 arraycolsep
5491 \end_layout
5492
5493 \end_inset
5494
5495  qui est décrite dans 
5496 \begin_inset CommandInset ref
5497 LatexCommand ref
5498 reference "sub:Séparation-des-colonnes"
5499
5500 \end_inset
5501
5502  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5503  dans les matrices.
5504 \end_layout
5505
5506 \begin_layout Standard
5507 Pour changer l'espacement des lignes, on utilise la commande 
5508 \series bold
5509
5510 \backslash
5511 arraystretch
5512 \series default
5513
5514 \begin_inset Index
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518 Commandes ! A ! 
5519 \backslash
5520 arraystretch
5521 \end_layout
5522
5523 \end_inset
5524
5525  de la façon suivante:
5526 \end_layout
5527
5528 \begin_layout Standard
5529
5530 \series bold
5531
5532 \backslash
5533 renewcommand{
5534 \backslash
5535 arraystretch}{facteur d'étirement}
5536 \begin_inset Index
5537 status collapsed
5538
5539 \begin_layout Plain Layout
5540 Commandes ! R ! 
5541 \backslash
5542 renewcommand
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \begin_layout Standard
5551 La commande 
5552 \series bold
5553
5554 \backslash
5555 renewcommand
5556 \series default
5557  affecte le facteur d'étirement à la commande prédéfinie 
5558 \series bold
5559
5560 \backslash
5561 arraystretch
5562 \series default
5563 .
5564  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5565  2.
5566  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5567  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5568 \series bold
5569
5570 \backslash
5571 arraystretch
5572 \series default
5573 .
5574 \end_layout
5575
5576 \begin_layout Standard
5577 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5578  
5579 \series bold
5580
5581 \backslash
5582 smallmatrix
5583 \series default
5584
5585 \begin_inset Index
5586 status collapsed
5587
5588 \begin_layout Plain Layout
5589 Commandes ! S ! 
5590 \backslash
5591 smallmatrix
5592 \end_layout
5593
5594 \end_inset
5595
5596 .
5597  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5598  où la matrice est insérée.
5599 \end_layout
5600
5601 \begin_layout Standard
5602 Voici une matrice 
5603 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5604 C & D\end{smallmatrix}\right)$
5605 \end_inset
5606
5607  dans une ligne de texte.
5608 \end_layout
5609
5610 \begin_layout Section
5611 Parenthèses et autres délimiteurs
5612 \begin_inset Index
5613 status collapsed
5614
5615 \begin_layout Plain Layout
5616 Parenthèses
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \begin_inset Index
5623 status collapsed
5624
5625 \begin_layout Plain Layout
5626 Accolades
5627 \end_layout
5628
5629 \end_inset
5630
5631
5632 \begin_inset Index
5633 status collapsed
5634
5635 \begin_layout Plain Layout
5636 Crochets
5637 \end_layout
5638
5639 \end_inset
5640
5641
5642 \begin_inset Index
5643 status collapsed
5644
5645 \begin_layout Plain Layout
5646 Delimiteurs@Délimiteurs
5647 \end_layout
5648
5649 \end_inset
5650
5651
5652 \end_layout
5653
5654 \begin_layout Subsection
5655 Parenthèses verticales et délimiteurs
5656 \begin_inset Index
5657 status collapsed
5658
5659 \begin_layout Plain Layout
5660 Accolades ! verticales
5661 \end_layout
5662
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \begin_layout Standard
5669
5670 \lang english
5671 \begin_inset space \hfill{}
5672 \end_inset
5673
5674
5675 \lang french
5676
5677 \begin_inset Tabular
5678 <lyxtabular version="3" rows="9" columns="2">
5679 <features>
5680 <column alignment="center" valignment="top" width="0pt">
5681 <column alignment="center" valignment="top" width="0pt">
5682 <row>
5683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 Commande
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 Résultat
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 </row>
5702 <row>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 (
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 \begin_inset Formula $($
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 </row>
5725 <row>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 {
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 \begin_inset Formula $\{$
5740 \end_inset
5741
5742
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 </row>
5748 <row>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 [
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 \begin_inset Formula $[$
5763 \end_inset
5764
5765
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 </row>
5771 <row>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776
5777 \backslash
5778 langle
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 \begin_inset Formula $\langle$
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 </row>
5796 <row>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801
5802 \backslash
5803 lceil
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Formula $\lceil$
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826
5827 \backslash
5828 lfloor
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 \begin_inset Formula $\lfloor$
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 /
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 \begin_inset Formula $/$
5861 \end_inset
5862
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 |
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 \begin_inset Formula $|$
5884 \end_inset
5885
5886
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 </row>
5892 </lyxtabular>
5893
5894 \end_inset
5895
5896
5897 \begin_inset space \hfill{}
5898 \end_inset
5899
5900
5901 \begin_inset Tabular
5902 <lyxtabular version="3" rows="9" columns="2">
5903 <features>
5904 <column alignment="center" valignment="top" width="0pt">
5905 <column alignment="center" valignment="top" width="0pt">
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 Commande
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 Résultat
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 </row>
5926 <row>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 )
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 \begin_inset Formula $)$
5941 \end_inset
5942
5943
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 }
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 \begin_inset Formula $\}$
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 ]
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 \begin_inset Formula $]$
5987 \end_inset
5988
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 </row>
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000
6001 \backslash
6002 rangle
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 \begin_inset Formula $\rangle$
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 <row>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025
6026 \backslash
6027 rceil
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 \begin_inset Formula $\rceil$
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 </row>
6045 <row>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050
6051 \backslash
6052 rfloor
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 \begin_inset Formula $\rfloor$
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 </row>
6070 <row>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075
6076 \backslash
6077
6078 \backslash
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 \begin_inset Formula $\backslash$
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 </row>
6097 <row>
6098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102
6103 \backslash
6104 |
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 \begin_inset Formula $\|$
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 </row>
6122 </lyxtabular>
6123
6124 \end_inset
6125
6126
6127 \lang english
6128
6129 \begin_inset space \hfill{}
6130 \end_inset
6131
6132
6133 \end_layout
6134
6135 \begin_layout Standard
6136 \begin_inset Note Greyedout
6137 status open
6138
6139 \begin_layout Plain Layout
6140
6141 \series bold
6142 Note:
6143 \series default
6144  En mode TeX, on doit utiliser la commande 
6145 \series bold
6146
6147 \backslash
6148 textbackslash
6149 \series default
6150
6151 \begin_inset Index
6152 status collapsed
6153
6154 \begin_layout Plain Layout
6155 Commandes ! T ! 
6156 \backslash
6157 textbackslash
6158 \end_layout
6159
6160 \end_inset
6161
6162  pour la barre de fraction inverse (backslash), puisque la commande 
6163 \backslash
6164
6165 \backslash
6166  produit un saut de ligne.
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \end_layout
6173
6174 \begin_layout Standard
6175 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
6176  commandes décrites dans les deux sous-sections qui suivent.
6177  Quand on utilise ces commandes, on peut utiliser directement les caractères
6178  < et > , plutôt que les commandes 
6179 \series bold
6180
6181 \backslash
6182 langle
6183 \series default
6184  et 
6185 \series bold
6186
6187 \backslash
6188 rangle
6189 \series default
6190 .
6191 \end_layout
6192
6193 \begin_layout Subsubsection
6194 Taille de parenthèse manuelle
6195 \begin_inset CommandInset label
6196 LatexCommand label
6197 name "sub:Taille-parenthèses-manuelle"
6198
6199 \end_inset
6200
6201
6202 \begin_inset Index
6203 status collapsed
6204
6205 \begin_layout Plain Layout
6206 Taille parenthèses ! manuelle
6207 \end_layout
6208
6209 \end_inset
6210
6211
6212 \end_layout
6213
6214 \begin_layout Standard
6215 La taille des parenthèses peut être précisée manuellement en utilisant les
6216  commandes LaTeX 
6217 \series bold
6218
6219 \backslash
6220 big
6221 \series default
6222
6223 \begin_inset Index
6224 status collapsed
6225
6226 \begin_layout Plain Layout
6227 Commandes ! B ! 
6228 \backslash
6229 big
6230 \end_layout
6231
6232 \end_inset
6233
6234
6235 \series bold
6236
6237 \backslash
6238 Big
6239 \series default
6240
6241 \series bold
6242
6243 \backslash
6244 bigg
6245 \series default
6246 , et 
6247 \series bold
6248
6249 \backslash
6250 Bigg
6251 \series default
6252 .
6253  
6254 \series bold
6255
6256 \backslash
6257 big
6258 \series default
6259  indique la plus petite taille et 
6260 \series bold
6261
6262 \backslash
6263 Bigg
6264 \series default
6265  la plus grande.
6266 \end_layout
6267
6268 \begin_layout Standard
6269 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6270  de parenthèses:
6271 \end_layout
6272
6273 \begin_layout Standard
6274 \align center
6275 \begin_inset Tabular
6276 <lyxtabular version="3" rows="2" columns="2">
6277 <features>
6278 <column alignment="center" valignment="top" width="0pt">
6279 <column alignment="center" valignment="top" width="0pt">
6280 <row>
6281 <cell alignment="center" valignment="top" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 toutes les parenthèses de la même taille:
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6295 \end_inset
6296
6297
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 </row>
6303 <row>
6304 <cell alignment="center" valignment="top" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 c'est mieux comme cela:
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6318 \end_inset
6319
6320
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 </row>
6326 </lyxtabular>
6327
6328 \end_inset
6329
6330
6331 \begin_inset Note Note
6332 status collapsed
6333
6334 \begin_layout Plain Layout
6335
6336 \series bold
6337 \lang english
6338
6339 \backslash
6340 raisebox
6341 \end_layout
6342
6343 \end_inset
6344
6345
6346 \end_layout
6347
6348 \begin_layout Standard
6349 Pour la deuxième formule, on a utilisé la commande 
6350 \backslash
6351 Big((A+B)(A-B)
6352 \backslash
6353 Big)^
6354 \begin_inset ERT
6355 status collapsed
6356
6357 \begin_layout Plain Layout
6358
6359
6360 \backslash
6361 spce 
6362 \end_layout
6363
6364 \end_inset
6365
6366 C.
6367 \end_layout
6368
6369 \begin_layout Standard
6370 Voici un aperçu de toutes les tailles de parenthèses:
6371 \end_layout
6372
6373 \begin_layout Standard
6374 \align center
6375
6376 \backslash
6377 Bigg(
6378 \backslash
6379 exp
6380 \backslash
6381 bigg<
6382 \backslash
6383 Big[
6384 \backslash
6385 big{
6386 \backslash
6387 ln(3x)
6388 \backslash
6389 big}^2
6390 \begin_inset ERT
6391 status collapsed
6392
6393 \begin_layout Plain Layout
6394
6395
6396 \backslash
6397 spce 
6398 \end_layout
6399
6400 \end_inset
6401
6402
6403 \backslash
6404 sin(x)
6405 \backslash
6406 Big]^
6407 \begin_inset ERT
6408 status collapsed
6409
6410 \begin_layout Plain Layout
6411
6412
6413 \backslash
6414 spce 
6415 \end_layout
6416
6417 \end_inset
6418
6419 A
6420 \begin_inset ERT
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424
6425
6426 \backslash
6427 spce 
6428 \end_layout
6429
6430 \end_inset
6431
6432
6433 \backslash
6434 bigg>
6435 \backslash
6436 Bigg)^0,5
6437 \end_layout
6438
6439 \begin_layout Standard
6440 \align center
6441 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Standard
6448 \begin_inset Newpage newpage
6449 \end_inset
6450
6451 En plus des commandes 
6452 \series bold
6453
6454 \backslash
6455 big
6456 \series default
6457 , il y a la variante 
6458 \series bold
6459
6460 \backslash
6461 bigm
6462 \series default
6463
6464 \begin_inset Index
6465 status collapsed
6466
6467 \begin_layout Plain Layout
6468 Commandes ! B ! 
6469 \backslash
6470 bigm
6471 \end_layout
6472
6473 \end_inset
6474
6475  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6476  la variante 
6477 \series bold
6478
6479 \backslash
6480 bigl
6481 \series default
6482 -
6483 \series bold
6484
6485 \backslash
6486 bigr
6487 \series default
6488
6489 \begin_inset Index
6490 status collapsed
6491
6492 \begin_layout Plain Layout
6493 Commandes ! B ! 
6494 \backslash
6495 bigl - 
6496 \backslash
6497 bigr
6498 \end_layout
6499
6500 \end_inset
6501
6502 , qui n'ajoute pas d'espace.
6503  Le 
6504 \emph on
6505 l
6506 \emph default
6507  à la fin de la commande 
6508 \series bold
6509
6510 \backslash
6511 bigl
6512 \series default
6513  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6514  par un 
6515 \emph on
6516 r
6517 \emph default
6518 .
6519  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6520  ou ouvrante.
6521 \end_layout
6522
6523 \begin_layout Standard
6524 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6525 \end_layout
6526
6527 \begin_layout Standard
6528 \align center
6529 \begin_inset Tabular
6530 <lyxtabular version="3" rows="5" columns="2">
6531 <features>
6532 <column alignment="center" valignment="middle" width="0">
6533 <column alignment="center" valignment="middle" width="0">
6534 <row>
6535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 Commande
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 Résultat
6549 \begin_inset Note Note
6550 status collapsed
6551
6552 \begin_layout Plain Layout
6553
6554 \series bold
6555
6556 \backslash
6557 raisebox est seulement utilisée pour faire de la place
6558 \end_layout
6559
6560 \end_inset
6561
6562
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 <row>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573
6574 \backslash
6575 Bigm(
6576 \backslash
6577 bigm(
6578 \backslash
6579 ln(3x)
6580 \backslash
6581 bigm)^2
6582 \begin_inset ERT
6583 status collapsed
6584
6585 \begin_layout Plain Layout
6586
6587
6588 \backslash
6589 spce 
6590 \end_layout
6591
6592 \end_inset
6593
6594
6595 \backslash
6596 Bigm)
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6606 \end_inset
6607
6608
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 </row>
6614 <row>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619
6620 \backslash
6621 Big(
6622 \backslash
6623 big(
6624 \backslash
6625 ln(3x)
6626 \backslash
6627 big)^2
6628 \begin_inset ERT
6629 status collapsed
6630
6631 \begin_layout Plain Layout
6632
6633
6634 \backslash
6635 spce 
6636 \end_layout
6637
6638 \end_inset
6639
6640
6641 \backslash
6642 Big)
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6652 \end_inset
6653
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 </row>
6660 <row>
6661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665
6666 \backslash
6667 Bigl(
6668 \backslash
6669 bigl(
6670 \backslash
6671 ln(3x)
6672 \backslash
6673 bigr)^2
6674 \begin_inset ERT
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678
6679
6680 \backslash
6681 spce 
6682 \end_layout
6683
6684 \end_inset
6685
6686
6687 \backslash
6688 Bigr)
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6698 \end_inset
6699
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 <row>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711
6712 \backslash
6713 bigl)
6714 \backslash
6715 ln(3x)
6716 \backslash
6717 bigr(
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6727 \end_inset
6728
6729
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 </row>
6735 </lyxtabular>
6736
6737 \end_inset
6738
6739
6740 \end_layout
6741
6742 \begin_layout Subsubsection
6743 Taille de parenthèse automatique
6744 \begin_inset CommandInset label
6745 LatexCommand label
6746 name "sub:Taille-parenthèses-automatique"
6747
6748 \end_inset
6749
6750
6751 \begin_inset Index
6752 status collapsed
6753
6754 \begin_layout Plain Layout
6755 Taille parenthèses ! automatique
6756 \end_layout
6757
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \begin_layout Standard
6764 On peut insérer des parenthèses à taille variable avec les commandes 
6765 \series bold
6766
6767 \backslash
6768 left
6769 \series default
6770
6771 \begin_inset Index
6772 status collapsed
6773
6774 \begin_layout Plain Layout
6775 Commandes ! L ! 
6776 \backslash
6777 left
6778 \end_layout
6779
6780 \end_inset
6781
6782  et 
6783 \series bold
6784
6785 \backslash
6786 right
6787 \series default
6788
6789 \begin_inset Index
6790 status collapsed
6791
6792 \begin_layout Plain Layout
6793 Commandes ! R ! 
6794 \backslash
6795 right
6796 \end_layout
6797
6798 \end_inset
6799
6800  ou avec le bouton
6801 \begin_inset space ~
6802 \end_inset
6803
6804
6805 \begin_inset Graphics
6806         filename ../../images/dialog-show_mathdelimiter.png
6807         scale 85
6808
6809 \end_inset
6810
6811  de la barre d'outils mathématique.
6812  On doit insérer la parenthèse voulue juste après la commande 
6813 \series bold
6814
6815 \backslash
6816 left
6817 \series default
6818  ou 
6819 \series bold
6820
6821 \backslash
6822 right
6823 \series default
6824 .
6825  La taille de la parenthèse sera alors calculée automatiquement pour la
6826  sortie.
6827 \end_layout
6828
6829 \begin_layout Standard
6830 \align center
6831 parenthèse normale: La commande 
6832 \series bold
6833
6834 \backslash
6835 ln(
6836 \backslash
6837 frac
6838 \begin_inset ERT
6839 status collapsed
6840
6841 \begin_layout Plain Layout
6842
6843
6844 \backslash
6845 spce 
6846 \end_layout
6847
6848 \end_inset
6849
6850 A
6851 \begin_inset Formula $\downarrow$
6852 \end_inset
6853
6854 C
6855 \begin_inset ERT
6856 status collapsed
6857
6858 \begin_layout Plain Layout
6859
6860
6861 \backslash
6862 spce 
6863 \end_layout
6864
6865 \end_inset
6866
6867 )
6868 \series default
6869  donne
6870 \begin_inset Formula \[
6871 \ln(\frac{A}{C})\]
6872
6873 \end_inset
6874
6875
6876 \end_layout
6877
6878 \begin_layout Standard
6879 \align center
6880 parenthèse adaptable: La commande 
6881 \series bold
6882
6883 \backslash
6884 ln
6885 \backslash
6886 left(
6887 \backslash
6888 frac
6889 \begin_inset ERT
6890 status collapsed
6891
6892 \begin_layout Plain Layout
6893
6894
6895 \backslash
6896 spce 
6897 \end_layout
6898
6899 \end_inset
6900
6901 A
6902 \begin_inset Formula $\downarrow$
6903 \end_inset
6904
6905 C
6906 \begin_inset ERT
6907 status collapsed
6908
6909 \begin_layout Plain Layout
6910
6911
6912 \backslash
6913 spce 
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \backslash
6920 right)
6921 \series default
6922  donne
6923 \begin_inset Formula \[
6924 \ln\left(\frac{A}{C}\right)\]
6925
6926 \end_inset
6927
6928
6929 \end_layout
6930
6931 \begin_layout Standard
6932 À la place des commandes 
6933 \series bold
6934
6935 \backslash
6936 left
6937 \series default
6938  et 
6939 \series bold
6940
6941 \backslash
6942 right
6943 \series default
6944  on peut utiliser le raccourci 
6945 \family sans
6946 Alt-m
6947 \begin_inset space ~
6948 \end_inset
6949
6950 parenthèse
6951 \family default
6952 .
6953  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6954  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6955  en même temps.
6956 \begin_inset Newline newline
6957 \end_inset
6958
6959 La commande pour le dernier exemple serait alors: 
6960 \series bold
6961
6962 \backslash
6963 ln Alt-m
6964 \series default
6965  
6966 \series bold
6967 (
6968 \backslash
6969 frac
6970 \begin_inset ERT
6971 status collapsed
6972
6973 \begin_layout Plain Layout
6974
6975
6976 \backslash
6977 spce 
6978 \end_layout
6979
6980 \end_inset
6981
6982 A
6983 \begin_inset Formula $\downarrow$
6984 \end_inset
6985
6986 C
6987 \end_layout
6988
6989 \begin_layout Standard
6990 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6991  de la parenthèse omise.
6992  Par exemple, la commande 
6993 \series bold
6994
6995 \backslash
6996 left.
6997 \backslash
6998 frac
6999 \begin_inset ERT
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003
7004
7005 \backslash
7006 spce 
7007 \end_layout
7008
7009 \end_inset
7010
7011 A
7012 \begin_inset Formula $\downarrow$
7013 \end_inset
7014
7015 B
7016 \begin_inset ERT
7017 status collapsed
7018
7019 \begin_layout Plain Layout
7020
7021
7022 \backslash
7023 spce 
7024 \end_layout
7025
7026 \end_inset
7027
7028
7029 \backslash
7030 right}
7031 \series default
7032  donne:
7033 \series bold
7034
7035 \begin_inset Formula \[
7036 \left.\frac{A}{B}\right\} \]
7037
7038 \end_inset
7039
7040
7041 \series default
7042 Les commandes 
7043 \series bold
7044
7045 \backslash
7046 left
7047 \series default
7048  et 
7049 \series bold
7050
7051 \backslash
7052 right
7053 \series default
7054  seront converties par LyX en parenthèses de taille appropriée quand le
7055  document sera rechargé et une parenthèse omise apparaîtra sous la forme
7056  d'une ligne en pointillé.
7057 \end_layout
7058
7059 \begin_layout Standard
7060 \begin_inset VSpace bigskip
7061 \end_inset
7062
7063 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
7064  de LaTeX, la commande 
7065 \series bold
7066
7067 \backslash
7068 middle
7069 \series default
7070
7071 \begin_inset Index
7072 status collapsed
7073
7074 \begin_layout Plain Layout
7075 Commandes ! M ! 
7076 \backslash
7077 middle
7078 \end_layout
7079
7080 \end_inset
7081
7082  est aussi disponible pour toutes les parenthèses et limites.
7083  Avec cette commande la taille du caractère suivant est adaptée à la taille
7084  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
7085  de la physique quantique:
7086 \begin_inset Formula \[
7087 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7088
7089 \end_inset
7090
7091 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
7092  en 
7093 \begin_inset CommandInset ref
7094 LatexCommand ref
7095 reference "sub:Vecteurs-physiques"
7096
7097 \end_inset
7098
7099 .
7100 \end_layout
7101
7102 \begin_layout Subsection
7103 Accolades horizontales
7104 \begin_inset Index
7105 status collapsed
7106
7107 \begin_layout Plain Layout
7108 Accolades ! horizontales
7109 \end_layout
7110
7111 \end_inset
7112
7113
7114 \end_layout
7115
7116 \begin_layout Standard
7117 \align center
7118 \begin_inset Tabular
7119 <lyxtabular version="3" rows="4" columns="2">
7120 <features>
7121 <column alignment="center" valignment="top" width="0pt">
7122 <column alignment="center" valignment="top" width="0pt">
7123 <row>
7124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 Commande
7129 \begin_inset Note Note
7130 status open
7131
7132 \begin_layout Plain Layout
7133
7134 \series bold
7135
7136 \backslash
7137 raisebox est seulement utilisée pour faire de la place
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 Résultat
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 </row>
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 \begin_inset ERT
7163 status collapsed
7164
7165 \begin_layout Plain Layout
7166
7167
7168 \backslash
7169 raisebox{2.3mm}{
7170 \end_layout
7171
7172 \end_inset
7173
7174
7175 \backslash
7176 overbrace
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 A+B
7190 \begin_inset ERT
7191 status collapsed
7192
7193 \begin_layout Plain Layout
7194
7195
7196 \backslash
7197 spce 
7198 \end_layout
7199
7200 \end_inset
7201
7202 ^
7203 \begin_inset ERT
7204 status collapsed
7205
7206 \begin_layout Plain Layout
7207
7208
7209 \backslash
7210 spce 
7211 \end_layout
7212
7213 \end_inset
7214
7215 3
7216 \begin_inset ERT
7217 status collapsed
7218
7219 \begin_layout Plain Layout
7220
7221 }
7222 \end_layout
7223
7224 \end_inset
7225
7226
7227 \begin_inset Index
7228 status collapsed
7229
7230 \begin_layout Plain Layout
7231 Commandes ! O ! 
7232 \backslash
7233 overbrace
7234 \end_layout
7235
7236 \end_inset
7237
7238
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 \begin_inset Formula $\overbrace{A+B}^{3}$
7248 \end_inset
7249
7250
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 </row>
7256 <row>
7257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 \begin_inset ERT
7262 status collapsed
7263
7264 \begin_layout Plain Layout
7265
7266
7267 \backslash
7268 raisebox{-2.2mm}{
7269 \end_layout
7270
7271 \end_inset
7272
7273
7274 \backslash
7275 underbrace
7276 \begin_inset ERT
7277 status collapsed
7278
7279 \begin_layout Plain Layout
7280
7281
7282 \backslash
7283 spce 
7284 \end_layout
7285
7286 \end_inset
7287
7288 A+B
7289 \begin_inset ERT
7290 status collapsed
7291
7292 \begin_layout Plain Layout
7293
7294
7295 \backslash
7296 spce 
7297 \end_layout
7298
7299 \end_inset
7300
7301 _5
7302 \begin_inset ERT
7303 status collapsed
7304
7305 \begin_layout Plain Layout
7306
7307 }
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \begin_inset Index
7314 status collapsed
7315
7316 \begin_layout Plain Layout
7317 Commandes ! U ! 
7318 \backslash
7319 underbrace
7320 \end_layout
7321
7322 \end_inset
7323
7324
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 \begin_inset Formula $\underbrace{A+B}_{5}$
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row>
7343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347
7348 \backslash
7349 overbrace
7350 \begin_inset ERT
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354
7355
7356 \backslash
7357 spce 
7358 \end_layout
7359
7360 \end_inset
7361
7362
7363 \backslash
7364 underbrace
7365 \begin_inset ERT
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369
7370
7371 \backslash
7372 spce 
7373 \end_layout
7374
7375 \end_inset
7376
7377 A+B_w
7378 \begin_inset ERT
7379 status collapsed
7380
7381 \begin_layout Plain Layout
7382
7383
7384 \backslash
7385 spce 
7386 \end_layout
7387
7388 \end_inset
7389
7390
7391 \begin_inset ERT
7392 status collapsed
7393
7394 \begin_layout Plain Layout
7395
7396
7397 \backslash
7398 spce 
7399 \end_layout
7400
7401 \end_inset
7402
7403 _7
7404 \begin_inset ERT
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408
7409
7410 \backslash
7411 spce 
7412 \end_layout
7413
7414 \end_inset
7415
7416
7417 \begin_inset ERT
7418 status collapsed
7419
7420 \begin_layout Plain Layout
7421
7422
7423 \backslash
7424 spce 
7425 \end_layout
7426
7427 \end_inset
7428
7429 ^
7430 \begin_inset ERT
7431 status collapsed
7432
7433 \begin_layout Plain Layout
7434
7435
7436 \backslash
7437 spce 
7438 \end_layout
7439
7440 \end_inset
7441
7442 C
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7452 \end_inset
7453
7454
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 </row>
7460 </lyxtabular>
7461
7462 \end_inset
7463
7464
7465 \end_layout
7466
7467 \begin_layout Standard
7468 Dans le dernier exemple, il importe peu que 
7469 \series bold
7470
7471 \backslash
7472 overbrace
7473 \series default
7474  ou 
7475 \series bold
7476
7477 \backslash
7478 underbrace
7479 \series default
7480  soit inséré en premier.
7481 \end_layout
7482
7483 \begin_layout Standard
7484 \begin_inset VSpace bigskip
7485 \end_inset
7486
7487 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7488  des formules multi-lignes, comme c'est décrit en :
7489 \begin_inset Formula \begin{eqnarray*}
7490 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7491  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7492
7493 \end_inset
7494
7495 Dans la première ligne la formule est insérée avec l'accolade.
7496  Dans celle-ci, il est important que la commande d'espacement
7497 \begin_inset Foot
7498 status collapsed
7499
7500 \begin_layout Plain Layout
7501 Les commandes concernant les espaces sont expliquées dans 
7502 \begin_inset CommandInset ref
7503 LatexCommand ref
7504 reference "sub:Espace-prédéfini"
7505
7506 \end_inset
7507
7508 .
7509 \end_layout
7510
7511 \end_inset
7512
7513  
7514 \series bold
7515
7516 \backslash
7517 :
7518 \series default
7519  soit insérée avant le premier 
7520 \begin_inset Formula $d$
7521 \end_inset
7522
7523 , parce que l'accolade qui se termine après le dernier 
7524 \begin_inset Formula $q$
7525 \end_inset
7526
7527  empêche que le 
7528 \begin_inset Quotes eld
7529 \end_inset
7530
7531 +
7532 \begin_inset Quotes erd
7533 \end_inset
7534
7535  qui suit soit entouré par des espaces
7536 \begin_inset Foot
7537 status collapsed
7538
7539 \begin_layout Plain Layout
7540 parce que l'accolade n'est pas traitée comme un caractère, voir 
7541 \begin_inset CommandInset ref
7542 LatexCommand ref
7543 reference "sub:Opérateurs-binaires"
7544
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551
7552 .
7553  On insère la deuxième accolade dans la deuxième ligne.
7554  Comme elle doit commencer juste avant le premier 
7555 \begin_inset Formula $b$
7556 \end_inset
7557
7558 , on insère d'abord la commande 
7559 \series bold
7560
7561 \backslash
7562 hphantom{gggg+
7563 \backslash
7564 :}
7565 \series default
7566
7567 \begin_inset Foot
7568 status collapsed
7569
7570 \begin_layout Plain Layout
7571 plus au sujet de 
7572 \series bold
7573
7574 \backslash
7575 hphantom
7576 \series default
7577 , voir 
7578 \begin_inset CommandInset ref
7579 LatexCommand ref
7580 reference "sub:Garnitures"
7581
7582 \end_inset
7583
7584
7585 \end_layout
7586
7587 \end_inset
7588
7589 .
7590  Cet espace est nécessaire puisque le 
7591 \begin_inset Quotes eld
7592 \end_inset
7593
7594 +
7595 \begin_inset Quotes erd
7596 \end_inset
7597
7598  est aussi entouré d'espace dans la formule.
7599  L'accolade est placée sous la commande 
7600 \series bold
7601
7602 \backslash
7603 hphantom{bbqq+dddd}
7604 \series default
7605 .
7606 \end_layout
7607
7608 \begin_layout Standard
7609 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7610  dans l'exemple suivant:
7611 \begin_inset ERT
7612 status collapsed
7613
7614 \begin_layout Plain Layout
7615
7616
7617 \backslash
7618 setlength{
7619 \backslash
7620 jot}{-6pt}
7621 \end_layout
7622
7623 \end_inset
7624
7625
7626 \begin_inset Formula \begin{eqnarray*}
7627  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7628 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7629
7630 \end_inset
7631
7632
7633 \begin_inset ERT
7634 status collapsed
7635
7636 \begin_layout Plain Layout
7637
7638
7639 \backslash
7640 setlength{
7641 \backslash
7642 jot}{3pt}
7643 \end_layout
7644
7645 \end_inset
7646
7647 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7648  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7649  La seconde ligne contient la formule avec la deuxième accolade.
7650  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7651  et la formule, on doit réduire l'espacement entre les lignes.
7652  Ce n'est pas facile à cause d'un bug de LyX
7653 \begin_inset Foot
7654 status collapsed
7655
7656 \begin_layout Plain Layout
7657 \begin_inset CommandInset href
7658 LatexCommand href
7659 name "LyX-bug #1505"
7660 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7661
7662 \end_inset
7663
7664
7665 \end_layout
7666
7667 \end_inset
7668
7669 .
7670  Comme solution à ce problème, on peut mettre à -6
7671 \begin_inset space \thinspace{}
7672 \end_inset
7673
7674 pt la formule globale pour l'espacement des lignes 
7675 \series bold
7676
7677 \backslash
7678 jot
7679 \series default
7680
7681 \begin_inset Index
7682 status collapsed
7683
7684 \begin_layout Plain Layout
7685 Commandes ! J ! 
7686 \backslash
7687 jot
7688 \end_layout
7689
7690 \end_inset
7691
7692 , juste avant la formule en utilisant la commande 
7693 \series bold
7694
7695 \backslash
7696 setlength{
7697 \backslash
7698 jot}{-6pt}
7699 \series default
7700  en mode TeX.
7701  
7702 \series bold
7703
7704 \backslash
7705 jot
7706 \series default
7707  est remise à sa valeur initiale de 3
7708 \begin_inset space \thinspace{}
7709 \end_inset
7710
7711 pt juste après la formule, en utilisant la même commande.
7712  Vous trouverez plus d'explications sur la séparation des lignes dans les
7713  formules dans 
7714 \begin_inset CommandInset ref
7715 LatexCommand ref
7716 reference "sub:Séparation-des-lignes"
7717
7718 \end_inset
7719
7720 .
7721 \end_layout
7722
7723 \begin_layout Section
7724 Flèches
7725 \begin_inset Index
7726 status collapsed
7727
7728 \begin_layout Plain Layout
7729 Flèches
7730 \end_layout
7731
7732 \end_inset
7733
7734
7735 \end_layout
7736
7737 \begin_layout Standard
7738 On peut insérer des flèches avec le bouton 
7739 \begin_inset Graphics
7740         filename ../../images/math/leftarrow.png
7741         scale 85
7742
7743 \end_inset
7744
7745  de la barre d'outils mathématique ou en insérant une des commandes listées
7746  dans les sous-sections qui suivent.
7747 \end_layout
7748
7749 \begin_layout Subsection
7750 Flèches horizontales
7751 \begin_inset Index
7752 status collapsed
7753
7754 \begin_layout Plain Layout
7755 Flèches ! horizontales
7756 \end_layout
7757
7758 \end_inset
7759
7760
7761 \end_layout
7762
7763 \begin_layout Standard
7764 \begin_inset space \hfill{}
7765 \end_inset
7766
7767
7768 \begin_inset Tabular
7769 <lyxtabular version="3" rows="8" columns="2">
7770 <features>
7771 <column alignment="center" valignment="top" width="0pt">
7772 <column alignment="center" valignment="top" width="0pt">
7773 <row>
7774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 Commande
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787 Résultat
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \backslash
7800 gets
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 \begin_inset Formula $\gets$
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row>
7819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \backslash
7825 Leftarrow
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 \begin_inset Formula $\Leftarrow$
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 </row>
7843 <row>
7844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \backslash
7850 longleftarrow
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 \begin_inset Formula $\longleftarrow$
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row>
7869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \backslash
7875 Longleftarrow
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 \begin_inset Formula $\Longleftarrow$
7885 \end_inset
7886
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 </row>
7893 <row>
7894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \backslash
7900 leftharpoonup
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 \begin_inset Formula $\leftharpoonup$
7910 \end_inset
7911
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \backslash
7925 leftharpoondown
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 \begin_inset Formula $\leftharpoondown$
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \backslash
7950 hookleftarrow
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 \begin_inset Formula $\hookleftarrow$
7960 \end_inset
7961
7962
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 </row>
7968 </lyxtabular>
7969
7970 \end_inset
7971
7972
7973 \begin_inset space \hfill{}
7974 \end_inset
7975
7976
7977 \begin_inset Tabular
7978 <lyxtabular version="3" rows="8" columns="2">
7979 <features>
7980 <column alignment="center" valignment="top" width="0pt">
7981 <column alignment="center" valignment="top" width="0pt">
7982 <row>
7983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Command
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 Résultat
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \backslash
8009 to
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 \begin_inset Formula $\to$
8019 \end_inset
8020
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \backslash
8034 Rightarrow
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 \begin_inset Formula $\Rightarrow$
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \backslash
8059 longrightarrow
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 \begin_inset Formula $\longrightarrow$
8069 \end_inset
8070
8071
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \backslash
8084 Longrightarrow
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 \begin_inset Formula $\Longrightarrow$
8094 \end_inset
8095
8096
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \backslash
8109 rightharpoonup
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 \begin_inset Formula $\rightharpoonup$
8119 \end_inset
8120
8121
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \backslash
8134 rightharpoondown
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 \begin_inset Formula $\rightharpoondown$
8144 \end_inset
8145
8146
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \backslash
8159 hookrightarrow
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 \begin_inset Formula $\hookrightarrow$
8169 \end_inset
8170
8171
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 </lyxtabular>
8178
8179 \end_inset
8180
8181
8182 \begin_inset space \hfill{}
8183 \end_inset
8184
8185
8186 \end_layout
8187
8188 \begin_layout Standard
8189 \begin_inset space \hfill{}
8190 \end_inset
8191
8192
8193 \begin_inset Tabular
8194 <lyxtabular version="3" rows="6" columns="2">
8195 <features>
8196 <column alignment="center" valignment="top" width="0pt">
8197 <column alignment="center" valignment="top" width="0pt">
8198 <row>
8199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Commande
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Résultat
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 leftrightarrow
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\leftrightarrow$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \backslash
8250 Leftrightarrow
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 \begin_inset Formula $\Leftrightarrow$
8260 \end_inset
8261
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \backslash
8275 longleftrightarrow
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 \begin_inset Formula $\longleftrightarrow$
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \backslash
8300 Longleftrightarrow
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Formula $\Longleftrightarrow$
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \backslash
8325 rightleftharpoons
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 \begin_inset Formula $\rightleftharpoons$
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 </lyxtabular>
8344
8345 \end_inset
8346
8347
8348 \begin_inset space \hspace{}
8349 \length 25pt
8350 \end_inset
8351
8352
8353 \begin_inset space \hfill{}
8354 \end_inset
8355
8356
8357 \begin_inset Tabular
8358 <lyxtabular version="3" rows="5" columns="2">
8359 <features>
8360 <column alignment="center" valignment="top" width="0pt">
8361 <column alignment="center" valignment="top" width="0pt">
8362 <row>
8363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 Commande
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Résultat
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 <row>
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387
8388 \backslash
8389 mapsto
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 \begin_inset Formula $\mapsto$
8399 \end_inset
8400
8401
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \backslash
8414 longmapsto
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 \begin_inset Formula $\longmapsto$
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \backslash
8439 leadsto
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 \begin_inset Formula $\leadsto$
8449 \end_inset
8450
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \backslash
8464 dasharrow
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 \begin_inset Formula $\dasharrow$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 </lyxtabular>
8483
8484 \end_inset
8485
8486
8487 \begin_inset space \hfill{}
8488 \end_inset
8489
8490
8491 \end_layout
8492
8493 \begin_layout Standard
8494 \begin_inset VSpace medskip
8495 \end_inset
8496
8497 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8498  flèches des vecteurs, sont listées dans 
8499 \begin_inset CommandInset ref
8500 LatexCommand ref
8501 reference "sec:Accents"
8502
8503 \end_inset
8504
8505 .
8506 \end_layout
8507
8508 \begin_layout Standard
8509 \begin_inset VSpace bigskip
8510 \end_inset
8511
8512 Il y a aussi les flèches avec étiquette 
8513 \begin_inset Index
8514 status collapsed
8515
8516 \begin_layout Plain Layout
8517 Flèches ! avec étiquette
8518 \end_layout
8519
8520 \end_inset
8521
8522  
8523 \series bold
8524
8525 \backslash
8526 xleftarrow
8527 \series default
8528
8529 \begin_inset Index
8530 status collapsed
8531
8532 \begin_layout Plain Layout
8533 Commandes ! X ! 
8534 \backslash
8535 xleftarrow
8536 \end_layout
8537
8538 \end_inset
8539
8540  et 
8541 \series bold
8542
8543 \backslash
8544 xrightarrow
8545 \series default
8546
8547 \begin_inset Index
8548 status collapsed
8549
8550 \begin_layout Plain Layout
8551 Commandes ! X ! 
8552 \backslash
8553 xrightarrow
8554 \begin_inset ERT
8555 status collapsed
8556
8557 \begin_layout Plain Layout
8558
8559
8560 \backslash
8561 vspace{4mm}
8562 \end_layout
8563
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \end_inset
8570
8571 .
8572  Quand on insère une de ces commandes dans une formule, une flèche avec
8573  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8574  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8575 \end_layout
8576
8577 \begin_layout Standard
8578 \align center
8579 \begin_inset Tabular
8580 <lyxtabular version="3" rows="3" columns="2">
8581 <features>
8582 <column alignment="center" valignment="top" width="0pt">
8583 <column alignment="center" valignment="top" width="0pt">
8584 <row>
8585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 Commande
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 Résultat
8599 \begin_inset Note Note
8600 status collapsed
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605
8606 \backslash
8607 raisebox est seulement utilisée pour faire de la place
8608 \end_layout
8609
8610 \end_inset
8611
8612
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 F(a)
8624 \backslash
8625 xleftarrow
8626 \begin_inset ERT
8627 status collapsed
8628
8629 \begin_layout Plain Layout
8630
8631
8632 \backslash
8633 spce 
8634 \end_layout
8635
8636 \end_inset
8637
8638 x=a
8639 \begin_inset Formula $\downarrow$
8640 \end_inset
8641
8642 x>0
8643 \begin_inset Formula $\to$
8644 \end_inset
8645
8646 F(x)
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8656 \end_inset
8657
8658
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 F(x)
8670 \backslash
8671 xrightarrow
8672 \begin_inset ERT
8673 status collapsed
8674
8675 \begin_layout Plain Layout
8676
8677
8678 \backslash
8679 spce 
8680 \end_layout
8681
8682 \end_inset
8683
8684 x=a
8685 \begin_inset Formula $\downarrow$
8686 \end_inset
8687
8688 x>0
8689 \begin_inset Formula $\to$
8690 \end_inset
8691
8692 F(a)
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8702 \end_inset
8703
8704
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 </lyxtabular>
8711
8712 \end_inset
8713
8714
8715 \end_layout
8716
8717 \begin_layout Subsection
8718 Flèches verticales et diagonales
8719 \begin_inset Index
8720 status collapsed
8721
8722 \begin_layout Plain Layout
8723 Flèches ! diagonales
8724 \end_layout
8725
8726 \end_inset
8727
8728
8729 \begin_inset Index
8730 status collapsed
8731
8732 \begin_layout Plain Layout
8733 Flèches ! verticales
8734 \end_layout
8735
8736 \end_inset
8737
8738
8739 \end_layout
8740
8741 \begin_layout Standard
8742 \begin_inset space \hfill{}
8743 \end_inset
8744
8745
8746 \begin_inset Tabular
8747 <lyxtabular version="3" rows="7" columns="2">
8748 <features>
8749 <column alignment="center" valignment="top" width="0pt">
8750 <column alignment="center" valignment="top" width="0pt">
8751 <row>
8752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Commande
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 Résultat
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \backslash
8778 uparrow
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 \begin_inset Formula $\uparrow$
8788 \end_inset
8789
8790
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \backslash
8803 Uparrow
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 \begin_inset Formula $\Uparrow$
8813 \end_inset
8814
8815
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 <row>
8822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826
8827 \backslash
8828 updownarrow
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 \begin_inset Formula $\updownarrow$
8838 \end_inset
8839
8840
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851
8852 \backslash
8853 Updownarrow
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 \begin_inset Formula $\Updownarrow$
8863 \end_inset
8864
8865
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \backslash
8878 Downarrow
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 \begin_inset Formula $\Downarrow$
8888 \end_inset
8889
8890
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 </row>
8896 <row>
8897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901
8902 \backslash
8903 downarrow
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 \begin_inset Formula $\downarrow$
8913 \end_inset
8914
8915
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 </lyxtabular>
8922
8923 \end_inset
8924
8925
8926 \begin_inset space \hfill{}
8927 \end_inset
8928
8929
8930 \begin_inset Tabular
8931 <lyxtabular version="3" rows="5" columns="2">
8932 <features>
8933 <column alignment="center" valignment="top" width="0pt">
8934 <column alignment="center" valignment="top" width="0pt">
8935 <row>
8936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 Commande
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Résultat
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \backslash
8962 nearrow
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 \begin_inset Formula $\nearrow$
8972 \end_inset
8973
8974
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \backslash
8987 searrow
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 \begin_inset Formula $\searrow$
8997 \end_inset
8998
8999
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \backslash
9012 swarrow
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 \begin_inset Formula $\swarrow$
9022 \end_inset
9023
9024
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \backslash
9037 nwarrow
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 \begin_inset Formula $\nwarrow$
9047 \end_inset
9048
9049
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 </row>
9055 </lyxtabular>
9056
9057 \end_inset
9058
9059
9060 \begin_inset space \hfill{}
9061 \end_inset
9062
9063
9064 \end_layout
9065
9066 \begin_layout Standard
9067 \begin_inset VSpace medskip
9068 \end_inset
9069
9070 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
9071  même temps que les commandes décrites dans 
9072 \begin_inset CommandInset ref
9073 LatexCommand ref
9074 reference "sub:Taille-parenthèses-manuelle"
9075
9076 \end_inset
9077
9078  et 
9079 \begin_inset CommandInset ref
9080 LatexCommand ref
9081 reference "sub:Taille-parenthèses-automatique"
9082
9083 \end_inset
9084
9085 .
9086 \end_layout
9087
9088 \begin_layout Standard
9089 \begin_inset Newpage newpage
9090 \end_inset
9091
9092
9093 \end_layout
9094
9095 \begin_layout Section
9096 Accents
9097 \begin_inset CommandInset label
9098 LatexCommand label
9099 name "sec:Accents"
9100
9101 \end_inset
9102
9103
9104 \begin_inset Index
9105 status collapsed
9106
9107 \begin_layout Plain Layout
9108 Accents
9109 \end_layout
9110
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \begin_layout Standard
9117 On peut ajouter des accents avec le bouton
9118 \begin_inset space ~
9119 \end_inset
9120
9121
9122 \begin_inset Graphics
9123         filename ../../images/math/hat.png
9124         scale 85
9125
9126 \end_inset
9127
9128  de la barre d'outils mathématique ou en utilisant les commandes listées
9129  dans les sous-sections qui suivent.
9130 \end_layout
9131
9132 \begin_layout Subsection
9133 Accents pour un caractère
9134 \begin_inset ERT
9135 status collapsed
9136
9137 \begin_layout Plain Layout
9138
9139
9140 \backslash
9141 texorpdfstring{
9142 \end_layout
9143
9144 \end_inset
9145
9146
9147 \begin_inset Foot
9148 status collapsed
9149
9150 \begin_layout Plain Layout
9151 pour les accents dans le texte, voir 
9152 \begin_inset CommandInset ref
9153 LatexCommand ref
9154 reference "sub:Accents-dans-le-texte"
9155
9156 \end_inset
9157
9158
9159 \end_layout
9160
9161 \end_inset
9162
9163
9164 \begin_inset ERT
9165 status collapsed
9166
9167 \begin_layout Plain Layout
9168
9169 }{}
9170 \end_layout
9171
9172 \end_inset
9173
9174
9175 \begin_inset Note Note
9176 status collapsed
9177
9178 \begin_layout Plain Layout
9179
9180 \backslash
9181 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
9182  dans les signets PDF.
9183 \end_layout
9184
9185 \begin_layout Plain Layout
9186 Plus au sujet de 
9187 \backslash
9188 texorpdfstring dans la section 
9189 \begin_inset CommandInset ref
9190 LatexCommand ref
9191 reference "sub:formules-dans-les-entêtes"
9192
9193 \end_inset
9194
9195 .
9196 \end_layout
9197
9198 \end_inset
9199
9200
9201 \begin_inset CommandInset label
9202 LatexCommand label
9203 name "sub:Accents-sur-un-caractère"
9204
9205 \end_inset
9206
9207
9208 \begin_inset Index
9209 status collapsed
9210
9211 \begin_layout Plain Layout
9212 Accents ! pour un caractère
9213 \end_layout
9214
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \begin_layout Standard
9221 \begin_inset space \hfill{}
9222 \end_inset
9223
9224
9225 \begin_inset Tabular
9226 <lyxtabular version="3" rows="8" columns="2">
9227 <features>
9228 <column alignment="center" valignment="top" width="0pt">
9229 <column alignment="center" valignment="top" width="0pt">
9230 <row>
9231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 Commande
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Résultat
9245 \begin_inset Note Note
9246 status collapsed
9247
9248 \begin_layout Plain Layout
9249
9250 \series bold
9251
9252 \backslash
9253 raisebox est seulement utilisée pour faire de la place
9254 \end_layout
9255
9256 \end_inset
9257
9258
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 </row>
9264 <row>
9265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269
9270 \backslash
9271 dot
9272 \begin_inset ERT
9273 status collapsed
9274
9275 \begin_layout Plain Layout
9276
9277
9278 \backslash
9279 spce 
9280 \end_layout
9281
9282 \end_inset
9283
9284 A
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \backslash
9309 ddot
9310 \begin_inset ERT
9311 status collapsed
9312
9313 \begin_layout Plain Layout
9314
9315
9316 \backslash
9317 spce 
9318 \end_layout
9319
9320 \end_inset
9321
9322 A
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9332 \end_inset
9333
9334
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \backslash
9347 dddot
9348 \begin_inset ERT
9349 status collapsed
9350
9351 \begin_layout Plain Layout
9352
9353
9354 \backslash
9355 spce 
9356 \end_layout
9357
9358 \end_inset
9359
9360 A
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9370 \end_inset
9371
9372
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \backslash
9385 ddddot{A
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 vec
9411 \begin_inset ERT
9412 status collapsed
9413
9414 \begin_layout Plain Layout
9415
9416
9417 \backslash
9418 spce 
9419 \end_layout
9420
9421 \end_inset
9422
9423 A
9424 \begin_inset Index
9425 status collapsed
9426
9427 \begin_layout Plain Layout
9428 Vecteurs
9429 \end_layout
9430
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9443 \end_inset
9444
9445
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 <row>
9452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456
9457 \backslash
9458 bar
9459 \begin_inset ERT
9460 status collapsed
9461
9462 \begin_layout Plain Layout
9463
9464
9465 \backslash
9466 spce 
9467 \end_layout
9468
9469 \end_inset
9470
9471 A
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9481 \end_inset
9482
9483
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row>
9490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \backslash
9496 mathring
9497 \begin_inset ERT
9498 status collapsed
9499
9500 \begin_layout Plain Layout
9501
9502
9503 \backslash
9504 spce 
9505 \end_layout
9506
9507 \end_inset
9508
9509 A
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9519 \end_inset
9520
9521
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 </lyxtabular>
9528
9529 \end_inset
9530
9531
9532 \begin_inset space \hfill{}
9533 \end_inset
9534
9535
9536 \begin_inset Tabular
9537 <lyxtabular version="3" rows="7" columns="2">
9538 <features>
9539 <column alignment="center" valignment="top" width="0pt">
9540 <column alignment="center" valignment="top" width="0pt">
9541 <row>
9542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 Commande
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 Résultat
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \backslash
9568 tilde
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573
9574
9575 \backslash
9576 spce 
9577 \end_layout
9578
9579 \end_inset
9580
9581 A
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 <row>
9600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \backslash
9606 hat
9607 \begin_inset ERT
9608 status collapsed
9609
9610 \begin_layout Plain Layout
9611
9612
9613 \backslash
9614 spce 
9615 \end_layout
9616
9617 \end_inset
9618
9619 A
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 </row>
9637 <row>
9638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \backslash
9644 check
9645 \begin_inset ERT
9646 status collapsed
9647
9648 \begin_layout Plain Layout
9649
9650
9651 \backslash
9652 spce 
9653 \end_layout
9654
9655 \end_inset
9656
9657 A
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 </row>
9675 <row>
9676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680
9681 \backslash
9682 acute
9683 \begin_inset ERT
9684 status collapsed
9685
9686 \begin_layout Plain Layout
9687
9688
9689 \backslash
9690 spce 
9691 \end_layout
9692
9693 \end_inset
9694
9695 A
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9705 \end_inset
9706
9707
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 </row>
9713 <row>
9714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \backslash
9720 grave
9721 \begin_inset ERT
9722 status collapsed
9723
9724 \begin_layout Plain Layout
9725
9726
9727 \backslash
9728 spce 
9729 \end_layout
9730
9731 \end_inset
9732
9733 A
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 <row>
9752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \backslash
9758 breve
9759 \begin_inset ERT
9760 status collapsed
9761
9762 \begin_layout Plain Layout
9763
9764
9765 \backslash
9766 spce 
9767 \end_layout
9768
9769 \end_inset
9770
9771 A
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9781 \end_inset
9782
9783
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 </row>
9789 </lyxtabular>
9790
9791 \end_inset
9792
9793
9794 \begin_inset space \hfill{}
9795 \end_inset
9796
9797
9798 \end_layout
9799
9800 \begin_layout Standard
9801 \begin_inset VSpace bigskip
9802 \end_inset
9803
9804 Pour créer des trémas (umlauts en allemand)
9805 \begin_inset Index
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809 Umlauts | see
9810 \begin_inset ERT
9811 status collapsed
9812
9813 \begin_layout Plain Layout
9814
9815 {
9816 \end_layout
9817
9818 \end_inset
9819
9820 Trémas
9821 \begin_inset ERT
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825
9826 }
9827 \end_layout
9828
9829 \end_inset
9830
9831
9832 \end_layout
9833
9834 \end_inset
9835
9836
9837 \begin_inset Index
9838 status collapsed
9839
9840 \begin_layout Plain Layout
9841 Trémas
9842 \end_layout
9843
9844 \end_inset
9845
9846  dans des formules, on insère des guillemets devant une voyelle.
9847  Ces deux caractères sont alors traités comme 
9848 \emph on
9849 un seul 
9850 \emph default
9851 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9852  étant en allemand.
9853  Avec cette méthode, contrairement à 
9854 \series bold
9855
9856 \backslash
9857 ddot
9858 \series default
9859 , on crée de 
9860 \begin_inset Quotes eld
9861 \end_inset
9862
9863 vrais
9864 \begin_inset Quotes erd
9865 \end_inset
9866
9867  umlauts, comme le montre l'exemple suivant:
9868 \end_layout
9869
9870 \begin_layout Standard
9871 \begin_inset VSpace -2mm
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \begin_layout Standard
9878 \align center
9879 \begin_inset Tabular
9880 <lyxtabular version="3" rows="3" columns="2">
9881 <features>
9882 <column alignment="center" valignment="top" width="0">
9883 <column alignment="center" valignment="top" width="0">
9884 <row>
9885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889 Commande
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 Résultat
9899 \begin_inset Note Note
9900 status collapsed
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905
9906 \backslash
9907 raisebox
9908 \series default
9909  et le 0
9910 \begin_inset space \thinspace{}
9911 \end_inset
9912
9913 pt espace sont seulement utilisés pour faire de la place
9914 \end_layout
9915
9916 \end_inset
9917
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 \begin_inset Quotes grd
9930 \end_inset
9931
9932 i
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 \begin_inset space \hspace{}
9942 \length 0pt
9943 \end_inset
9944
9945
9946 \lang german
9947
9948 \begin_inset Formula $"i$
9949 \end_inset
9950
9951
9952 \lang french
9953
9954 \begin_inset Note Note
9955 status collapsed
9956
9957 \begin_layout Plain Layout
9958 il faut que cette formule soit en allemand (NdT)
9959 \end_layout
9960
9961 \end_inset
9962
9963
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 </row>
9969 <row>
9970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \backslash
9976 ddot
9977 \begin_inset ERT
9978 status collapsed
9979
9980 \begin_layout Plain Layout
9981
9982
9983 \backslash
9984 spce 
9985 \end_layout
9986
9987 \end_inset
9988
9989 i
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9999 \end_inset
10000
10001
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 </lyxtabular>
10008
10009 \end_inset
10010
10011
10012 \end_layout
10013
10014 \begin_layout Standard
10015 Un autre avantage par rapport à 
10016 \series bold
10017
10018 \backslash
10019 ddot
10020 \series default
10021  est que les trémas peuvent être convertis directement en texte mathématique,
10022  parce que les accents vus plus haut 
10023 \emph on
10024 ne sont pas autorisés 
10025 \emph default
10026 en texte mathématique.
10027  Quand on convertit un caractère accentué en texte mathématique, seul le
10028  caractère qui est sous l'accent est converti.
10029  Ceci s'applique aussi à toutes les autres conversions comme par exemple
10030  l'italique ou le gras.
10031 \end_layout
10032
10033 \begin_layout Standard
10034 En texte mathématique, les trémas et autres caractères accentués peuvent
10035  être insérés directement.
10036 \end_layout
10037
10038 \begin_layout Subsection
10039 Accents pour les opérateurs
10040 \begin_inset Index
10041 status collapsed
10042
10043 \begin_layout Plain Layout
10044 Accents ! pour les opérateurs
10045 \end_layout
10046
10047 \end_inset
10048
10049
10050 \end_layout
10051
10052 \begin_layout Standard
10053 Avec les commandes 
10054 \series bold
10055
10056 \backslash
10057 overset
10058 \series default
10059
10060 \begin_inset Index
10061 status collapsed
10062
10063 \begin_layout Plain Layout
10064 Commandes ! O ! 
10065 \backslash
10066 overset
10067 \end_layout
10068
10069 \end_inset
10070
10071  et 
10072 \series bold
10073
10074 \backslash
10075 underset
10076 \series default
10077
10078 \begin_inset Index
10079 status collapsed
10080
10081 \begin_layout Plain Layout
10082 Commandes ! U ! 
10083 \backslash
10084 underset
10085 \end_layout
10086
10087 \end_inset
10088
10089  on peut placer des caractères respectivement au dessus ou en dessous d'un
10090  opérateur, pour l'accentuer.
10091  Avec la commande 
10092 \series bold
10093
10094 \backslash
10095 sideset
10096 \series default
10097
10098 \begin_inset Index
10099 status collapsed
10100
10101 \begin_layout Plain Layout
10102 Commandes ! S ! 
10103 \backslash
10104 sideset
10105 \end_layout
10106
10107 \end_inset
10108
10109 , on peut placer des caractères avant ou après un opérateur.
10110  La syntaxe de la commande est:
10111 \series bold
10112
10113 \begin_inset Newline newline
10114 \end_inset
10115
10116
10117 \backslash
10118 sideset{caractère avant}{caractère après}
10119 \end_layout
10120
10121 \begin_layout Standard
10122
10123 \series bold
10124
10125 \backslash
10126 sideset
10127 \series default
10128  doit toujours se trouver avant l'opérateur qui est accentué.
10129   Vous pouvez utiliser pour l'accentuation plusieurs caractères et même
10130  d'autres opérateurs ou des symboles.
10131  Pour placer avec 
10132 \series bold
10133
10134 \backslash
10135 sideset,
10136 \series default
10137  par exemple seulement des caractères derrière un opérateur, ne mettez rien
10138  entre les deux premières accolades, mais ne les omettez pas.
10139 \end_layout
10140
10141 \begin_layout Standard
10142 Par exemple la commande 
10143 \series bold
10144
10145 \backslash
10146 sideset{
10147 \begin_inset Formula $\to$
10148 \end_inset
10149
10150
10151 \backslash
10152 {
10153 \series default
10154 '
10155 \series bold
10156
10157 \begin_inset Formula $\to$
10158 \end_inset
10159
10160
10161 \backslash
10162 sum_k=1
10163 \begin_inset ERT
10164 status collapsed
10165
10166 \begin_layout Plain Layout
10167
10168
10169 \backslash
10170 spce 
10171 \end_layout
10172
10173 \end_inset
10174
10175
10176 \series default
10177 ^
10178 \series bold
10179 n
10180 \series default
10181  donne:
10182 \begin_inset Formula \[
10183 \sideset{}{'}\sum_{k=1}^{n}\]
10184
10185 \end_inset
10186
10187
10188 \end_layout
10189
10190 \begin_layout Standard
10191 La commande 
10192 \series bold
10193
10194 \backslash
10195 overset
10196 \begin_inset ERT
10197 status collapsed
10198
10199 \begin_layout Plain Layout
10200
10201
10202 \backslash
10203 spce 
10204 \end_layout
10205
10206 \end_inset
10207
10208
10209 \backslash
10210 maltese
10211 \begin_inset ERT
10212 status collapsed
10213
10214 \begin_layout Plain Layout
10215
10216
10217 \backslash
10218 spce 
10219 \end_layout
10220
10221 \end_inset
10222
10223
10224 \series default
10225
10226 \begin_inset Formula $\uparrow$
10227 \end_inset
10228
10229
10230 \series bold
10231 a
10232 \series default
10233  donne:
10234 \begin_inset Formula \[
10235 \overset{a}{\maltese}\]
10236
10237 \end_inset
10238
10239 Comme on peut le voir dans le dernier exemple, avec 
10240 \series bold
10241
10242 \backslash
10243 overset
10244 \series default
10245  et 
10246 \series bold
10247
10248 \backslash
10249 underset
10250 \series default
10251  on peut aussi accentuer des symboles et des caractères; avec 
10252 \series bold
10253
10254 \backslash
10255 sideset
10256 \series default
10257  ce n'est pas possible.
10258 \end_layout
10259
10260 \begin_layout Subsection
10261 Accents pour plusieurs caractères
10262 \begin_inset Index
10263 status collapsed
10264
10265 \begin_layout Plain Layout
10266 Accents ! pour plusieurs caractères
10267 \end_layout
10268
10269 \end_inset
10270
10271
10272 \end_layout
10273
10274 \begin_layout Standard
10275 \begin_inset space \hfill{}
10276 \end_inset
10277
10278
10279 \begin_inset Tabular
10280 <lyxtabular version="3" rows="5" columns="2">
10281 <features>
10282 <column alignment="center" valignment="top" width="0pt">
10283 <column alignment="center" valignment="top" width="0pt">
10284 <row>
10285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Commande
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 Résultat
10299 \begin_inset Note Note
10300 status collapsed
10301
10302 \begin_layout Plain Layout
10303
10304 \series bold
10305
10306 \backslash
10307 raisebox est seulement utilisée pour faire de la place
10308 \end_layout
10309
10310 \end_inset
10311
10312
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \backslash
10325 overleftarrow
10326 \begin_inset ERT
10327 status collapsed
10328
10329 \begin_layout Plain Layout
10330
10331
10332 \backslash
10333 spce 
10334 \end_layout
10335
10336 \end_inset
10337
10338 A=B
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10348 \end_inset
10349
10350
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \backslash
10363 underleftarrow
10364 \begin_inset ERT
10365 status collapsed
10366
10367 \begin_layout Plain Layout
10368
10369
10370 \backslash
10371 spce 
10372 \end_layout
10373
10374 \end_inset
10375
10376 A=B
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10386 \end_inset
10387
10388
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \backslash
10401 overleftrightarrow
10402 \begin_inset ERT
10403 status collapsed
10404
10405 \begin_layout Plain Layout
10406
10407
10408 \backslash
10409 spce 
10410 \end_layout
10411
10412 \end_inset
10413
10414 A=B
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10424 \end_inset
10425
10426
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 <row>
10433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437
10438 \backslash
10439 underleftrightarrow
10440 \begin_inset ERT
10441 status collapsed
10442
10443 \begin_layout Plain Layout
10444
10445
10446 \backslash
10447 spce 
10448 \end_layout
10449
10450 \end_inset
10451
10452 A=B
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10462 \end_inset
10463
10464
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 </lyxtabular>
10471
10472 \end_inset
10473
10474
10475 \begin_inset space \hfill{}
10476 \end_inset
10477
10478
10479 \begin_inset Tabular
10480 <lyxtabular version="3" rows="5" columns="2">
10481 <features>
10482 <column alignment="center" valignment="top" width="0pt">
10483 <column alignment="center" valignment="top" width="0pt">
10484 <row>
10485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Commande
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Résultat
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \backslash
10511 overrightarrow
10512 \begin_inset ERT
10513 status collapsed
10514
10515 \begin_layout Plain Layout
10516
10517
10518 \backslash
10519 spce 
10520 \end_layout
10521
10522 \end_inset
10523
10524 A=B
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10534 \end_inset
10535
10536
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \backslash
10549 underrightarrow
10550 \begin_inset ERT
10551 status collapsed
10552
10553 \begin_layout Plain Layout
10554
10555
10556 \backslash
10557 spce 
10558 \end_layout
10559
10560 \end_inset
10561
10562 A=B
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10572 \end_inset
10573
10574
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \backslash
10587 widetilde
10588 \begin_inset ERT
10589 status collapsed
10590
10591 \begin_layout Plain Layout
10592
10593
10594 \backslash
10595 spce 
10596 \end_layout
10597
10598 \end_inset
10599
10600 A=B
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10610 \end_inset
10611
10612
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 </row>
10618 <row>
10619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623
10624 \backslash
10625 widehat
10626 \begin_inset ERT
10627 status collapsed
10628
10629 \begin_layout Plain Layout
10630
10631
10632 \backslash
10633 spce 
10634 \end_layout
10635
10636 \end_inset
10637
10638 A=B
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10648 \end_inset
10649
10650
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 </lyxtabular>
10657
10658 \end_inset
10659
10660
10661 \begin_inset space \hfill{}
10662 \end_inset
10663
10664
10665 \end_layout
10666
10667 \begin_layout Standard
10668 \begin_inset VSpace medskip
10669 \end_inset
10670
10671 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10672  voulez.
10673  Mais les accents 
10674 \series bold
10675
10676 \backslash
10677 widetilde
10678 \series default
10679  et 
10680 \series bold
10681
10682 \backslash
10683 widehat 
10684 \series default
10685 apparaîtront dans la sortie finale avec une longueur de seulement trois
10686  caractères, comme on le voit dans l'exemple suivant:
10687 \begin_inset Formula \[
10688 \widetilde{A+B=C-D}\]
10689
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \begin_layout Standard
10696 Avec les commandes 
10697 \series bold
10698
10699 \backslash
10700 overset
10701 \series default
10702
10703 \begin_inset Index
10704 status collapsed
10705
10706 \begin_layout Plain Layout
10707 Commandes ! O ! 
10708 \backslash
10709 overset
10710 \end_layout
10711
10712 \end_inset
10713
10714  et 
10715 \series bold
10716
10717 \backslash
10718 underset
10719 \series default
10720
10721 \begin_inset Index
10722 status collapsed
10723
10724 \begin_layout Plain Layout
10725 Commandes ! U ! 
10726 \backslash
10727 underset
10728 \end_layout
10729
10730 \end_inset
10731
10732  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10733  plusieurs caractères.
10734
10735 \series bold
10736  
10737 \series default
10738 La commande
10739 \series bold
10740  
10741 \backslash
10742 underset
10743 \begin_inset ERT
10744 status collapsed
10745
10746 \begin_layout Plain Layout
10747
10748
10749 \backslash
10750 spce 
10751 \end_layout
10752
10753 \end_inset
10754
10755 A=B
10756 \begin_inset Formula $\downarrow$
10757 \end_inset
10758
10759 ***
10760 \series default
10761  donne:
10762 \begin_inset Formula \[
10763 \underset{***}{A=B}\]
10764
10765 \end_inset
10766
10767
10768 \end_layout
10769
10770 \begin_layout Section
10771 Espace
10772 \begin_inset CommandInset label
10773 LatexCommand label
10774 name "sub:Espace"
10775
10776 \end_inset
10777
10778
10779 \begin_inset Index
10780 status collapsed
10781
10782 \begin_layout Plain Layout
10783 Espace ! horizontal
10784 \end_layout
10785
10786 \end_inset
10787
10788
10789 \end_layout
10790
10791 \begin_layout Subsection
10792 Espace prédéfini
10793 \begin_inset CommandInset label
10794 LatexCommand label
10795 name "sub:Espace-prédéfini"
10796
10797 \end_inset
10798
10799
10800 \begin_inset Index
10801 status collapsed
10802
10803 \begin_layout Plain Layout
10804 Espace ! horizontal ! prédéfini
10805 \end_layout
10806
10807 \end_inset
10808
10809
10810 \end_layout
10811
10812 \begin_layout Standard
10813 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10814  On le fait en utilisant une espace insécable (raccourci 
10815 \family sans
10816 Ctrl-Espace
10817 \family default
10818 ).
10819  Un 
10820 \begin_inset Quotes eld
10821 \end_inset
10822
10823
10824 \series bold
10825 \color blue
10826
10827 \begin_inset ERT
10828 status collapsed
10829
10830 \begin_layout Plain Layout
10831
10832
10833 \backslash
10834 spce 
10835 \end_layout
10836
10837 \end_inset
10838
10839
10840 \series default
10841 \color inherit
10842
10843 \begin_inset Quotes erd
10844 \end_inset
10845
10846  apparaît et en appuyant plusieurs fois sur 
10847 \family sans
10848 Espace
10849 \family default
10850  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10851  On peut aussi insérer ces espaces en utilisant le bouton 
10852 \begin_inset Graphics
10853         filename ../../images/math/space.png
10854         scale 85
10855
10856 \end_inset
10857
10858  de la barre d'outils mathématique.
10859  Indépendemment de la commande insérée, on peut toujours changer de taille
10860  après en appuyant sur 
10861 \family sans
10862 Espace
10863 \family default
10864 .
10865  
10866 \end_layout
10867
10868 \begin_layout Standard
10869 \noindent
10870 \align center
10871 \begin_inset VSpace -5mm
10872 \end_inset
10873
10874
10875 \begin_inset Tabular
10876 <lyxtabular version="3" rows="3" columns="7">
10877 <features>
10878 <column alignment="center" valignment="middle" width="6.8cm">
10879 <column alignment="center" valignment="top" width="0">
10880 <column alignment="center" valignment="top" width="0">
10881 <column alignment="center" valignment="top" width="0">
10882 <column alignment="center" valignment="top" width="0">
10883 <column alignment="center" valignment="top" width="0">
10884 <column alignment="center" valignment="top" width="0">
10885 <row>
10886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890 Commande
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \backslash
10901 ,
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910
10911 \backslash
10912 :
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \backslash
10923 ;
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932
10933 \backslash
10934 quad
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943
10944 \backslash
10945 qquad
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954
10955 \backslash
10956 !
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 </row>
10962 <row>
10963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967 Nombre de fois où on a appuyé sur la barre d'
10968 \family sans
10969 Espace 
10970 \family default
10971 après avoir inséré l'espace insécable
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 0
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 1
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 2
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 3
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 4
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 5
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 </row>
11031 <row>
11032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 Résultat
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 \begin_inset Formula $A\, B$
11046 \end_inset
11047
11048
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 \begin_inset Formula $A\: B$
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 \begin_inset Formula $A\; B$
11070 \end_inset
11071
11072
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 \begin_inset Formula $A\quad B$
11082 \end_inset
11083
11084
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 \begin_inset Formula $A\qquad B$
11094 \end_inset
11095
11096
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 \begin_inset Formula $A\! B$
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 </lyxtabular>
11115
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \begin_layout Standard
11122 La dernière taille n'a pas l'air de produire une espace.
11123  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
11124  parce que c'est une espace négative.
11125  Il y a deux autres espaces négatives:
11126 \end_layout
11127
11128 \begin_layout Standard
11129 \align center
11130 \begin_inset Tabular
11131 <lyxtabular version="3" rows="3" columns="3">
11132 <features>
11133 <column alignment="center" valignment="middle" width="6.8cm">
11134 <column alignment="center" valignment="top" width="0pt">
11135 <column alignment="center" valignment="top" width="0pt">
11136 <row>
11137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 Commande
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150
11151 \backslash
11152 negmedspace
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161
11162 \backslash
11163 negthickspace
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 Nombre de fois où on a appuyé sur la barre d'
11175 \family sans
11176 Espace 
11177 \family default
11178 après avoir inséré l'espace insécable
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 6
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 7
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 Résultat
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 \begin_inset Formula $A\negmedspace B$
11217 \end_inset
11218
11219
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 \begin_inset Formula $A\negthickspace B$
11229 \end_inset
11230
11231
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 </lyxtabular>
11238
11239 \end_inset
11240
11241
11242 \end_layout
11243
11244 \begin_layout Standard
11245 Les espaces négatives peuvent faire que les caractères se chevauchent.
11246  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
11247  les opérateurs de somme:
11248 \end_layout
11249
11250 \begin_layout Standard
11251 \align center
11252 \begin_inset Tabular
11253 <lyxtabular version="3" rows="3" columns="2">
11254 <features>
11255 <column alignment="center" valignment="top" width="0">
11256 <column alignment="center" valignment="top" width="0">
11257 <row>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 Commande
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 Résultat
11272 \begin_inset Note Note
11273 status open
11274
11275 \begin_layout Plain Layout
11276
11277 \series bold
11278
11279 \backslash
11280 raisebox est seulement utilisée pour faire de la place
11281 \end_layout
11282
11283 \end_inset
11284
11285
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 </row>
11291 <row>
11292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296
11297 \backslash
11298 sum
11299 \backslash
11300 sum
11301 \begin_inset ERT
11302 status collapsed
11303
11304 \begin_layout Plain Layout
11305
11306
11307 \backslash
11308 spce 
11309 \end_layout
11310
11311 \end_inset
11312
11313 f_kl
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11323 \end_inset
11324
11325
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 </row>
11331 <row>
11332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336
11337 \backslash
11338 sum
11339 \backslash
11340 negmedspace
11341 \backslash
11342 sum
11343 \begin_inset ERT
11344 status collapsed
11345
11346 \begin_layout Plain Layout
11347
11348
11349 \backslash
11350 spce 
11351 \end_layout
11352
11353 \end_inset
11354
11355 f_kl
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11365 \end_inset
11366
11367
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 </row>
11373 </lyxtabular>
11374
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \begin_layout Standard
11381 Les opérateur de relations comme par exemple le signe égal, sont toujours
11382  entourés par des espaces.
11383  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
11384  L'exemple suivant donne une illustration:
11385 \end_layout
11386
11387 \begin_layout Standard
11388 \align center
11389 \begin_inset Tabular
11390 <lyxtabular version="3" rows="2" columns="2">
11391 <features>
11392 <column alignment="center" valignment="top" width="0pt">
11393 <column alignment="center" valignment="top" width="0pt">
11394 <row>
11395 <cell alignment="center" valignment="top" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 équation normale
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 \begin_inset Formula $A=B$
11409 \end_inset
11410
11411
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 </row>
11417 <row>
11418 <cell alignment="center" valignment="top" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 \begin_inset Note Note
11423 status collapsed
11424
11425 \begin_layout Plain Layout
11426
11427 \series bold
11428 \lang english
11429
11430 \backslash
11431 raisebox
11432 \end_layout
11433
11434 \end_inset
11435
11436
11437 \begin_inset Formula $\raisebox{5mm}{}$
11438 \end_inset
11439
11440 équation sans espace
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 \begin_inset Formula $A{=}B$
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 </lyxtabular>
11459
11460 \end_inset
11461
11462
11463 \end_layout
11464
11465 \begin_layout Standard
11466 \noindent
11467 La commande utilisée pour la dernière formule est: 
11468 \series bold
11469 A
11470 \backslash
11471 {=
11472 \begin_inset Formula $\to$
11473 \end_inset
11474
11475 B
11476 \end_layout
11477
11478 \begin_layout Standard
11479 \begin_inset VSpace bigskip
11480 \end_inset
11481
11482 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
11483  insérée entre la valeur et l'unité est une espace fine et pas une espace
11484  normale.
11485  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
11486 \family sans
11487 Insérer\SpecialChar \menuseparator
11488 Typographie
11489 \begin_inset space ~
11490 \end_inset
11491
11492 spéciale\SpecialChar \menuseparator
11493 Espace
11494 \begin_inset space ~
11495 \end_inset
11496
11497 fine
11498 \family default
11499  (raccourci 
11500 \family sans
11501 Ctrl-Shift-Espace
11502 \family default
11503 ).
11504 \end_layout
11505
11506 \begin_layout Standard
11507 Un exemple pour voir la différence:
11508 \end_layout
11509
11510 \begin_layout Standard
11511 \begin_inset Tabular
11512 <lyxtabular version="3" rows="2" columns="2">
11513 <features>
11514 <column alignment="left" valignment="top" width="0">
11515 <column alignment="left" valignment="top" width="0">
11516 <row>
11517 <cell alignment="center" valignment="top" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 24 kW
11522 \begin_inset Formula $\cdot$
11523 \end_inset
11524
11525 h
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 espace normale entre l'unité est la valeur
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 <row>
11541 <cell alignment="center" valignment="top" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 24
11546 \begin_inset space \thinspace{}
11547 \end_inset
11548
11549 kW
11550 \begin_inset Formula $\cdot$
11551 \end_inset
11552
11553 h
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 espace fine entre l'unité et la valeur
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 </lyxtabular>
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Subsection
11576 Espace variable
11577 \begin_inset ERT
11578 status collapsed
11579
11580 \begin_layout Plain Layout
11581
11582
11583 \backslash
11584 texorpdfstring{
11585 \end_layout
11586
11587 \end_inset
11588
11589
11590 \begin_inset Foot
11591 status collapsed
11592
11593 \begin_layout Plain Layout
11594 pour les espacements verticaux dans les formules, voir 
11595 \begin_inset CommandInset ref
11596 LatexCommand ref
11597 reference "sub:Séparation-des-lignes"
11598
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \begin_inset ERT
11608 status collapsed
11609
11610 \begin_layout Plain Layout
11611
11612 }{}
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \begin_inset Note Note
11619 status collapsed
11620
11621 \begin_layout Plain Layout
11622
11623 \backslash
11624 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
11625  dans les signets PDF.
11626 \end_layout
11627
11628 \begin_layout Plain Layout
11629 Plus au sujet de 
11630 \backslash
11631 texorpdfstring dans la section 
11632 \begin_inset CommandInset ref
11633 LatexCommand ref
11634 reference "sub:formules-dans-les-entêtes"
11635
11636 \end_inset
11637
11638 .
11639 \end_layout
11640
11641 \end_inset
11642
11643
11644 \begin_inset CommandInset label
11645 LatexCommand label
11646 name "sub:Espace-variable"
11647
11648 \end_inset
11649
11650
11651 \begin_inset Index
11652 status collapsed
11653
11654 \begin_layout Plain Layout
11655 Espace ! horizontal ! variable
11656 \end_layout
11657
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \begin_layout Standard
11664 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11665 \begin_inset Newline newline
11666 \end_inset
11667
11668
11669 \series bold
11670
11671 \backslash
11672 hspace{length}
11673 \series default
11674
11675 \begin_inset Index
11676 status collapsed
11677
11678 \begin_layout Plain Layout
11679 Commandes ! H ! 
11680 \backslash
11681 hspace
11682 \end_layout
11683
11684 \end_inset
11685
11686 .
11687  Pour la valeur de la longueur toutes les unités qui sont listées dans 
11688 \begin_inset CommandInset ref
11689 LatexCommand ref
11690 reference "tab:Unités-disponibles"
11691
11692 \end_inset
11693
11694  sont utilisables à l'exception de l'unité 
11695 \begin_inset Quotes eld
11696 \end_inset
11697
11698 mu
11699 \begin_inset Quotes erd
11700 \end_inset
11701
11702 .
11703  La longueur peut aussi être négative.
11704  Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11705  disponible, on utilise la commande 
11706 \series bold
11707
11708 \backslash
11709 hfill
11710 \series default
11711
11712 \begin_inset Index
11713 status collapsed
11714
11715 \begin_layout Plain Layout
11716 Commandes ! H ! 
11717 \backslash
11718 hfill
11719 \end_layout
11720
11721 \end_inset
11722
11723 .
11724 \end_layout
11725
11726 \begin_layout Standard
11727 \begin_inset VSpace -1mm
11728 \end_inset
11729
11730
11731 \end_layout
11732
11733 \begin_layout Standard
11734 \align center
11735 \begin_inset Tabular
11736 <lyxtabular version="3" rows="4" columns="2">
11737 <features>
11738 <column alignment="center" valignment="top" width="0">
11739 <column alignment="center" valignment="top" width="0">
11740 <row>
11741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 Commande
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 Résultat
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 </row>
11760 <row>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 A=B
11766 \backslash
11767 hspace{3cm
11768 \begin_inset Formula $\to$
11769 \end_inset
11770
11771 A
11772 \backslash
11773 not=C
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 </row>
11791 <row>
11792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 A
11797 \backslash
11798 hspace{-1mm
11799 \begin_inset Formula $\to$
11800 \end_inset
11801
11802 A
11803 \backslash
11804 not=A
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11814 \end_inset
11815
11816
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 </row>
11822 <row>
11823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 A=A
11828 \backslash
11829 hfill
11830 \begin_inset ERT
11831 status collapsed
11832
11833 \begin_layout Plain Layout
11834
11835
11836 \backslash
11837 spce 
11838 \end_layout
11839
11840 \end_inset
11841
11842 B=B
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 \begin_inset Formula $A=A\hfill B=B$
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 </row>
11860 </lyxtabular>
11861
11862 \end_inset
11863
11864
11865 \end_layout
11866
11867 \begin_layout Standard
11868 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
11869  de colonne le plus long du tableau.
11870  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
11871  laquelle 
11872 \series bold
11873
11874 \backslash
11875 hfill
11876 \series default
11877  est inséré.
11878  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
11879  espace ne sera ajouté.
11880  
11881 \series bold
11882
11883 \backslash
11884 hfill
11885 \series default
11886  a un effet sur les formules hors ligne uniquement si on utilise le style
11887  de formule 
11888 \series bold
11889 Indenté
11890 \series default
11891  (Les styles de formules sont expliqués dans 
11892 \begin_inset CommandInset ref
11893 LatexCommand ref
11894 reference "sec:Styles-de-formules"
11895
11896 \end_inset
11897
11898 ).
11899 \end_layout
11900
11901 \begin_layout Standard
11902 En plus de 
11903 \series bold
11904
11905 \backslash
11906 hfill, 
11907 \series default
11908 il y a les commandes 
11909 \series bold
11910
11911 \backslash
11912 dotfill
11913 \series default
11914  et 
11915 \series bold
11916
11917 \backslash
11918 hrulefill
11919 \series default
11920  qui remplissent l'espace avec un motif, voir 
11921 \begin_inset CommandInset ref
11922 LatexCommand ref
11923 reference "sub:Points-de-suspension"
11924
11925 \end_inset
11926
11927  pour un exemple.
11928 \end_layout
11929
11930 \begin_layout Standard
11931 Pour le texte, on peut insérer une espace de longueur variable avec le menu
11932  
11933 \family sans
11934 Insérer\SpecialChar \menuseparator
11935 Typographie
11936 \begin_inset space ~
11937 \end_inset
11938
11939 spéciale\SpecialChar \menuseparator
11940 Espacement horizontal, 
11941 \family default
11942 ce qui n'est pas possible avec les formules:
11943 \end_layout
11944
11945 \begin_layout Standard
11946 Ceci est une ligne avec un espace de
11947 \begin_inset space \hspace{}
11948 \length 2cm
11949 \end_inset
11950
11951 2
11952 \begin_inset space \thinspace{}
11953 \end_inset
11954
11955 cm.
11956 \end_layout
11957
11958 \begin_layout Standard
11959 Ceci est une ligne avec un
11960 \begin_inset space \hfill{}
11961 \end_inset
11962
11963 espace maximum.
11964 \end_layout
11965
11966 \begin_layout Subsection
11967 Espace après les formules en ligne
11968 \begin_inset Index
11969 status collapsed
11970
11971 \begin_layout Plain Layout
11972 Espace ! après les formules en ligne
11973 \end_layout
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \begin_layout Standard
11981 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
11982  
11983 \series bold
11984
11985 \backslash
11986 mathsurround
11987 \begin_inset Index
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991 Commandes ! M ! 
11992 \backslash
11993 mathsurround
11994 \end_layout
11995
11996 \end_inset
11997
11998
11999 \series default
12000 .
12001  La valeur d'une longueur est modifiée avec la commande 
12002 \series bold
12003
12004 \backslash
12005 setlength
12006 \begin_inset Index
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010 Commandes ! S ! 
12011 \backslash
12012 setlength
12013 \end_layout
12014
12015 \end_inset
12016
12017
12018 \series default
12019  qui a la syntaxe suivante:
12020 \end_layout
12021
12022 \begin_layout Standard
12023
12024 \series bold
12025
12026 \backslash
12027 setlength{nom de la longueur}{valeur}
12028 \end_layout
12029
12030 \begin_layout Standard
12031 Pour mettre 
12032 \series bold
12033
12034 \backslash
12035 mathsurround
12036 \series default
12037  à une valeur de 5
12038 \begin_inset space \thinspace{}
12039 \end_inset
12040
12041 mm, on insère la commande
12042 \end_layout
12043
12044 \begin_layout Standard
12045
12046 \series bold
12047
12048 \backslash
12049 setlength{
12050 \backslash
12051 mathsurround}{5mm}
12052 \end_layout
12053
12054 \begin_layout Standard
12055 en mode TeX.
12056  Une espace de 5
12057 \begin_inset space \thinspace{}
12058 \end_inset
12059
12060 mm va maintenant être placée autour de toutes les formules en ligne:
12061 \begin_inset ERT
12062 status collapsed
12063
12064 \begin_layout Plain Layout
12065
12066
12067 \backslash
12068 setlength{
12069 \backslash
12070 mathsurround}{5mm}
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \begin_layout Standard
12079 Voici une formule en ligne 
12080 \begin_inset Formula $A=B$
12081 \end_inset
12082
12083  avec une espace de 5
12084 \begin_inset space \thinspace{}
12085 \end_inset
12086
12087 mm autour.
12088 \begin_inset ERT
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092
12093
12094 \backslash
12095 setlength{
12096 \backslash
12097 mathsurround}{0pt}
12098 \end_layout
12099
12100 \end_inset
12101
12102
12103 \end_layout
12104
12105 \begin_layout Standard
12106 Pour revenir à la valeur prédéfinie, on met 
12107 \series bold
12108
12109 \backslash
12110 mathsurround
12111 \series default
12112  à 0
12113 \begin_inset space \thinspace{}
12114 \end_inset
12115
12116 pt.
12117 \end_layout
12118
12119 \begin_layout Section
12120 Boîtes et cadres
12121 \begin_inset Index
12122 status collapsed
12123
12124 \begin_layout Plain Layout
12125 Boîtes
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \begin_inset Index
12132 status collapsed
12133
12134 \begin_layout Plain Layout
12135 Cadres | see 
12136 \begin_inset ERT
12137 status collapsed
12138
12139 \begin_layout Plain Layout
12140
12141 {
12142 \end_layout
12143
12144 \end_inset
12145
12146 Boîtes
12147 \begin_inset ERT
12148 status collapsed
12149
12150 \begin_layout Plain Layout
12151
12152 }
12153 \end_layout
12154
12155 \end_inset
12156
12157
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \end_layout
12164
12165 \begin_layout Standard
12166 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
12167 \emph on
12168 Boîtes 
12169 \emph default
12170 du manuel 
12171 \emph on
12172 Objets insérés.
12173  
12174 \end_layout
12175
12176 \begin_layout Subsection
12177 Boîtes avec cadre
12178 \begin_inset CommandInset label
12179 LatexCommand label
12180 name "sub:Boîtes-avec-cadre"
12181
12182 \end_inset
12183
12184
12185 \begin_inset Index
12186 status collapsed
12187
12188 \begin_layout Plain Layout
12189 Boîtes ! avec cadre
12190 \end_layout
12191
12192 \end_inset
12193
12194
12195 \end_layout
12196
12197 \begin_layout Standard
12198 Il es possible d'encadrer des formules ou des portions de formules avec
12199  la commande 
12200 \series bold
12201
12202 \backslash
12203 fbox
12204 \series default
12205
12206 \begin_inset Index
12207 status collapsed
12208
12209 \begin_layout Plain Layout
12210 Commandes ! F ! 
12211 \backslash
12212 fbox
12213 \end_layout
12214
12215 \end_inset
12216
12217  et 
12218 \series bold
12219
12220 \backslash
12221 boxed
12222 \series default
12223
12224 \begin_inset Index
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228 Commandes ! B ! 
12229 \backslash
12230 boxed
12231 \end_layout
12232
12233 \end_inset
12234
12235 .
12236 \end_layout
12237
12238 \begin_layout Standard
12239 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
12240  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
12241  Pour 
12242 \series bold
12243
12244 \backslash
12245 fbox
12246 \series default
12247  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
12248  avec 
12249 \family sans
12250 Ctrl-m
12251 \family default
12252  
12253 \begin_inset Foot
12254 status collapsed
12255
12256 \begin_layout Plain Layout
12257 À cause d'un bug de LyX, il est impossible de créer une nouvelle formule
12258  avec 
12259 \family sans
12260 Ctrl-m
12261 \family default
12262 , voir 
12263 \begin_inset CommandInset href
12264 LatexCommand href
12265 name "LyX-bug #1435"
12266 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12267
12268 \end_inset
12269
12270 .
12271 \end_layout
12272
12273 \end_inset
12274
12275 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
12276  Quand on utilise 
12277 \series bold
12278
12279 \backslash
12280 boxed
12281 \series default
12282 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
12283 \end_layout
12284
12285 \begin_layout Standard
12286 La commande 
12287 \series bold
12288
12289 \backslash
12290 fbox
12291 \series default
12292  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
12293  formule serait alors toujours mise à la taille du texte.
12294  
12295 \series bold
12296
12297 \backslash
12298 boxed
12299 \series default
12300 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
12301  la formule serait alors toujours mise à la taille des formules hors ligne.
12302 \end_layout
12303
12304 \begin_layout Standard
12305 Comme extension à 
12306 \series bold
12307
12308 \backslash
12309 fbox
12310 \series default
12311  il y a la commande 
12312 \series bold
12313
12314 \backslash
12315 framebox
12316 \series default
12317
12318 \begin_inset Index
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322 Commandes ! F ! 
12323 \backslash
12324 framebox
12325 \end_layout
12326
12327 \end_inset
12328
12329  où on peut en plus spécifier la largeur du cadre et l'alignement.
12330  La syntaxe de la commande 
12331 \series bold
12332
12333 \backslash
12334 framebox
12335 \series default
12336  est la suivante:
12337 \end_layout
12338
12339 \begin_layout Standard
12340
12341 \series bold
12342
12343 \backslash
12344 framebox[Largeur du cadre][position]{contenu de la boîte}
12345 \end_layout
12346
12347 \begin_layout Standard
12348 La position peut être soit 
12349 \emph on
12350 l
12351 \emph default
12352  soit 
12353 \emph on
12354 r
12355 \emph default
12356 .
12357  
12358 \emph on
12359 l
12360 \emph default
12361  aligne la formule à gauche dans la boîte, 
12362 \emph on
12363 r
12364 \emph default
12365  à droite.
12366  Quand on ne précise pas la position, la formule est centrée.
12367 \begin_inset Newline newline
12368 \end_inset
12369
12370 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
12371  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
12372  c'est le cas avec 
12373 \series bold
12374
12375 \backslash
12376 fbox
12377 \series default
12378 .
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Quand on insère la commande 
12383 \series bold
12384
12385 \backslash
12386 framebox
12387 \series default
12388 , une boîte apparaît contenant trois boîtes bleues.
12389  Les deux premières sont entourées de crochets pour signales des arguments
12390  optionnels.
12391  La troisième boîte est là pour contenir les portions de formules, comme
12392  pour 
12393 \series bold
12394
12395 \backslash
12396 fbox
12397 \series default
12398 .
12399 \end_layout
12400
12401 \begin_layout Standard
12402 \align center
12403 \begin_inset Note Note
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407 Le tableau a été placé dans une minipage pour que la note de bas de page
12408  apparaisse.
12409  Sinon le texte de la note n'aurait pas été affiché.
12410 \end_layout
12411
12412 \end_inset
12413
12414
12415 \begin_inset Box Frameless
12416 position "c"
12417 hor_pos "c"
12418 has_inner_box 1
12419 inner_pos "c"
12420 use_parbox 0
12421 width "100col%"
12422 special "none"
12423 height "1in"
12424 height_special "totalheight"
12425 status open
12426
12427 \begin_layout Plain Layout
12428 \align center
12429 \begin_inset Tabular
12430 <lyxtabular version="3" rows="5" columns="2">
12431 <features>
12432 <column alignment="center" valignment="top" width="0">
12433 <column alignment="center" valignment="top" width="0">
12434 <row>
12435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 Commande
12440 \begin_inset Foot
12441 status collapsed
12442
12443 \begin_layout Plain Layout
12444 À cause d'un bug de LyX, il n'est pas possible de créer une nouvelle formule
12445  avec 
12446 \family sans
12447 Ctrl-m
12448 \family default
12449 , voir 
12450 \begin_inset CommandInset href
12451 LatexCommand href
12452 name "LyX-bug #1435"
12453 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12454
12455 \end_inset
12456
12457 .
12458 \end_layout
12459
12460 \end_inset
12461
12462
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 Résultat
12472 \begin_inset Note Note
12473 status collapsed
12474
12475 \begin_layout Plain Layout
12476
12477 \series bold
12478 \lang english
12479
12480 \backslash
12481 raisebox
12482 \end_layout
12483
12484 \end_inset
12485
12486
12487 \end_layout
12488
12489 \end_inset
12490 </cell>
12491 </row>
12492 <row>
12493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497
12498 \backslash
12499 fbox
12500 \begin_inset ERT
12501 status collapsed
12502
12503 \begin_layout Plain Layout
12504
12505
12506 \backslash
12507 spce 
12508 \end_layout
12509
12510 \end_inset
12511
12512
12513 \family sans
12514 Ctrl-m
12515 \family default
12516  
12517 \backslash
12518 int
12519 \begin_inset ERT
12520 status collapsed
12521
12522 \begin_layout Plain Layout
12523
12524
12525 \backslash
12526 spce 
12527 \end_layout
12528
12529 \end_inset
12530
12531 A=B
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12541 \end_inset
12542
12543
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 </row>
12549 <row>
12550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554
12555 \backslash
12556 boxed
12557 \begin_inset ERT
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561
12562
12563 \backslash
12564 spce 
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \backslash
12571 int
12572 \begin_inset ERT
12573 status collapsed
12574
12575 \begin_layout Plain Layout
12576
12577
12578 \backslash
12579 spce 
12580 \end_layout
12581
12582 \end_inset
12583
12584 A=B
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12594 \end_inset
12595
12596
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 </row>
12602 <row>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 A+
12608 \backslash
12609 fbox
12610 \begin_inset ERT
12611 status collapsed
12612
12613 \begin_layout Plain Layout
12614
12615
12616 \backslash
12617 spce 
12618 \end_layout
12619
12620 \end_inset
12621
12622 B
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12632 \end_inset
12633
12634
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 </row>
12640 <row>
12641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645
12646 \backslash
12647 framebox
12648 \begin_inset ERT
12649 status collapsed
12650
12651 \begin_layout Plain Layout
12652
12653
12654 \backslash
12655 spce 
12656 \end_layout
12657
12658 \end_inset
12659
12660 20mm
12661 \begin_inset Formula $\to$
12662 \end_inset
12663
12664
12665 \begin_inset Formula $\to$
12666 \end_inset
12667
12668
12669 \family sans
12670 Ctrl-m
12671 \family default
12672  
12673 \backslash
12674 frac
12675 \begin_inset ERT
12676 status collapsed
12677
12678 \begin_layout Plain Layout
12679
12680
12681 \backslash
12682 spce 
12683 \end_layout
12684
12685 \end_inset
12686
12687 A
12688 \begin_inset Formula $\downarrow$
12689 \end_inset
12690
12691 B
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 \begin_inset Formula $\raisebox{6mm}{}$
12701 \end_inset
12702
12703
12704 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12705 \end_inset
12706
12707
12708 \begin_inset Formula $\raisebox{-4mm}{}$
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 </row>
12717 </lyxtabular>
12718
12719 \end_inset
12720
12721
12722 \end_layout
12723
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \begin_layout Standard
12730 On peut aussi ajuster l'épaisseur du cadre.
12731  Pour cela, il faut insérer les commandes suivantes en mode TeX avant la
12732  formule
12733 \end_layout
12734
12735 \begin_layout Standard
12736
12737 \series bold
12738
12739 \backslash
12740 fboxrule
12741 \series default
12742  
12743 \series bold
12744
12745 \begin_inset Quotes eld
12746 \end_inset
12747
12748 épaisseur
12749 \begin_inset Quotes erd
12750 \end_inset
12751
12752
12753 \series default
12754  
12755 \series bold
12756
12757 \backslash
12758 fboxsep
12759 \series default
12760  
12761 \series bold
12762
12763 \begin_inset Quotes eld
12764 \end_inset
12765
12766 distance
12767 \begin_inset Quotes erd
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \begin_layout Standard
12774 \begin_inset Quotes eld
12775 \end_inset
12776
12777 distance
12778 \begin_inset Quotes erd
12779 \end_inset
12780
12781  précise la distance minimale entre le cadre et le premier caractère de
12782  la boîte.
12783  Un exemple pour illustrer ceci avec la formule encadrée suivante:
12784 \begin_inset ERT
12785 status collapsed
12786
12787 \begin_layout Plain Layout
12788
12789
12790 \backslash
12791 fboxrule 2mm 
12792 \backslash
12793 fboxsep 3mm
12794 \end_layout
12795
12796 \end_inset
12797
12798
12799 \begin_inset Formula \[
12800 \boxed{A+B=C}\]
12801
12802 \end_inset
12803
12804 Avant cette formule, on a inséré en mode TeX les commandes
12805 \end_layout
12806
12807 \begin_layout Standard
12808
12809 \series bold
12810
12811 \backslash
12812 fboxrule
12813 \series default
12814  
12815 \series bold
12816 2mm
12817 \series default
12818  
12819 \series bold
12820
12821 \backslash
12822 fboxsep
12823 \series default
12824  
12825 \series bold
12826 3mm
12827 \end_layout
12828
12829 \begin_layout Standard
12830 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12831 \end_layout
12832
12833 \begin_layout Standard
12834 Pour revenir à la taille de cadre standard, on insère la commande
12835 \end_layout
12836
12837 \begin_layout Standard
12838
12839 \series bold
12840
12841 \backslash
12842 fboxrule
12843 \series default
12844  
12845 \series bold
12846 0.4pt
12847 \series default
12848  
12849 \series bold
12850
12851 \backslash
12852 fboxsep
12853 \series default
12854  
12855 \series bold
12856 3pt
12857 \series default
12858
12859 \begin_inset ERT
12860 status collapsed
12861
12862 \begin_layout Plain Layout
12863
12864
12865 \backslash
12866 fboxrule 0.4pt 
12867 \backslash
12868 fboxsep 3pt
12869 \end_layout
12870
12871 \end_inset
12872
12873
12874 \end_layout
12875
12876 \begin_layout Standard
12877 avant la formule suivante.
12878 \end_layout
12879
12880 \begin_layout Subsection
12881 Boîtes sans cadre
12882 \begin_inset CommandInset label
12883 LatexCommand label
12884 name "sub:Boîtes-sans-cadre"
12885
12886 \end_inset
12887
12888
12889 \begin_inset Index
12890 status collapsed
12891
12892 \begin_layout Plain Layout
12893 Boîtes ! sans cadre
12894 \end_layout
12895
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \begin_layout Standard
12902 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12903  
12904 \series bold
12905
12906 \backslash
12907 mbox
12908 \series default
12909
12910 \begin_inset Index
12911 status collapsed
12912
12913 \begin_layout Plain Layout
12914 Commandes ! M ! 
12915 \backslash
12916 mbox
12917 \end_layout
12918
12919 \end_inset
12920
12921
12922 \series bold
12923
12924 \backslash
12925 makebox
12926 \series default
12927
12928 \begin_inset Index
12929 status collapsed
12930
12931 \begin_layout Plain Layout
12932 Commandes ! M ! 
12933 \backslash
12934 makebox
12935 \end_layout
12936
12937 \end_inset
12938
12939 , et 
12940 \series bold
12941
12942 \backslash
12943 raisebox
12944 \series default
12945
12946 \begin_inset Index
12947 status collapsed
12948
12949 \begin_layout Plain Layout
12950 Commandes ! R ! 
12951 \backslash
12952 raisebox
12953 \end_layout
12954
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \begin_layout Standard
12961 Avec 
12962 \series bold
12963
12964 \backslash
12965 raisebox
12966 \series default
12967  une boîte peut être mise en exposant ou en indice.
12968  Mais contrairement aux indices et aux exposants normaux, les caractères
12969  conservent leur taille de police initiale.
12970  
12971 \series bold
12972
12973 \backslash
12974 raisebox
12975 \series default
12976  est utilisée avec la syntaxe suivante:
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 raisebox{hauteur}{contenu de la boîte}
12985 \end_layout
12986
12987 \begin_layout Standard
12988 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
12989  comme pour 
12990 \series bold
12991
12992 \backslash
12993 fbox
12994 \series default
12995 .
12996 \end_layout
12997
12998 \begin_layout Standard
12999 \align center
13000 \begin_inset Tabular
13001 <lyxtabular version="3" rows="4" columns="2">
13002 <features>
13003 <column alignment="center" valignment="top" width="0">
13004 <column alignment="center" valignment="top" width="0">
13005 <row>
13006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 Commande
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13016 \begin_inset Text
13017
13018 \begin_layout Plain Layout
13019 Résultat
13020 \end_layout
13021
13022 \end_inset
13023 </cell>
13024 </row>
13025 <row>
13026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 H
13031 \backslash
13032 raisebox{2mm
13033 \begin_inset Formula $\to$
13034 \end_inset
13035
13036
13037 \backslash
13038 {al
13039 \begin_inset Formula $\to$
13040 \end_inset
13041
13042  lo
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13052 \end_inset
13053
13054
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 </row>
13060 <row>
13061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065 H
13066 \backslash
13067 raisebox{-2mm
13068 \begin_inset Formula $\to$
13069 \end_inset
13070
13071
13072 \backslash
13073 {al
13074 \begin_inset Formula $\to$
13075 \end_inset
13076
13077 lo
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 </row>
13095 <row>
13096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 A=
13101 \backslash
13102 raisebox{-2mm
13103 \begin_inset Formula $\to$
13104 \end_inset
13105
13106
13107 \backslash
13108 {
13109 \family sans
13110 Ctrl-m
13111 \family default
13112  
13113 \backslash
13114 sqrt
13115 \begin_inset ERT
13116 status collapsed
13117
13118 \begin_layout Plain Layout
13119
13120
13121 \backslash
13122 spce 
13123 \end_layout
13124
13125 \end_inset
13126
13127
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 \begin_inset ERT
13137 status collapsed
13138
13139 \begin_layout Plain Layout
13140
13141 $A=
13142 \backslash
13143 raisebox{-2mm}{$
13144 \backslash
13145 sqrt{B}$}$
13146 \end_layout
13147
13148 \end_inset
13149
13150
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 </row>
13156 </lyxtabular>
13157
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Standard
13164 La dernière formule ne peut actuellement être créée qu'en mode TeX, parce
13165  que LyX insère une boîte plutôt que la formule supplémentaire qui est nécessair
13166 e
13167 \begin_inset Foot
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171 voir 
13172 \begin_inset CommandInset href
13173 LatexCommand href
13174 name "LyX-bug #1435"
13175 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13176
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \end_inset
13183
13184 .
13185 \end_layout
13186
13187 \begin_layout Standard
13188 La commande 
13189 \series bold
13190
13191 \backslash
13192 mbox
13193 \series default
13194  est équivalente à 
13195 \series bold
13196
13197 \backslash
13198 fbox
13199 \series default
13200  et 
13201 \series bold
13202
13203 \backslash
13204 makebox
13205 \series default
13206  est équivalente à 
13207 \series bold
13208
13209 \backslash
13210 framebox
13211 \series default
13212 , avec la différence qu'il n'y a pas de cadre.
13213 \end_layout
13214
13215 \begin_layout Subsection
13216 Boîtes colorées
13217 \begin_inset Index
13218 status collapsed
13219
13220 \begin_layout Plain Layout
13221 Boîtes ! colorées
13222 \end_layout
13223
13224 \end_inset
13225
13226
13227 \end_layout
13228
13229 \begin_layout Standard
13230 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
13231  LaTeX 
13232 \series bold
13233 color
13234 \series default
13235
13236 \begin_inset Foot
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240 La paquetage LaTeX 
13241 \series bold
13242 color
13243 \series default
13244  fait partie de toutes les installations LaTeX standard.
13245 \end_layout
13246
13247 \end_inset
13248
13249
13250 \begin_inset Index
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254 Paquetages ! color
13255 \end_layout
13256
13257 \end_inset
13258
13259  soit chargé dans le préambule LaTeX avec la ligne
13260 \begin_inset Foot
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
13265  le document, LyX charge automatiquement le paquetage LaTeX 
13266 \series bold
13267 color
13268 \series default
13269 .
13270  Il est donc possible que le paquetage soit chargé deux fois, mais cela
13271  ne doit pas poser de problème.
13272 \end_layout
13273
13274 \end_inset
13275
13276
13277 \begin_inset Note Note
13278 status collapsed
13279
13280 \begin_layout Plain Layout
13281 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
13282  dans le préambule LaTeX.
13283 \end_layout
13284
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \begin_layout Standard
13291
13292 \series bold
13293
13294 \backslash
13295 usepackage{color}
13296 \end_layout
13297
13298 \begin_layout Standard
13299 \begin_inset VSpace medskip
13300 \end_inset
13301
13302 Pour colorer des boîtes, on utilise la commande 
13303 \series bold
13304
13305 \backslash
13306 colorbox
13307 \series default
13308
13309 \begin_inset Index
13310 status collapsed
13311
13312 \begin_layout Plain Layout
13313 Commandes ! C ! 
13314 \backslash
13315 colorbox
13316 \end_layout
13317
13318 \end_inset
13319
13320  avec la syntaxe suivante
13321 \end_layout
13322
13323 \begin_layout Standard
13324
13325 \series bold
13326
13327 \backslash
13328 colorbox{couleur}{contenu de la boîte}
13329 \end_layout
13330
13331 \begin_layout Standard
13332 Le contenu de la boîte peut être une autre boîte et une 
13333 \series bold
13334
13335 \backslash
13336 colorbox
13337 \series default
13338  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
13339  exemple).
13340  Quand une boîte est destinée à contenir une formule, on doit insérer une
13341  boîte supplémentaire, comme avec 
13342 \series bold
13343
13344 \backslash
13345 fbox
13346 \series default
13347 .
13348 \begin_inset Foot
13349 status collapsed
13350
13351 \begin_layout Plain Layout
13352 Ceci s'applique aussi à la commande 
13353 \series bold
13354
13355 \backslash
13356 fcolorbox
13357 \series default
13358 .
13359  D'où la note 
13360 \begin_inset CommandInset href
13361 LatexCommand href
13362 name "LyX-bug #1435"
13363 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13364
13365 \end_inset
13366
13367 .
13368 \end_layout
13369
13370 \end_inset
13371
13372
13373 \end_layout
13374
13375 \begin_layout Standard
13376 On peut choisir une des couleurs prédéfinies suivantes:
13377 \end_layout
13378
13379 \begin_layout Standard
13380
13381 \series bold
13382 black
13383 \series default
13384  (noir), 
13385 \series bold
13386 blue
13387 \series default
13388  (bleu), 
13389 \series bold
13390 cyan
13391 \series default
13392
13393 \series bold
13394 green
13395 \series default
13396  (vert), 
13397 \series bold
13398 magenta
13399 \series default
13400
13401 \series bold
13402 red
13403 \series default
13404  (rouge), 
13405 \series bold
13406 white
13407 \series default
13408  (blanc), et 
13409 \series bold
13410 yellow (jaune)
13411 \end_layout
13412
13413 \begin_layout Standard
13414 \align center
13415 \begin_inset Tabular
13416 <lyxtabular version="3" rows="4" columns="2">
13417 <features>
13418 <column alignment="center" valignment="top" width="0">
13419 <column alignment="center" valignment="top" width="0">
13420 <row>
13421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 Commande
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 Résultat
13435 \begin_inset Note Note
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440 \series bold
13441
13442 \backslash
13443 raisebox est seulement utilisée pour faire de la place
13444 \end_layout
13445
13446 \end_inset
13447
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 </row>
13454 <row>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459
13460 \backslash
13461 colorbox{yellow
13462 \begin_inset Formula $\to$
13463 \end_inset
13464
13465
13466 \backslash
13467 {A=B
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13477 \end_inset
13478
13479
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 </row>
13485 <row>
13486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490
13491 \backslash
13492 colorbox{green
13493 \begin_inset Formula $\to$
13494 \end_inset
13495
13496
13497 \backslash
13498 {
13499 \backslash
13500 fbox
13501 \begin_inset ERT
13502 status collapsed
13503
13504 \begin_layout Plain Layout
13505
13506
13507 \backslash
13508 spce 
13509 \end_layout
13510
13511 \end_inset
13512
13513 A=B
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13523 \end_inset
13524
13525
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 </row>
13531 <row>
13532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536
13537 \backslash
13538 fbox
13539 \begin_inset ERT
13540 status collapsed
13541
13542 \begin_layout Plain Layout
13543
13544
13545 \backslash
13546 spce 
13547 \end_layout
13548
13549 \end_inset
13550
13551
13552 \backslash
13553 colorbox{green
13554 \begin_inset Formula $\to$
13555 \end_inset
13556
13557
13558 \backslash
13559 {A=B
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13569 \end_inset
13570
13571
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 </row>
13577 </lyxtabular>
13578
13579 \end_inset
13580
13581
13582 \end_layout
13583
13584 \begin_layout Standard
13585
13586 \series bold
13587
13588 \backslash
13589 colorbox
13590 \series default
13591  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
13592  Pour colorer tous les caractères, on sélectionne toute la formule et on
13593  choisit la couleur voulue avec la fenêtre de dialogue 
13594 \family sans
13595 Style
13596 \begin_inset space ~
13597 \end_inset
13598
13599 de
13600 \begin_inset space ~
13601 \end_inset
13602
13603 texte
13604 \family default
13605 .
13606  Cette fenêtre de dialogue peut être appelée avec le bouton 
13607 \begin_inset Graphics
13608         filename ../../images/dialog-show_character.png
13609         scale 85
13610
13611 \end_inset
13612
13613  de la barre d'outils, ou avec le menu 
13614 \family sans
13615 Éditer\SpecialChar \menuseparator
13616 Style
13617 \begin_inset space ~
13618 \end_inset
13619
13620 de
13621 \begin_inset space ~
13622 \end_inset
13623
13624 texte\SpecialChar \menuseparator
13625 Personnalisé
13626 \family default
13627 .
13628  Le numéro de la formule prendra la même couleur que la formule.
13629  Si le numéro doit avoir une couleur différente de celle des caractères
13630  de la formule, la couleur doit être changée à l'intérieur de la formule.
13631 \end_layout
13632
13633 \begin_layout Standard
13634 Un exemple:
13635 \end_layout
13636
13637 \begin_layout Standard
13638
13639 \color red
13640 \begin_inset Formula \begin{equation}
13641 \int A=B\label{eq:rouge}\end{equation}
13642
13643 \end_inset
13644
13645
13646 \color green
13647
13648 \begin_inset Formula \begin{equation}
13649 \textcolor{red}{\int A=B}\label{eq:rougevert}\end{equation}
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 La formule 
13658 \begin_inset CommandInset ref
13659 LatexCommand eqref
13660 reference "eq:rouge"
13661
13662 \end_inset
13663
13664  est complètement colorée en rouge.
13665 \begin_inset Newline newline
13666 \end_inset
13667
13668 La formule 
13669 \begin_inset CommandInset ref
13670 LatexCommand eqref
13671 reference "eq:rougevert"
13672
13673 \end_inset
13674
13675  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
13676  Ensuite, les caractères de la formule ont été colorés en rouge.
13677 \end_layout
13678
13679 \begin_layout Standard
13680 \begin_inset VSpace bigskip
13681 \end_inset
13682
13683 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
13684  utilise la commande 
13685 \series bold
13686
13687 \backslash
13688 fcolorbox
13689 \series default
13690
13691 \begin_inset Index
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695 Commandes ! F ! 
13696 \backslash
13697 fcolorbox
13698 \end_layout
13699
13700 \end_inset
13701
13702  avec la syntaxe suivante:
13703 \end_layout
13704
13705 \begin_layout Standard
13706
13707 \series bold
13708
13709 \backslash
13710 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
13711 \end_layout
13712
13713 \begin_layout Standard
13714 Donc 
13715 \series bold
13716
13717 \backslash
13718 fcolorbox
13719 \series default
13720  est une extension de la commande 
13721 \series bold
13722
13723 \backslash
13724 colorbox
13725 \series default
13726 .
13727  L'épaisseur du cadre est déterminée comme avec 
13728 \series bold
13729
13730 \backslash
13731 framebox
13732 \series default
13733 , avec 
13734 \series bold
13735
13736 \backslash
13737 fboxrule
13738 \series default
13739  et 
13740 \series bold
13741
13742 \backslash
13743 fboxsep
13744 \series default
13745 .
13746  Un exemple:
13747 \begin_inset ERT
13748 status collapsed
13749
13750 \begin_layout Plain Layout
13751
13752
13753 \backslash
13754 fboxrule 1mm 
13755 \backslash
13756 fboxsep 1mm
13757 \end_layout
13758
13759 \end_inset
13760
13761
13762 \begin_inset Formula \[
13763 \fcolorbox{cyan}{magenta}{A=B}\]
13764
13765 \end_inset
13766
13767
13768 \begin_inset ERT
13769 status collapsed
13770
13771 \begin_layout Plain Layout
13772
13773
13774 \backslash
13775 fboxrule 0.4pt 
13776 \backslash
13777 fboxsep 3pt
13778 \end_layout
13779
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \begin_layout Standard
13786 Cette formule a été créée avec la commande
13787 \begin_inset Newline newline
13788 \end_inset
13789
13790
13791 \series bold
13792
13793 \backslash
13794 fcolorbox{cyan
13795 \begin_inset Formula $\to$
13796 \end_inset
13797
13798
13799 \backslash
13800 {magenta
13801 \begin_inset Formula $\to$
13802 \end_inset
13803
13804
13805 \backslash
13806 {A=B
13807 \series default
13808 .
13809 \end_layout
13810
13811 \begin_layout Standard
13812 \begin_inset VSpace bigskip
13813 \end_inset
13814
13815 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13816  faut d'abord les définir.
13817 \end_layout
13818
13819 \begin_layout Standard
13820 On peut par exemple définir la couleur 
13821 \begin_inset Quotes eld
13822 \end_inset
13823
13824 vertfonce
13825 \begin_inset Quotes erd
13826 \end_inset
13827
13828  avec la ligne suivante dans le préambule LaTeX:
13829 \end_layout
13830
13831 \begin_layout Standard
13832
13833 \series bold
13834
13835 \backslash
13836 definecolor{vertfonce}{cmyk}{0.5,
13837 \series default
13838  
13839 \series bold
13840 0,
13841 \series default
13842  
13843 \series bold
13844 1,
13845 \series default
13846  
13847 \series bold
13848 0.5}
13849 \series default
13850
13851 \begin_inset Index
13852 status collapsed
13853
13854 \begin_layout Plain Layout
13855 Commandes ! D ! 
13856 \backslash
13857 definecolor
13858 \end_layout
13859
13860 \end_inset
13861
13862
13863 \end_layout
13864
13865 \begin_layout Standard
13866
13867 \series bold
13868 cmyk
13869 \series default
13870  est l'espace colorimétrique basé sur les couleurs 
13871 \series bold
13872 cyan
13873 \series default
13874
13875 \series bold
13876 magenta
13877 \series default
13878 , jaune
13879 \series bold
13880  (yellow
13881 \series default
13882 ), et noir 
13883 \series bold
13884 (black
13885 \series default
13886 ).
13887  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13888  correspondantes dans l'espace colorimétrique.
13889  Ces facteurs prennent des valeurs entre 0 et 1.
13890  À la place de 
13891 \series bold
13892 cmyk 
13893 \series default
13894 on peut aussi utiliser l'espace 
13895 \series bold
13896 rgb 
13897 \series default
13898 basé sur les couleurs rouge (
13899 \series bold
13900 red
13901 \series default
13902 ), vert (
13903 \series bold
13904 green
13905 \series default
13906 ) et bleu (
13907 \series bold
13908 blue
13909 \series default
13910 ).
13911  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13912  couleurs.
13913  Il y a aussi l'espace de couleur 
13914 \series bold
13915 gray 
13916 \series default
13917 (dégradé de gris) avec un facteur donnant la proportion de gris.
13918 \end_layout
13919
13920 \begin_layout Standard
13921 Comme exemple, une boîte encadrée avec la couleur 
13922 \series bold
13923 vertfonce 
13924 \series default
13925 que l'on vient de définir et des caractères colorés en jaune (
13926 \series bold
13927 yellow
13928 \series default
13929 ):
13930 \begin_inset Formula \begin{equation}
13931 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13932
13933 \end_inset
13934
13935
13936 \end_layout
13937
13938 \begin_layout Standard
13939 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13940  de la commande 
13941 \series bold
13942
13943 \backslash
13944 textcolor
13945 \series default
13946 :
13947 \begin_inset Index
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951 Texte ! coloré
13952 \end_layout
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \begin_layout Standard
13960 \begin_inset ERT
13961 status collapsed
13962
13963 \begin_layout Plain Layout
13964
13965
13966 \backslash
13967 textcolor{vertfonce}{
13968 \end_layout
13969
13970 \end_inset
13971
13972 cette phrase est en 
13973 \begin_inset Quotes eld
13974 \end_inset
13975
13976 vertfonce
13977 \begin_inset Quotes erd
13978 \end_inset
13979
13980 .
13981 \begin_inset ERT
13982 status collapsed
13983
13984 \begin_layout Plain Layout
13985
13986 }
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \begin_layout Standard
13995
13996 \series bold
13997
13998 \backslash
13999 textcolor
14000 \series default
14001
14002 \begin_inset Index
14003 status collapsed
14004
14005 \begin_layout Plain Layout
14006 Commandes ! T ! 
14007 \backslash
14008 textcolor
14009 \end_layout
14010
14011 \end_inset
14012
14013  utilise la syntaxe 
14014 \series bold
14015
14016 \backslash
14017 textcolor{couleur}{caractères à colorer}
14018 \series default
14019 .
14020 \end_layout
14021
14022 \begin_layout Subsection
14023 Boîtes de paragraphe
14024 \begin_inset CommandInset label
14025 LatexCommand label
14026 name "sub:Boîtes-de-paragraphes"
14027
14028 \end_inset
14029
14030
14031 \begin_inset Index
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035 Boîtes ! comme paragraphe
14036 \end_layout
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \begin_layout Standard
14044 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
14045  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
14046  On la crée avec le menu 
14047 \family sans
14048 Insérer\SpecialChar \menuseparator
14049 Boîte
14050 \family default
14051  ou le bouton 
14052 \begin_inset Graphics
14053         filename ../../images/box-insert.png
14054         scale 85
14055
14056 \end_inset
14057
14058  de la barre d'outils.
14059 \end_layout
14060
14061 \begin_layout Standard
14062 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
14063  une ligne:
14064 \end_layout
14065
14066 \begin_layout Standard
14067 \begin_inset VSpace medskip
14068 \end_inset
14069
14070 Ceci est une ligne 
14071 \begin_inset Box Boxed
14072 position "c"
14073 hor_pos "c"
14074 has_inner_box 1
14075 inner_pos "t"
14076 use_parbox 1
14077 width "5cm"
14078 special "none"
14079 height "1in"
14080 height_special "totalheight"
14081 status open
14082
14083 \begin_layout Plain Layout
14084 Ceci est une boîte de paragraphe.
14085  Elle a exactement 5
14086 \begin_inset space \thinspace{}
14087 \end_inset
14088
14089 cm de large et peut aussi contenir des formules: 
14090 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \end_inset
14097
14098  avec une boîte de paragraphe.
14099 \end_layout
14100
14101 \begin_layout Standard
14102 \begin_inset VSpace medskip
14103 \end_inset
14104
14105
14106 \end_layout
14107
14108 \begin_layout Standard
14109 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
14110  grise.
14111  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
14112  Dans notre cas, on met: 
14113 \emph on
14114 Décoration:
14115 \emph default
14116  Boîte rectangulaire, 
14117 \emph on
14118 Boîte intérieure:
14119 \emph default
14120  Parbox, 
14121 \emph on
14122 Largeur
14123 \emph default
14124 : 5
14125 \begin_inset space \thinspace{}
14126 \end_inset
14127
14128 cm, 
14129 \emph on
14130 Alignement vertical boîte
14131 \emph default
14132 : milieu
14133 \end_layout
14134
14135 \begin_layout Standard
14136 \begin_inset VSpace medskip
14137 \end_inset
14138
14139 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
14140 \series bold
14141
14142 \backslash
14143 parbox
14144 \series default
14145
14146 \begin_inset Index
14147 status collapsed
14148
14149 \begin_layout Plain Layout
14150 Commandes ! P ! 
14151 \backslash
14152 parbox
14153 \end_layout
14154
14155 \end_inset
14156
14157  qui a la syntaxe suivante:
14158 \end_layout
14159
14160 \begin_layout Standard
14161
14162 \series bold
14163
14164 \backslash
14165 parbox[position]{largeur}{contenu de la boîte}
14166 \end_layout
14167
14168 \begin_layout Standard
14169 Les positions 
14170 \emph on
14171 b
14172 \emph default
14173  et 
14174 \emph on
14175 t
14176 \emph default
14177  sont possibles.
14178  
14179 \emph on
14180 b
14181 \emph default
14182  pour bas (bottom) signifie que la boîte est alignée au sein du texte qui
14183  l'entoure, au niveau de sa dernière ligne.
14184  Avec 
14185 \emph on
14186 t
14187 \emph default
14188  pour haut (top) l'alignement se fait avec la première ligne.
14189  Si aucune position n'est précisée, la boîte est centrée verticalement,
14190  voir la section 
14191 \emph on
14192 Boîtes 
14193 \emph default
14194 du manuel 
14195 \emph on
14196 Objets insérés 
14197 \emph default
14198 pour des exemples.
14199 \end_layout
14200
14201 \begin_layout Standard
14202 \begin_inset VSpace bigskip
14203 \end_inset
14204
14205 Pour encadrer une formule complètement, y compris le numéro de la formule,
14206  il faut la placer dans une boîte de paragraphe.
14207  Pour le faire, on insère la commande 
14208 \series bold
14209
14210 \backslash
14211 fbox{
14212 \backslash
14213 parbox{
14214 \backslash
14215 linewidth-2
14216 \backslash
14217 fboxsep-2
14218 \backslash
14219 fboxrule}{
14220 \series default
14221  en mode TeX avant la formule.
14222  Dans cette commande 
14223 \series bold
14224
14225 \backslash
14226 linewidth
14227 \begin_inset Index
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231 Commandes ! L ! 
14232 \backslash
14233 linewidth
14234 \end_layout
14235
14236 \end_inset
14237
14238
14239 \series default
14240  est l'épaisseur de ligne qui est active pour tout le document.
14241  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
14242  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
14243  et l'épaisseur du cadre.
14244  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
14245 \begin_inset Foot
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 \begin_inset CommandInset href
14250 LatexCommand href
14251 name "LyX-bug #4483"
14252 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14253
14254 \end_inset
14255
14256
14257 \end_layout
14258
14259 \end_inset
14260
14261 , on doit utiliser le mode TeX.
14262  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
14263  on doit charger le paquetage LaTeX 
14264 \series bold
14265 calc
14266 \series default
14267
14268 \begin_inset Foot
14269 status collapsed
14270
14271 \begin_layout Plain Layout
14272
14273 \series bold
14274 calc
14275 \series default
14276  fait partie de toutes les installations standard de LaTeX.
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \begin_inset Index
14283 status collapsed
14284
14285 \begin_layout Plain Layout
14286 Paquetages ! calc
14287 \end_layout
14288
14289 \end_inset
14290
14291  dans le préambule LaTeX avec la ligne
14292 \end_layout
14293
14294 \begin_layout Standard
14295
14296 \series bold
14297
14298 \backslash
14299 usepackage{calc}
14300 \end_layout
14301
14302 \begin_layout Standard
14303 Après la formule, les deux boîtes sont refermées en entrant 
14304 \series bold
14305 }}
14306 \series default
14307  en mode TeX.
14308  Voici un exemple:
14309 \begin_inset ERT
14310 status collapsed
14311
14312 \begin_layout Plain Layout
14313
14314
14315 \backslash
14316 fboxsep 5mm 
14317 \backslash
14318 fboxrule 5mm
14319 \end_layout
14320
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \begin_layout Standard
14327 \begin_inset ERT
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331
14332
14333 \backslash
14334 fbox{
14335 \backslash
14336 parbox{
14337 \backslash
14338 linewidth-2
14339 \backslash
14340 fboxsep-2
14341 \backslash
14342 fboxrule}{
14343 \end_layout
14344
14345 \end_inset
14346
14347
14348 \begin_inset Formula \begin{equation}
14349 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14350
14351 \end_inset
14352
14353
14354 \begin_inset ERT
14355 status collapsed
14356
14357 \begin_layout Plain Layout
14358
14359 }}
14360 \end_layout
14361
14362 \end_inset
14363
14364
14365 \begin_inset ERT
14366 status collapsed
14367
14368 \begin_layout Plain Layout
14369
14370
14371 \backslash
14372 fboxrule 0.4pt 
14373 \backslash
14374 fboxsep 3pt
14375 \end_layout
14376
14377 \end_inset
14378
14379
14380 \end_layout
14381
14382 \begin_layout Standard
14383 \begin_inset VSpace medskip
14384 \end_inset
14385
14386 Comme on utilise une boîte de paragraphe comme argument de 
14387 \series bold
14388
14389 \backslash
14390 fbox
14391 \series default
14392 , il n'y a dans ce cas pas de différence entre 
14393 \series bold
14394
14395 \backslash
14396 fbox
14397 \series default
14398  et 
14399 \series bold
14400
14401 \backslash
14402 boxed
14403 \series default
14404 .
14405 \end_layout
14406
14407 \begin_layout Standard
14408 \begin_inset VSpace bigskip
14409 \end_inset
14410
14411 Les boîtes de paragraphes sont très utiles pour commenter directement des
14412  formules.
14413  Pour faire cela, on utilise la commande 
14414 \series bold
14415
14416 \backslash
14417 parbox
14418 \series default
14419  en combinaison avec la commande 
14420 \series bold
14421
14422 \backslash
14423 tag
14424 \series default
14425
14426 \begin_inset Foot
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430 plus au sujet de la commande 
14431 \series bold
14432
14433 \backslash
14434 tag
14435 \series default
14436 , voir 
14437 \begin_inset CommandInset ref
14438 LatexCommand ref
14439 reference "sub:Numérotation-personnalisée"
14440
14441 \end_inset
14442
14443 .
14444 \end_layout
14445
14446 \end_inset
14447
14448 .
14449 \end_layout
14450
14451 \begin_layout Standard
14452 Un exemple de formule commentée avec 
14453 \series bold
14454
14455 \backslash
14456 parbox
14457 \series default
14458 :
14459 \end_layout
14460
14461 \begin_layout Standard
14462 \begin_inset ERT
14463 status collapsed
14464
14465 \begin_layout Plain Layout
14466
14467
14468 \backslash
14469 [5x-7b=3b
14470 \backslash
14471 tag*{
14472 \backslash
14473 parbox{5cm}{
14474 \end_layout
14475
14476 \end_inset
14477
14478 Ceci est une description.
14479  Elle est clairement séparée de la formule et est multi-ligne.
14480 \begin_inset ERT
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484
14485 }}
14486 \backslash
14487 ]
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \begin_layout Standard
14496 Une telle formule doit être complètement insérée en mode TeX, parce que
14497  LyX ne supporte pas encore la commande 
14498 \series bold
14499
14500 \backslash
14501 parbox
14502 \series default
14503  dans les formules.
14504  On crée la formule avec la suite de commandes suivante:
14505 \end_layout
14506
14507 \begin_layout Standard
14508 On insère la commande 
14509 \series bold
14510
14511 \backslash
14512 [5x-7b=3b
14513 \backslash
14514 tag*
14515 \backslash
14516 {
14517 \backslash
14518 parbox{5cm}{
14519 \series default
14520  en mode TeX.
14521 \begin_inset Foot
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525 Quand on utilise le style de formule 
14526 \series bold
14527 Indenté
14528 \series default
14529 , on peut aussi remplacer 
14530 \series bold
14531
14532 \backslash
14533 tag*
14534 \backslash
14535 {
14536 \series default
14537  par 
14538 \series bold
14539
14540 \backslash
14541 hfill
14542 \series default
14543 .
14544  (pour les styles de formules, voir 
14545 \begin_inset CommandInset ref
14546 LatexCommand ref
14547 reference "sec:Styles-de-formules"
14548
14549 \end_inset
14550
14551 ).
14552 \end_layout
14553
14554 \end_inset
14555
14556  Ensuite la description suit en texte normal et enfin on insère 
14557 \series bold
14558 }}
14559 \backslash
14560 ]
14561 \series default
14562  en mode TeX.
14563  Dans ces commandes, 
14564 \series bold
14565
14566 \backslash
14567 [
14568 \series default
14569  et 
14570 \series bold
14571
14572 \backslash
14573 ]
14574 \series default
14575  créent une formule hors ligne.
14576 \end_layout
14577
14578 \begin_layout Standard
14579 On peut voir les avantages de 
14580 \series bold
14581
14582 \backslash
14583 parbox
14584 \series default
14585  dans cet exemple qui a été commenté en utilisant du texte mathématique:
14586 \begin_inset Formula \[
14587 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}\]
14588
14589 \end_inset
14590
14591
14592 \end_layout
14593
14594 \begin_layout Section
14595 Opérateurs
14596 \begin_inset Index
14597 status collapsed
14598
14599 \begin_layout Plain Layout
14600 Opérateurs
14601 \end_layout
14602
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \begin_layout Subsection
14609 Grands Opérateurs
14610 \begin_inset CommandInset label
14611 LatexCommand label
14612 name "sub:Grands-opérateurs"
14613
14614 \end_inset
14615
14616
14617 \begin_inset Index
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621 Opérateurs ! grands
14622 \end_layout
14623
14624 \end_inset
14625
14626
14627 \begin_inset Index
14628 status collapsed
14629
14630 \begin_layout Plain Layout
14631 Sommes
14632 \end_layout
14633
14634 \end_inset
14635
14636
14637 \begin_inset Index
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641 Intégrales
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
14651  activer l'option 
14652 \family sans
14653 Utiliser
14654 \begin_inset space ~
14655 \end_inset
14656
14657 automatiquement le paquetage
14658 \begin_inset space ~
14659 \end_inset
14660
14661 esint
14662 \family default
14663  dans les 
14664 \family sans
14665 Options du mode math.
14666 \end_layout
14667
14668 \begin_layout Standard
14669
14670 \lang english
14671 \begin_inset space \hfill{}
14672 \end_inset
14673
14674
14675 \lang french
14676
14677 \begin_inset Tabular
14678 <lyxtabular version="3" rows="11" columns="2">
14679 <features>
14680 <column alignment="center" valignment="top" width="0pt">
14681 <column alignment="center" valignment="top" width="0pt">
14682 <row>
14683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687 Commande
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14693 \begin_inset Text
14694
14695 \begin_layout Plain Layout
14696 Résultat
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 </row>
14702 <row>
14703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14704 \begin_inset Text
14705
14706 \begin_layout Plain Layout
14707
14708 \backslash
14709 sum
14710 \begin_inset Index
14711 status collapsed
14712
14713 \begin_layout Plain Layout
14714 Commandes ! S ! 
14715 \backslash
14716 sum
14717 \end_layout
14718
14719 \end_inset
14720
14721
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730 \begin_inset Formula $\sum$
14731 \end_inset
14732
14733
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 </row>
14739 <row>
14740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Plain Layout
14744
14745 \backslash
14746 int
14747 \begin_inset Index
14748 status collapsed
14749
14750 \begin_layout Plain Layout
14751 Commandes ! I ! 
14752 \backslash
14753 int
14754 \end_layout
14755
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14764 \begin_inset Text
14765
14766 \begin_layout Plain Layout
14767 \begin_inset Formula $\int$
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \end_inset
14774 </cell>
14775 </row>
14776 <row>
14777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781
14782 \backslash
14783 intop
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792 \begin_inset Formula $\intop$
14793 \end_inset
14794
14795
14796 \end_layout
14797
14798 \end_inset
14799 </cell>
14800 </row>
14801 <row>
14802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806
14807 \backslash
14808 oint
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817 \begin_inset Formula $\oint$
14818 \end_inset
14819
14820
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 </row>
14826 <row>
14827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831
14832 \backslash
14833 ointop
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 \begin_inset Formula $\ointop$
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \backslash
14858 ointctrclockwise
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 \begin_inset Formula $\ointctrclockwise$
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 <row>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \backslash
14883 ointclockwise
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset Formula $\ointclockwise$
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 </row>
14901 <row>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \backslash
14908 sqint
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 \begin_inset Formula $\sqint$
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 </row>
14926 <row>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \backslash
14933 bigcap
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 \begin_inset Formula $\bigcap$
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956
14957 \backslash
14958 bigcup
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 \begin_inset Formula $\bigcup$
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 </lyxtabular>
14977
14978 \end_inset
14979
14980
14981 \begin_inset space \hfill{}
14982 \end_inset
14983
14984
14985 \begin_inset Tabular
14986 <lyxtabular version="3" rows="10" columns="2">
14987 <features>
14988 <column alignment="center" valignment="top" width="0pt">
14989 <column alignment="center" valignment="top" width="0pt">
14990 <row>
14991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 Commande
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 Résultat
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 </row>
15010 <row>
15011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015
15016 \backslash
15017 prod
15018 \begin_inset Index
15019 status collapsed
15020
15021 \begin_layout Plain Layout
15022 Commandes ! P ! 
15023 \backslash
15024 prod
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 \begin_inset Formula $\prod$
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 <row>
15048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \backslash
15054 coprod
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 \begin_inset Formula $\coprod$
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 </row>
15072 <row>
15073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077
15078 \backslash
15079 bigodot
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 \begin_inset Formula $\bigodot$
15089 \end_inset
15090
15091
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 </row>
15097 <row>
15098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102
15103 \backslash
15104 bigotimes
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 \begin_inset Formula $\bigotimes$
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 bigoplus
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 \begin_inset Formula $\bigoplus$
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \backslash
15154 bigwedge
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 \begin_inset Formula $\bigwedge$
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 </row>
15172 <row>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \backslash
15179 bigvee
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 \begin_inset Formula $\bigvee$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 <row>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202
15203 \backslash
15204 bigsqcup
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 \begin_inset Formula $\bigsqcup$
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 <row>
15223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \backslash
15229 biguplus
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 \begin_inset Formula $\biguplus$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 </lyxtabular>
15248
15249 \end_inset
15250
15251
15252 \lang english
15253
15254 \begin_inset space \hfill{}
15255 \end_inset
15256
15257
15258 \end_layout
15259
15260 \begin_layout Standard
15261 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
15262  
15263 \begin_inset Graphics
15264         filename ../../images/math/intop.png
15265         scale 85
15266
15267 \end_inset
15268
15269  de la barre d'outils mathématique.
15270 \end_layout
15271
15272 \begin_layout Standard
15273 On nomme ces opérateurs 
15274 \begin_inset Quotes eld
15275 \end_inset
15276
15277 grands
15278 \begin_inset Quotes erd
15279 \end_inset
15280
15281  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
15282  parfois.
15283  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
15284  dans la section qui suit.
15285 \end_layout
15286
15287 \begin_layout Standard
15288 Les opérateurs 
15289 \series bold
15290
15291 \backslash
15292 intop
15293 \series default
15294  et 
15295 \series bold
15296
15297 \backslash
15298 ointop
15299 \series default
15300  sont différents de respectivement
15301 \series bold
15302  
15303 \backslash
15304 int
15305 \series default
15306  et 
15307 \series bold
15308
15309 \backslash
15310 oint
15311 \series default
15312 , dans la manière dont sont affichés les limites, voir 
15313 \begin_inset CommandInset ref
15314 LatexCommand ref
15315 reference "sub:Limites-des-opérateurs"
15316
15317 \end_inset
15318
15319 .
15320  
15321 \end_layout
15322
15323 \begin_layout Subsubsection*
15324 Conseils pour les intégrales
15325 \end_layout
15326
15327 \begin_layout Standard
15328 La lettre 
15329 \emph on
15330 d
15331 \emph default
15332  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
15333  On le fait en sélectionnant le 
15334 \emph on
15335
15336 \emph default
15337 et en utilisant le raccourci clavier 
15338 \family sans
15339 Alt-c
15340 \begin_inset space ~
15341 \end_inset
15342
15343 r
15344 \family default
15345
15346 \begin_inset Foot
15347 status collapsed
15348
15349 \begin_layout Plain Layout
15350 Pour les styles de polices, voir 
15351 \begin_inset CommandInset ref
15352 LatexCommand ref
15353 reference "sub:Styles-de-polices"
15354
15355 \end_inset
15356
15357
15358 \end_layout
15359
15360 \end_inset
15361
15362 .
15363  Pour finir, on insère une espace fine avant le 
15364 \emph on
15365
15366 \emph default
15367 puisque c'est l'habitude avec les opérateurs.
15368  Un exemple:
15369 \end_layout
15370
15371 \begin_layout Standard
15372 incorrect: 
15373 \begin_inset Formula $\int A(x)dx$
15374 \end_inset
15375
15376
15377 \begin_inset Newline newline
15378 \end_inset
15379
15380
15381 \begin_inset ERT
15382 status collapsed
15383
15384 \begin_layout Plain Layout
15385
15386
15387 \backslash
15388 hphantom{in}
15389 \end_layout
15390
15391 \end_inset
15392
15393 correct: 
15394 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \begin_layout Standard
15401 Pour les intégrales multiples, il y a les commandes suivantes:
15402 \begin_inset VSpace medskip
15403 \end_inset
15404
15405
15406 \end_layout
15407
15408 \begin_layout Standard
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 \begin_inset Note Note
15434 status collapsed
15435
15436 \begin_layout Plain Layout
15437
15438 \series bold
15439
15440 \backslash
15441 raisebox est seulement utilisée pour faire de la place
15442 \end_layout
15443
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 <row>
15453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \backslash
15459 iint
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 <row>
15478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482
15483 \backslash
15484 oiint
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 </row>
15502 <row>
15503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \backslash
15509 sqiint
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 </row>
15527 </lyxtabular>
15528
15529 \end_inset
15530
15531
15532 \begin_inset space \hfill{}
15533 \end_inset
15534
15535
15536 \begin_inset Tabular
15537 <lyxtabular version="3" rows="4" columns="2">
15538 <features>
15539 <column alignment="center" valignment="top" width="0">
15540 <column alignment="center" valignment="top" width="0">
15541 <row>
15542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546 Commande
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 Résultat
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 <row>
15562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \backslash
15568 iiint
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15578 \end_inset
15579
15580
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 </row>
15586 <row>
15587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591
15592 \backslash
15593 iiiint
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15603 \end_inset
15604
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 </row>
15611 <row>
15612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616
15617 \backslash
15618 dotsint
15619 \end_layout
15620
15621 \end_inset
15622 </cell>
15623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 </row>
15636 </lyxtabular>
15637
15638 \end_inset
15639
15640
15641 \begin_inset space \hfill{}
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \begin_layout Subsection
15648 Limites des opérateurs
15649 \begin_inset CommandInset label
15650 LatexCommand label
15651 name "sub:Limites-des-opérateurs"
15652
15653 \end_inset
15654
15655
15656 \begin_inset Index
15657 status collapsed
15658
15659 \begin_layout Plain Layout
15660 Opérateurs ! Limites
15661 \end_layout
15662
15663 \end_inset
15664
15665
15666 \end_layout
15667
15668 \begin_layout Standard
15669 Les limites sont créées avec les indices et les exposants:
15670 \end_layout
15671
15672 \begin_layout Standard
15673 \align center
15674 \begin_inset Tabular
15675 <lyxtabular version="3" rows="2" columns="2">
15676 <features>
15677 <column alignment="center" valignment="top" width="0pt">
15678 <column alignment="center" valignment="top" width="0pt">
15679 <row>
15680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 Commande
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 Résultat
15694 \begin_inset Note Note
15695 status collapsed
15696
15697 \begin_layout Plain Layout
15698
15699 \series bold
15700
15701 \backslash
15702 raisebox est seulement utilisée pour faire de la place
15703 \end_layout
15704
15705 \end_inset
15706
15707
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 </row>
15713 <row>
15714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718
15719 \backslash
15720 prod^
15721 \backslash
15722 infty
15723 \begin_inset ERT
15724 status collapsed
15725
15726 \begin_layout Plain Layout
15727
15728
15729 \backslash
15730 spce 
15731 \end_layout
15732
15733 \end_inset
15734
15735
15736 \begin_inset Formula $\to$
15737 \end_inset
15738
15739 _0
15740 \begin_inset Formula $\to$
15741 \end_inset
15742
15743 A(x)
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15753 \end_inset
15754
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 </row>
15761 </lyxtabular>
15762
15763 \end_inset
15764
15765
15766 \end_layout
15767
15768 \begin_layout Standard
15769 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15770  Pour les formules hors ligne, les limites sont placées au dessus ou en
15771  dessous de l'opérateur, sauf pour les limites des intégrales.
15772 \end_layout
15773
15774 \begin_layout Standard
15775 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15776  après l'opérateur et on change le type de limite avec le menu 
15777 \family sans
15778 Éditer\SpecialChar \menuseparator
15779 Math\SpecialChar \menuseparator
15780 Changer
15781 \begin_inset space ~
15782 \end_inset
15783
15784 le
15785 \begin_inset space ~
15786 \end_inset
15787
15788 type
15789 \begin_inset space ~
15790 \end_inset
15791
15792 de
15793 \begin_inset space ~
15794 \end_inset
15795
15796 limites
15797 \family default
15798  pour 
15799 \family sans
15800 En
15801 \begin_inset space ~
15802 \end_inset
15803
15804 ligne
15805 \family default
15806  (raccourci 
15807 \family sans
15808 Alt-m
15809 \begin_inset space ~
15810 \end_inset
15811
15812 l
15813 \family default
15814 ).
15815  Un exemple:
15816 \end_layout
15817
15818 \begin_layout Standard
15819 Par défaut les limites ont ce type:
15820 \begin_inset Formula \[
15821 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15822
15823 \end_inset
15824
15825 Voici à quoi elles ressemblent si on change le type des limites à 
15826 \family sans
15827 En
15828 \begin_inset space ~
15829 \end_inset
15830
15831 ligne
15832 \family default
15833 :
15834 \begin_inset Formula \[
15835 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15836
15837 \end_inset
15838
15839 Pour les intégrales, à part pour 
15840 \series bold
15841
15842 \backslash
15843 intop
15844 \series default
15845  et 
15846 \series bold
15847
15848 \backslash
15849 ointop
15850 \series default
15851 , les limites sont placées par défaut après l'opérateur.
15852  Mais pour les intégrales multiples les limites sont souvent placées sous
15853  l'opérateur.
15854  Dans l'exemple suivant, le type de limites a donc été mis à 
15855 \series bold
15856 Hors
15857 \begin_inset space ~
15858 \end_inset
15859
15860 ligne 
15861 \series default
15862 et elles sont donc placées sous les intégrales:
15863 \begin_inset Formula \begin{equation}
15864 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15865
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \begin_layout Standard
15872 \begin_inset VSpace medskip
15873 \end_inset
15874
15875 Pour préciser des conditions pour les limites, on utilise les commandes
15876  
15877 \series bold
15878
15879 \backslash
15880 subarray
15881 \series default
15882
15883 \begin_inset Index
15884 status collapsed
15885
15886 \begin_layout Plain Layout
15887 Commandes ! S ! 
15888 \backslash
15889 subarray
15890 \end_layout
15891
15892 \end_inset
15893
15894  et 
15895 \series bold
15896
15897 \backslash
15898 substack
15899 \series default
15900
15901 \begin_inset Index
15902 status collapsed
15903
15904 \begin_layout Plain Layout
15905 Commandes ! S ! 
15906 \backslash
15907 substack
15908 \end_layout
15909
15910 \end_inset
15911
15912 .
15913  Par exemple, pour obtenir cette expression 
15914 \begin_inset Formula \begin{equation}
15915 \sum_{\begin{subarray}{c}
15916 0<k<1000\\
15917 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15918
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \begin_layout Standard
15925 on doit faire ceci:
15926 \begin_inset Newline newline
15927 \end_inset
15928
15929 D'abord taper la commande 
15930 \series bold
15931
15932 \backslash
15933 sum
15934 \series default
15935 ^
15936 \series bold
15937 n
15938 \begin_inset ERT
15939 status collapsed
15940
15941 \begin_layout Plain Layout
15942
15943
15944 \backslash
15945 spce 
15946 \end_layout
15947
15948 \end_inset
15949
15950 _
15951 \series default
15952  .
15953  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
15954  on y insère la commande 
15955 \series bold
15956
15957 \backslash
15958 subarray
15959 \begin_inset ERT
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963
15964
15965 \backslash
15966 spce 
15967 \end_layout
15968
15969 \end_inset
15970
15971
15972 \series default
15973 .
15974  La boîte bleue se trouve maintenant dans une boîte violette et on peut
15975  écrire plusieurs lignes les unes au dessus des autres.
15976  On crée une nouvelle ligne en insérant un saut de ligne (
15977 \family sans
15978 Ctrl-Entrée
15979 \family default
15980 ).
15981  Maintenant, quand on tape
15982 \begin_inset Newline newline
15983 \end_inset
15984
15985
15986 \series bold
15987 0<k<1000 Ctrl-Entrée
15988 \begin_inset Newline newline
15989 \end_inset
15990
15991
15992 \series default
15993 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
15994 \end_layout
15995
15996 \begin_layout Standard
15997 L'alignement des lignes peut être modifié en alignement à gauche avec la
15998  barre d'outils 
15999 \family sans
16000 Tableaux
16001 \family default
16002  ou avec le menu 
16003 \family sans
16004 Éditer\SpecialChar \menuseparator
16005 Lignes
16006 \begin_inset space ~
16007 \end_inset
16008
16009 &
16010 \begin_inset space ~
16011 \end_inset
16012
16013 colonnes
16014 \family default
16015 .
16016  Pour avoir un alignement à droite, on insère un 
16017 \series bold
16018
16019 \backslash
16020 hfill
16021 \begin_inset ERT
16022 status collapsed
16023
16024 \begin_layout Plain Layout
16025
16026
16027 \backslash
16028 spce 
16029 \end_layout
16030
16031 \end_inset
16032
16033
16034 \series default
16035  au début de la ligne.
16036 \end_layout
16037
16038 \begin_layout Standard
16039 La commande 
16040 \series bold
16041
16042 \backslash
16043 substack
16044 \series default
16045  est équivalente à 
16046 \series bold
16047
16048 \backslash
16049 subarray
16050 \series default
16051  avec la différence que les lignes sont toujours centrées.
16052 \end_layout
16053
16054 \begin_layout Standard
16055 \begin_inset VSpace bigskip
16056 \end_inset
16057
16058 Comme dans le cas de la formule 
16059 \begin_inset CommandInset ref
16060 LatexCommand eqref
16061 reference "eq:substack"
16062
16063 \end_inset
16064
16065 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
16066 s qui suivent l'opérateur se trouvent après la limite.
16067 \end_layout
16068
16069 \begin_layout Standard
16070 Pour éviter cela, on peut utiliser la macro suivante dans le préambule LaTeX:
16071 \end_layout
16072
16073 \begin_layout Standard
16074
16075 \series bold
16076
16077 \backslash
16078 def
16079 \backslash
16080 clap#1{
16081 \backslash
16082 hbox to 0pt{
16083 \backslash
16084 hss #1
16085 \backslash
16086 hss}}
16087 \begin_inset Newline newline
16088 \end_inset
16089
16090
16091 \backslash
16092 def
16093 \backslash
16094 mathclap {
16095 \backslash
16096 mathpalette 
16097 \backslash
16098 mathclapinternal}
16099 \begin_inset Newline newline
16100 \end_inset
16101
16102
16103 \backslash
16104 def
16105 \backslash
16106 mathclapinternal #1#2{
16107 \backslash
16108 clap{$
16109 \backslash
16110 mathsurround =0pt #1{#2}$}}
16111 \end_layout
16112
16113 \begin_layout Standard
16114 Elle définit la commande 
16115 \series bold
16116
16117 \backslash
16118 mathclap
16119 \series default
16120
16121 \begin_inset Index
16122 status collapsed
16123
16124 \begin_layout Plain Layout
16125 Commandes ! M ! 
16126 \backslash
16127 mathclap
16128 \end_layout
16129
16130 \end_inset
16131
16132  qui met la largeur de la limite à 0
16133 \begin_inset space \thinspace{}
16134 \end_inset
16135
16136 pt.
16137  La syntaxe de la commande est:
16138 \end_layout
16139
16140 \begin_layout Standard
16141
16142 \series bold
16143
16144 \backslash
16145 mathclap{limite}
16146 \end_layout
16147
16148 \begin_layout Standard
16149 où la limite peut être composée de plusieurs conditions.
16150 \end_layout
16151
16152 \begin_layout Standard
16153 Appliqué à la formule 
16154 \begin_inset CommandInset ref
16155 LatexCommand eqref
16156 reference "eq:substack"
16157
16158 \end_inset
16159
16160 , on utilise la commande
16161 \end_layout
16162
16163 \begin_layout Standard
16164
16165 \series bold
16166
16167 \backslash
16168 sum_
16169 \backslash
16170 mathclap{
16171 \backslash
16172 substack
16173 \begin_inset ERT
16174 status collapsed
16175
16176 \begin_layout Plain Layout
16177
16178
16179 \backslash
16180 spce 
16181 \end_layout
16182
16183 \end_inset
16184
16185 0<k<1000 Ctrl-Enter
16186 \end_layout
16187
16188 \begin_layout Standard
16189 pour créer la limite inférieure.
16190  L'opérande est maintenant juste après l'opérateur de sommation:
16191 \begin_inset Formula \[
16192 \sum_{\mathclap{\substack{0<k<1000\\
16193 \\k\,\in\,\mathbb{N}}
16194 }}^{n}k^{-2}\]
16195
16196 \end_inset
16197
16198
16199 \end_layout
16200
16201 \begin_layout Standard
16202 \begin_inset VSpace bigskip
16203 \end_inset
16204
16205 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
16206 \begin_inset CommandInset ref
16207 LatexCommand ref
16208 reference "sub:Opérateurs-personnalisés"
16209
16210 \end_inset
16211
16212 .
16213 \end_layout
16214
16215 \begin_layout Subsection
16216 Opérateurs binaires
16217 \begin_inset CommandInset label
16218 LatexCommand label
16219 name "sub:Opérateurs-binaires"
16220
16221 \end_inset
16222
16223
16224 \begin_inset Index
16225 status collapsed
16226
16227 \begin_layout Plain Layout
16228 Opérateurs ! binaires
16229 \end_layout
16230
16231 \end_inset
16232
16233
16234 \end_layout
16235
16236 \begin_layout Standard
16237 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
16238  avant et après eux.
16239 \begin_inset VSpace medskip
16240 \end_inset
16241
16242
16243 \end_layout
16244
16245 \begin_layout Standard
16246
16247 \lang english
16248 \begin_inset space \hfill{}
16249 \end_inset
16250
16251
16252 \lang french
16253
16254 \begin_inset Tabular
16255 <lyxtabular version="3" rows="13" columns="2">
16256 <features>
16257 <column alignment="center" valignment="top" width="0pt">
16258 <column alignment="center" valignment="top" width="0pt">
16259 <row>
16260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 Commande
16265 \begin_inset Note Note
16266 status collapsed
16267
16268 \begin_layout Plain Layout
16269
16270 \series bold
16271
16272 \backslash
16273 raisebox est seulement utilisée pour faire de la place
16274 \end_layout
16275
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 Résultat
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 </row>
16293 <row>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 +
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 $+$
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 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 \begin_inset Formula $-$
16331 \end_inset
16332
16333
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 </row>
16339 <row>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344
16345 \backslash
16346 pm
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 \begin_inset Formula $\pm$
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 </row>
16364 <row>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369
16370 \backslash
16371 mp
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 \begin_inset Formula $\mp$
16381 \end_inset
16382
16383
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394
16395 \backslash
16396 cdot
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 \begin_inset Formula $\cdot$
16406 \end_inset
16407
16408
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 <row>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419
16420 \backslash
16421 times
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 \begin_inset Formula $\times$
16431 \end_inset
16432
16433
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \backslash
16446 div
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 \begin_inset Formula $\div$
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 \begin_inset ERT
16470 status collapsed
16471
16472 \begin_layout Plain Layout
16473
16474
16475 \backslash
16476 raisebox{-1.2mm}{
16477 \end_layout
16478
16479 \end_inset
16480
16481 *
16482 \begin_inset ERT
16483 status collapsed
16484
16485 \begin_layout Plain Layout
16486
16487 }
16488 \end_layout
16489
16490 \end_inset
16491
16492
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 \begin_inset Formula $*$
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515
16516 \backslash
16517 star
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 \begin_inset Formula $\star$
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 <row>
16536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540
16541 \backslash
16542 circ
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 \begin_inset Formula $\circ$
16552 \end_inset
16553
16554
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 </row>
16560 <row>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565
16566 \backslash
16567 diamond
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 \begin_inset Formula $\diamond$
16577 \end_inset
16578
16579
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590
16591 \backslash
16592 bullet
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 \begin_inset Formula $\bullet$
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 </lyxtabular>
16611
16612 \end_inset
16613
16614
16615 \begin_inset space \hfill{}
16616 \end_inset
16617
16618
16619 \begin_inset Tabular
16620 <lyxtabular version="3" rows="13" columns="2">
16621 <features>
16622 <column alignment="center" valignment="top" width="0pt">
16623 <column alignment="center" valignment="top" width="0pt">
16624 <row>
16625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 Commande
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 Résultat
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 <row>
16645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649
16650 \backslash
16651 nabla
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 \begin_inset Formula $\nabla$
16661 \end_inset
16662
16663
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 </row>
16669 <row>
16670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674
16675 \backslash
16676 bigtriangledown
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685 \begin_inset Formula $\bigtriangledown$
16686 \end_inset
16687
16688
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 </row>
16694 <row>
16695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699
16700 \backslash
16701 bigtriangleup
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 \begin_inset Formula $\bigtriangleup$
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 </row>
16719 <row>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724
16725 \backslash
16726 Box
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 \begin_inset Formula $\Box$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749
16750 \backslash
16751 cap 
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 \begin_inset Formula $\cap$
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774
16775 \backslash
16776 cup
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Formula $\cup$
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 </row>
16794 <row>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799
16800 \backslash
16801 dagger
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 \begin_inset Formula $\dagger$
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \backslash
16826 ddagger
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Formula $\ddagger$
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 </row>
16844 <row>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849
16850 \backslash
16851 wr
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 \begin_inset Formula $\wr$
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 </row>
16869 <row>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874
16875 \backslash
16876 bigcirc
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 \begin_inset Formula $\bigcirc$
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 </row>
16894 <row>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899
16900 \backslash
16901 wedge
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $\wedge$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \backslash
16926 vee
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 \begin_inset Formula $\vee$
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 </lyxtabular>
16945
16946 \end_inset
16947
16948
16949 \begin_inset space \hfill{}
16950 \end_inset
16951
16952
16953 \begin_inset Tabular
16954 <lyxtabular version="3" rows="13" columns="2">
16955 <features>
16956 <column alignment="center" valignment="top" width="0pt">
16957 <column alignment="center" valignment="top" width="0pt">
16958 <row>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 Commande
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 Résultat
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 </row>
16978 <row>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983
16984 \backslash
16985 oplus
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 \begin_inset Formula $\oplus$
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 </row>
17003 <row>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008
17009 \backslash
17010 ominus
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 \begin_inset Formula $\ominus$
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 </row>
17028 <row>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033
17034 \backslash
17035 otimes
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044 \begin_inset Formula $\otimes$
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058
17059 \backslash
17060 oslash
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 \begin_inset Formula $\oslash$
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 <row>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083
17084 \backslash
17085 odot
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Formula $\odot$
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 </row>
17103 <row>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108
17109 \backslash
17110 amalg
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 \begin_inset Formula $\amalg$
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \backslash
17135 uplus
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Formula $\uplus$
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 </row>
17153 <row>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158
17159 \backslash
17160 setminus
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 \begin_inset Formula $\setminus$
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 </row>
17178 <row>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183
17184 \backslash
17185 sqcap
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 \begin_inset Formula $\sqcap$
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \backslash
17210 sqcup
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $\sqcup$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 </row>
17228 <row>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233
17234 \backslash
17235 triangleleft
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244 \begin_inset Formula $\triangleleft$
17245 \end_inset
17246
17247
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258
17259 \backslash
17260 triangleright
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 \begin_inset Formula $\triangleright$
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 </row>
17278 </lyxtabular>
17279
17280 \end_inset
17281
17282
17283 \begin_inset space \hfill{}
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Standard
17290 Tous les opérateurs binaires peuvent être insérés avec le bouton 
17291 \begin_inset Graphics
17292         filename ../../images/math/pm.png
17293         scale 85
17294
17295 \end_inset
17296
17297  de la barre d'outils mathématique.
17298 \end_layout
17299
17300 \begin_layout Standard
17301 Pour obtenir l'opérateur Laplacien, on peut utiliser 
17302 \series bold
17303
17304 \backslash
17305 Delta
17306 \series default
17307  ou 
17308 \series bold
17309
17310 \backslash
17311 nabla
17312 \series default
17313 ^
17314 \series bold
17315 2
17316 \series default
17317  (
17318 \begin_inset Formula $\nabla^{2}$
17319 \end_inset
17320
17321 ) à la place de 
17322 \series bold
17323
17324 \backslash
17325 bigtriangleup
17326 \series default
17327  .
17328 \end_layout
17329
17330 \begin_layout Standard
17331 Le caractère 
17332 \family sans
17333 Séparateur
17334 \begin_inset space ~
17335 \end_inset
17336
17337 de
17338 \begin_inset space ~
17339 \end_inset
17340
17341 menu
17342 \family default
17343  du menu 
17344 \family sans
17345 Insérer\SpecialChar \menuseparator
17346 Caractères
17347 \begin_inset space ~
17348 \end_inset
17349
17350 spécial
17351 \family default
17352  est en fait l'opérateur 
17353 \series bold
17354
17355 \backslash
17356 triangleright
17357 \series default
17358 .
17359 \end_layout
17360
17361 \begin_layout Subsection
17362 Opérateurs personnalisés
17363 \begin_inset CommandInset label
17364 LatexCommand label
17365 name "sub:Opérateurs-personnalisés"
17366
17367 \end_inset
17368
17369
17370 \begin_inset Index
17371 status collapsed
17372
17373 \begin_layout Plain Layout
17374 Opérateurs ! personnalisés
17375 \end_layout
17376
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \begin_layout Standard
17383 Avec l'aide de la commande 
17384 \series bold
17385
17386 \backslash
17387 DeclareMathOperator
17388 \series default
17389
17390 \begin_inset Index
17391 status collapsed
17392
17393 \begin_layout Plain Layout
17394 Commandes ! D ! 
17395 \backslash
17396 dbinom@
17397 \backslash
17398 DeclareMathOperator
17399 \end_layout
17400
17401 \end_inset
17402
17403 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
17404  La syntaxe de la commande est:
17405 \end_layout
17406
17407 \begin_layout Standard
17408
17409 \series bold
17410
17411 \backslash
17412 DeclareMathOperator{nouvelle commande}{affichage}
17413 \end_layout
17414
17415 \begin_layout Standard
17416 L'affichage peut être composé de caractères ou de symboles qui définissent
17417  comment l'opérateur doit apparaître dans la sortie finale.
17418  Pour définir un grand opérateur, on met une * après la commande.
17419  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
17420  c'est décrit dans 
17421 \begin_inset CommandInset ref
17422 LatexCommand ref
17423 reference "sub:Limites-des-opérateurs"
17424
17425 \end_inset
17426
17427 .
17428 \end_layout
17429
17430 \begin_layout Standard
17431 Par exemple la ligne 
17432 \end_layout
17433
17434 \begin_layout Standard
17435
17436 \series bold
17437
17438 \backslash
17439 DeclareMathOperator*{
17440 \backslash
17441 Losange}{
17442 \backslash
17443 blacklozenge}
17444 \end_layout
17445
17446 \begin_layout Standard
17447 dans le préambule LaTeX définit la commande 
17448 \series bold
17449
17450 \backslash
17451 Losange
17452 \series default
17453 , qui insère un grand opérateur qui consiste en un symbole losange venant
17454  de 
17455 \begin_inset CommandInset ref
17456 LatexCommand ref
17457 reference "sub:Symboles-divers"
17458
17459 \end_inset
17460
17461 :
17462 \begin_inset Formula \[
17463 \Losange_{n=1}^{\infty}\]
17464
17465 \end_inset
17466
17467 La commande utilisée pour cette formule est: 
17468 \series bold
17469
17470 \backslash
17471 Losange
17472 \series default
17473 ^
17474 \series bold
17475
17476 \backslash
17477 infty
17478 \begin_inset Formula $\to$
17479 \end_inset
17480
17481 _n=1
17482 \end_layout
17483
17484 \begin_layout Standard
17485 \begin_inset VSpace bigskip
17486 \end_inset
17487
17488 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
17489  document, on peut aussi le définir avec les commandes 
17490 \series bold
17491
17492 \backslash
17493 mathop
17494 \series default
17495
17496 \begin_inset Index
17497 status collapsed
17498
17499 \begin_layout Plain Layout
17500 Commandes ! M ! 
17501 \backslash
17502 mathop
17503 \end_layout
17504
17505 \end_inset
17506
17507  et 
17508 \series bold
17509
17510 \backslash
17511 mathbin
17512 \series default
17513
17514 \begin_inset Index
17515 status collapsed
17516
17517 \begin_layout Plain Layout
17518 Commandes ! M ! 
17519 \backslash
17520 mathbin
17521 \end_layout
17522
17523 \end_inset
17524
17525 , qui ont les syntaxes suivantes:
17526 \end_layout
17527
17528 \begin_layout Standard
17529
17530 \series bold
17531
17532 \backslash
17533 mathop{affichage}
17534 \series default
17535  et 
17536 \series bold
17537
17538 \backslash
17539 mathbin{affichage}
17540 \end_layout
17541
17542 \begin_layout Standard
17543
17544 \series bold
17545
17546 \backslash
17547 mathop
17548 \series default
17549  définit des grands opérateurs et 
17550 \series bold
17551
17552 \backslash
17553 mathbin
17554 \series default
17555  des opérateurs binaires.
17556 \end_layout
17557
17558 \begin_layout Standard
17559
17560 \series bold
17561
17562 \backslash
17563 mathop
17564 \series default
17565  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17566 \end_layout
17567
17568 \begin_layout Standard
17569 \begin_inset Formula \[
17570 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17571
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Standard
17578 La commande pour la formule précédente est:
17579 \begin_inset Newline newline
17580 \end_inset
17581
17582
17583 \series bold
17584
17585 \backslash
17586 mathop{
17587 \backslash
17588 sum
17589 \backslash
17590 negmedspace
17591 \backslash
17592 sum
17593 \series default
17594
17595 \begin_inset ERT
17596 status collapsed
17597
17598 \begin_layout Plain Layout
17599
17600
17601 \backslash
17602 spce 
17603 \end_layout
17604
17605 \end_inset
17606
17607
17608 \series bold
17609
17610 \begin_inset Formula $\to$
17611 \end_inset
17612
17613 ^N
17614 \series default
17615
17616 \begin_inset ERT
17617 status collapsed
17618
17619 \begin_layout Plain Layout
17620
17621
17622 \backslash
17623 spce 
17624 \end_layout
17625
17626 \end_inset
17627
17628
17629 \series bold
17630 _i,j=1
17631 \end_layout
17632
17633 \begin_layout Section
17634 Polices de caractères
17635 \begin_inset Index
17636 status collapsed
17637
17638 \begin_layout Plain Layout
17639 Polices de caractères
17640 \end_layout
17641
17642 \end_inset
17643
17644
17645 \begin_inset Index
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649 Fontes| see
17650 \begin_inset ERT
17651 status collapsed
17652
17653 \begin_layout Plain Layout
17654
17655 {
17656 \end_layout
17657
17658 \end_inset
17659
17660 Polices de caractères
17661 \begin_inset ERT
17662 status collapsed
17663
17664 \begin_layout Plain Layout
17665
17666 }
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \begin_layout Subsection
17680 Styles de polices
17681 \begin_inset CommandInset label
17682 LatexCommand label
17683 name "sub:Styles-de-polices"
17684
17685 \end_inset
17686
17687
17688 \begin_inset Index
17689 status collapsed
17690
17691 \begin_layout Plain Layout
17692 Polices de caractères ! style
17693 \end_layout
17694
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \begin_layout Standard
17701 Dans les formules on peut affecter aux lettres latines un des styles de
17702  police suivant:
17703 \begin_inset VSpace -2mm
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \begin_layout Standard
17710 \align center
17711 \begin_inset Tabular
17712 <lyxtabular version="3" rows="6" columns="3">
17713 <features>
17714 <column alignment="center" valignment="top" width="0">
17715 <column alignment="center" valignment="top" width="0">
17716 <column alignment="center" valignment="top" width="0">
17717 <row>
17718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 Commande
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 Résultat
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 Raccourci
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 </row>
17746 <row>
17747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \backslash
17753 mathbb
17754 \begin_inset ERT
17755 status collapsed
17756
17757 \begin_layout Plain Layout
17758
17759
17760 \backslash
17761 spce 
17762 \end_layout
17763
17764 \end_inset
17765
17766 ABC
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775 \begin_inset Formula $\mathbb{ABC}$
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 Alt-c c
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 </row>
17793 <row>
17794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798
17799 \backslash
17800 mathbf
17801 \begin_inset ERT
17802 status collapsed
17803
17804 \begin_layout Plain Layout
17805
17806
17807 \backslash
17808 spce 
17809 \end_layout
17810
17811 \end_inset
17812
17813 AbC
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 \begin_inset Formula $\mathbf{AbC}$
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 Ctrl-b
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 </row>
17840 <row>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845
17846 \backslash
17847 boldsymbol
17848 \begin_inset ERT
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852
17853
17854 \backslash
17855 spce 
17856 \end_layout
17857
17858 \end_inset
17859
17860 AbC
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 \begin_inset Formula $\boldsymbol{AbC}$
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881 Alt-c b ou Ctrl-Alt-b
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 </row>
17887 <row>
17888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \backslash
17894 mathcal
17895 \begin_inset ERT
17896 status collapsed
17897
17898 \begin_layout Plain Layout
17899
17900
17901 \backslash
17902 spce 
17903 \end_layout
17904
17905 \end_inset
17906
17907 ABC
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 \begin_inset Formula $\mathcal{ABC}$
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 Alt-c e
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 </row>
17934 <row>
17935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939
17940 \backslash
17941 mathfrak
17942 \begin_inset ERT
17943 status collapsed
17944
17945 \begin_layout Plain Layout
17946
17947
17948 \backslash
17949 spce 
17950 \end_layout
17951
17952 \end_inset
17953
17954 AbC
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 \begin_inset Formula $\mathfrak{AbC}$
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975 -
17976 \end_layout
17977
17978 \end_inset
17979 </cell>
17980 </row>
17981 </lyxtabular>
17982
17983 \end_inset
17984
17985
17986 \end_layout
17987
17988 \begin_layout Standard
17989 \align center
17990 \begin_inset Tabular
17991 <lyxtabular version="3" rows="5" columns="3">
17992 <features>
17993 <column alignment="center" valignment="top" width="0">
17994 <column alignment="center" valignment="top" width="0">
17995 <column alignment="center" valignment="top" width="0">
17996 <row>
17997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 Commande
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 Résultat
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019 Raccourci
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 </row>
18025 <row>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030
18031 \backslash
18032 mathit
18033 \begin_inset ERT
18034 status collapsed
18035
18036 \begin_layout Plain Layout
18037
18038
18039 \backslash
18040 spce 
18041 \end_layout
18042
18043 \end_inset
18044
18045 AbC
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 \begin_inset Formula $\mathit{AbC}$
18055 \end_inset
18056
18057
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 -
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 </row>
18072 <row>
18073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077
18078 \backslash
18079 mathrm
18080 \begin_inset ERT
18081 status collapsed
18082
18083 \begin_layout Plain Layout
18084
18085
18086 \backslash
18087 spce 
18088 \end_layout
18089
18090 \end_inset
18091
18092 AbC
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 \begin_inset Formula $\mathrm{AbC}$
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113 Alt-c r
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 </row>
18119 <row>
18120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124
18125 \backslash
18126 mathsf
18127 \begin_inset ERT
18128 status collapsed
18129
18130 \begin_layout Plain Layout
18131
18132
18133 \backslash
18134 spce 
18135 \end_layout
18136
18137 \end_inset
18138
18139 AbC
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 \begin_inset Formula $\mathsf{AbC}$
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 Alt-c s
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 </row>
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \backslash
18173 mathtt
18174 \begin_inset ERT
18175 status collapsed
18176
18177 \begin_layout Plain Layout
18178
18179
18180 \backslash
18181 spce 
18182 \end_layout
18183
18184 \end_inset
18185
18186 AbC
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 \begin_inset Formula $\mathtt{AbC}$
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 Alt-c p
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 </row>
18213 </lyxtabular>
18214
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \begin_layout Standard
18221 \begin_inset Note Greyedout
18222 status open
18223
18224 \begin_layout Plain Layout
18225
18226 \series bold
18227 Note:
18228 \series default
18229  Les styles 
18230 \series bold
18231
18232 \backslash
18233 mathbb
18234 \series default
18235  et 
18236 \series bold
18237
18238 \backslash
18239 mathcal
18240 \series default
18241  ne peuvent être utilisés que pour les lettres majuscules.
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 Le style prédéfini est 
18251 \series bold
18252
18253 \backslash
18254 mathnormal
18255 \series default
18256 .
18257 \end_layout
18258
18259 \begin_layout Standard
18260 Les commandes de style fonctionnent aussi pour des caractères dans des construct
18261 ions mathématiques:
18262 \begin_inset Formula \[
18263 \mathfrak{A=\frac{b}{C}}\]
18264
18265 \end_inset
18266
18267
18268 \end_layout
18269
18270 \begin_layout Standard
18271 Les caractères en texte mathématique n'apparaissent pas avec un style de
18272  police mathématique mais avec le style de police texte 
18273 \series bold
18274
18275 \backslash
18276 textrm
18277 \series default
18278 .
18279  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
18280  de style est un bug de LyX.
18281 \begin_inset Foot
18282 status collapsed
18283
18284 \begin_layout Plain Layout
18285 \begin_inset CommandInset href
18286 LatexCommand href
18287 name "LyX-bug #4091"
18288 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18289
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \end_inset
18296
18297
18298 \end_layout
18299
18300 \begin_layout Standard
18301 À la place des commandes de style, on peut utiliser le menu 
18302 \family sans
18303 Éditer\SpecialChar \menuseparator
18304 Math\SpecialChar \menuseparator
18305 Style
18306 \begin_inset space ~
18307 \end_inset
18308
18309 de
18310 \begin_inset space ~
18311 \end_inset
18312
18313 Texte
18314 \family default
18315  ou le bouton 
18316 \begin_inset Graphics
18317         filename ../../images/math/font.png
18318         scale 85
18319
18320 \end_inset
18321
18322  de la barre d'outils mathématique.
18323 \end_layout
18324
18325 \begin_layout Subsection
18326 Formules en gras
18327 \begin_inset CommandInset label
18328 LatexCommand label
18329 name "sub:Formules-en-gras"
18330
18331 \end_inset
18332
18333
18334 \begin_inset Index
18335 status collapsed
18336
18337 \begin_layout Plain Layout
18338 Formules ! en gras
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
18348  
18349 \series bold
18350
18351 \backslash
18352 mathbf
18353 \series default
18354  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
18355  grecques minuscules.
18356  En plus elle affiche toujours les lettres latines en caractères droits,
18357  comme dans l'équation suivante:
18358 \end_layout
18359
18360 \begin_layout Standard
18361 \begin_inset Formula \[
18362 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}\]
18363
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \begin_layout Standard
18370 Pour afficher cette formule correctement; on utilise la commande 
18371 \series bold
18372
18373 \backslash
18374 boldsymbol
18375 \series default
18376 :
18377 \begin_inset Formula \[
18378 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}\]
18379
18380 \end_inset
18381
18382 Il est aussi possible de mettre l'équation dans un environnement 
18383 \series bold
18384 boldmath
18385 \series default
18386 .
18387  On crée cet environnement en insérant la commande 
18388 \series bold
18389
18390 \backslash
18391 boldmath
18392 \begin_inset Index
18393 status collapsed
18394
18395 \begin_layout Plain Layout
18396 Commandes ! B ! 
18397 \backslash
18398 boldmath
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \series default
18405  en mode TeX.
18406  Pour terminer l'environnement, on insère la commande 
18407 \series bold
18408
18409 \backslash
18410 unboldmath
18411 \begin_inset Index
18412 status collapsed
18413
18414 \begin_layout Plain Layout
18415 Commandes ! U ! 
18416 \backslash
18417 unboldmath
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \series default
18424  toujours en mode TeX.
18425 \begin_inset ERT
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429
18430
18431 \backslash
18432 boldmath 
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \begin_inset Formula \[
18439 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}\]
18440
18441 \end_inset
18442
18443
18444 \begin_inset ERT
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448
18449
18450 \backslash
18451 unboldmath 
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \begin_layout Subsection
18460 Tailles de polices
18461 \begin_inset CommandInset label
18462 LatexCommand label
18463 name "sub:Tailles-polices"
18464
18465 \end_inset
18466
18467
18468 \begin_inset Index
18469 status collapsed
18470
18471 \begin_layout Plain Layout
18472 Polices ! tailles
18473 \end_layout
18474
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \begin_layout Standard
18481 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18482  les caractères qui sont dans le texte, les commandes de changement de taille
18483  suivantes:
18484 \end_layout
18485
18486 \begin_layout Standard
18487
18488 \series bold
18489
18490 \backslash
18491 Huge
18492 \series default
18493
18494 \series bold
18495
18496 \backslash
18497 huge
18498 \series default
18499
18500 \series bold
18501
18502 \backslash
18503 LARGE
18504 \series default
18505
18506 \series bold
18507
18508 \backslash
18509 Large
18510 \series default
18511
18512 \series bold
18513
18514 \backslash
18515 large
18516 \series default
18517
18518 \series bold
18519
18520 \backslash
18521 normalsize
18522 \series default
18523
18524 \series bold
18525
18526 \backslash
18527 small
18528 \series default
18529 ,
18530 \begin_inset Newline newline
18531 \end_inset
18532
18533
18534 \series bold
18535
18536 \backslash
18537 footnotesize
18538 \series default
18539
18540 \series bold
18541
18542 \backslash
18543 scriptsize
18544 \series default
18545 , et 
18546 \series bold
18547
18548 \backslash
18549 tiny
18550 \begin_inset Foot
18551 status collapsed
18552
18553 \begin_layout Plain Layout
18554 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
18555  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \begin_layout Standard
18564 La taille des caractères produits par ces commandes dépend de la taille
18565  de police du document, qui correspond à la commande 
18566 \series bold
18567
18568 \backslash
18569 normalsize
18570 \series default
18571 .
18572  Les autres commandes produisent des tailles plus ou moins grandes que 
18573 \series bold
18574
18575 \backslash
18576 normalsize
18577 \series default
18578 .
18579  La taille de la police ne peut donc pas dépasser une certaine valeur.
18580  Par exemple, pour un document dans une police de taille 12
18581 \begin_inset space \thinspace{}
18582 \end_inset
18583
18584 pt, la commande 
18585 \series bold
18586
18587 \backslash
18588 Huge
18589 \series default
18590  va donner la même taille que 
18591 \series bold
18592
18593 \backslash
18594 huge
18595 \series default
18596 .
18597  
18598 \end_layout
18599
18600 \begin_layout Standard
18601 Une commande de changement de taille est insérée en mode TeX avant la formule
18602  et fixe la taille de toutes les formules qui suivent ainsi que celle des
18603  caractères du texte.
18604  Pour revenir à la taille initiale, on doit insérer la commande 
18605 \series bold
18606
18607 \backslash
18608 normalsize
18609 \series default
18610  en mode TeX après la formule.
18611 \end_layout
18612
18613 \begin_layout Standard
18614 À l'intérieur de la formule, on ne peut changer la taille que des caractères
18615  ou des symboles qui sont en mode texte mathématique.
18616  Pour le faire, on insère la commande de changement de taille en mode texte
18617  mathématique.
18618  Tous les caractères qui suivent jusqu'à la fin du texte mathématique ou
18619  jusqu'à ce que la taille soit de nouveau modifiée, auront la taille choisie.
18620  Deux exemples:
18621 \begin_inset VSpace -2mm
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \begin_layout Standard
18628 \begin_inset ERT
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632
18633
18634 \backslash
18635 huge 
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \begin_inset Formula \[
18642 A=\frac{B}{c}\cdot\maltese\]
18643
18644 \end_inset
18645
18646
18647 \begin_inset Formula \[
18648 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18649
18650 \end_inset
18651
18652
18653 \begin_inset ERT
18654 status collapsed
18655
18656 \begin_layout Plain Layout
18657
18658
18659 \backslash
18660 normalsize 
18661 \end_layout
18662
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \begin_layout Standard
18669 \begin_inset VSpace medskip
18670 \end_inset
18671
18672 Avant les deux formules, on a inséré la commande 
18673 \series bold
18674
18675 \backslash
18676 huge
18677 \series default
18678 .
18679  La commande utilisée pour la deuxième formule est:
18680 \begin_inset Newline newline
18681 \end_inset
18682
18683
18684 \series bold
18685
18686 \backslash
18687 maltese
18688 \begin_inset ERT
18689 status collapsed
18690
18691 \begin_layout Plain Layout
18692
18693
18694 \backslash
18695 spce 
18696 \end_layout
18697
18698 \end_inset
18699
18700 A Alt-m m 
18701 \backslash
18702 Large
18703 \begin_inset ERT
18704 status collapsed
18705
18706 \begin_layout Plain Layout
18707
18708
18709 \backslash
18710 spce 
18711 \end_layout
18712
18713 \end_inset
18714
18715
18716 \backslash
18717 maltese
18718 \begin_inset ERT
18719 status collapsed
18720
18721 \begin_layout Plain Layout
18722
18723
18724 \backslash
18725 spce 
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \backslash
18732 textit
18733 \begin_inset ERT
18734 status collapsed
18735
18736 \begin_layout Plain Layout
18737
18738
18739 \backslash
18740 spce 
18741 \end_layout
18742
18743 \end_inset
18744
18745 A
18746 \begin_inset Formula $\to$
18747 \end_inset
18748
18749
18750 \begin_inset Formula $\to$
18751 \end_inset
18752
18753
18754 \begin_inset Newline newline
18755 \end_inset
18756
18757
18758 \series default
18759
18760 \begin_inset space \hspace*{}
18761 \length 1cm
18762 \end_inset
18763
18764
18765 \series bold
18766 Alt-m
18767 \series default
18768  
18769 \series bold
18770
18771 \backslash
18772 tiny
18773 \begin_inset ERT
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777
18778
18779 \backslash
18780 spce 
18781 \end_layout
18782
18783 \end_inset
18784
18785
18786 \backslash
18787 maltese
18788 \begin_inset ERT
18789 status collapsed
18790
18791 \begin_layout Plain Layout
18792
18793
18794 \backslash
18795 spce 
18796 \end_layout
18797
18798 \end_inset
18799
18800
18801 \backslash
18802 textit
18803 \begin_inset ERT
18804 status collapsed
18805
18806 \begin_layout Plain Layout
18807
18808
18809 \backslash
18810 spce 
18811 \end_layout
18812
18813 \end_inset
18814
18815 A
18816 \end_layout
18817
18818 \begin_layout Standard
18819 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
18820  affiché dans la taille par défaut
18821 \end_layout
18822
18823 \begin_layout Section
18824 Les lettres grecques
18825 \begin_inset Index
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829 Lettres grecques
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Standard
18838 On peut insérer toutes les lettres grecques avec le bouton 
18839 \begin_inset Graphics
18840         filename ../../images/math/alpha.png
18841         scale 85
18842
18843 \end_inset
18844
18845  de la barre d'outils mathématiques.
18846 \end_layout
18847
18848 \begin_layout Subsection
18849 Lettres minuscules
18850 \begin_inset Index
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854 Lettres grecques ! minuscules
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Standard
18863
18864 \lang english
18865 \begin_inset space \hfill{}
18866 \end_inset
18867
18868
18869 \lang french
18870
18871 \begin_inset Tabular
18872 <lyxtabular version="3" rows="11" columns="2">
18873 <features>
18874 <column alignment="center" valignment="top" width="0pt">
18875 <column alignment="center" valignment="top" width="0pt">
18876 <row>
18877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 Commande
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 Résultat
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 </row>
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \backslash
18903 alpha
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 \begin_inset Formula $\alpha$
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 </row>
18921 <row>
18922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926
18927 \backslash
18928 beta
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 \begin_inset Formula $\beta$
18938 \end_inset
18939
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 </row>
18946 <row>
18947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951
18952 \backslash
18953 gamma
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 \begin_inset Formula $\gamma$
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 </row>
18971 <row>
18972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976
18977 \backslash
18978 delta
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 \begin_inset Formula $\delta$
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 </row>
18996 <row>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001
19002 \backslash
19003 epsilon
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 \begin_inset Formula $\epsilon$
19013 \end_inset
19014
19015
19016 \end_layout
19017
19018 \end_inset
19019 </cell>
19020 </row>
19021 <row>
19022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026
19027 \backslash
19028 varepsilon
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 \begin_inset Formula $\varepsilon$
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \backslash
19053 zeta
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062 \begin_inset Formula $\zeta$
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 </row>
19071 <row>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076
19077 \backslash
19078 eta
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087 \begin_inset Formula $\eta$
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 </row>
19096 <row>
19097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101
19102 \backslash
19103 theta
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 \begin_inset Formula $\theta$
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 </row>
19121 <row>
19122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126
19127 \backslash
19128 vartheta
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 \begin_inset Formula $\vartheta$
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 </row>
19146 </lyxtabular>
19147
19148 \end_inset
19149
19150
19151 \begin_inset space \hfill{}
19152 \end_inset
19153
19154
19155 \begin_inset Tabular
19156 <lyxtabular version="3" rows="12" columns="2">
19157 <features>
19158 <column alignment="center" valignment="top" width="0pt">
19159 <column alignment="center" valignment="top" width="0pt">
19160 <row>
19161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 Commande
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 Résultat
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \backslash
19187 iota
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 \begin_inset Formula $\iota$
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 </row>
19205 <row>
19206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210
19211 \backslash
19212 kappa
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 \begin_inset Formula $\kappa$
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \backslash
19237 varkappa
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 \begin_inset Formula $\varkappa$
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 </row>
19255 <row>
19256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260
19261 \backslash
19262 lambda
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 \begin_inset Formula $\lambda$
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 </row>
19280 <row>
19281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285
19286 \backslash
19287 mu
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 \begin_inset Formula $\mu$
19297 \end_inset
19298
19299
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 </row>
19305 <row>
19306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310
19311 \backslash
19312 nu
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321 \begin_inset Formula $\nu$
19322 \end_inset
19323
19324
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 </row>
19330 <row>
19331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335
19336 \backslash
19337 xi
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346 \begin_inset Formula $\xi$
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 </row>
19355 <row>
19356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360 o
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 \begin_inset Formula $o$
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \backslash
19385 pi
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset Formula $\pi$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408
19409 \backslash
19410 varpi
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 \begin_inset Formula $\varpi$
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 <row>
19429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433
19434 \backslash
19435 rho
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 \begin_inset Formula $\rho$
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 </lyxtabular>
19454
19455 \end_inset
19456
19457
19458 \begin_inset space \hfill{}
19459 \end_inset
19460
19461
19462 \begin_inset Tabular
19463 <lyxtabular version="3" rows="11" columns="2">
19464 <features>
19465 <column alignment="center" valignment="top" width="0pt">
19466 <column alignment="center" valignment="top" width="0pt">
19467 <row>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 Commande
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 Résultat
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \backslash
19494 varrho
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503 \begin_inset Formula $\varrho$
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 </row>
19512 <row>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517
19518 \backslash
19519 sigma
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 \begin_inset Formula $\sigma$
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 </row>
19537 <row>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542
19543 \backslash
19544 varsigma
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 \begin_inset Formula $\varsigma$
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 </row>
19562 <row>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567
19568 \backslash
19569 tau
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 \begin_inset Formula $\tau$
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592
19593 \backslash
19594 upsilon
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 \begin_inset Formula $\upsilon$
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617
19618 \backslash
19619 phi
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 \begin_inset Formula $\phi$
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 </row>
19637 <row>
19638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642
19643 \backslash
19644 varphi
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 \begin_inset Formula $\varphi$
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 </row>
19662 <row>
19663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667
19668 \backslash
19669 chi
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678 \begin_inset Formula $\chi$
19679 \end_inset
19680
19681
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 </row>
19687 <row>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692
19693 \backslash
19694 psi
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703 \begin_inset Formula $\psi$
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 </row>
19712 <row>
19713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717
19718 \backslash
19719 omega
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728 \begin_inset Formula $\omega$
19729 \end_inset
19730
19731
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 </row>
19737 </lyxtabular>
19738
19739 \end_inset
19740
19741
19742 \lang english
19743
19744 \begin_inset space \hfill{}
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \begin_layout Standard
19751 \begin_inset VSpace medskip
19752 \end_inset
19753
19754
19755 \end_layout
19756
19757 \begin_layout Standard
19758 On explique comment obtenir des lettres grecques droites dans 
19759 \begin_inset CommandInset ref
19760 LatexCommand ref
19761 reference "sub:minuscules-grecques-droites"
19762
19763 \end_inset
19764
19765 .
19766 \end_layout
19767
19768 \begin_layout Subsection
19769 Lettres majuscules
19770 \begin_inset Index
19771 status collapsed
19772
19773 \begin_layout Plain Layout
19774 Lettres grecques ! majuscules
19775 \end_layout
19776
19777 \end_inset
19778
19779
19780 \end_layout
19781
19782 \begin_layout Standard
19783
19784 \lang english
19785 \begin_inset space \hfill{}
19786 \end_inset
19787
19788
19789 \lang french
19790
19791 \begin_inset Tabular
19792 <lyxtabular version="3" rows="7" columns="2">
19793 <features>
19794 <column alignment="center" valignment="top" width="0pt">
19795 <column alignment="center" valignment="top" width="0pt">
19796 <row>
19797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801 Commande
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810 Résultat
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 </row>
19816 <row>
19817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821
19822 \backslash
19823 Gamma
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 \begin_inset Formula $\Gamma$
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 <row>
19842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846
19847 \backslash
19848 Delta
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 \begin_inset Formula $\Delta$
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 </row>
19866 <row>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871
19872 \backslash
19873 Theta
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 \begin_inset Formula $\Theta$
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 </row>
19891 <row>
19892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896
19897 \backslash
19898 Lambda
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 \begin_inset Formula $\Lambda$
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 </row>
19916 <row>
19917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921
19922 \backslash
19923 Xi
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 \begin_inset Formula $\Xi$
19933 \end_inset
19934
19935
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 </row>
19941 <row>
19942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946
19947 \backslash
19948 Pi
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 \begin_inset Formula $\Pi$
19958 \end_inset
19959
19960
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 </row>
19966 </lyxtabular>
19967
19968 \end_inset
19969
19970
19971 \begin_inset space \hfill{}
19972 \end_inset
19973
19974
19975 \begin_inset Tabular
19976 <lyxtabular version="3" rows="6" columns="2">
19977 <features>
19978 <column alignment="center" valignment="top" width="0pt">
19979 <column alignment="center" valignment="top" width="0pt">
19980 <row>
19981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985 Commande
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994 Résultat
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 </row>
20000 <row>
20001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \backslash
20007 Sigma
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 \begin_inset Formula $\Sigma$
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 </row>
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030
20031 \backslash
20032 Upsilon
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Formula $\Upsilon$
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055
20056 \backslash
20057 Phi
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066 \begin_inset Formula $\Phi$
20067 \end_inset
20068
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 </row>
20075 <row>
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080
20081 \backslash
20082 Psi
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 \begin_inset Formula $\Psi$
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 </row>
20100 <row>
20101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105
20106 \backslash
20107 Omega
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 \begin_inset Formula $\Omega$
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 </row>
20125 </lyxtabular>
20126
20127 \end_inset
20128
20129
20130 \lang english
20131
20132 \begin_inset space \hfill{}
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \begin_layout Standard
20139 \begin_inset VSpace medskip
20140 \end_inset
20141
20142 Le fait que les lettres grecques majuscules apparaissent droites provient
20143  d'un défaut de conception quand TeX a été développé.
20144  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
20145  commande par 
20146 \series bold
20147 var
20148 \series default
20149 .
20150  Par exemple, la commande 
20151 \series bold
20152
20153 \backslash
20154 varGamma
20155 \series default
20156  produit: 
20157 \begin_inset Formula $\varGamma$
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Subsection
20164 Lettres grasses
20165 \begin_inset Index
20166 status collapsed
20167
20168 \begin_layout Plain Layout
20169 Lettres grecques ! grasses
20170 \end_layout
20171
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \begin_layout Standard
20178 Les lettres grecques ne peuvent être mise dans différents styles de polices
20179  comme les lettres latines.
20180  Elles peuvent seulement être mises en gras avec la commande 
20181 \series bold
20182
20183 \backslash
20184 boldsymbol
20185 \series default
20186
20187 \begin_inset Index
20188 status collapsed
20189
20190 \begin_layout Plain Layout
20191 Commandes ! B ! 
20192 \backslash
20193 boldsymbol
20194 \end_layout
20195
20196 \end_inset
20197
20198 .
20199 \end_layout
20200
20201 \begin_layout Standard
20202 \align center
20203 \begin_inset Tabular
20204 <lyxtabular version="3" rows="3" columns="2">
20205 <features>
20206 <column alignment="center" valignment="top" width="0">
20207 <column alignment="center" valignment="top" width="0">
20208 <row>
20209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 Commande
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 Résultat
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \backslash
20235 Upsilon
20236 \backslash
20237 boldsymbol
20238 \backslash
20239 Upsilon
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \backslash
20264 theta
20265 \backslash
20266 boldsymbol
20267 \backslash
20268 theta
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 \begin_inset Formula $\theta\boldsymbol{\theta}$
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 </row>
20286 </lyxtabular>
20287
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \begin_layout Section
20294 Symboles
20295 \begin_inset ERT
20296 status collapsed
20297
20298 \begin_layout Plain Layout
20299
20300
20301 \backslash
20302 texorpdfstring{
20303 \end_layout
20304
20305 \end_inset
20306
20307
20308 \begin_inset Foot
20309 status collapsed
20310
20311 \begin_layout Plain Layout
20312 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20313  être trouvée dans 
20314 \begin_inset CommandInset citation
20315 LatexCommand cite
20316 key "Symbole"
20317
20318 \end_inset
20319
20320 .
20321 \end_layout
20322
20323 \end_inset
20324
20325
20326 \begin_inset ERT
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330
20331 }{}
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \begin_inset Note Note
20338 status collapsed
20339
20340 \begin_layout Plain Layout
20341
20342 \backslash
20343 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20344  dans les signets PDF.
20345 \end_layout
20346
20347 \begin_layout Plain Layout
20348 Plus au sujet de 
20349 \backslash
20350 texorpdfstring dans la section 
20351 \begin_inset CommandInset ref
20352 LatexCommand ref
20353 reference "sub:formules-dans-les-entêtes"
20354
20355 \end_inset
20356
20357 .
20358 \end_layout
20359
20360 \end_inset
20361
20362
20363 \begin_inset Index
20364 status collapsed
20365
20366 \begin_layout Plain Layout
20367 Symboles
20368 \end_layout
20369
20370 \end_inset
20371
20372
20373 \end_layout
20374
20375 \begin_layout Standard
20376 Plusieurs symboles listés dans cette section peuvent aussi être insérés
20377  grâce aux boutons 
20378 \begin_inset Graphics
20379         filename ../../images/math/nabla.png
20380         scale 85
20381
20382 \end_inset
20383
20384  et 
20385 \begin_inset Graphics
20386         filename ../../images/math/digamma.png
20387         scale 85
20388
20389 \end_inset
20390
20391  de la barre d'outils mathématique.
20392 \end_layout
20393
20394 \begin_layout Subsection
20395 Symboles mathématiques
20396 \begin_inset CommandInset label
20397 LatexCommand label
20398 name "sub:Symboles-mathématiques"
20399
20400 \end_inset
20401
20402
20403 \begin_inset Index
20404 status collapsed
20405
20406 \begin_layout Plain Layout
20407 Symboles ! mathématiques
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Standard
20416 \begin_inset space \hfill{}
20417 \end_inset
20418
20419
20420 \begin_inset Tabular
20421 <lyxtabular version="3" rows="10" columns="2">
20422 <features>
20423 <column alignment="center" valignment="top" width="0pt">
20424 <column alignment="center" valignment="top" width="0pt">
20425 <row>
20426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 Commande
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 Résultat
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 </row>
20445 <row>
20446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450
20451 \backslash
20452 neg
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461 \begin_inset Formula $\neg$
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 </row>
20470 <row>
20471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \backslash
20477 Im
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486 \begin_inset Formula $\Im$
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 </row>
20495 <row>
20496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500
20501 \backslash
20502 Re
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511 \begin_inset Formula $\Re$
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 </row>
20520 <row>
20521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525
20526 \backslash
20527 aleph
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536 \begin_inset Formula $\aleph$
20537 \end_inset
20538
20539
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 </row>
20545 <row>
20546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550
20551 \backslash
20552 partial
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561 \begin_inset Formula $\partial$
20562 \end_inset
20563
20564
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 </row>
20570 <row>
20571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575
20576 \backslash
20577 infty
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586 \begin_inset Formula $\infty$
20587 \end_inset
20588
20589
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 </row>
20595 <row>
20596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20597 \begin_inset Text
20598
20599 \begin_layout Plain Layout
20600
20601 \backslash
20602 wp
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611 \begin_inset Formula $\wp$
20612 \end_inset
20613
20614
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 </row>
20620 <row>
20621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20622 \begin_inset Text
20623
20624 \begin_layout Plain Layout
20625
20626 \backslash
20627 imath
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636 \begin_inset Formula $\imath$
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 </row>
20645 <row>
20646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650
20651 \backslash
20652 jmath
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661 \begin_inset Formula $\jmath$
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 </row>
20670 </lyxtabular>
20671
20672 \end_inset
20673
20674
20675 \begin_inset space \hfill{}
20676 \end_inset
20677
20678
20679 \begin_inset Tabular
20680 <lyxtabular version="3" rows="10" columns="2">
20681 <features>
20682 <column alignment="center" valignment="top" width="0pt">
20683 <column alignment="center" valignment="top" width="0pt">
20684 <row>
20685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 Commande
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 Résultat
20699 \begin_inset Note Note
20700 status collapsed
20701
20702 \begin_layout Plain Layout
20703
20704 \series bold
20705
20706 \backslash
20707 raisebox est seulement utilisée pour faire de la place
20708 \end_layout
20709
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 <row>
20719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \backslash
20725 forall
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 \begin_inset Formula $\forall$
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 </row>
20743 <row>
20744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \backslash
20750 exists
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 \begin_inset Formula $\exists$
20760 \end_inset
20761
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 <row>
20769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773
20774 \backslash
20775 nexists
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Formula $\nexists$
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 </row>
20793 <row>
20794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798
20799 \backslash
20800 emptyset
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 \begin_inset Formula $\emptyset$
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 </row>
20818 <row>
20819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823
20824 \backslash
20825 varnothing
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 \begin_inset Formula $\varnothing$
20835 \end_inset
20836
20837
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 </row>
20843 <row>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848
20849 \backslash
20850 dag
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859 \begin_inset Formula $\dag$
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 </row>
20868 <row>
20869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873
20874 \backslash
20875 ddag
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884 \begin_inset Formula $\ddag$
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 <row>
20894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \backslash
20900 complement
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 \begin_inset ERT
20910 status collapsed
20911
20912 \begin_layout Plain Layout
20913
20914
20915 \backslash
20916 raisebox{-0.8mm}{
20917 \end_layout
20918
20919 \end_inset
20920
20921
20922 \begin_inset Formula $\complement$
20923 \end_inset
20924
20925
20926 \begin_inset ERT
20927 status collapsed
20928
20929 \begin_layout Plain Layout
20930
20931 }
20932 \end_layout
20933
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 </row>
20942 <row>
20943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947
20948 \backslash
20949 Bbbk
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958 \begin_inset Formula $\Bbbk$
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 </row>
20967 </lyxtabular>
20968
20969 \end_inset
20970
20971
20972 \begin_inset space \hfill{}
20973 \end_inset
20974
20975
20976 \begin_inset Tabular
20977 <lyxtabular version="3" rows="10" columns="2">
20978 <features>
20979 <column alignment="center" valignment="top" width="0pt">
20980 <column alignment="center" valignment="top" width="0pt">
20981 <row>
20982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986 Commande
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995 Résultat
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 </row>
21001 <row>
21002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006
21007 \backslash
21008 prime
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017 \begin_inset Formula $\prime$
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row>
21027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031
21032 \backslash
21033 backprime
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042 \begin_inset Formula $\backprime$
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 <row>
21052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \backslash
21058 mho
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 \begin_inset Formula $\mho$
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 </row>
21076 <row>
21077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081
21082 \backslash
21083 triangle
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092 \begin_inset Formula $\triangle$
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \backslash
21108 angle
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Formula $\angle$
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 <row>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \backslash
21133 measuredangle
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 \begin_inset Formula $\measuredangle$
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 <row>
21152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156
21157 \backslash
21158 sphericalangle
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $\sphericalangle$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 </row>
21176 <row>
21177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \backslash
21183 top
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 \begin_inset Formula $\top$
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 </row>
21201 <row>
21202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206
21207 \backslash
21208 bot
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $\bot$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 </lyxtabular>
21227
21228 \end_inset
21229
21230
21231 \begin_inset space \hfill{}
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \begin_layout Standard
21238 \begin_inset Newpage newpage
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \begin_layout Subsection
21245 Symboles divers
21246 \begin_inset CommandInset label
21247 LatexCommand label
21248 name "sub:Symboles-divers"
21249
21250 \end_inset
21251
21252
21253 \begin_inset Index
21254 status collapsed
21255
21256 \begin_layout Plain Layout
21257 Symboles ! divers
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \begin_layout Standard
21266 \noindent
21267 \align center
21268 \begin_inset Tabular
21269 <lyxtabular version="3" rows="10" columns="2">
21270 <features>
21271 <column alignment="center" valignment="top" width="0pt">
21272 <column alignment="center" valignment="top" width="0pt">
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 Commande
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 Résultat
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 flat
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\flat$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 <row>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \backslash
21325 natural
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $\natural$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 sharp
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset Formula $\sharp$
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 <row>
21369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373
21374 \backslash
21375 surd
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\surd$
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row>
21394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398
21399 \backslash
21400 checkmark
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $\checkmark$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 <row>
21419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \backslash
21425 yen
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 \begin_inset Formula $\yen$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \backslash
21450 pounds
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Formula $\pounds$
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 <row>
21469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473 $
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\$$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 §
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Formula $§$
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 </row>
21514 </lyxtabular>
21515
21516 \end_inset
21517
21518
21519 \begin_inset Tabular
21520 <lyxtabular version="3" rows="10" columns="2">
21521 <features>
21522 <column alignment="center" valignment="top" width="0">
21523 <column alignment="center" valignment="top" width="0">
21524 <row>
21525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 Commande
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 Résultat
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 </row>
21544 <row>
21545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549
21550 \backslash
21551 hbar
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560 \begin_inset Formula $\hbar$
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 </row>
21569 <row>
21570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574
21575 \backslash
21576 hslash
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585 \begin_inset Formula $\hslash$
21586 \end_inset
21587
21588
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 </row>
21594 <row>
21595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599
21600 \backslash
21601 clubsuit
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 \begin_inset Formula $\clubsuit$
21611 \end_inset
21612
21613
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 </row>
21619 <row>
21620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624
21625 \backslash
21626 spadesuit
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 \begin_inset Formula $\spadesuit$
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 </row>
21644 <row>
21645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649
21650 \backslash
21651 bigstar
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660 \begin_inset Formula $\bigstar$
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 </row>
21669 <row>
21670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674
21675 \backslash
21676 blacklozenge
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685 \begin_inset Formula $\blacklozenge$
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 </row>
21694 <row>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699
21700 \backslash
21701 blacktriangle
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710 \begin_inset Formula $\blacktriangle$
21711 \end_inset
21712
21713
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 </row>
21719 <row>
21720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724
21725 \backslash
21726 blacktiangledown
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 \begin_inset Formula $\blacktriangledown$
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 <row>
21745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749
21750 \backslash
21751 bullet
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760 \begin_inset Formula $\bullet$
21761 \end_inset
21762
21763
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 </row>
21769 </lyxtabular>
21770
21771 \end_inset
21772
21773
21774 \begin_inset Tabular
21775 <lyxtabular version="3" rows="10" columns="2">
21776 <features>
21777 <column alignment="center" valignment="top" width="0pt">
21778 <column alignment="center" valignment="top" width="0pt">
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 Commande
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 Résultat
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \backslash
21806 diamondsuit
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 \begin_inset Formula $\diamondsuit$
21816 \end_inset
21817
21818
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 <row>
21825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829
21830 \backslash
21831 Diamond
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 \begin_inset Formula $\Diamond$
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 </row>
21849 <row>
21850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854
21855 \backslash
21856 heartsuit
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 \begin_inset Formula $\heartsuit$
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 </row>
21874 <row>
21875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879
21880 \backslash
21881 P
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890 \begin_inset Formula $\P$
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 </row>
21899 <row>
21900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904
21905 \backslash
21906 copyright
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 \begin_inset Formula $\copyright$
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 </row>
21924 <row>
21925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929
21930 \backslash
21931 circledR
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 \begin_inset Formula $\circledR$
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 </row>
21949 <row>
21950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954
21955 \backslash
21956 maltese
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 \begin_inset Formula $\maltese$
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 </row>
21974 <row>
21975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979
21980 \backslash
21981 diagup
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 \begin_inset Formula $\diagup$
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 </row>
21999 <row>
22000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004
22005 \backslash
22006 diagdown
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 \begin_inset Formula $\diagdown$
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 </row>
22024 </lyxtabular>
22025
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \begin_layout Standard
22032 \begin_inset VSpace medskip
22033 \end_inset
22034
22035 D'autres symboles sont listés dans 
22036 \begin_inset CommandInset ref
22037 LatexCommand ref
22038 reference "sub:Caractères-spéciaux-divers"
22039
22040 \end_inset
22041
22042 .
22043 \end_layout
22044
22045 \begin_layout Standard
22046 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
22047 \begin_inset CommandInset ref
22048 LatexCommand ref
22049 reference "sub:Tailles-polices"
22050
22051 \end_inset
22052
22053 .
22054 \end_layout
22055
22056 \begin_layout Subsection
22057 Le symbole de l'Euro €
22058 \begin_inset Index
22059 status collapsed
22060
22061 \begin_layout Plain Layout
22062 Symboles ! symbole de l'Euro
22063 \end_layout
22064
22065 \end_inset
22066
22067
22068 \begin_inset Index
22069 status collapsed
22070
22071 \begin_layout Plain Layout
22072
22073 \backslash
22074 @
22075 \begin_inset ERT
22076 status collapsed
22077
22078 \begin_layout Plain Layout
22079
22080
22081 \backslash
22082 officialeuro
22083 \end_layout
22084
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Standard
22096 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
22097  paquetage LaTeX 
22098 \series bold
22099 eurosym
22100 \series default
22101
22102 \begin_inset Index
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106 Paquetages ! eurosym
22107 \end_layout
22108
22109 \end_inset
22110
22111  et le charger avec la ligne suivante dans le préambule LaTeX
22112 \end_layout
22113
22114 \begin_layout Standard
22115
22116 \series bold
22117
22118 \backslash
22119 usepackage[gennarrow]{eurosym}
22120 \end_layout
22121
22122 \begin_layout Standard
22123 Le symbole de l'Euro peut alors être inséré avec la commande 
22124 \series bold
22125
22126 \backslash
22127 euro
22128 \series default
22129
22130 \begin_inset Index
22131 status collapsed
22132
22133 \begin_layout Plain Layout
22134 Commandes ! E ! 
22135 \backslash
22136 euro
22137 \end_layout
22138
22139 \end_inset
22140
22141 .
22142 \end_layout
22143
22144 \begin_layout Standard
22145 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
22146 e avec la touche €, sans avoir à installer le paquetage 
22147 \series bold
22148 eurosym
22149 \series default
22150 .
22151  Quand 
22152 \series bold
22153 eurosym
22154 \series default
22155  est installé, on peut aussi insérer la commande 
22156 \series bold
22157
22158 \backslash
22159 euro
22160 \series default
22161  en mode TeX.
22162  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
22163  
22164 \series bold
22165
22166 \backslash
22167 officialeuro
22168 \series default
22169
22170 \begin_inset Index
22171 status collapsed
22172
22173 \begin_layout Plain Layout
22174 Commandes ! O ! 
22175 \backslash
22176 officialeuro
22177 \end_layout
22178
22179 \end_inset
22180
22181 , qui n'est utilisable qu'en mode TeX.
22182 \end_layout
22183
22184 \begin_layout Standard
22185 \begin_inset ERT
22186 status collapsed
22187
22188 \begin_layout Plain Layout
22189
22190
22191 \backslash
22192 ifeurosym 
22193 \end_layout
22194
22195 \end_inset
22196
22197
22198 \begin_inset Note Note
22199 status open
22200
22201 \begin_layout Plain Layout
22202 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
22203 \series bold
22204 eurosym
22205 \series default
22206  est installé.
22207 \end_layout
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \begin_layout Standard
22215 Un aperçu des différents symboles de l'Euro:
22216 \end_layout
22217
22218 \begin_layout Standard
22219 \align center
22220 \begin_inset Tabular
22221 <lyxtabular version="3" rows="4" columns="3">
22222 <features>
22223 <column alignment="center" valignment="top" width="0pt">
22224 <column alignment="center" valignment="top" width="0pt">
22225 <column alignment="center" valignment="top" width="0pt">
22226 <row>
22227 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 Commande 
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 Résultat
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 </row>
22255 <row>
22256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260 formule
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269
22270 \backslash
22271 euro
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 \begin_inset Formula $\euro$
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 <row>
22290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294 texte mathématique
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\mbox{€}$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 mode TeX
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \backslash
22337 officialeuro
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 \begin_inset ERT
22347 status collapsed
22348
22349 \begin_layout Plain Layout
22350
22351
22352 \backslash
22353 officialeuro
22354 \end_layout
22355
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 </lyxtabular>
22365
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \begin_layout Standard
22372 \begin_inset ERT
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376
22377
22378 \backslash
22379 else 
22380 \end_layout
22381
22382 \end_inset
22383
22384
22385 \begin_inset Note Note
22386 status open
22387
22388 \begin_layout Plain Layout
22389 Ce qui suit sera affiché si le paquetage LaTeX 
22390 \series bold
22391 eurosym
22392 \series default
22393  n'est pas installé:
22394 \end_layout
22395
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \begin_layout Standard
22402 Vous devez installer le paquetage LaTeX 
22403 \series bold
22404 eurosym
22405 \series default
22406  pour voir le reste de cette section dans la sortie imprimée.
22407 \end_layout
22408
22409 \begin_layout Standard
22410 \begin_inset ERT
22411 status collapsed
22412
22413 \begin_layout Plain Layout
22414
22415
22416 \backslash
22417 fi 
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \begin_layout Standard
22426 \begin_inset Newpage pagebreak
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \begin_layout Section
22433 Opérateurs de relation
22434 \begin_inset CommandInset label
22435 LatexCommand label
22436 name "sec:Relations"
22437
22438 \end_inset
22439
22440
22441 \begin_inset Index
22442 status collapsed
22443
22444 \begin_layout Plain Layout
22445 Relations
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \begin_inset Index
22452 status collapsed
22453
22454 \begin_layout Plain Layout
22455 Comparaisons|see
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461 {
22462 \end_layout
22463
22464 \end_inset
22465
22466 Relations
22467 \begin_inset ERT
22468 status collapsed
22469
22470 \begin_layout Plain Layout
22471
22472 }
22473 \end_layout
22474
22475 \end_inset
22476
22477
22478 \end_layout
22479
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \begin_layout Standard
22486 Tous les opérateurs de relation peuvent aussi être insérés en passant par
22487  le bouton 
22488 \begin_inset Graphics
22489         filename ../../images/math/leq.png
22490         scale 85
22491
22492 \end_inset
22493
22494  de la barre d'outils.
22495 \end_layout
22496
22497 \begin_layout Standard
22498 \begin_inset Tabular
22499 <lyxtabular version="3" rows="17" columns="2">
22500 <features>
22501 <column alignment="center" valignment="top" width="0pt">
22502 <column alignment="center" valignment="top" width="0">
22503 <row>
22504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \size small
22510 Commande
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519
22520 \size small
22521 Résultat
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 <
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $<$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \backslash
22557 le
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\le$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580
22581 \backslash
22582 ll
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 \begin_inset Formula $\ll$
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 </row>
22600 <row>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \backslash
22607 prec
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Formula $\prec$
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \backslash
22632 preceq
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 \begin_inset Formula $\preceq$
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655
22656 \backslash
22657 subset
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\subset$
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \backslash
22682 subseteq
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset Formula $\subseteq$
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705
22706 \backslash
22707 sqsubseteq
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Formula $\sqsubseteq$
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 </row>
22725 <row>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730
22731 \backslash
22732 in
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $\in$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \backslash
22757 vdash
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 \begin_inset Formula $\vdash$
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 </row>
22775 <row>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780
22781 \backslash
22782 smile
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 \begin_inset Formula $\smile$
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 <row>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805
22806 \backslash
22807 lhd
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 \begin_inset Formula $\lhd$
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 </row>
22825 <row>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830
22831 \backslash
22832 unlhd
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 \begin_inset Formula $\unlhd$
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 </row>
22850 <row>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855
22856 \backslash
22857 gtrless
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866 \begin_inset Formula $\gtrless$
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 </row>
22875 <row>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880
22881 \backslash
22882 mid
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 \begin_inset Formula $\mid$
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 </row>
22900 <row>
22901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905
22906 \backslash
22907 nmid
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 \begin_inset Formula $\nmid$
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 </row>
22925 </lyxtabular>
22926
22927 \end_inset
22928
22929
22930 \begin_inset space \hfill{}
22931 \end_inset
22932
22933
22934 \begin_inset Tabular
22935 <lyxtabular version="3" rows="17" columns="2">
22936 <features>
22937 <column alignment="center" valignment="top" width="0pt">
22938 <column alignment="center" valignment="top" width="0">
22939 <row>
22940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944
22945 \size small
22946 Commande
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955
22956 \size small
22957 Résultat
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 </row>
22963 <row>
22964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 =
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977 \begin_inset Formula $=$
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 </row>
22986 <row>
22987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991
22992 \backslash
22993 not=
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 \begin_inset Formula $\not=$
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 </row>
23011 <row>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016
23017 \backslash
23018 equiv
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027 \begin_inset Formula $\equiv$
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 </row>
23036 <row>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \backslash
23043 sim
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Formula $\sim$
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \backslash
23068 simeq
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 \begin_inset Formula $\simeq$
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
23086 <row>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091
23092 \backslash
23093 approx
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 \begin_inset Formula $\approx$
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 </row>
23111 <row>
23112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116
23117 \backslash
23118 cong
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127 \begin_inset Formula $\cong$
23128 \end_inset
23129
23130
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 </row>
23136 <row>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141
23142 \backslash
23143 bowtie
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 \begin_inset Formula $\bowtie$
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 </row>
23161 <row>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166
23167 \backslash
23168 notin
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Formula $\notin$
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191
23192 \backslash
23193 perp
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202 \begin_inset Formula $\perp$
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 </row>
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \backslash
23218 propto
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 \begin_inset Formula $\propto$
23228 \end_inset
23229
23230
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 </row>
23236 <row>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241
23242 \backslash
23243 asymp
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 \begin_inset Formula $\asymp$
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 <row>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266
23267 \backslash
23268 doteq
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Formula $\doteq$
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291
23292 \backslash
23293 circeq
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $\circeq$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 models
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\models$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 widehat=
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\widehat{=}$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 </lyxtabular>
23362
23363 \end_inset
23364
23365
23366 \begin_inset space \hfill{}
23367 \end_inset
23368
23369
23370 \begin_inset Tabular
23371 <lyxtabular version="3" rows="17" columns="2">
23372 <features>
23373 <column alignment="center" valignment="top" width="0pt">
23374 <column alignment="center" valignment="top" width="0">
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \size small
23382 Commande
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \size small
23393 Résultat
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 </row>
23399 <row>
23400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 >
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 \begin_inset Formula $>$
23414 \end_inset
23415
23416
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 </row>
23422 <row>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427
23428 \backslash
23429 ge
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 \begin_inset Formula $\ge$
23439 \end_inset
23440
23441
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 </row>
23447 <row>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452
23453 \backslash
23454 gg
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463 \begin_inset Formula $\gg$
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 </row>
23472 <row>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477
23478 \backslash
23479 succ
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 \begin_inset Formula $\succ$
23489 \end_inset
23490
23491
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 </row>
23497 <row>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502
23503 \backslash
23504 succeq
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 \begin_inset Formula $\succeq$
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 </row>
23522 <row>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527
23528 \backslash
23529 supset
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 \begin_inset Formula $\supset$
23539 \end_inset
23540
23541
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 </row>
23547 <row>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552
23553 \backslash
23554 supseteq
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563 \begin_inset Formula $\supseteq$
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 </row>
23572 <row>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577
23578 \backslash
23579 sqsupseteq
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588 \begin_inset Formula $\sqsupseteq$
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 </row>
23597 <row>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602
23603 \backslash
23604 ni
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613 \begin_inset Formula $\ni$
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 </row>
23622 <row>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627
23628 \backslash
23629 dashv
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 \begin_inset Formula $\dashv$
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 </row>
23647 <row>
23648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652
23653 \backslash
23654 frown
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663 \begin_inset Formula $\frown$
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 </row>
23672 <row>
23673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677
23678 \backslash
23679 rhd
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688 \begin_inset Formula $\rhd$
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 </row>
23697 <row>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702
23703 \backslash
23704 unrhd
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 \begin_inset Formula $\unrhd$
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 </row>
23722 <row>
23723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727
23728 \backslash
23729 lessgtr
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738 \begin_inset Formula $\lessgtr$
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 </row>
23747 <row>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752
23753 \backslash
23754 parallel
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 \begin_inset Formula $\parallel$
23764 \end_inset
23765
23766
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 </row>
23772 <row>
23773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777
23778 \backslash
23779 nparallel
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 \begin_inset Formula $\nparallel$
23789 \end_inset
23790
23791
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 </row>
23797 </lyxtabular>
23798
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \begin_layout Standard
23805 \begin_inset VSpace medskip
23806 \end_inset
23807
23808 Les caractères 
23809 \series bold
23810
23811 \backslash
23812 lhd
23813 \series default
23814  et 
23815 \series bold
23816
23817 \backslash
23818 rhd
23819 \series default
23820  sont plus gros que les opérateurs 
23821 \series bold
23822
23823 \backslash
23824 triangleleft
23825 \series default
23826  et 
23827 \series bold
23828
23829 \backslash
23830 triangleright
23831 \series default
23832  auxquels ils ressemblent.
23833 \end_layout
23834
23835 \begin_layout Standard
23836 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
23837  par des espaces.
23838 \end_layout
23839
23840 \begin_layout Standard
23841 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
23842  commande 
23843 \series bold
23844
23845 \backslash
23846 stackrel
23847 \series default
23848
23849 \begin_inset Index
23850 status collapsed
23851
23852 \begin_layout Plain Layout
23853 Commandes ! S ! 
23854 \backslash
23855 stackrel
23856 \end_layout
23857
23858 \end_inset
23859
23860 :
23861 \end_layout
23862
23863 \begin_layout Standard
23864 \align center
23865 \begin_inset Tabular
23866 <lyxtabular version="3" rows="2" columns="2">
23867 <features>
23868 <column alignment="center" valignment="top" width="0">
23869 <column alignment="center" valignment="top" width="0">
23870 <row>
23871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 Commande
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 Résultat
23885 \begin_inset Note Note
23886 status collapsed
23887
23888 \begin_layout Plain Layout
23889
23890 \series bold
23891
23892 \backslash
23893 raisebox est seulement utilisée pour faire de la place
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 </row>
23904 <row>
23905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 A(r)
23910 \backslash
23911 stackrel
23912 \begin_inset ERT
23913 status collapsed
23914
23915 \begin_layout Plain Layout
23916
23917
23918 \backslash
23919 spce 
23920 \end_layout
23921
23922 \end_inset
23923
23924 r
23925 \backslash
23926 to
23927 \backslash
23928 infty
23929 \begin_inset ERT
23930 status collapsed
23931
23932 \begin_layout Plain Layout
23933
23934
23935 \backslash
23936 spce 
23937 \end_layout
23938
23939 \end_inset
23940
23941
23942 \begin_inset Formula $\downarrow$
23943 \end_inset
23944
23945
23946 \backslash
23947 approx
23948 \begin_inset ERT
23949 status collapsed
23950
23951 \begin_layout Plain Layout
23952
23953
23954 \backslash
23955 spce 
23956 \end_layout
23957
23958 \end_inset
23959
23960
23961 \begin_inset ERT
23962 status collapsed
23963
23964 \begin_layout Plain Layout
23965
23966
23967 \backslash
23968 spce 
23969 \end_layout
23970
23971 \end_inset
23972
23973 B
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 </row>
23991 </lyxtabular>
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \begin_layout Section
23999 Fonctions
24000 \end_layout
24001
24002 \begin_layout Subsection
24003 Fonctions prédéfinies
24004 \begin_inset CommandInset label
24005 LatexCommand label
24006 name "sub:Fonctions-prédéfinies"
24007
24008 \end_inset
24009
24010
24011 \begin_inset Index
24012 status collapsed
24013
24014 \begin_layout Plain Layout
24015 Fonctions ! prédéfinies
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \end_layout
24022
24023 \begin_layout Standard
24024 En général, les variables sont écrites en 
24025 \emph on
24026 italiques
24027 \emph default
24028  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
24029  
24030 \begin_inset Formula $sin$
24031 \end_inset
24032
24033  pourrait être confondue avec le produit 
24034 \begin_inset Formula $s\cdot i\cdot n$
24035 \end_inset
24036
24037 .
24038  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
24039  arguments par un peu d'espace.
24040  Elles sont insérées comme des commandes commençant par une barre de fraction
24041  inverse avant leur nom.
24042 \end_layout
24043
24044 \begin_layout Standard
24045 \align center
24046 \begin_inset Tabular
24047 <lyxtabular version="3" rows="2" columns="4">
24048 <features>
24049 <column alignment="center" valignment="top" width="0pt">
24050 <column alignment="center" valignment="top" width="0pt">
24051 <column alignment="center" valignment="top" width="0pt">
24052 <column alignment="center" valignment="top" width="0pt">
24053 <row>
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" rightline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067 Résultat
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 Résultat
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 </row>
24091 <row>
24092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 Asin(x)+B
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $Asin(x)+B$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 A
24118 \backslash
24119 sin(x)+B
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 \begin_inset Formula $A\sin(x)+B$
24129 \end_inset
24130
24131
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 </row>
24137 </lyxtabular>
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout Standard
24145 Les fonctions suivantes sont prédéfinies:
24146 \end_layout
24147
24148 \begin_layout Standard
24149 \begin_inset VSpace -2mm
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Standard
24156 \align center
24157 \begin_inset Tabular
24158 <lyxtabular version="3" rows="9" columns="4">
24159 <features>
24160 <column alignment="center" valignment="top" width="0pt">
24161 <column alignment="center" valignment="top" width="0pt">
24162 <column alignment="center" valignment="top" width="0pt">
24163 <column alignment="center" valignment="top" width="0pt">
24164 <row>
24165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 Commande
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 Commande
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 Commande
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 Commande
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 </row>
24202 <row>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207
24208 \backslash
24209 sin
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \backslash
24220 sinh
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 arcsin
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240
24241 \backslash
24242 sup
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 cos
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264
24265 \backslash
24266 cosh
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \backslash
24277 arccos
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \backslash
24288 inf
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 </row>
24294 <row>
24295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299
24300 \backslash
24301 tan
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310
24311 \backslash
24312 tanh
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 arctan
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 lim
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 </row>
24340 <row>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \backslash
24347 cot
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 coth
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \backslash
24369 arg
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 liminf
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 </row>
24386 <row>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391
24392 \backslash
24393 sec
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \backslash
24404 min
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \backslash
24415 deg
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 limsup
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 </row>
24432 <row>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 csc
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 max
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 det
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 Pr
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 </row>
24478 <row>
24479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483
24484 \backslash
24485 ln
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 exp
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 dim
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 hom
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 </row>
24524 <row>
24525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529
24530 \backslash
24531 lg
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540
24541 \backslash
24542 log
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551
24552 \backslash
24553 ker
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 gcd
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 </row>
24570 </lyxtabular>
24571
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \begin_layout Standard
24578 Elles peuvent aussi être insérées en utilisant le bouton 
24579 \begin_inset Graphics
24580         filename ../../images/math/functions.png
24581         scale 85
24582
24583 \end_inset
24584
24585  de la barre d'outils mathématique.
24586 \end_layout
24587
24588 \begin_layout Subsection
24589 Fonctions définies par l'utilisateur
24590 \begin_inset Index
24591 status collapsed
24592
24593 \begin_layout Plain Layout
24594 Fonctions ! définies par l'utilisateur
24595 \end_layout
24596
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
24604  fonction sgn(x), il y a deux possibilités:
24605 \end_layout
24606
24607 \begin_layout Itemize
24608 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
24609 \begin_inset Foot
24610 status collapsed
24611
24612 \begin_layout Plain Layout
24613 Pour en savoir plus sur la commande 
24614 \series bold
24615
24616 \backslash
24617 DeclareMathOperator
24618 \series default
24619  voir 
24620 \begin_inset CommandInset ref
24621 LatexCommand ref
24622 reference "sub:Opérateurs-personnalisés"
24623
24624 \end_inset
24625
24626 .
24627 \end_layout
24628
24629 \end_inset
24630
24631
24632 \begin_inset Newline newline
24633 \end_inset
24634
24635
24636 \begin_inset VSpace -3mm
24637 \end_inset
24638
24639
24640 \begin_inset Newline newline
24641 \end_inset
24642
24643
24644 \series bold
24645
24646 \backslash
24647 DeclareMathOperator{
24648 \backslash
24649 sgn}{sgn}
24650 \series default
24651
24652 \begin_inset Index
24653 status collapsed
24654
24655 \begin_layout Plain Layout
24656 Commandes ! D ! 
24657 \backslash
24658 dbinom@
24659 \backslash
24660 DeclareMathOperator
24661 \end_layout
24662
24663 \end_inset
24664
24665
24666 \begin_inset Newline newline
24667 \end_inset
24668
24669
24670 \begin_inset VSpace -2mm
24671 \end_inset
24672
24673
24674 \begin_inset Newline newline
24675 \end_inset
24676
24677 Maintenant la fonction qui vient d'être définie peut être appelée avec la
24678  commande 
24679 \series bold
24680
24681 \backslash
24682 sgn
24683 \series default
24684 .
24685 \end_layout
24686
24687 \begin_layout Itemize
24688 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
24689  notre exemple les lettres 
24690 \emph on
24691 sgn
24692 \emph default
24693  -- et les changer en texte mathématique.
24694  Pour finir, on insère une espace entre le préfacteur et la fonction.
24695 \end_layout
24696
24697 \begin_layout Standard
24698 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
24699 \begin_inset Foot
24700 status collapsed
24701
24702 \begin_layout Plain Layout
24703 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
24704 eur en rouge.
24705 \end_layout
24706
24707 \end_inset
24708
24709 :
24710 \end_layout
24711
24712 \begin_layout Standard
24713 \align center
24714 \begin_inset Tabular
24715 <lyxtabular version="3" rows="3" columns="2">
24716 <features>
24717 <column alignment="center" valignment="top" width="0pt">
24718 <column alignment="center" valignment="top" width="0pt">
24719 <row>
24720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724 Commande
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733 Résultat
24734 \end_layout
24735
24736 \end_inset
24737 </cell>
24738 </row>
24739 <row>
24740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744 A
24745 \backslash
24746 sgn(x)+B
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755 \begin_inset Formula $A\sgn(x)+B$
24756 \end_inset
24757
24758
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 </row>
24764 <row>
24765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769 A
24770 \backslash
24771 ,
24772 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24773 \end_inset
24774
24775 (x)+B
24776 \end_layout
24777
24778 \end_inset
24779 </cell>
24780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24785 \end_inset
24786
24787
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 </row>
24793 </lyxtabular>
24794
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Standard
24801 La première méthode est recommandée quand la fonction définie doit être
24802  utilisée plusieurs fois dans le document.
24803 \end_layout
24804
24805 \begin_layout Subsection
24806 Les limites
24807 \begin_inset Index
24808 status collapsed
24809
24810 \begin_layout Plain Layout
24811 Limites
24812 \end_layout
24813
24814 \end_inset
24815
24816
24817 \end_layout
24818
24819 \begin_layout Standard
24820 Pour les limites, en plus des commandes 
24821 \series bold
24822
24823 \backslash
24824 lim
24825 \series default
24826
24827 \begin_inset Index
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831 Commandes ! L ! 
24832 \backslash
24833 lim
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \series bold
24840
24841 \backslash
24842 liminf
24843 \series default
24844  et 
24845 \series bold
24846
24847 \backslash
24848 limsup
24849 \series default
24850  on a aussi les fonctions suivantes:
24851 \end_layout
24852
24853 \begin_layout Standard
24854 \align center
24855 \begin_inset Tabular
24856 <lyxtabular version="3" rows="5" columns="2">
24857 <features>
24858 <column alignment="center" valignment="top" width="0">
24859 <column alignment="center" valignment="top" width="0">
24860 <row>
24861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865 Commande
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874 Résultat
24875 \begin_inset Note Note
24876 status collapsed
24877
24878 \begin_layout Plain Layout
24879
24880 \series bold
24881
24882 \backslash
24883 raisebox est seulement utilisée pour faire de la place
24884 \end_layout
24885
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 </row>
24894 <row>
24895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899
24900 \backslash
24901 varliminf
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910 \begin_inset Formula $\varliminf$
24911 \end_inset
24912
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 </row>
24919 <row>
24920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 varlimsup
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935 \begin_inset Formula $\varlimsup$
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 </row>
24944 <row>
24945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 varprojlim
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960 \begin_inset Formula $\varprojlim$
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 </row>
24969 <row>
24970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 varinjlim
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 \begin_inset Formula $\varinjlim$
24986 \end_inset
24987
24988
24989 \begin_inset Formula $\raisebox{-2.5mm}{}$
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 </row>
24998 </lyxtabular>
24999
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \begin_layout Standard
25006 \begin_inset VSpace medskip
25007 \end_inset
25008
25009 La valeur de la limite est créée en ajoutant un indice.
25010  Il est placé juste à la droite de la fonction dans le cas d'une formule
25011  en ligne:
25012 \end_layout
25013
25014 \begin_layout Standard
25015 \align center
25016 \begin_inset Tabular
25017 <lyxtabular version="3" rows="2" columns="2">
25018 <features>
25019 <column alignment="center" valignment="top" width="0pt">
25020 <column alignment="center" valignment="top" width="0pt">
25021 <row>
25022 <cell alignment="center" valignment="top" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026 Commande
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 <cell alignment="center" valignment="top" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035 \begin_inset space \hspace{}
25036 \length 1cm
25037 \end_inset
25038
25039 Résultat
25040 \begin_inset Note Note
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044
25045 \series bold
25046
25047 \backslash
25048 hspace
25049 \series default
25050  
25051 \series bold
25052 et 
25053 \backslash
25054 raisebox sont seulement utilisées pour faire de la place
25055 \series default
25056 \lang english
25057 .
25058 \end_layout
25059
25060 \end_inset
25061
25062
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 </row>
25068 <row>
25069 <cell alignment="center" valignment="top" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073
25074 \backslash
25075 lim_x
25076 \backslash
25077 to
25078 \begin_inset ERT
25079 status collapsed
25080
25081 \begin_layout Plain Layout
25082
25083
25084 \backslash
25085 spce 
25086 \end_layout
25087
25088 \end_inset
25089
25090 A
25091 \begin_inset ERT
25092 status collapsed
25093
25094 \begin_layout Plain Layout
25095
25096
25097 \backslash
25098 spce 
25099 \end_layout
25100
25101 \end_inset
25102
25103 x=B
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 </row>
25121 </lyxtabular>
25122
25123 \end_inset
25124
25125
25126 \end_layout
25127
25128 \begin_layout Standard
25129 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
25130  en dessous de la fonction:
25131 \begin_inset Formula \[
25132 \lim_{x\to A}x=B\]
25133
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \begin_layout Subsection
25140 Les fonctions modulo-
25141 \begin_inset Index
25142 status collapsed
25143
25144 \begin_layout Plain Layout
25145 Fonctions ! modulo
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Standard
25154 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
25155 \end_layout
25156
25157 \begin_layout Standard
25158 Les variantes pour une formule hors ligne:
25159 \begin_inset Formula \begin{align*}
25160 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25161 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25162 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25163 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25164 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25165
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \begin_layout Standard
25172 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
25173  la fonction, quelque soit la variante.
25174 \end_layout
25175
25176 \begin_layout Section
25177 Caractères spéciaux
25178 \begin_inset Index
25179 status collapsed
25180
25181 \begin_layout Plain Layout
25182 Caractères spéciaux
25183 \end_layout
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \begin_layout Subsection
25191 Caractères spéciaux en  texte mathématique
25192 \end_layout
25193
25194 \begin_layout Standard
25195 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
25196  ou en mode TeX:
25197 \end_layout
25198
25199 \begin_layout Standard
25200 \begin_inset space \hfill{}
25201 \end_inset
25202
25203
25204 \begin_inset Tabular
25205 <lyxtabular version="3" rows="8" columns="2">
25206 <features>
25207 <column alignment="block" valignment="top" width="0">
25208 <column alignment="block" valignment="top" width="0">
25209 <row>
25210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214 Commande
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223 Résultat
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 <row>
25230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236 oe
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245 \begin_inset Formula $\textrm{œ}$
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 </row>
25254 <row>
25255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259
25260 \backslash
25261 OE
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 \begin_inset Formula $\textrm{Œ}$
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 </row>
25279 <row>
25280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284
25285 \backslash
25286 ae
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Plain Layout
25295 \begin_inset Formula $\textrm{æ}$
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \end_inset
25302 </cell>
25303 </row>
25304 <row>
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309
25310 \backslash
25311 AE
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320 \begin_inset Formula $\textrm{Æ}$
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 </row>
25329 <row>
25330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334
25335 \backslash
25336 aa
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345 \begin_inset Formula $\textrm{\aa}$
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 </row>
25354 <row>
25355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359
25360 \backslash
25361 AA
25362 \begin_inset Index
25363 status collapsed
25364
25365 \begin_layout Plain Layout
25366
25367 \backslash
25368 @
25369 \begin_inset ERT
25370 status collapsed
25371
25372 \begin_layout Plain Layout
25373
25374
25375 \backslash
25376 textrm{
25377 \backslash
25378 AA}
25379 \end_layout
25380
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397 \begin_inset Formula $\textrm{Å}$
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 </row>
25406 <row>
25407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25408 \begin_inset Text
25409
25410 \begin_layout Plain Layout
25411
25412 \backslash
25413 i
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Plain Layout
25422 \begin_inset Formula $\textrm{ı}$
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 </row>
25431 </lyxtabular>
25432
25433 \end_inset
25434
25435
25436 \begin_inset space \hfill{}
25437 \end_inset
25438
25439
25440 \begin_inset Tabular
25441 <lyxtabular version="3" rows="8" columns="2">
25442 <features>
25443 <column alignment="block" valignment="top" width="0">
25444 <column alignment="center" valignment="top" width="0">
25445 <row>
25446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450 commande
25451 \begin_inset Note Note
25452 status collapsed
25453
25454 \begin_layout Plain Layout
25455 la commande
25456 \series bold
25457
25458 \backslash
25459 hspace{0mm}
25460 \series default
25461  est utilisée pour faire une séparation invisible, sinon la sortie finale
25462  serait respectivement ¡ et ¿.
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476 Résultat
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 </row>
25482 <row>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487
25488 \backslash
25489 o
25490 \end_layout
25491
25492 \end_inset
25493 </cell>
25494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498 \begin_inset Formula $\textrm{ø}$
25499 \end_inset
25500
25501
25502 \end_layout
25503
25504 \end_inset
25505 </cell>
25506 </row>
25507 <row>
25508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512
25513 \backslash
25514 O
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523 \begin_inset Formula $\textrm{Ø}$
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 </row>
25532 <row>
25533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25534 \begin_inset Text
25535
25536 \begin_layout Plain Layout
25537
25538 \backslash
25539 l
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25545 \begin_inset Text
25546
25547 \begin_layout Plain Layout
25548 \begin_inset Formula $\textrm{ł}$
25549 \end_inset
25550
25551
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 </row>
25557 <row>
25558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562
25563 \backslash
25564 L
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573 \begin_inset Formula $\textrm{Ł}$
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \end_inset
25580 </cell>
25581 </row>
25582 <row>
25583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25584 \begin_inset Text
25585
25586 \begin_layout Plain Layout
25587 !
25588 \begin_inset space \hspace{}
25589 \length 0mm
25590 \end_inset
25591
25592 `
25593 \begin_inset ERT
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597
25598
25599 \backslash
25600 spce 
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614 \begin_inset Formula $\textrm{!`}$
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 </row>
25623 <row>
25624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628 ?
25629 \begin_inset space \hspace{}
25630 \length 0mm
25631 \end_inset
25632
25633 `
25634 \begin_inset ERT
25635 status collapsed
25636
25637 \begin_layout Plain Layout
25638
25639
25640 \backslash
25641 spce 
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655 \begin_inset Formula $\textrm{?`}$
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 </row>
25664 <row>
25665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669
25670 \backslash
25671 j
25672 \end_layout
25673
25674 \end_inset
25675 </cell>
25676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680 \begin_inset Formula $\textrm{ȷ}$
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \end_inset
25687 </cell>
25688 </row>
25689 </lyxtabular>
25690
25691 \end_inset
25692
25693
25694 \begin_inset space \hfill{}
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \begin_layout Standard
25701 Les caractères 
25702 \begin_inset Formula $\textrm{\textrm{Å}}$
25703 \end_inset
25704
25705  et 
25706 \begin_inset Formula $\textrm{\textrm{Ø}}$
25707 \end_inset
25708
25709  peuvent aussi être insérés avec le bouton 
25710 \begin_inset Graphics
25711         filename ../../images/math/digamma.png
25712         scale 85
25713
25714 \end_inset
25715
25716  de la barre d'outils mathématique.
25717 \end_layout
25718
25719 \begin_layout Standard
25720 Les commandes 
25721 \series bold
25722 !
25723 \begin_inset space \hspace{}
25724 \length 0mm
25725 \end_inset
25726
25727 `
25728 \series default
25729  et ?
25730 \series bold
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 \begin_inset space \hfill{}
25770 \end_inset
25771
25772
25773 \begin_inset Tabular
25774 <lyxtabular version="3" rows="8" columns="2">
25775 <features>
25776 <column alignment="block" valignment="top" width="0">
25777 <column alignment="block" valignment="top" width="0">
25778 <row>
25779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783 Commande
25784 \end_layout
25785
25786 \end_inset
25787 </cell>
25788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25789 \begin_inset Text
25790
25791 \begin_layout Plain Layout
25792 Résultat
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 </row>
25798 <row>
25799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25800 \begin_inset Text
25801
25802 \begin_layout Plain Layout
25803
25804 \backslash
25805
25806 \begin_inset Quotes grd
25807 \end_inset
25808
25809 e
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818 \begin_inset ERT
25819 status collapsed
25820
25821 \begin_layout Plain Layout
25822
25823
25824 \backslash
25825 "e
25826 \end_layout
25827
25828 \end_inset
25829
25830
25831 \end_layout
25832
25833 \end_inset
25834 </cell>
25835 </row>
25836 <row>
25837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25838 \begin_inset Text
25839
25840 \begin_layout Plain Layout
25841
25842 \backslash
25843 `e
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25849 \begin_inset Text
25850
25851 \begin_layout Plain Layout
25852 \begin_inset ERT
25853 status collapsed
25854
25855 \begin_layout Plain Layout
25856
25857
25858 \backslash
25859 `e
25860 \end_layout
25861
25862 \end_inset
25863
25864
25865 \end_layout
25866
25867 \end_inset
25868 </cell>
25869 </row>
25870 <row>
25871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25872 \begin_inset Text
25873
25874 \begin_layout Plain Layout
25875
25876 \backslash
25877 ^
25878 \begin_inset ERT
25879 status collapsed
25880
25881 \begin_layout Plain Layout
25882
25883
25884 \backslash
25885 spce 
25886 \end_layout
25887
25888 \end_inset
25889
25890 e
25891 \end_layout
25892
25893 \end_inset
25894 </cell>
25895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25896 \begin_inset Text
25897
25898 \begin_layout Plain Layout
25899 \begin_inset ERT
25900 status collapsed
25901
25902 \begin_layout Plain Layout
25903
25904
25905 \backslash
25906 ^e
25907 \end_layout
25908
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 </row>
25917 <row>
25918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922
25923 \backslash
25924 =e
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Plain Layout
25933 \begin_inset ERT
25934 status collapsed
25935
25936 \begin_layout Plain Layout
25937
25938
25939 \backslash
25940 =e
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \end_inset
25949 </cell>
25950 </row>
25951 <row>
25952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956
25957 \backslash
25958 u
25959 \begin_inset ERT
25960 status collapsed
25961
25962 \begin_layout Plain Layout
25963
25964
25965 \backslash
25966 spce 
25967 \end_layout
25968
25969 \end_inset
25970
25971 e
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Plain Layout
25980 \begin_inset ERT
25981 status collapsed
25982
25983 \begin_layout Plain Layout
25984
25985
25986 \backslash
25987 u e
25988 \end_layout
25989
25990 \end_inset
25991
25992
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 </row>
25998 <row>
25999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26000 \begin_inset Text
26001
26002 \begin_layout Plain Layout
26003
26004 \backslash
26005 b
26006 \begin_inset ERT
26007 status collapsed
26008
26009 \begin_layout Plain Layout
26010
26011
26012 \backslash
26013 spce 
26014 \end_layout
26015
26016 \end_inset
26017
26018 e
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027 \begin_inset ERT
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031
26032
26033 \backslash
26034 b e
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \end_inset
26043 </cell>
26044 </row>
26045 <row>
26046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26047 \begin_inset Text
26048
26049 \begin_layout Plain Layout
26050
26051 \backslash
26052 t
26053 \begin_inset ERT
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057
26058
26059 \backslash
26060 spce 
26061 \end_layout
26062
26063 \end_inset
26064
26065 ee
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 \begin_inset ERT
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078
26079
26080 \backslash
26081 t ee
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 </row>
26092 </lyxtabular>
26093
26094 \end_inset
26095
26096
26097 \begin_inset space \hfill{}
26098 \end_inset
26099
26100
26101 \begin_inset Tabular
26102 <lyxtabular version="3" rows="8" columns="2">
26103 <features>
26104 <column alignment="block" valignment="top" width="0">
26105 <column alignment="center" valignment="top" width="0">
26106 <row>
26107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111 Commande
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 Résultat
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 </row>
26126 <row>
26127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131
26132 \backslash
26133 H
26134 \begin_inset ERT
26135 status collapsed
26136
26137 \begin_layout Plain Layout
26138
26139
26140 \backslash
26141 spce 
26142 \end_layout
26143
26144 \end_inset
26145
26146 e
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26152 \begin_inset Text
26153
26154 \begin_layout Plain Layout
26155 \begin_inset ERT
26156 status collapsed
26157
26158 \begin_layout Plain Layout
26159
26160
26161 \backslash
26162 H e
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 </row>
26173 <row>
26174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178
26179 \backslash
26180 'e
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 \begin_inset ERT
26190 status collapsed
26191
26192 \begin_layout Plain Layout
26193
26194
26195 \backslash
26196 'e
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 ~e
26215 \begin_inset Index
26216 status collapsed
26217
26218 \begin_layout Plain Layout
26219 Tilde
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233 \begin_inset ERT
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237
26238
26239 \backslash
26240 ~e
26241 \end_layout
26242
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 </row>
26251 <row>
26252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256
26257 \backslash
26258 .e
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26264 \begin_inset Text
26265
26266 \begin_layout Plain Layout
26267 \begin_inset ERT
26268 status collapsed
26269
26270 \begin_layout Plain Layout
26271
26272
26273 \backslash
26274 .e
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 </row>
26285 <row>
26286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26287 \begin_inset Text
26288
26289 \begin_layout Plain Layout
26290
26291 \backslash
26292 v
26293 \begin_inset ERT
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297
26298
26299 \backslash
26300 spce 
26301 \end_layout
26302
26303 \end_inset
26304
26305 e
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314 \begin_inset ERT
26315 status collapsed
26316
26317 \begin_layout Plain Layout
26318
26319
26320 \backslash
26321 v e
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 </row>
26332 <row>
26333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337
26338 \backslash
26339 d
26340 \begin_inset ERT
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344
26345
26346 \backslash
26347 spce 
26348 \end_layout
26349
26350 \end_inset
26351
26352 e
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 \begin_inset ERT
26362 status collapsed
26363
26364 \begin_layout Plain Layout
26365
26366
26367 \backslash
26368 d e
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 <row>
26380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384
26385 \backslash
26386 c
26387 \begin_inset ERT
26388 status collapsed
26389
26390 \begin_layout Plain Layout
26391
26392
26393 \backslash
26394 spce 
26395 \end_layout
26396
26397 \end_inset
26398
26399 e
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408 \begin_inset ERT
26409 status collapsed
26410
26411 \begin_layout Plain Layout
26412
26413
26414 \backslash
26415 c e
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \end_inset
26424 </cell>
26425 </row>
26426 </lyxtabular>
26427
26428 \end_inset
26429
26430
26431 \begin_inset space \hfill{}
26432 \end_inset
26433
26434
26435 \end_layout
26436
26437 \begin_layout Standard
26438 \begin_inset VSpace medskip
26439 \end_inset
26440
26441 Avec la commande 
26442 \series bold
26443
26444 \backslash
26445 t
26446 \series default
26447  on peut aussi accentuer deux caractères différents.
26448  La commande 
26449 \series bold
26450
26451 \backslash
26452 t
26453 \begin_inset ERT
26454 status collapsed
26455
26456 \begin_layout Plain Layout
26457
26458
26459 \backslash
26460 spce 
26461 \end_layout
26462
26463 \end_inset
26464
26465 sz
26466 \series default
26467  va donner: 
26468 \begin_inset ERT
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472
26473
26474 \backslash
26475 t sz
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \begin_layout Standard
26484 Les accents 
26485 \series bold
26486 `
26487 \series default
26488  , 
26489 \series bold
26490 '
26491 \series default
26492  , et 
26493 \series bold
26494 ^
26495 \series default
26496  peuvent être insérés directement avec le clavier, sans utiliser le mode
26497  TeX, quand ils sont utilisés avec des voyelles.
26498  La même chose s'applique au tilde
26499 \begin_inset Foot
26500 status collapsed
26501
26502 \begin_layout Plain Layout
26503 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
26504  accent.
26505 \end_layout
26506
26507 \end_inset
26508
26509  
26510 \series bold
26511 ~
26512 \series default
26513  en combinaison avec 
26514 \emph on
26515 a
26516 \emph default
26517  , 
26518 \emph on
26519 n
26520 \emph default
26521  , ou 
26522 \emph on
26523 o
26524 \emph default
26525 .
26526 \end_layout
26527
26528 \begin_layout Standard
26529 Les commandes 
26530 \series bold
26531
26532 \backslash
26533 b
26534 \series default
26535  , 
26536 \series bold
26537
26538 \backslash
26539 c
26540 \series default
26541  , 
26542 \series bold
26543
26544 \backslash
26545 d
26546 \series default
26547  , 
26548 \series bold
26549
26550 \backslash
26551 H
26552 \series default
26553  , 
26554 \series bold
26555
26556 \backslash
26557 t
26558 \series default
26559  , 
26560 \series bold
26561
26562 \backslash
26563 u
26564 \series default
26565  , 
26566 \series bold
26567
26568 \backslash
26569 v
26570 \series default
26571 , et les accents qui sont insérés directement au clavier sont aussi disponibles
26572  en texte mathématique.
26573  Pour les autres accents, il y a des commandes mathématiques spéciales à
26574  utiliser dans les formules, voir 
26575 \begin_inset CommandInset ref
26576 LatexCommand ref
26577 reference "sub:Accents-sur-un-caractère"
26578
26579 \end_inset
26580
26581 .
26582 \end_layout
26583
26584 \begin_layout Standard
26585 \begin_inset VSpace bigskip
26586 \end_inset
26587
26588 En plus, avec la commande 
26589 \series bold
26590
26591 \backslash
26592 textcircled
26593 \series default
26594
26595 \begin_inset Index
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599 Commandes ! T ! 
26600 \backslash
26601 textcircled
26602 \end_layout
26603
26604 \end_inset
26605
26606  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
26607  comme pour le symbole du copyright.
26608 \end_layout
26609
26610 \begin_layout Standard
26611 \align center
26612 \begin_inset Tabular
26613 <lyxtabular version="3" rows="3" columns="2">
26614 <features>
26615 <column alignment="center" valignment="top" width="0">
26616 <column alignment="center" valignment="top" width="0">
26617 <row>
26618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Plain Layout
26622 Commande
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631 Résultat
26632 \begin_inset Note Note
26633 status collapsed
26634
26635 \begin_layout Plain Layout
26636
26637 \series bold
26638
26639 \backslash
26640 raisebox est seulement utilisée pour faire de la place
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 </row>
26651 <row>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656
26657 \backslash
26658 textcircled{w}
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 \begin_inset ERT
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671
26672
26673 \backslash
26674 textcircled{w}
26675 \end_layout
26676
26677 \end_inset
26678
26679
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 </row>
26685 <row>
26686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26687 \begin_inset Text
26688
26689 \begin_layout Plain Layout
26690
26691 \backslash
26692 Large 
26693 \backslash
26694 textcircled{
26695 \backslash
26696 normalsize
26697 \backslash
26698 protect
26699 \backslash
26700 raisebox{-1.5pt}{W}}
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 \begin_inset Formula $\raisebox{4.5mm}{}$
26710 \end_inset
26711
26712
26713 \begin_inset ERT
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717
26718
26719 \backslash
26720 Large 
26721 \backslash
26722 textcircled{
26723 \backslash
26724 normalsize
26725 \backslash
26726 protect
26727 \backslash
26728 raisebox{-1.5pt}W}
26729 \end_layout
26730
26731 \end_inset
26732
26733
26734 \begin_inset Formula $\raisebox{-2mm}{}$
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 </row>
26743 </lyxtabular>
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \begin_layout Standard
26751 On doit faire attentions à ce que le caractère tienne dans le cercle.
26752  
26753 \series bold
26754
26755 \backslash
26756 Large
26757 \series default
26758
26759 \begin_inset Foot
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763 voir 
26764 \begin_inset CommandInset ref
26765 LatexCommand ref
26766 reference "sub:Tailles-polices"
26767
26768 \end_inset
26769
26770
26771 \end_layout
26772
26773 \end_inset
26774
26775  donne ici la taille du cercle.
26776  On peut centrer le caractère avec l'aide de la commande  
26777 \series bold
26778
26779 \backslash
26780 raisebox
26781 \series default
26782
26783 \begin_inset Foot
26784 status collapsed
26785
26786 \begin_layout Plain Layout
26787 voir 
26788 \begin_inset CommandInset ref
26789 LatexCommand ref
26790 reference "sub:Boîtes-sans-cadre"
26791
26792 \end_inset
26793
26794
26795 \end_layout
26796
26797 \end_inset
26798
26799  .
26800 \end_layout
26801
26802 \begin_layout Subsection
26803 Nombres en minuscules
26804 \begin_inset Index
26805 status collapsed
26806
26807 \begin_layout Plain Layout
26808 Minuscules pour les nombres
26809 \end_layout
26810
26811 \end_inset
26812
26813
26814 \end_layout
26815
26816 \begin_layout Standard
26817 Les nombres en minuscule sont créés avec la commande 
26818 \series bold
26819
26820 \backslash
26821 oldstylenums
26822 \series default
26823
26824 \begin_inset Index
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828 Commandes ! O ! 
26829 \backslash
26830 oldstylenums
26831 \end_layout
26832
26833 \end_inset
26834
26835 .
26836  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
26837  La syntaxe de la commande est:
26838 \end_layout
26839
26840 \begin_layout Standard
26841
26842 \series bold
26843
26844 \backslash
26845 oldstylenums{nombre}
26846 \end_layout
26847
26848 \begin_layout Standard
26849 La commande 
26850 \series bold
26851
26852 \backslash
26853 oldstylenums{0123456789
26854 \series default
26855  donne: 
26856 \begin_inset Formula $\oldstylenums{0123456789}$
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \begin_layout Subsection
26863 Caractères spéciaux divers
26864 \begin_inset CommandInset label
26865 LatexCommand label
26866 name "sub:Caractères-spéciaux-divers"
26867
26868 \end_inset
26869
26870
26871 \begin_inset Index
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875 Caractères spéciaux ! divers
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \begin_layout Standard
26884 Les caractères suivants ne peuvent être insérés que dans des formules en
26885  utilisant les commandes suivantes:
26886 \end_layout
26887
26888 \begin_layout Standard
26889 \align center
26890 \begin_inset Tabular
26891 <lyxtabular version="3" rows="4" columns="2">
26892 <features>
26893 <column alignment="center" valignment="top" width="0">
26894 <column alignment="center" valignment="top" width="0">
26895 <row>
26896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900 Commande
26901 \end_layout
26902
26903 \end_inset
26904 </cell>
26905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26906 \begin_inset Text
26907
26908 \begin_layout Plain Layout
26909 Résultat
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 </row>
26915 <row>
26916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26917 \begin_inset Text
26918
26919 \begin_layout Plain Layout
26920
26921 \backslash
26922 ^
26923 \begin_inset ERT
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927
26928
26929 \backslash
26930 spce 
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26941 \begin_inset Text
26942
26943 \begin_layout Plain Layout
26944 \begin_inset Formula $\mathcircumflex$
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \end_inset
26951 </cell>
26952 </row>
26953 <row>
26954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Plain Layout
26958
26959 \backslash
26960 _
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 \begin_inset Formula $\_$
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \end_inset
26976 </cell>
26977 </row>
26978 <row>
26979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26980 \begin_inset Text
26981
26982 \begin_layout Plain Layout
26983 ^
26984 \begin_inset ERT
26985 status collapsed
26986
26987 \begin_layout Plain Layout
26988
26989
26990 \backslash
26991 spce 
26992 \end_layout
26993
26994 \end_inset
26995
26996
26997 \backslash
26998 circ
26999 \begin_inset Index
27000 status collapsed
27001
27002 \begin_layout Plain Layout
27003
27004 \backslash
27005
27006 \end_layout
27007
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \end_inset
27014 </cell>
27015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Plain Layout
27019 \begin_inset Formula $^{\circ}$
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 </row>
27028 </lyxtabular>
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 Le symbole degré ° peut être inséré directement à condition que le préambule
27037  LaTeX contienne la ligne suivante
27038 \begin_inset Foot
27039 status collapsed
27040
27041 \begin_layout Plain Layout
27042 Plus d'information à ce sujet dans 
27043 \begin_inset CommandInset ref
27044 LatexCommand ref
27045 reference "sub:Caractères-texte"
27046
27047 \end_inset
27048
27049 .
27050 \end_layout
27051
27052 \end_inset
27053
27054 :
27055 \end_layout
27056
27057 \begin_layout Standard
27058
27059 \series bold
27060
27061 \backslash
27062 DeclareInputtext{176}{
27063 \backslash
27064 ifmmode^
27065 \backslash
27066 circ
27067 \backslash
27068 else
27069 \backslash
27070 textdegree
27071 \backslash
27072 fi}
27073 \end_layout
27074
27075 \begin_layout Section
27076 Styles de formules
27077 \begin_inset CommandInset label
27078 LatexCommand label
27079 name "sec:Styles-de-formules"
27080
27081 \end_inset
27082
27083
27084 \begin_inset Index
27085 status collapsed
27086
27087 \begin_layout Plain Layout
27088 Formules ! styles
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \begin_layout Itemize
27097 Il y a deux styles d'alignements différents:
27098 \end_layout
27099
27100 \begin_deeper
27101 \begin_layout Description
27102 Centré est le standard prédéfini
27103 \end_layout
27104
27105 \begin_layout Description
27106 Indenté pour ce style, l'option 
27107 \series bold
27108 fleqn
27109 \series default
27110  doit être insérée dans la fenêtre de dialogue 
27111 \family sans
27112 Document\SpecialChar \menuseparator
27113 Paramètres
27114 \family default
27115  dans la rubrique 
27116 \family sans
27117 Classe
27118 \begin_inset space ~
27119 \end_inset
27120
27121 de
27122 \begin_inset space ~
27123 \end_inset
27124
27125 Document
27126 \end_layout
27127
27128 \begin_layout Standard
27129 Quand on utilise 
27130 \series bold
27131 Indenté
27132 \series default
27133 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
27134  
27135 \series bold
27136
27137 \backslash
27138 mathindent
27139 \series default
27140
27141 \begin_inset Index
27142 status collapsed
27143
27144 \begin_layout Plain Layout
27145 Commandes ! M ! 
27146 \backslash
27147 mathindent
27148 \end_layout
27149
27150 \end_inset
27151
27152 .
27153  Par exemple, pour une distance de 15
27154 \begin_inset space \thinspace{}
27155 \end_inset
27156
27157 mm, on insère la ligne de commande suivante dans le préambule LaTeX
27158 \end_layout
27159
27160 \begin_layout Standard
27161
27162 \series bold
27163
27164 \backslash
27165 setlength{
27166 \backslash
27167 mathindent}{15mm}
27168 \end_layout
27169
27170 \begin_layout Standard
27171 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
27172 \begin_inset space \thinspace{}
27173 \end_inset
27174
27175 pt est utilisée.
27176 \end_layout
27177
27178 \end_deeper
27179 \begin_layout Itemize
27180 Et deux styles différents de numérotation:
27181 \end_layout
27182
27183 \begin_deeper
27184 \begin_layout Description
27185 Droite est le standard prédéfini
27186 \end_layout
27187
27188 \begin_layout Description
27189 Gauche pour ce style, l'option 
27190 \series bold
27191 leqno
27192 \series default
27193  doit être insérée dans la fenêtre de dialogue 
27194 \family sans
27195 Document\SpecialChar \menuseparator
27196 Paramètres
27197 \family default
27198  dans la rubrique 
27199 \family sans
27200 Classe
27201 \begin_inset space ~
27202 \end_inset
27203
27204 de
27205 \begin_inset space ~
27206 \end_inset
27207
27208 Document
27209 \end_layout
27210
27211 \end_deeper
27212 \begin_layout Standard
27213
27214 \series bold
27215 fleqn
27216 \series default
27217  et 
27218 \series bold
27219 leqno
27220 \series default
27221  peuvent être utilisés ensembles.
27222  Dans ce cas les deux options sont insérées, séparées par une virgule.
27223 \end_layout
27224
27225 \begin_layout Standard
27226 Les styles choisis sont utilisés par toutes les formules du document.
27227  Quand il faut créer à la fois des formules centrées et des formules alignées,
27228  on utilise le style 
27229 \series bold
27230 Centré
27231 \series default
27232 .
27233  Les formules indentées sont alors placées dans un environnement 
27234 \series bold
27235 falign, 
27236 \series default
27237 voir 
27238 \begin_inset CommandInset ref
27239 LatexCommand ref
27240 reference "sub:Environnement-Flalign"
27241
27242 \end_inset
27243
27244 .
27245 \end_layout
27246
27247 \begin_layout Section
27248 Formules multi-lignes
27249 \begin_inset Index
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253 Formules ! multi-lignes
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \begin_layout Subsection
27262 Généralités
27263 \end_layout
27264
27265 \begin_layout Standard
27266 Dans LyX, on crée les formules multi-lignes en appuyant sur 
27267 \family sans
27268 \series bold
27269 Ctrl-Entrée
27270 \family default
27271 \series default
27272  à l'intérieur d'une formule.
27273  Cela crée soit un environnement 
27274 \series bold
27275 equnarray 
27276 \series default
27277 qui est décrit dans
27278 \begin_inset space ~
27279 \end_inset
27280
27281
27282 \begin_inset CommandInset ref
27283 LatexCommand ref
27284 reference "sub:Environnement-eqnarray"
27285
27286 \end_inset
27287
27288  
27289 \series bold
27290 ,
27291 \series default
27292  soit dans le cas où l'option 
27293 \family sans
27294 Utilise le paquetage math AMS
27295 \family default
27296  est activé dans les préférences du document, un environnement 
27297 \series bold
27298 align 
27299 \series default
27300 qui est décrit dans 
27301 \begin_inset CommandInset ref
27302 LatexCommand ref
27303 reference "sub:Environnement-align-standard"
27304
27305 \end_inset
27306
27307 .
27308 \end_layout
27309
27310 \begin_layout Standard
27311 Il y a d'autres environnement de formules multi-lignes qui peuvent être
27312  créés en passant par le menu 
27313 \family sans
27314 Insérer\SpecialChar \menuseparator
27315 Math
27316 \family default
27317 .
27318  Ces environnements sont décrits dans les sections qui suivent.
27319 \end_layout
27320
27321 \begin_layout Standard
27322 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
27323  est créée en appuyant sur 
27324 \family sans
27325 Ctrl-Entrée
27326 \family default
27327 .
27328  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
27329  boutons 
27330 \begin_inset Graphics
27331         filename ../../images/tabular-feature_append-row.png
27332         scale 85
27333
27334 \end_inset
27335
27336  ou 
27337 \begin_inset Graphics
27338         filename ../../images/tabular-feature_delete-row.png
27339         scale 85
27340
27341 \end_inset
27342
27343  de la barre d'outils mathématique ou bien le menu 
27344 \family sans
27345 Éditer\SpecialChar \menuseparator
27346 Lignes
27347 \begin_inset space \thinspace{}
27348 \end_inset
27349
27350 &
27351 \begin_inset space \thinspace{}
27352 \end_inset
27353
27354 Colonnes
27355 \family default
27356 .
27357 \end_layout
27358
27359 \begin_layout Subsubsection
27360 Séparation des lignes
27361 \begin_inset CommandInset label
27362 LatexCommand label
27363 name "sub:Séparation-des-lignes"
27364
27365 \end_inset
27366
27367
27368 \begin_inset Index
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372 Formules ! multi-lignes ! Séparation des lignes
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \begin_layout Standard
27381 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
27382 \begin_inset Formula \begin{eqnarray*}
27383 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}\\
27384 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*}
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \begin_layout Standard
27392 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
27393  qu'argument optionnel de la commande de saut de ligne.
27394  Ce n'est pas encore possible avec LyX
27395 \begin_inset Foot
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 voir 
27400 \begin_inset CommandInset href
27401 LatexCommand href
27402 name "LyX-bug #1505"
27403 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411
27412 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
27413  Pour ajouter de l'espace dans notre exemple, on insère la commande 
27414 \series bold
27415
27416 \backslash
27417
27418 \backslash
27419 [3mm]
27420 \series default
27421  à la fin de la première ligne et on obtient: 
27422 \begin_inset ERT
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426
27427
27428 \backslash
27429 begin{eqnarray*}
27430 \end_layout
27431
27432 \begin_layout Plain Layout
27433
27434 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27435  = & 
27436 \backslash
27437 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27438 \backslash
27439
27440 \backslash
27441 [3mm]
27442 \end_layout
27443
27444 \begin_layout Plain Layout
27445
27446 4x^{2}
27447 \backslash
27448 left(B^{2}+x_{0}^{2}
27449 \backslash
27450 right)+4x_{0}x
27451 \backslash
27452 left(D-B^{2}
27453 \backslash
27454 right)+B^{2}
27455 \backslash
27456 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27457 \backslash
27458 right) & = & 0
27459 \end_layout
27460
27461 \begin_layout Plain Layout
27462
27463
27464 \backslash
27465 end{eqnarray*}
27466 \end_layout
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \begin_layout Standard
27474 \begin_inset VSpace bigskip
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Standard
27481 On obtient alors: 
27482 \begin_inset ERT
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486
27487
27488 \backslash
27489 setlength{
27490 \backslash
27491 jot}{3mm+3pt}
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \begin_inset Formula \begin{eqnarray*}
27498 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}\\
27499 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*}
27500
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \begin_layout Standard
27507 \begin_inset ERT
27508 status collapsed
27509
27510 \begin_layout Plain Layout
27511
27512
27513 \backslash
27514 setlength{
27515 \backslash
27516 jot}{3pt}
27517 \end_layout
27518
27519 \end_inset
27520
27521  Pour revenir à l'espacement par défaut, on remet la valeur de 
27522 \series bold
27523
27524 \backslash
27525 jot
27526 \series default
27527  à 3
27528 \begin_inset space \thinspace{}
27529 \end_inset
27530
27531 pt.
27532 \end_layout
27533
27534 \begin_layout Subsubsection
27535 Séparation des colonnes
27536 \begin_inset CommandInset label
27537 LatexCommand label
27538 name "sub:Séparation-des-colonnes"
27539
27540 \end_inset
27541
27542
27543 \begin_inset Index
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 Formules ! multi-lignes ! Séparation des colonnes
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \begin_layout Standard
27556 Les formules multi-lignes forment une matrice.
27557  Une formule dans un environnement eqnarray est par exemple une matrice
27558  à trois colonnes.
27559  En changeant l'espacement des colonnes de cet environnement, on peut modifier
27560  l'espace à côté du symbole de relation.
27561 \end_layout
27562
27563 \begin_layout Standard
27564 L'espacement des colonnes est spécifié avec la longueur 
27565 \series bold
27566
27567 \backslash
27568 arraycolsep
27569 \series default
27570
27571 \begin_inset Index
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 Commandes ! A ! 
27576 \backslash
27577 arraycolsep
27578 \end_layout
27579
27580 \end_inset
27581
27582  selon la relation:
27583 \begin_inset Newline newline
27584 \end_inset
27585
27586 séparation des colonnes = 2
27587 \begin_inset space \thinspace{}
27588 \end_inset
27589
27590
27591 \series bold
27592
27593 \backslash
27594 arraycolsep
27595 \series default
27596
27597 \begin_inset Newline newline
27598 \end_inset
27599
27600 Donc, la commande
27601 \end_layout
27602
27603 \begin_layout Standard
27604
27605 \series bold
27606
27607 \backslash
27608 setlength{
27609 \backslash
27610 arraycolsep}{1cm}
27611 \end_layout
27612
27613 \begin_layout Standard
27614 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
27615  des colonnes à 2
27616 \begin_inset space \thinspace{}
27617 \end_inset
27618
27619 cm.
27620  Pour revenir à la valeur par défaut, on met 
27621 \series bold
27622
27623 \backslash
27624 arraycolsep
27625 \series default
27626  à 5
27627 \begin_inset space \thinspace{}
27628 \end_inset
27629
27630 pt.
27631 \end_layout
27632
27633 \begin_layout Standard
27634 Une formule avec des colonnes séparées de 2
27635 \begin_inset space \thinspace{}
27636 \end_inset
27637
27638 cm:
27639 \begin_inset ERT
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643
27644
27645 \backslash
27646 setlength{
27647 \backslash
27648 arraycolsep}{1cm}
27649 \end_layout
27650
27651 \end_inset
27652
27653
27654 \begin_inset Formula \begin{eqnarray*}
27655 A & = & B\\
27656 C & \ne & A\end{eqnarray*}
27657
27658 \end_inset
27659
27660 Une formule avec la séparation de colonne prédéfinie de 10
27661 \begin_inset space \thinspace{}
27662 \end_inset
27663
27664 pt:
27665 \begin_inset ERT
27666 status collapsed
27667
27668 \begin_layout Plain Layout
27669
27670
27671 \backslash
27672 setlength{
27673 \backslash
27674 arraycolsep}{5pt}
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \begin_inset Formula \begin{eqnarray*}
27681 A & = & B\\
27682 C & \ne & A\end{eqnarray*}
27683
27684 \end_inset
27685
27686
27687 \end_layout
27688
27689 \begin_layout Subsubsection
27690 Formules longues
27691 \begin_inset Index
27692 status collapsed
27693
27694 \begin_layout Plain Layout
27695 Formules ! longues
27696 \end_layout
27697
27698 \end_inset
27699
27700
27701 \end_layout
27702
27703 \begin_layout Standard
27704 Les formules longues peuvent être mises en forme en utilisant une de ces
27705  méthodes:
27706 \end_layout
27707
27708 \begin_layout Itemize
27709 Quand un des membres de l'équation est beaucoup plus court que la largeur
27710  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
27711  de droite est écrit sur deux lignes:
27712 \begin_inset ERT
27713 status collapsed
27714
27715 \begin_layout Plain Layout
27716
27717
27718 \backslash
27719 medskip
27720 \end_layout
27721
27722 \end_inset
27723
27724  
27725 \begin_inset Formula \begin{eqnarray}
27726 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 \\
27727  &  & -\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}
27728
27729 \end_inset
27730
27731
27732 \begin_inset ERT
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736
27737
27738 \backslash
27739 smallskip
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \begin_inset Newline newline
27746 \end_inset
27747
27748 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
27749  comme un opérateur puisqu'il est le premier caractère de la ligne.
27750  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
27751  difficile à distinguer de la barre de fraction.
27752  Pour éviter cela, une espace a été insérée après les signe moins avec la
27753  commande 
27754 \series bold
27755
27756 \backslash
27757 hspace{3pt}
27758 \series default
27759
27760 \begin_inset Foot
27761 status collapsed
27762
27763 \begin_layout Plain Layout
27764 plus au sujet de la commande 
27765 \series bold
27766
27767 \backslash
27768 hspace
27769 \series default
27770 , voir 
27771 \begin_inset CommandInset ref
27772 LatexCommand ref
27773 reference "sub:Espace-variable"
27774
27775 \end_inset
27776
27777
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \begin_inset Index
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787 Commandes ! H ! 
27788 \backslash
27789 hspace
27790 \end_layout
27791
27792 \end_inset
27793
27794 .
27795 \end_layout
27796
27797 \begin_layout Itemize
27798 Quand les deux membre de l'équation sont trop longs, on utilise la commande
27799  
27800 \series bold
27801
27802 \backslash
27803 lefteqn
27804 \series default
27805
27806 \begin_inset Index
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810 Commandes ! L ! 
27811 \backslash
27812 lefteqn
27813 \end_layout
27814
27815 \end_inset
27816
27817 .
27818  Elle est insérée dans la première colonne de la première ligne et a comme
27819  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
27820 \begin_inset ERT
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824
27825
27826 \backslash
27827 medskip
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \begin_inset Formula \begin{eqnarray}
27834 \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 \\
27835  &  & -\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 \\
27836  &  & =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}
27837
27838 \end_inset
27839
27840
27841 \begin_inset ERT
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846
27847 \backslash
27848 smallskip
27849 \end_layout
27850
27851 \end_inset
27852
27853
27854 \begin_inset Newline newline
27855 \end_inset
27856
27857 Après l'insertion de la commande 
27858 \series bold
27859
27860 \backslash
27861 lefteqn
27862 \series default
27863 , le curseur se trouve dans une boîte violette qui est légèrement décalée
27864  vers la gauche par rapport à la boîte bleue.
27865  C'est dans cette dernière que l'on insère la formule.
27866 \begin_inset ERT
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870
27871
27872 \backslash
27873 medskip
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \begin_inset Newline newline
27880 \end_inset
27881
27882 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
27883  celles d'après.
27884  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
27885 \begin_inset ERT
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889
27890
27891 \backslash
27892 medskip
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \begin_inset Newline newline
27899 \end_inset
27900
27901
27902 \begin_inset Note Greyedout
27903 status open
27904
27905 \begin_layout Plain Layout
27906 Notez les points suivants quand vous utilisez 
27907 \series bold
27908
27909 \backslash
27910 lefteqn
27911 \series default
27912 :
27913 \end_layout
27914
27915 \begin_layout Itemize
27916 La formule n'utilise pas la totalité de la largeur de la page.
27917  Quand par exemple on a ajouté le terme 
27918 \begin_inset Formula $-B^{2}$
27919 \end_inset
27920
27921  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
27922  de la marge.
27923  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
27924  négatif en début de la première ligne.
27925 \end_layout
27926
27927 \begin_layout Itemize
27928 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
27929  première ligne avec la souris
27930 \begin_inset Foot
27931 status collapsed
27932
27933 \begin_layout Plain Layout
27934 \begin_inset CommandInset href
27935 LatexCommand href
27936 name "LyX-bug #1429"
27937 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \end_inset
27945
27946 .
27947  On peut seulement placer le curseur au début de la ligne et ensuite le
27948  déplacer avec les flèches du clavier.
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \begin_layout Itemize
27957 D'autres méthodes pour créer des formules longues sont offertes par les
27958  environnements décrits dans 
27959 \begin_inset CommandInset ref
27960 LatexCommand ref
27961 reference "sub:Environnement-Multline"
27962
27963 \end_inset
27964
27965  et 
27966 \begin_inset CommandInset ref
27967 LatexCommand ref
27968 reference "sub:Portions-de-formules-en-multiligne"
27969
27970 \end_inset
27971
27972 .
27973 \end_layout
27974
27975 \begin_layout Subsubsection
27976 Crochets sur plusieurs lignes
27977 \begin_inset CommandInset label
27978 LatexCommand label
27979 name "sub:Crochets-multilignes"
27980
27981 \end_inset
27982
27983
27984 \begin_inset Index
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 Crochets ! pour expressions multi-lignes
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \begin_layout Standard
27997 Pour des parenthèses ou des crochets entourant des expressions réparties
27998  sur plusieurs lignes, on rencontre le problème suivant:
27999 \begin_inset Formula \begin{eqnarray*}
28000 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28001  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Standard
28009 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
28010  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
28011 \end_layout
28012
28013 \begin_layout Standard
28014 Pour donner la bonne taille au crochet de la deuxième ligne, la première
28015  ligne doit se terminer par la commande 
28016 \series bold
28017
28018 \backslash
28019 right.
28020 \series default
28021
28022 \begin_inset Index
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 Commandes ! R ! 
28027 \backslash
28028 right
28029 \end_layout
28030
28031 \end_inset
28032
28033  et la seconde commencer par 
28034 \series bold
28035
28036 \backslash
28037 left.
28038 \begin_inset Foot
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 pour plus au sujet des commandes 
28043 \series bold
28044
28045 \backslash
28046 left
28047 \series default
28048  et 
28049 \series bold
28050
28051 \backslash
28052 right
28053 \series default
28054  voir 
28055 \begin_inset CommandInset ref
28056 LatexCommand ref
28057 reference "sub:Taille-parenthèses-automatique"
28058
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \series default
28068
28069 \begin_inset Index
28070 status collapsed
28071
28072 \begin_layout Plain Layout
28073 Commandes ! L ! 
28074 \backslash
28075 left
28076 \end_layout
28077
28078 \end_inset
28079
28080 .
28081  Après le 
28082 \series bold
28083
28084 \backslash
28085 left.
28086
28087 \series default
28088  on insère la commande 
28089 \series bold
28090
28091 \backslash
28092 vphantom
28093 \series default
28094
28095 \begin_inset ERT
28096 status collapsed
28097
28098 \begin_layout Plain Layout
28099
28100
28101 \backslash
28102 spce 
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \series bold
28109
28110 \backslash
28111 prod
28112 \series default
28113 ^
28114 \begin_inset ERT
28115 status collapsed
28116
28117 \begin_layout Plain Layout
28118
28119
28120 \backslash
28121 spce 
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \series bold
28128
28129 \backslash
28130 infty
28131 \series default
28132
28133 \begin_inset ERT
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137
28138
28139 \backslash
28140 spce 
28141 \end_layout
28142
28143 \end_inset
28144
28145
28146 \series bold
28147
28148 \begin_inset Formula $\downarrow$
28149 \end_inset
28150
28151 _R=1}
28152 \series default
28153
28154 \begin_inset Index
28155 status collapsed
28156
28157 \begin_layout Plain Layout
28158 Commandes ! V ! 
28159 \backslash
28160 vphantom
28161 \end_layout
28162
28163 \end_inset
28164
28165  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
28166  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
28167  de la deuxième ligne.
28168 \end_layout
28169
28170 \begin_layout Standard
28171 On obtient ceci:
28172 \end_layout
28173
28174 \begin_layout Standard
28175 \begin_inset Formula \begin{eqnarray*}
28176 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28177  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28178
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \begin_layout Subsection
28185 Les environnements align 
28186 \end_layout
28187
28188 \begin_layout Standard
28189 Les environnements align peuvent être utilisés pour tous les cas de formules
28190  multi-lignes.
28191  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
28192 e.
28193 \end_layout
28194
28195 \begin_layout Standard
28196 Les environnement Align sont composés de colonnes.
28197  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
28198  sont alignées à droite.
28199  Chaque ligne d'un environnement Align peut être numérotée.
28200 \end_layout
28201
28202 \begin_layout Standard
28203 Les environnement Align sont créés avec le menu 
28204 \family sans
28205 Insérer\SpecialChar \menuseparator
28206 Math
28207 \family default
28208 .
28209  Avec le menu 
28210 \family sans
28211 Éditer\SpecialChar \menuseparator
28212 Math\SpecialChar \menuseparator
28213 Change le type de formule
28214 \family default
28215  on peut convertir des formules existantes en environnement Align.
28216 \end_layout
28217
28218 \begin_layout Standard
28219 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
28220  
28221 \begin_inset Graphics
28222         filename ../../images/tabular-feature_append-column.png
28223         scale 85
28224
28225 \end_inset
28226
28227  ou 
28228 \begin_inset Graphics
28229         filename ../../images/tabular-feature_delete-column.png
28230         scale 85
28231
28232 \end_inset
28233
28234 , respectivement, soit le menu 
28235 \family sans
28236 Éditer\SpecialChar \menuseparator
28237 Lignes & colonnes
28238 \family default
28239 .
28240 \end_layout
28241
28242 \begin_layout Subsubsection
28243 L'environnement align standard
28244 \begin_inset CommandInset label
28245 LatexCommand label
28246 name "sub:Environnement-align-standard"
28247
28248 \end_inset
28249
28250
28251 \begin_inset Index
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255 Formules ! multi-lignes ! environnement align
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Standard
28264 Cet environnement align est créé en appuyant sur 
28265 \family sans
28266 Ctrl-Entrée
28267 \family default
28268  dans une formule ou en utilisant le menu 
28269 \family sans
28270 Insérer\SpecialChar \menuseparator
28271 Math\SpecialChar \menuseparator
28272 Environnement
28273 \begin_inset space ~
28274 \end_inset
28275
28276 AMS
28277 \begin_inset space ~
28278 \end_inset
28279
28280 align
28281 \family default
28282 .
28283 \end_layout
28284
28285 \begin_layout Standard
28286 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
28287  align à quatre colonnes:
28288 \begin_inset Formula \begin{align*}
28289 A & =\sin(B) & C & =D\\
28290 C & \ne A & B & \ne D\end{align*}
28291
28292 \end_inset
28293
28294 Comme on peut le voir, dans cet environnement les formules sont placées
28295  comme s'il y avait un 
28296 \series bold
28297
28298 \backslash
28299 hfill
28300 \begin_inset Foot
28301 status collapsed
28302
28303 \begin_layout Plain Layout
28304 pour plus d'information au sujet de 
28305 \series bold
28306
28307 \backslash
28308 hfill
28309 \series default
28310  voir 
28311 \begin_inset CommandInset ref
28312 LatexCommand ref
28313 reference "sub:Espace-variable"
28314
28315 \end_inset
28316
28317
28318 \end_layout
28319
28320 \end_inset
28321
28322
28323 \series default
28324  avant la première colonne et après chaque colonne paire.
28325  Quand on utilise le style 
28326 \series bold
28327 Indenté
28328 \begin_inset Foot
28329 status collapsed
28330
28331 \begin_layout Plain Layout
28332 pour les styles de formules, voir 
28333 \begin_inset CommandInset ref
28334 LatexCommand ref
28335 reference "sec:Styles-de-formules"
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \end_inset
28343
28344  
28345 \series default
28346 la formule est écrite sans le 
28347 \series bold
28348
28349 \backslash
28350 hfill
28351 \series default
28352  avant la première colonne.
28353 \end_layout
28354
28355 \begin_layout Subsubsection
28356 L'environnement alignat
28357 \begin_inset Index
28358 status collapsed
28359
28360 \begin_layout Plain Layout
28361 Formules ! multi-lignes ! environnement alignat
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Standard
28370 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
28371  Il peut être inséré manuellement avec les espaces qui sont décrits en 
28372 \begin_inset CommandInset ref
28373 LatexCommand ref
28374 reference "sub:Espace"
28375
28376 \end_inset
28377
28378 .
28379 \end_layout
28380
28381 \begin_layout Standard
28382 Voici l'exemple précédent dans un environnement alignat où on a inséré une
28383  espace de 1
28384 \begin_inset space \thinspace{}
28385 \end_inset
28386
28387 cm au début de la deuxième formule:
28388 \begin_inset Formula \begin{alignat*}{2}
28389 A & =\sin(B) & \hspace{1cm}C & =D\\
28390 C & \ne A & B & \ne D\end{alignat*}
28391
28392 \end_inset
28393
28394 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
28395  colonne, cet environnement est particulièrement adapté aux cas où on a
28396  trois colonnes ou plus côte-à-côte.
28397  
28398 \end_layout
28399
28400 \begin_layout Subsubsection
28401 Environnement falign
28402 \begin_inset CommandInset label
28403 LatexCommand label
28404 name "sub:Environnement-Flalign"
28405
28406 \end_inset
28407
28408
28409 \begin_inset Index
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413 Formules ! multi-lignes ! environnement flalign
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Standard
28422 Dans cet environnement les deux premières colonnes sont placées le plus
28423  à gauche possible et les deux dernière le plus à droite possible.
28424  Un exemple:
28425 \begin_inset Formula \begin{flalign*}
28426 A & =1 & B & =2 & C & =3\\
28427 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28428
28429 \end_inset
28430
28431
28432 \end_layout
28433
28434 \begin_layout Standard
28435 En créant un environnement flalign avec un nombre impair de colonnes et
28436  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
28437  formules d'un document peuvent être mises à gauche, bien que le style de
28438  formules 
28439 \series bold
28440 Centré 
28441 \series default
28442 soit utilisé.
28443  Comme exemple la formule 
28444 \begin_inset CommandInset ref
28445 LatexCommand eqref
28446 reference "eq:VolInt"
28447
28448 \end_inset
28449
28450  indentée:
28451 \begin_inset Formula \begin{flalign}
28452 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28453
28454 \end_inset
28455
28456 Les deux premières colonnes contiennent la formule.
28457  Pour l'indenter comme avec le style de formule 
28458 \series bold
28459 Indenté,
28460 \series default
28461  on a inséré une espace de 30
28462 \begin_inset space \thinspace{}
28463 \end_inset
28464
28465 pt au début de la première colonne.
28466 \end_layout
28467
28468 \begin_layout Subsection
28469 Environnement eqnarray
28470 \begin_inset CommandInset label
28471 LatexCommand label
28472 name "sub:Environnement-eqnarray"
28473
28474 \end_inset
28475
28476
28477 \begin_inset Index
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481 Formules ! multi-lignes ! environnement eqnarray
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Standard
28490 Quand on créé cet environnement, trois boîtes bleues apparaissent.
28491  Le contenu de la première boîte est aligné à droite, celui de la dernière
28492  est aligné à gauche.
28493  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
28494  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
28495 \begin_inset Formula \begin{eqnarray*}
28496 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28497 AB & AB & AB\\
28498 A & = & A\end{eqnarray*}
28499
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \begin_layout Subsection
28506 Environnement gather
28507 \begin_inset Index
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511 Formules ! multi-lignes ! environnement gather
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 Cet environnement consiste seulement en une colonne centrée.
28521  Chaque ligne peut être numérotée.
28522 \begin_inset Formula \begin{gather}
28523 A=1\\
28524 X=\textrm{-}1\end{gather}
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Subsection
28532 Environnement multline
28533 \begin_inset CommandInset label
28534 LatexCommand label
28535 name "sub:Environnement-Multline"
28536
28537 \end_inset
28538
28539
28540 \begin_inset Index
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544 Formules ! multi-lignes ! environnement multline
28545 \end_layout
28546
28547 \end_inset
28548
28549
28550 \end_layout
28551
28552 \begin_layout Standard
28553 L'environnement multline consiste, comme l'environnement gather en une seule
28554  colonne.
28555  Mais la première ligne est alignée à gauche, la dernière est alignée à
28556  droite et toutes les autres sont centrées.
28557  Cet environnement est donc particulièrement adapté aux formules très longues.
28558  Comme exemple, voici la formule 
28559 \begin_inset CommandInset ref
28560 LatexCommand eqref
28561 reference "eq:lefteqn"
28562
28563 \end_inset
28564
28565  dans un environnement multline:
28566 \begin_inset Formula \begin{multline}
28567 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}\\
28568 -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}\\
28569 =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}
28570
28571 \end_inset
28572
28573
28574 \end_layout
28575
28576 \begin_layout Standard
28577 Dans la sortie finale, seule la dernière ligne d'un environnement multline
28578  apparaît numérotée si le document est numéroté à droite, la première s'il
28579  est numéroté à gauche.
28580 \begin_inset Foot
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584 pour les styles de numérotation, voir 
28585 \begin_inset CommandInset ref
28586 LatexCommand ref
28587 reference "sec:Styles-de-formules"
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \end_inset
28595
28596
28597 \end_layout
28598
28599 \begin_layout Standard
28600 Avec les commandes 
28601 \series bold
28602
28603 \backslash
28604 shoveright
28605 \begin_inset Index
28606 status collapsed
28607
28608 \begin_layout Plain Layout
28609 Commandes ! S ! 
28610 \backslash
28611 shoveright
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \series default
28618  et 
28619 \series bold
28620
28621 \backslash
28622 shoveleft
28623 \begin_inset Index
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627 Commandes ! S ! 
28628 \backslash
28629 shoveleft
28630 \end_layout
28631
28632 \end_inset
28633
28634
28635 \series default
28636  une ligne centrée peut être alignée respectivement à droite ou à gauche.
28637  Les commandes sont utilisées de la façon suivante:
28638 \end_layout
28639
28640 \begin_layout Standard
28641
28642 \series bold
28643
28644 \backslash
28645 shoveright{contenu de la ligne}
28646 \series default
28647  et 
28648 \series bold
28649
28650 \backslash
28651 shoveleft{contenu de la ligne}
28652 \end_layout
28653
28654 \begin_layout Standard
28655 \begin_inset VSpace medskip
28656 \end_inset
28657
28658 La longueur 
28659 \series bold
28660
28661 \backslash
28662 multlinegap
28663 \begin_inset Index
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 Commandes ! M ! 
28668 \backslash
28669 multlinegap
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \series default
28676  précise la distance entre le début de la première ligne et la marge de
28677  gauche.
28678  La valeur prédéfinie est 0
28679 \begin_inset space \thinspace{}
28680 \end_inset
28681
28682 pt.
28683 \end_layout
28684
28685 \begin_layout Standard
28686 Comme exemple, la formule précédente en ajoutant avant en mode TeX
28687 \end_layout
28688
28689 \begin_layout Standard
28690
28691 \series bold
28692
28693 \backslash
28694 setlength{
28695 \backslash
28696 multlinegap}{2cm}
28697 \end_layout
28698
28699 \begin_layout Standard
28700 \begin_inset ERT
28701 status collapsed
28702
28703 \begin_layout Plain Layout
28704
28705
28706 \backslash
28707 setlength{
28708 \backslash
28709 multlinegap}{2cm}
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \begin_inset Formula \begin{multline}
28716 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}\\
28717 \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}}\\
28718 =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}
28719
28720 \end_inset
28721
28722
28723 \begin_inset ERT
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727
28728
28729 \backslash
28730 setlength{
28731 \backslash
28732 multlinegap}{0pt}
28733 \end_layout
28734
28735 \end_inset
28736
28737 La deuxième ligne a été alignée à gauche en utilisant 
28738 \series bold
28739
28740 \backslash
28741 shoveleft
28742 \series default
28743 .
28744 \end_layout
28745
28746 \begin_layout Subsection
28747 Portions de formules en multi-ligne
28748 \begin_inset CommandInset label
28749 LatexCommand label
28750 name "sub:Portions-de-formules-en-multiligne"
28751
28752 \end_inset
28753
28754
28755 \begin_inset Index
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 Formules ! multi-lignes ! portions de formules
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \begin_layout Standard
28768 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
28769  on peut utiliser l'un des environnements suivants: 
28770 \series bold
28771 aligned
28772 \series default
28773
28774 \series bold
28775 alignedat
28776 \series default
28777
28778 \series bold
28779 gathered
28780 \series default
28781  or 
28782 \series bold
28783 split
28784 \series default
28785 .
28786  Ils peuvent être insérés en utilisant le menu 
28787 \family sans
28788 Insérer\SpecialChar \menuseparator
28789 Math
28790 \family default
28791  ou en utilisant les commandes décrites dans cette section.
28792 \end_layout
28793
28794 \begin_layout Standard
28795 Les trois premier ont les mêmes propriétés que les environnements de formules
28796  correspondants, à part le fait que l'on peut ajouter d'autres portions
28797  de formules après eux.
28798  Un exemple:
28799 \begin_inset Formula \[
28800 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28801 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28802 \right\} \textrm{Relations d'incertitude}\]
28803
28804 \end_inset
28805
28806
28807 \end_layout
28808
28809 \begin_layout Standard
28810 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
28811  on insère la commande 
28812 \series bold
28813
28814 \backslash
28815 aligned
28816 \begin_inset Index
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820 Commandes ! A ! 
28821 \backslash
28822 aligned
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \series default
28829 .
28830  Une boîte violette apparaît autour de la boîte de formule dans laquelle
28831  on peut ajouter des lignes et des colonnes.
28832  En dehors de l'environnement multiligne, on peut mettre d'autres portions
28833  de formules, comme des accolades.
28834 \end_layout
28835
28836 \begin_layout Standard
28837 L'environnement aligned est aussi utilisable pour de longues formules dont
28838  les lignes sont alignées horizontalement.
28839  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
28840  est que le numéro des formules est centré verticalement après les formules.
28841  Un exemple, la formule
28842 \begin_inset CommandInset ref
28843 LatexCommand eqref
28844 reference "eq:kurzlang"
28845
28846 \end_inset
28847
28848  dans l'environnement aligned:
28849 \begin_inset Formula \begin{equation}
28850 \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}|}\\
28851  & -\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}
28852 \end{equation}
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 Pour utiliser les environnements 
28861 \series bold
28862 alignedat
28863 \series default
28864
28865 \series bold
28866 gathered
28867 \series default
28868 , ou 
28869 \series bold
28870 split
28871 \series default
28872 , on doit insérer respectivement, les commandes 
28873 \series bold
28874
28875 \backslash
28876 alignedat
28877 \series default
28878 ,
28879 \begin_inset Index
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883 Commandes ! A ! 
28884 \backslash
28885 alignedat
28886 \end_layout
28887
28888 \end_inset
28889
28890  
28891 \series bold
28892
28893 \backslash
28894 gathered
28895 \series default
28896
28897 \begin_inset Index
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901 Commandes ! G ! 
28902 \backslash
28903 gathered
28904 \end_layout
28905
28906 \end_inset
28907
28908 , ou 
28909 \series bold
28910
28911 \backslash
28912 split
28913 \series default
28914
28915 \begin_inset Index
28916 status collapsed
28917
28918 \begin_layout Plain Layout
28919 Commandes ! S ! 
28920 \backslash
28921 split
28922 \end_layout
28923
28924 \end_inset
28925
28926 .
28927  L'environnement split a les mêmes propriétés que l'environnement aligned,
28928  mais il ne peut avoir que deux colonnes.
28929 \end_layout
28930
28931 \begin_layout Subsection
28932 Texte dans les formules multi-lignes
28933 \begin_inset CommandInset label
28934 LatexCommand label
28935 name "sub:Texte-dans-multi-lignes"
28936
28937 \end_inset
28938
28939
28940 \begin_inset Index
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944 Texte ! dans les formules
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \begin_inset Index
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954 Formules ! multi-lignes ! texte
28955 \end_layout
28956
28957 \end_inset
28958
28959
28960 \end_layout
28961
28962 \begin_layout Standard
28963 Dans les environnements align, multline et gather, on peut insérer du texte
28964  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
28965  des colonnes.
28966  Pour faire cela, on utilise la commande 
28967 \series bold
28968
28969 \backslash
28970 intertext
28971 \begin_inset Index
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 Commandes ! I ! 
28976 \backslash
28977 intertext
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \series default
28984  avec la syntaxe suivante:
28985 \end_layout
28986
28987 \begin_layout Standard
28988
28989 \series bold
28990
28991 \backslash
28992 intertext{texte}
28993 \end_layout
28994
28995 \begin_layout Standard
28996 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
28997  subir de césure.
28998  Comme LyX ne supporte pas directement 
28999 \series bold
29000
29001 \backslash
29002 intertext
29003 \series default
29004 , le texte doit être écrit comme du texte mathématique.
29005  Le texte inséré avec 
29006 \series bold
29007
29008 \backslash
29009 intertext
29010 \series default
29011  doit être au début d'une ligne pour se trouver dans la sortie final au
29012  dessus de celle-ci.
29013  Un exemple où le texte a été inséré au début de la deuxième ligne:
29014 \begin_inset Formula \begin{align}
29015 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29016 \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}
29017
29018 \end_inset
29019
29020
29021 \end_layout
29022
29023 \begin_layout Section
29024 Numérotation des formules
29025 \begin_inset Index
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029 Numérotation des formules
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \begin_inset Index
29036 status collapsed
29037
29038 \begin_layout Plain Layout
29039 Formules ! numérotation|see
29040 \begin_inset ERT
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044
29045 {
29046 \end_layout
29047
29048 \end_inset
29049
29050 Numérotation des formules
29051 \begin_inset ERT
29052 status collapsed
29053
29054 \begin_layout Plain Layout
29055
29056 }
29057 \end_layout
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \begin_layout Subsection
29070 Généralités
29071 \end_layout
29072
29073 \begin_layout Standard
29074 On peut créer des formules numérotées avec le menu 
29075 \family sans
29076 Insérer\SpecialChar \menuseparator
29077 Math\SpecialChar \menuseparator
29078 Formule
29079 \begin_inset space ~
29080 \end_inset
29081
29082 numérotée
29083 \family default
29084  (raccourci 
29085 \family sans
29086 Ctrl-Alt
29087 \begin_inset space ~
29088 \end_inset
29089
29090 n
29091 \family default
29092 ).
29093  On peut aussi numéroter des formules existantes avec le menu 
29094 \family sans
29095 Éditer\SpecialChar \menuseparator
29096 Math\SpecialChar \menuseparator
29097 (Dés)Activer
29098 \begin_inset space ~
29099 \end_inset
29100
29101 numérotation
29102 \family default
29103  (raccourci 
29104 \family sans
29105 Alt-m
29106 \begin_inset space ~
29107 \end_inset
29108
29109 n
29110 \family default
29111 ).
29112  Le numéro de la formule est affiché dans LyX après la formule sous la forme
29113  d'un dièse entre parenthèse
29114 \begin_inset Foot
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118 En anglais le dièse est le symbole du numéro (NdT).
29119 \end_layout
29120
29121 \end_inset
29122
29123 .
29124  Le dièse est remplacé dans la sortie finale par le numéro de la formule
29125 \end_layout
29126
29127 \begin_layout Standard
29128 Quand on active la numérotation sur des formules multi-lignes, toutes les
29129  lignes sont numérotées.
29130  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
29131  
29132 \family sans
29133 Éditer\SpecialChar \menuseparator
29134 Math\SpecialChar \menuseparator
29135 (Dés)Activer
29136 \begin_inset space ~
29137 \end_inset
29138
29139 Numérotation
29140 \begin_inset space ~
29141 \end_inset
29142
29143 de
29144 \begin_inset space ~
29145 \end_inset
29146
29147 cette
29148 \begin_inset space ~
29149 \end_inset
29150
29151 ligne
29152 \family default
29153  (raccourci 
29154 \family sans
29155 Alt-m
29156 \begin_inset space ~
29157 \end_inset
29158
29159 N
29160 \family default
29161 ).
29162 \end_layout
29163
29164 \begin_layout Standard
29165 À part pour les formules en ligne, toutes les formules peuvent être numérotées
29166  avec deux styles différents, voir 
29167 \begin_inset CommandInset ref
29168 LatexCommand ref
29169 reference "sec:Styles-de-formules"
29170
29171 \end_inset
29172
29173 .
29174 \end_layout
29175
29176 \begin_layout Subsection
29177 Références croisées
29178 \begin_inset Index
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182 References@Références croisées ! à des formules
29183 \end_layout
29184
29185 \end_inset
29186
29187
29188 \end_layout
29189
29190 \begin_layout Standard
29191 On peut faire référence à toute formule ayant une étiquette.
29192  On ajoute une étiquette avec le menu 
29193 \family sans
29194 Insérer\SpecialChar \menuseparator
29195 Étiquette
29196 \family default
29197  ou avec le bouton 
29198 \begin_inset Graphics
29199         filename ../../images/label-insert.png
29200         scale 85
29201
29202 \end_inset
29203
29204  de la barre d'outils.
29205  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
29206  ligne.
29207  Une fenêtre de dialogue apparaît affichant le préfixe 
29208 \series bold
29209 eq:
29210 \series default
29211  dans un champ de texte.
29212  L'étiquette est insérée à cet endroit, juste après le préfixe.
29213  Le préfixe prédéfini signifie 
29214 \begin_inset Quotes eld
29215 \end_inset
29216
29217 équation
29218 \begin_inset Quotes erd
29219 \end_inset
29220
29221  et rend plus facile la recherche d'une étiquette dans les grand documents
29222  en l'identifiant comme une étiquette de formule et pas, par exemple comme
29223  une étiquette de section.
29224  Pour modifier l'étiquette on doit repasser par le menu 
29225 \family sans
29226 Insérer\SpecialChar \menuseparator
29227 Étiquette
29228 \family default
29229 .
29230 \end_layout
29231
29232 \begin_layout Standard
29233 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
29234  la formule.
29235  Une formule avec une étiquette est toujours numérotée.
29236 \end_layout
29237
29238 \begin_layout Standard
29239 On insère une référence croisée avec le menu 
29240 \family sans
29241 Insérer\SpecialChar \menuseparator
29242 Référence
29243 \begin_inset space ~
29244 \end_inset
29245
29246 croisée
29247 \family default
29248  ou avec le bouton 
29249 \begin_inset Graphics
29250         filename ../../images/dialog-show-new-inset_ref.png
29251         scale 85
29252
29253 \end_inset
29254
29255  de la barre d'outils.
29256  Une référence croisée à une formule apparaît dans la sortie finale comme
29257  un numéro de formule.
29258  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
29259  
29260 \series bold
29261 (<reference>),
29262 \series default
29263  la référence croisée apparaît dans la sortie finale comme un numéro de
29264  formule entre parenthèses.
29265 \begin_inset Newline newline
29266 \end_inset
29267
29268 En faisant un clic droit sur une référence croisée dans LyX, on saute à
29269  la formule qui est référencée.
29270 \end_layout
29271
29272 \begin_layout Standard
29273 Voici comme exemples des références croisées à des formules qui se trouvent
29274  dans les sous-sections qui suivent:
29275 \begin_inset Note Note
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279 Noter les différents types de références croisées.
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \begin_layout Standard
29288 Les équations 
29289 \begin_inset CommandInset ref
29290 LatexCommand eqref
29291 reference "eq:tag"
29292
29293 \end_inset
29294
29295  et 
29296 \begin_inset CommandInset ref
29297 LatexCommand eqref
29298 reference "eq:c"
29299
29300 \end_inset
29301
29302  sont équivalentes.
29303  Dans (
29304 \begin_inset CommandInset ref
29305 LatexCommand ref
29306 reference "eq:Lat"
29307
29308 \end_inset
29309
29310 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
29311  à  (
29312 \begin_inset CommandInset ref
29313 LatexCommand ref
29314 reference "eq:Rom"
29315
29316 \end_inset
29317
29318 ).
29319 \end_layout
29320
29321 \begin_layout Standard
29322 \begin_inset VSpace medskip
29323 \end_inset
29324
29325 Quand l'argument de 
29326 \series bold
29327
29328 \backslash
29329 tag
29330 \begin_inset Foot
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335 \series bold
29336
29337 \backslash
29338 tag
29339 \series default
29340  est décrit dans 
29341 \begin_inset CommandInset ref
29342 LatexCommand ref
29343 reference "sub:Numérotation-personnalisée"
29344
29345 \end_inset
29346
29347 .
29348 \end_layout
29349
29350 \end_inset
29351
29352
29353 \series default
29354  contient une boîte comme dans 
29355 \begin_inset CommandInset ref
29356 LatexCommand ref
29357 reference "sub:Boîtes-de-paragraphes"
29358
29359 \end_inset
29360
29361 , la formule ne peut pas être référencée.
29362 \end_layout
29363
29364 \begin_layout Subsection
29365 Sous-numérotation
29366 \begin_inset Index
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370 Numérotation des formules ! sous-numérotation
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Standard
29379 Avec l'aide des commandes 
29380 \series bold
29381
29382 \backslash
29383 begin{subequations}
29384 \series default
29385  et 
29386 \series bold
29387
29388 \backslash
29389 end{subequations}
29390 \series default
29391  on peut faire une sous-numérotation de formules.
29392  Les deux commandes doivent être insérées en mode TeX.
29393 \end_layout
29394
29395 \begin_layout Standard
29396 Un exemple:
29397 \begin_inset Formula \begin{equation}
29398 A=C-B\label{eq:a}\end{equation}
29399
29400 \end_inset
29401
29402
29403 \begin_inset ERT
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407
29408
29409 \backslash
29410 addtocounter{equation}{-1}
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \begin_inset ERT
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420
29421
29422 \backslash
29423 begin{subequations}
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \begin_inset VSpace -5mm
29430 \end_inset
29431
29432
29433 \begin_inset Formula \begin{equation}
29434 B=C-A\label{eq:b}\end{equation}
29435
29436 \end_inset
29437
29438
29439 \begin_inset Formula \begin{equation}
29440 C=A+B\label{eq:c}\end{equation}
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 \begin_inset ERT
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452
29453
29454 \backslash
29455 end{subequations}
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \begin_layout Standard
29464 Pour créer cet exemple, on fait ce qui suit:
29465 \end_layout
29466
29467 \begin_layout Enumerate
29468 on insère la première formule
29469 \end_layout
29470
29471 \begin_layout Enumerate
29472 après la première formule on insère 
29473 \begin_inset Newline newline
29474 \end_inset
29475
29476
29477 \series bold
29478
29479 \backslash
29480 addtocounter{equation}{-1} 
29481 \backslash
29482 begin{subequations}
29483 \begin_inset Index
29484 status collapsed
29485
29486 \begin_layout Plain Layout
29487 Commandes ! A ! 
29488 \backslash
29489 addtocounter
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \end_layout
29496
29497 \begin_layout Enumerate
29498 on insère la deuxième formule
29499 \end_layout
29500
29501 \begin_layout Enumerate
29502 on insère la troisième formule
29503 \end_layout
29504
29505 \begin_layout Enumerate
29506 on insère 
29507 \series bold
29508
29509 \backslash
29510 end{subequations}
29511 \series default
29512  après la troisième formule
29513 \end_layout
29514
29515 \begin_layout Standard
29516 Chaque formule entre les commandes 
29517 \series bold
29518
29519 \backslash
29520 begin
29521 \series default
29522  et 
29523 \series bold
29524
29525 \backslash
29526 end
29527 \series default
29528  est sous-numérotée avec a, b,
29529 \begin_inset Newline linebreak
29530 \end_inset
29531
29532 c, \SpecialChar \ldots{}
29533  Pour les formules multi-lignes, chaque ligne sera numérotée.
29534  Toutes les formules sous-numérotées sont traitées comme 
29535 \emph on
29536 une seule 
29537 \emph default
29538 formule.
29539  Mais comme chaque formule numérotée incrémente le compteur 
29540 \series bold
29541 equation
29542 \series default
29543  de un, on a besoin de la commande 
29544 \series bold
29545
29546 \backslash
29547 addtocounter
29548 \series default
29549  pour le décrémenter.
29550  Sinon les formules 
29551 \begin_inset CommandInset ref
29552 LatexCommand eqref
29553 reference "eq:a"
29554
29555 \end_inset
29556
29557
29558 \begin_inset CommandInset ref
29559 LatexCommand eqref
29560 reference "eq:b"
29561
29562 \end_inset
29563
29564
29565 \begin_inset CommandInset ref
29566 LatexCommand eqref
29567 reference "eq:c"
29568
29569 \end_inset
29570
29571  seraient numérotées comme 
29572 \begin_inset CommandInset ref
29573 LatexCommand eqref
29574 reference "eq:a"
29575
29576 \end_inset
29577
29578
29579 \begin_inset CommandInset ref
29580 LatexCommand eqref
29581 reference "eq:d"
29582
29583 \end_inset
29584
29585
29586 \begin_inset CommandInset ref
29587 LatexCommand eqref
29588 reference "eq:f"
29589
29590 \end_inset
29591
29592 .
29593 \end_layout
29594
29595 \begin_layout Standard
29596 En insérant les commandes en mode TeX entre les deux premières formules,
29597  on crée un espace.
29598  Pour le supprimer, on insère un espace vertical négatif de -5
29599 \begin_inset space \thinspace{}
29600 \end_inset
29601
29602 mm après la commande 
29603 \series bold
29604
29605 \backslash
29606 begin{subequations}
29607 \series default
29608 .
29609  Quand on utilise le style 
29610 \series bold
29611 Indenté
29612 \begin_inset Foot
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616 pour les styles de formules, voir 
29617 \begin_inset CommandInset ref
29618 LatexCommand ref
29619 reference "sec:Styles-de-formules"
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \series default
29630 on insère un espace de -7
29631 \begin_inset space \thinspace{}
29632 \end_inset
29633
29634 mm à la place.
29635 \end_layout
29636
29637 \begin_layout Standard
29638 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
29639  pour la deuxième ligne:
29640 \end_layout
29641
29642 \begin_layout Standard
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 begin{subequations}
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset Formula \begin{eqnarray}
29657 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29658  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29659  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29660
29661 \end_inset
29662
29663
29664 \begin_inset ERT
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668
29669
29670 \backslash
29671 end{subequations}
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Subsection
29680 Numérotation personnalisée
29681 \begin_inset CommandInset label
29682 LatexCommand label
29683 name "sub:Numérotation-personnalisée"
29684
29685 \end_inset
29686
29687
29688 \begin_inset Index
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692 Numérotation des formules !  personnalisée
29693 \end_layout
29694
29695 \end_inset
29696
29697
29698 \end_layout
29699
29700 \begin_layout Standard
29701 \begin_inset Index
29702 status collapsed
29703
29704 \begin_layout Plain Layout
29705 Numérotation des formules ! délimiteurs personnalisés
29706 \end_layout
29707
29708 \end_inset
29709
29710 Avec la numérotation standard, on a des parenthèses autour du numéro de
29711  formule.
29712  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
29713  il faut ajouter la lignes suivante dans le préambule LaTeX:
29714 \end_layout
29715
29716 \begin_layout Standard
29717
29718 \series bold
29719
29720 \backslash
29721 def
29722 \backslash
29723 tagform@#1{
29724 \backslash
29725 maketag@@@{|#1|}}
29726 \series default
29727
29728 \begin_inset Note Note
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
29733  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
29734  début de ligne.
29735 \end_layout
29736
29737 \end_inset
29738
29739
29740 \end_layout
29741
29742 \begin_layout Standard
29743 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
29744  autour du 
29745 \series bold
29746 #1
29747 \series default
29748  par un caractère ou plus.
29749  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
29750  verticales.
29751 \end_layout
29752
29753 \begin_layout Standard
29754 \begin_inset VSpace bigskip
29755 \end_inset
29756
29757 Si vous voulez avoir une expression de votre choix entre parenthèses après
29758  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
29759  commande 
29760 \series bold
29761
29762 \backslash
29763 tag
29764 \series default
29765
29766 \begin_inset Index
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770 Commandes ! T ! 
29771 \backslash
29772 tag
29773 \end_layout
29774
29775 \end_inset
29776
29777 :
29778 \begin_inset Formula \begin{equation}
29779 A+B=C\tag{quelquechose}\label{eq:tag}\end{equation}
29780
29781 \end_inset
29782
29783 Dans cet exemple, on a mis la commande 
29784 \series bold
29785
29786 \backslash
29787 tag
29788 \series default
29789
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794
29795
29796 \backslash
29797 spce 
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \series bold
29804 quelquechose
29805 \series default
29806  dans la formule.
29807 \end_layout
29808
29809 \begin_layout Standard
29810 Quand on insère la commande 
29811 \series bold
29812
29813 \backslash
29814 tag*
29815 \series default
29816
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822
29823 \backslash
29824 spce 
29825 \end_layout
29826
29827 \end_inset
29828
29829
29830 \series bold
29831 quelquechose
29832 \series default
29833  à la place, l'astérisque supprime les parenthèses autour du texte:
29834 \begin_inset Formula \[
29835 A+B=C\tag*{quelquechose}\]
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \begin_layout Standard
29843 \begin_inset VSpace bigskip
29844 \end_inset
29845
29846 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
29847  ou section du document, on utilise les commandes suivantes: 
29848 \end_layout
29849
29850 \begin_layout Standard
29851
29852 \series bold
29853
29854 \backslash
29855 @addtoreset{equation}{part}
29856 \series default
29857
29858 \begin_inset Index
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Commandes ! 
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868 "
29869 \end_layout
29870
29871 \end_inset
29872
29873 @
29874 \begin_inset ERT
29875 status collapsed
29876
29877 \begin_layout Plain Layout
29878
29879 "
29880 \end_layout
29881
29882 \end_inset
29883
29884  ! 
29885 \backslash
29886
29887 \begin_inset ERT
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891
29892 "
29893 \end_layout
29894
29895 \end_inset
29896
29897 @
29898 \begin_inset ERT
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902
29903 "
29904 \end_layout
29905
29906 \end_inset
29907
29908 addtoreset
29909 \end_layout
29910
29911 \end_inset
29912
29913
29914 \begin_inset Newline newline
29915 \end_inset
29916
29917 ou
29918 \begin_inset Newline newline
29919 \end_inset
29920
29921
29922 \series bold
29923
29924 \backslash
29925 @addtoreset{equation}{section}
29926 \end_layout
29927
29928 \begin_layout Standard
29929 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
29930 \begin_inset Quotes eld
29931 \end_inset
29932
29933 @
29934 \begin_inset Quotes erd
29935 \end_inset
29936
29937  doit être rendu 
29938 \begin_inset Quotes eld
29939 \end_inset
29940
29941 actif
29942 \begin_inset Quotes erd
29943 \end_inset
29944
29945  pour LaTeX en utilisant la commande 
29946 \series bold
29947
29948 \backslash
29949 makeatletter.
29950
29951 \series default
29952  La commande 
29953 \series bold
29954
29955 \backslash
29956 makeatother
29957 \series default
29958  le désactive.
29959  La suite de commandes en mode TeX est donc:
29960 \end_layout
29961
29962 \begin_layout Standard
29963
29964 \series bold
29965
29966 \backslash
29967 makeatletter
29968 \begin_inset Newline newline
29969 \end_inset
29970
29971
29972 \backslash
29973 @addtoreset{equation}{section}
29974 \begin_inset Newline newline
29975 \end_inset
29976
29977
29978 \backslash
29979 makeatother
29980 \end_layout
29981
29982 \begin_layout Standard
29983 Dans le préambule LaTeX on peut omettre les commandes 
29984 \series bold
29985
29986 \backslash
29987 makeatletter
29988 \series default
29989  et 
29990 \series bold
29991
29992 \backslash
29993 makeatother
29994 \series default
29995 , vu que LyX les insère automatiquement en interne.
29996 \end_layout
29997
29998 \begin_layout Standard
29999 Pour supprimer l'effet de 
30000 \series bold
30001
30002 \backslash
30003 @addtoreset
30004 \series default
30005 , on doit charger le fichier 
30006 \series bold
30007 remreset.sty
30008 \series default
30009
30010 \begin_inset Foot
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015 \series bold
30016 remreset
30017 \series default
30018  fait partie du paquetage LaTeX 
30019 \series bold
30020 carlisle
30021 \series default
30022
30023 \begin_inset Index
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 Paquetages ! carlisle
30028 \end_layout
30029
30030 \end_inset
30031
30032  qui est compris dans toutes les installations LaTeX standard.
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \begin_inset Index
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042 Paquetages ! remreset
30043 \end_layout
30044
30045 \end_inset
30046
30047  dans le préambule LaTeX avec la ligne
30048 \end_layout
30049
30050 \begin_layout Standard
30051
30052 \series bold
30053
30054 \backslash
30055 usepackage{remreset}
30056 \end_layout
30057
30058 \begin_layout Standard
30059 On peut alors utiliser la commande 
30060 \series bold
30061
30062 \backslash
30063 @removefromreset
30064 \series default
30065
30066 \begin_inset Index
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070 Commandes ! 
30071 \begin_inset ERT
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075
30076 "
30077 \end_layout
30078
30079 \end_inset
30080
30081 @
30082 \begin_inset ERT
30083 status collapsed
30084
30085 \begin_layout Plain Layout
30086
30087 "
30088 \end_layout
30089
30090 \end_inset
30091
30092  ! 
30093 \backslash
30094
30095 \begin_inset ERT
30096 status collapsed
30097
30098 \begin_layout Plain Layout
30099
30100 "
30101 \end_layout
30102
30103 \end_inset
30104
30105 @
30106 \begin_inset ERT
30107 status collapsed
30108
30109 \begin_layout Plain Layout
30110
30111 "
30112 \end_layout
30113
30114 \end_inset
30115
30116 removefromreset
30117 \end_layout
30118
30119 \end_inset
30120
30121  avec la même syntaxe que 
30122 \series bold
30123
30124 \backslash
30125 @addtoreset
30126 \series default
30127 .
30128 \end_layout
30129
30130 \begin_layout Standard
30131 \begin_inset VSpace bigskip
30132 \end_inset
30133
30134 On doit parfois numéroter les formules de la façon suivante
30135 \end_layout
30136
30137 \begin_layout Standard
30138
30139 \family typewriter
30140 (numéro de section.numéro de formule)
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Le numéro de formule repart à 
30145 \begin_inset Quotes eld
30146 \end_inset
30147
30148 1
30149 \begin_inset Quotes erd
30150 \end_inset
30151
30152  à chaque nouvelle section
30153 \end_layout
30154
30155 \begin_layout Standard
30156 Dans ce cas, on peut utiliser la commande 
30157 \series bold
30158
30159 \backslash
30160 numberwithin
30161 \series default
30162
30163 \begin_inset Index
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167 Commandes ! N ! 
30168 \backslash
30169 numberwithin
30170 \end_layout
30171
30172 \end_inset
30173
30174 , qui a la syntaxe suivante:
30175 \end_layout
30176
30177 \begin_layout Standard
30178
30179 \series bold
30180
30181 \backslash
30182 numberwithin{compteur}{sectionnement}
30183 \end_layout
30184
30185 \begin_layout Standard
30186 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
30187 nt indique quel numéro est placé avant le point.
30188 \end_layout
30189
30190 \begin_layout Standard
30191 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
30192  LaTeX soit en mode TeX:
30193 \end_layout
30194
30195 \begin_layout Standard
30196
30197 \series bold
30198
30199 \backslash
30200 numberwithin{equation}{section}
30201 \end_layout
30202
30203 \begin_layout Standard
30204 Voici le résultat:
30205 \begin_inset ERT
30206 status collapsed
30207
30208 \begin_layout Plain Layout
30209
30210
30211 \backslash
30212 numberwithin{equation}{section}
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \begin_inset Formula \begin{equation}
30219 A+B=C\end{equation}
30220
30221 \end_inset
30222
30223
30224 \end_layout
30225
30226 \begin_layout Standard
30227 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
30228  on utilisera
30229 \begin_inset Newline newline
30230 \end_inset
30231
30232
30233 \series bold
30234
30235 \backslash
30236 numberwithin{table}{part}
30237 \end_layout
30238
30239 \begin_layout Standard
30240 Pour revenir à la numérotation standard pour éviter ce type de numérotation
30241  quand elle est définie par la classe du document, on insère la commande
30242  suivante, soit dans le préambule, soit en mode TeX:
30243 \end_layout
30244
30245 \begin_layout Standard
30246
30247 \series bold
30248
30249 \backslash
30250 renewcommand{
30251 \backslash
30252 theequation}{
30253 \backslash
30254 arabic{equation}}
30255 \begin_inset Index
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259 Commandes ! A ! 
30260 \backslash
30261 arabic
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \series default
30268
30269 \begin_inset ERT
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273
30274
30275 \backslash
30276 renewcommand{
30277 \backslash
30278 theequation}{
30279 \backslash
30280 arabic{equation}}
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \series bold
30287
30288 \begin_inset Newline newline
30289 \end_inset
30290
30291
30292 \series default
30293 ou
30294 \series bold
30295
30296 \begin_inset Newline newline
30297 \end_inset
30298
30299
30300 \backslash
30301 renewcommand{
30302 \backslash
30303 thetable}{
30304 \backslash
30305 arabic{table}}
30306 \end_layout
30307
30308 \begin_layout Standard
30309
30310 \series bold
30311
30312 \backslash
30313 numberwithin
30314 \series default
30315  utilise en interne la commande 
30316 \series bold
30317
30318 \backslash
30319 @addtoreset
30320 \series default
30321 , décrite plus haut et qui doit aussi être annulée.
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327
30328 \backslash
30329 makeatletter
30330 \end_layout
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 @removefromreset{equation}{section}
30337 \end_layout
30338
30339 \begin_layout Plain Layout
30340
30341
30342 \backslash
30343 makeatother
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \begin_layout Subsection
30352 Numérotation avec des chiffres romains ou des lettres
30353 \begin_inset Index
30354 status collapsed
30355
30356 \begin_layout Plain Layout
30357 Numérotation des formules ! avec des lettres
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \begin_inset Index
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367 Numérotation des formules ! avec des chiffres romains
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Standard
30376 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
30377  latines.
30378  Par exemple, pour numéroter avec des petits chiffres romains, on insère
30379  la commande
30380 \end_layout
30381
30382 \begin_layout Standard
30383
30384 \series bold
30385
30386 \backslash
30387 renewcommand{
30388 \backslash
30389 theequation}{
30390 \backslash
30391 roman{equation}}
30392 \end_layout
30393
30394 \begin_layout Standard
30395 en mode TeX juste avant la formule.
30396  
30397 \series bold
30398
30399 \backslash
30400 renewcommand
30401 \series default
30402
30403 \begin_inset Index
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 Commandes ! R ! 
30408 \backslash
30409 renewcommand
30410 \end_layout
30411
30412 \end_inset
30413
30414  redéfinit la commande prédéfinie 
30415 \series bold
30416
30417 \backslash
30418 theequation
30419 \series default
30420  en la commande 
30421 \series bold
30422
30423 \backslash
30424 roman{equation}
30425 \series default
30426
30427 \begin_inset Foot
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431 La commande 
30432 \series bold
30433
30434 \backslash
30435 renewcommand
30436 \series default
30437  a la même syntaxe que la commande 
30438 \series bold
30439
30440 \backslash
30441 newcommand
30442 \series default
30443  qui est décrite dans 
30444 \begin_inset CommandInset ref
30445 LatexCommand ref
30446 reference "sec:Commandes-personnalisées"
30447
30448 \end_inset
30449
30450 .
30451 \end_layout
30452
30453 \end_inset
30454
30455 .
30456  
30457 \series bold
30458 equation
30459 \series default
30460  est le compteur pour les formules.
30461  Quand la commande 
30462 \series bold
30463
30464 \backslash
30465 the
30466 \series default
30467  est utilisée comme préfixe pour un compteur, la valeur du compteur est
30468  écrite en utilisant des chiffres arabes.
30469  Quand une formule est numérotée, LaTeX met en interne la commande 
30470 \series bold
30471
30472 \backslash
30473 theequation
30474 \series default
30475  après la formule.
30476  
30477 \series bold
30478
30479 \backslash
30480 roman{equation}
30481 \begin_inset Index
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485 Commandes ! R ! 
30486 \backslash
30487 roman
30488 \end_layout
30489
30490 \end_inset
30491
30492
30493 \series default
30494  écrit la valeur du compteur en utilisant des petits chiffres romains.
30495 \end_layout
30496
30497 \begin_layout Standard
30498 Toutes les formules qui suivent 
30499 \series bold
30500
30501 \backslash
30502 renew
30503 \series default
30504 c
30505 \series bold
30506 ommand
30507 \series default
30508  sont maintenant numérotées en chiffres romains.
30509  Pour passer à une numérotation avec de gros chiffres romains, on insère
30510  la même commande, mais avec 
30511 \series bold
30512
30513 \backslash
30514 roman
30515 \series default
30516  remplacé par 
30517 \series bold
30518
30519 \backslash
30520 Roman
30521 \series default
30522
30523 \begin_inset Index
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527 Commandes ! R ! 
30528 \backslash
30529 roman@
30530 \backslash
30531 Roman
30532 \end_layout
30533
30534 \end_inset
30535
30536 .
30537  Pour numéroter avec des lettres latines minuscules, on a la commande 
30538 \series bold
30539
30540 \backslash
30541 alph
30542 \series default
30543
30544 \begin_inset Index
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548 Commandes ! A ! 
30549 \backslash
30550 alphe
30551 \end_layout
30552
30553 \end_inset
30554
30555 , pour les lettres majuscules, on a 
30556 \series bold
30557
30558 \backslash
30559 Alph
30560 \series default
30561
30562 \begin_inset Index
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566 Commandes ! A ! 
30567 \backslash
30568 alph@
30569 \backslash
30570 Alph
30571 \end_layout
30572
30573 \end_inset
30574
30575 .
30576 \end_layout
30577
30578 \begin_layout Standard
30579 \begin_inset Note Greyedout
30580 status open
30581
30582 \begin_layout Plain Layout
30583
30584 \series bold
30585 Note:
30586 \series default
30587  On peut numéroter au maximum 26 formules avec des lettres latines dans
30588  un même document.
30589 \end_layout
30590
30591 \end_inset
30592
30593
30594 \end_layout
30595
30596 \begin_layout Standard
30597 \begin_inset ERT
30598 status collapsed
30599
30600 \begin_layout Plain Layout
30601
30602
30603 \backslash
30604 renewcommand{
30605 \backslash
30606 theequation}{
30607 \backslash
30608 roman{equation}}
30609 \end_layout
30610
30611 \end_inset
30612
30613
30614 \end_layout
30615
30616 \begin_layout Standard
30617 \begin_inset Formula \begin{equation}
30618 A=\textrm{romains minuscules}\label{eq:rom}\end{equation}
30619
30620 \end_inset
30621
30622
30623 \begin_inset ERT
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627
30628
30629 \backslash
30630 renewcommand{
30631 \backslash
30632 theequation}{
30633 \backslash
30634 Roman{equation}}
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \begin_inset Formula \begin{equation}
30641 B=\textrm{romains majuscules}\label{eq:Rom}\end{equation}
30642
30643 \end_inset
30644
30645
30646 \begin_inset ERT
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650
30651
30652 \backslash
30653 renewcommand{
30654 \backslash
30655 theequation}{
30656 \backslash
30657 alph{equation}}
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \begin_inset Formula \begin{equation}
30664 C=\textrm{latines minuscules}\label{eq:lat}\end{equation}
30665
30666 \end_inset
30667
30668
30669 \begin_inset ERT
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673
30674
30675 \backslash
30676 renewcommand{
30677 \backslash
30678 theequation}{
30679 \backslash
30680 Alph{equation}}
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \begin_inset Formula \begin{equation}
30687 D=\textrm{latines majuscules}\label{eq:Lat}\end{equation}
30688
30689 \end_inset
30690
30691
30692 \end_layout
30693
30694 \begin_layout Standard
30695 Pour revenir à la numérotation par défaut, on insère la commande:
30696 \end_layout
30697
30698 \begin_layout Standard
30699
30700 \series bold
30701
30702 \backslash
30703 renewcommand{
30704 \backslash
30705 theequation}{
30706 \backslash
30707 arabic{equation}}
30708 \begin_inset Index
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 Commandes ! A ! 
30713 \backslash
30714 arabic
30715 \end_layout
30716
30717 \end_inset
30718
30719
30720 \end_layout
30721
30722 \begin_layout Standard
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728
30729 \backslash
30730 renewcommand{
30731 \backslash
30732 theequation}{
30733 \backslash
30734 arabic{equation}}
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \begin_inset Formula \begin{equation}
30741 E=\textrm{Arabes}\label{eq:arab}\end{equation}
30742
30743 \end_inset
30744
30745
30746 \end_layout
30747
30748 \begin_layout Standard
30749 \begin_inset VSpace medskip
30750 \end_inset
30751
30752 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
30753  du style de numérotation.
30754  Si l'on veut que la numérotation reparte à 
30755 \begin_inset Quotes eld
30756 \end_inset
30757
30758 1
30759 \begin_inset Quotes erd
30760 \end_inset
30761
30762  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
30763  On trouvera une description de cette opération dans le fichier 
30764 \begin_inset CommandInset href
30765 LatexCommand href
30766 target "Formula-numbering.lyx"
30767
30768 \end_inset
30769
30770 .
30771 \end_layout
30772
30773 \begin_layout Section
30774 Commandes personnalisées
30775 \begin_inset CommandInset label
30776 LatexCommand label
30777 name "sec:Commandes-personnalisées"
30778
30779 \end_inset
30780
30781
30782 \begin_inset Index
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786 Commandes personnalisées
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Standard
30795 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
30796  Mais on peut définir de nouvelles commandes plus courtes avec la commande
30797  
30798 \series bold
30799
30800 \backslash
30801 newcommand
30802 \series default
30803
30804 \begin_inset Index
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808 Commandes ! N ! 
30809 \backslash
30810 newcommand
30811 \end_layout
30812
30813 \end_inset
30814
30815  .
30816 \end_layout
30817
30818 \begin_layout Standard
30819 La syntaxe de 
30820 \series bold
30821
30822 \backslash
30823 newcommand
30824 \series default
30825  est:
30826 \end_layout
30827
30828 \begin_layout Standard
30829
30830 \series bold
30831
30832 \backslash
30833 newcommand{nom de la nouvelle commande}[nombre d'arguments]
30834 \begin_inset Newline newline
30835 \end_inset
30836
30837
30838 \begin_inset ERT
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842
30843
30844 \backslash
30845 phantom{
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \backslash
30852 newcommand
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858 }
30859 \end_layout
30860
30861 \end_inset
30862
30863 [valeur optionnelle]{définition de la commande}
30864 \end_layout
30865
30866 \begin_layout Standard
30867 \begin_inset Note Greyedout
30868 status open
30869
30870 \begin_layout Plain Layout
30871
30872 \series bold
30873 Note:
30874 \series default
30875  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
30876  votre document ou par un des paquetages LaTeX que vous utilisez.
30877  Si par exemple, vous tentez de définir la commande 
30878 \series bold
30879
30880 \backslash
30881 le
30882 \series default
30883  pour 
30884 \series bold
30885
30886 \backslash
30887 Leftarrow
30888 \series default
30889 , vous aurez un message d'erreur puisque 
30890 \series bold
30891
30892 \backslash
30893 le
30894 \series default
30895  est déjà définie comme étant la commande pour le symbole 
30896 \begin_inset Quotes eld
30897 \end_inset
30898
30899
30900 \begin_inset Formula $\le$
30901 \end_inset
30902
30903
30904 \begin_inset Quotes erd
30905 \end_inset
30906
30907 .
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \end_layout
30914
30915 \begin_layout Standard
30916 \begin_inset Note Greyedout
30917 status open
30918
30919 \begin_layout Plain Layout
30920
30921 \series bold
30922 Note:
30923 \series default
30924  Les noms des commandes personnalisées ne peuvent contenir que des lettres
30925  latines.
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
30935  d'argument que la commande doit avoir.
30936  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
30937  optionnel.
30938  Quand on utilise cette valeur, le 
30939 \emph on
30940 premier 
30941 \emph default
30942 argument de la nouvelle commande est automatiquement l'argument optionnel.
30943 \end_layout
30944
30945 \begin_layout Standard
30946 Voici quelques exemples:
30947 \end_layout
30948
30949 \begin_layout Itemize
30950 Pour définir la commande 
30951 \series bold
30952
30953 \backslash
30954 gr
30955 \series default
30956  pour 
30957 \series bold
30958
30959 \backslash
30960 Longrightarrow
30961 \series default
30962 , la ligne à insérer dans le préambule LaTeX est:
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968
30969 \backslash
30970 medskip
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \series bold
30977
30978 \begin_inset Newline newline
30979 \end_inset
30980
30981
30982 \backslash
30983 newcommand{
30984 \backslash
30985 gr}{
30986 \backslash
30987 Longrightarrow}
30988 \end_layout
30989
30990 \begin_layout Itemize
30991 Pour définir la commande
30992 \series bold
30993  
30994 \backslash
30995 us
30996 \series default
30997  pour 
30998 \series bold
30999
31000 \backslash
31001 underline
31002 \series default
31003 , l'argument (qui doit être souligné) doit être pris en compte.
31004  Pour cela, la ligne à insérer dans le préambule est:
31005 \begin_inset ERT
31006 status collapsed
31007
31008 \begin_layout Plain Layout
31009
31010
31011 \backslash
31012 medskip
31013 \end_layout
31014
31015 \end_inset
31016
31017
31018 \series bold
31019
31020 \begin_inset Newline newline
31021 \end_inset
31022
31023
31024 \backslash
31025 newcommand{
31026 \backslash
31027 us}[1]{
31028 \backslash
31029 underline{#1}}
31030 \series default
31031
31032 \begin_inset ERT
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036
31037
31038 \backslash
31039 medskip
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \series bold
31046
31047 \begin_inset Newline newline
31048 \end_inset
31049
31050
31051 \series default
31052 Le caractère 
31053 \series bold
31054 #
31055 \series default
31056  agit comme un argument formel, le 
31057 \series bold
31058 1
31059 \series default
31060  derrière lui indique qu'il représente le premier argument.
31061 \end_layout
31062
31063 \begin_layout Itemize
31064 Pour remplacer la commande 
31065 \series bold
31066
31067 \backslash
31068 framebox
31069 \series default
31070  on peut par exemple définir, la commande 
31071 \series bold
31072
31073 \backslash
31074 fb
31075 \series default
31076 :
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082
31083 \backslash
31084 medskip
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \series bold
31091
31092 \begin_inset Newline newline
31093 \end_inset
31094
31095
31096 \backslash
31097 newcommand{
31098 \backslash
31099 fb}[3]{
31100 \backslash
31101 framebox#1#2{$#3$}}
31102 \series default
31103
31104 \begin_inset ERT
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108
31109
31110 \backslash
31111 medskip
31112 \end_layout
31113
31114 \end_inset
31115
31116
31117 \series bold
31118
31119 \begin_inset Newline newline
31120 \end_inset
31121
31122
31123 \series default
31124 Les deux dollars créent une formule supplémentaire pour la commande 
31125 \series bold
31126
31127 \backslash
31128 framebox
31129 \series default
31130 , voir 
31131 \begin_inset CommandInset ref
31132 LatexCommand ref
31133 reference "sub:Boîtes-avec-cadre"
31134
31135 \end_inset
31136
31137 .
31138 \end_layout
31139
31140 \begin_layout Itemize
31141 Pour créer une nouvelle commande pour remplacer 
31142 \series bold
31143
31144 \backslash
31145 fcolorbox
31146 \series default
31147  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
31148  pour la couleur est défini comme optionnel:
31149 \begin_inset ERT
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153
31154
31155 \backslash
31156 medskip
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \series bold
31163
31164 \begin_inset Newline newline
31165 \end_inset
31166
31167
31168 \backslash
31169 newcommand{
31170 \backslash
31171 cb}[3][white]{
31172 \backslash
31173 fcolorbox{#2}{#1}{$#3$}}
31174 \series default
31175
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181
31182 \backslash
31183 medskip
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \begin_inset Newline newline
31190 \end_inset
31191
31192 Quand la couleur n'est pas définie lors d'une utilisation de 
31193 \series bold
31194
31195 \backslash
31196 cb
31197 \series default
31198 , la couleur prédéfinie 
31199 \series bold
31200 white
31201 \series default
31202  est utilisée par défaut.
31203 \end_layout
31204
31205 \begin_layout Standard
31206 Un test des nouvelles commandes:
31207 \end_layout
31208
31209 \begin_layout Standard
31210 \align center
31211 \begin_inset Tabular
31212 <lyxtabular version="3" rows="6" columns="2">
31213 <features>
31214 <column alignment="center" valignment="top" width="0">
31215 <column alignment="center" valignment="top" width="0">
31216 <row>
31217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31218 \begin_inset Text
31219
31220 \begin_layout Plain Layout
31221 Commande
31222 \end_layout
31223
31224 \end_inset
31225 </cell>
31226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Plain Layout
31230 Résultat
31231 \begin_inset Note Note
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235
31236 \series bold
31237
31238 \backslash
31239 raisebox est seulement utilisée pour faire de la place
31240 \end_layout
31241
31242 \end_inset
31243
31244
31245 \end_layout
31246
31247 \end_inset
31248 </cell>
31249 </row>
31250 <row>
31251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31252 \begin_inset Text
31253
31254 \begin_layout Plain Layout
31255 A
31256 \backslash
31257 gr
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263
31264 \backslash
31265 spce 
31266 \end_layout
31267
31268 \end_inset
31269
31270 B
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Plain Layout
31279 \begin_inset Formula $A\gr B$
31280 \end_inset
31281
31282
31283 \end_layout
31284
31285 \end_inset
31286 </cell>
31287 </row>
31288 <row>
31289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31290 \begin_inset Text
31291
31292 \begin_layout Plain Layout
31293
31294 \backslash
31295 us{ABcd
31296 \end_layout
31297
31298 \end_inset
31299 </cell>
31300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \end_inset
31311 </cell>
31312 </row>
31313 <row>
31314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31315 \begin_inset Text
31316
31317 \begin_layout Plain Layout
31318
31319 \backslash
31320 fb{[2cm]
31321 \begin_inset Formula $\to$
31322 \end_inset
31323
31324
31325 \backslash
31326 {
31327 \begin_inset Formula $\to$
31328 \end_inset
31329
31330
31331 \backslash
31332 {
31333 \backslash
31334 int
31335 \begin_inset ERT
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339
31340
31341 \backslash
31342 spce 
31343 \end_layout
31344
31345 \end_inset
31346
31347 A=B
31348 \end_layout
31349
31350 \end_inset
31351 </cell>
31352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31353 \begin_inset Text
31354
31355 \begin_layout Plain Layout
31356 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31357 \end_inset
31358
31359
31360 \end_layout
31361
31362 \end_inset
31363 </cell>
31364 </row>
31365 <row>
31366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31367 \begin_inset Text
31368
31369 \begin_layout Plain Layout
31370
31371 \backslash
31372 cb{red
31373 \begin_inset Formula $\to$
31374 \end_inset
31375
31376
31377 \backslash
31378 {
31379 \backslash
31380 int
31381 \begin_inset ERT
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385
31386
31387 \backslash
31388 spce 
31389 \end_layout
31390
31391 \end_inset
31392
31393 A=B
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31399 \begin_inset Text
31400
31401 \begin_layout Plain Layout
31402 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31403 \end_inset
31404
31405
31406 \end_layout
31407
31408 \end_inset
31409 </cell>
31410 </row>
31411 <row>
31412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31413 \begin_inset Text
31414
31415 \begin_layout Plain Layout
31416
31417 \backslash
31418 cb[green]
31419 \backslash
31420 {red
31421 \begin_inset Formula $\to$
31422 \end_inset
31423
31424
31425 \backslash
31426 {
31427 \backslash
31428 int
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 spce 
31437 \end_layout
31438
31439 \end_inset
31440
31441 A=B
31442 \end_layout
31443
31444 \end_inset
31445 </cell>
31446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31447 \begin_inset Text
31448
31449 \begin_layout Plain Layout
31450 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \end_inset
31457 </cell>
31458 </row>
31459 </lyxtabular>
31460
31461 \end_inset
31462
31463
31464 \end_layout
31465
31466 \begin_layout Section
31467 Diagrammes
31468 \end_layout
31469
31470 \begin_layout Standard
31471 LyX gère deux types de diagrammes commutatifs; amscd
31472 \series bold
31473  et xymatrix
31474 \series default
31475  qui sont décrits dans ce qui suit.
31476 \end_layout
31477
31478 \begin_layout Subsection
31479 Les diagrammes amscd
31480 \begin_inset Index
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484 Diagrammes ! amscd
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \end_layout
31491
31492 \begin_layout Standard
31493 Des diagrammes de ce type visualisent les relations par des lignes verticales
31494  ou horizontales ou encore des flèches: 
31495 \begin_inset Formula \[
31496 \begin{CD}A@>>>B@>>>C\\
31497 @AAA@.@VVV\\
31498 F@<<<E@<<<D\end{CD}\]
31499
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \begin_layout Standard
31506 Pour les obtenir, on insère la commande 
31507 \series bold
31508
31509 \backslash
31510 CD
31511 \begin_inset Index
31512 status collapsed
31513
31514 \begin_layout Plain Layout
31515 Commandes ! C ! 
31516 \backslash
31517 CD
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \series default
31524  dans une formule.
31525  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
31526  on peut insérer d'autres commandes.
31527  On crée une nouvelle ligne avec 
31528 \family sans
31529 Ctrl-Entrée
31530 \family default
31531 .
31532  Les relations horizontales sont insérées dans les lignes impaires et les
31533  relations verticales dans les lignes paires.
31534 \end_layout
31535
31536 \begin_layout Standard
31537 Pour créer les relations, il y a les commandes suivantes:
31538 \end_layout
31539
31540 \begin_layout Itemize
31541
31542 \series bold
31543 @<<<
31544 \series default
31545  crée une flèche gauche, 
31546 \series bold
31547 @>>>
31548 \series default
31549  une flèche droite, et 
31550 \series bold
31551 @=
31552 \series default
31553  un long signe égal
31554 \end_layout
31555
31556 \begin_layout Itemize
31557
31558 \series bold
31559 @AAA
31560 \series default
31561  crée une flèche vers le haut, 
31562 \series bold
31563 @VVV
31564 \series default
31565  une flèche vers le bas, et 
31566 \series bold
31567 @|
31568 \series default
31569  un signe égal vertical
31570 \end_layout
31571
31572 \begin_layout Itemize
31573
31574 \series bold
31575 @.
31576
31577 \series default
31578  sert de remplissage pour une relation inexistante
31579 \end_layout
31580
31581 \begin_layout Standard
31582 Toutes les flèches peuvent être étiquetées de la façon suivante:
31583 \end_layout
31584
31585 \begin_layout Itemize
31586 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
31587  de la flèche.
31588  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
31589  flèche.
31590 \end_layout
31591
31592 \begin_layout Itemize
31593 Quand le texte destiné à une flèche verticale est inséré entre le premier
31594  et le second A ou V, il est placé sur le côté gauche de la flèche.
31595  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
31596  de la flèche.
31597  Si le texte contient un A ou un V, ces lettres doivent être placées entre
31598  des accolades TeX.
31599 \end_layout
31600
31601 \begin_layout Standard
31602 Comme exemple, un diagramme avec toutes les relations possibles:
31603 \end_layout
31604
31605 \begin_layout Standard
31606 \begin_inset Formula \[
31607 \begin{CD}A@>j>>B@>>k>C@=F\\
31608 @AmAA@.@VV{V}V@|\\
31609 D@<<j<E@>k>>F@=C\end{CD}\]
31610
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \begin_layout Standard
31617 La commande pour l'obtenir:
31618 \begin_inset Newline newline
31619 \end_inset
31620
31621
31622 \series bold
31623
31624 \backslash
31625 CD
31626 \begin_inset ERT
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631
31632 \backslash
31633 spce 
31634 \end_layout
31635
31636 \end_inset
31637
31638 A@>j>>B@>>k>C@=F Ctrl-Enter
31639 \begin_inset Newline newline
31640 \end_inset
31641
31642
31643 \begin_inset ERT
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647
31648
31649 \backslash
31650 hphantom{
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \backslash
31657 CD
31658 \begin_inset ERT
31659 status collapsed
31660
31661 \begin_layout Plain Layout
31662
31663
31664 \backslash
31665 spce 
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset ERT
31672 status collapsed
31673
31674 \begin_layout Plain Layout
31675
31676 }
31677 \end_layout
31678
31679 \end_inset
31680
31681 @AmAA@.@VV
31682 \backslash
31683 {V
31684 \series default
31685
31686 \begin_inset Formula $\to$
31687 \end_inset
31688
31689
31690 \series bold
31691 V@| Ctrl-Enter
31692 \begin_inset Newline newline
31693 \end_inset
31694
31695
31696 \begin_inset ERT
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700
31701
31702 \backslash
31703 hphantom{
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \backslash
31710 CD
31711 \begin_inset ERT
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715
31716
31717 \backslash
31718 spce 
31719 \end_layout
31720
31721 \end_inset
31722
31723
31724 \begin_inset ERT
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728
31729 }
31730 \end_layout
31731
31732 \end_inset
31733
31734 D@<<j<E@>k>>F@=C
31735 \end_layout
31736
31737 \begin_layout Subsection
31738 Les diagrammes xymatrix
31739 \begin_inset Index
31740 status open
31741
31742 \begin_layout Plain Layout
31743 Diagrammes ! xymatrix
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \begin_layout Standard
31752 Pour pouvoir utiliser des xymatrices, on doit installer le paquetage LaTeX
31753  
31754 \series bold
31755 xypic
31756 \series default
31757 .
31758  Une xymatrice est créée en insérant la commande 
31759 \series bold
31760
31761 \backslash
31762 xymatrix
31763 \series default
31764  dans une formule.
31765  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31766  comme pour une matrice normale, voir 
31767 \begin_inset CommandInset ref
31768 LatexCommand ref
31769 reference "sec:Matrices"
31770
31771 \end_inset
31772
31773 .
31774 \end_layout
31775
31776 \begin_layout Standard
31777 Contrairement aux diagrammes amscd, les xymatrices acceptent les flèches
31778  diagonales ou courbes et plus encore.
31779  Toutes les possibilités pour créer des diagrammes commutatifs et leurs
31780  décorations sont expliquées en détail dans ce manuel: 
31781 \begin_inset CommandInset href
31782 LatexCommand href
31783 target "http://wiki.lyx.org/LyX/XY-pic#xy-manual"
31784
31785 \end_inset
31786
31787 .
31788 \end_layout
31789
31790 \begin_layout Standard
31791 \begin_inset Newpage newpage
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \begin_layout Section
31798 Astuces
31799 \begin_inset ERT
31800 status collapsed
31801
31802 \begin_layout Plain Layout
31803
31804
31805 \backslash
31806 texorpdfstring{
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \begin_inset Foot
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816 On peut trouver d'autres astuces mathématiques très utiles dans 
31817 \begin_inset CommandInset citation
31818 LatexCommand cite
31819 key "Voss"
31820
31821 \end_inset
31822
31823 .
31824 \end_layout
31825
31826 \end_inset
31827
31828
31829 \begin_inset ERT
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833
31834 }{}
31835 \end_layout
31836
31837 \end_inset
31838
31839
31840 \begin_inset Note Note
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844
31845 \backslash
31846 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
31847  dans les signets PDF.
31848 \end_layout
31849
31850 \begin_layout Plain Layout
31851 Plus d'infos sur 
31852 \backslash
31853 texorpdfstring dans la section 
31854 \begin_inset CommandInset ref
31855 LatexCommand ref
31856 reference "sub:formules-dans-les-entêtes"
31857
31858 \end_inset
31859
31860 .
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \begin_inset Index
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870 Astuces
31871 \end_layout
31872
31873 \end_inset
31874
31875
31876 \begin_inset Index
31877 status collapsed
31878
31879 \begin_layout Plain Layout
31880 Ions|see
31881 \begin_inset ERT
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885
31886 {
31887 \end_layout
31888
31889 \end_inset
31890
31891 Symboles chimiques
31892 \begin_inset ERT
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896
31897 }
31898 \end_layout
31899
31900 \end_inset
31901
31902
31903 \end_layout
31904
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \begin_layout Subsection
31911 Symboles et équations chimiques
31912 \begin_inset CommandInset label
31913 LatexCommand label
31914 name "sub:Symboles-chimiques"
31915
31916 \end_inset
31917
31918
31919 \begin_inset Index
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923 Equations@Équations chimiques
31924 \end_layout
31925
31926 \end_inset
31927
31928
31929 \begin_inset Index
31930 status collapsed
31931
31932 \begin_layout Plain Layout
31933 Symboles ! chimiques
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Standard
31942 Un exemple de texte de chimie:
31943 \end_layout
31944
31945 \begin_layout Quote
31946 L'ion 
31947 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31948 \end_inset
31949
31950 réagit avec deux ions 
31951 \begin_inset Formula $\mathrm{Na^{+}}$
31952 \end_inset
31953
31954  pour donner du sulfate de sodium 
31955 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31956 \end_inset
31957
31958 .
31959  La réaction chimique peut être mise sous la forme:
31960 \begin_inset Formula \[
31961 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
31962
31963 \end_inset
31964
31965
31966 \end_layout
31967
31968 \begin_layout Standard
31969 Cette équation chimique peut être créée directement sous la forme d'une
31970  formule.
31971  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
31972  et mettez-le dans la police droite avec le raccourci 
31973 \family sans
31974 Alt-c
31975 \begin_inset space ~
31976 \end_inset
31977
31978 r
31979 \family default
31980  .
31981 \begin_inset Foot
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985 Style de polices, voir 
31986 \begin_inset CommandInset ref
31987 LatexCommand ref
31988 reference "sub:Styles-de-polices"
31989
31990 \end_inset
31991
31992
31993 \end_layout
31994
31995 \end_inset
31996
31997
31998 \end_layout
31999
32000 \begin_layout Subsection
32001 Nombres négatifs
32002 \begin_inset Index
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006 Nombres ! négatifs
32007 \end_layout
32008
32009 \end_inset
32010
32011
32012 \end_layout
32013
32014 \begin_layout Standard
32015 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
32016  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
32017  moins.
32018  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
32019  correctement.
32020 \end_layout
32021
32022 \begin_layout Standard
32023 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
32024 \end_layout
32025
32026 \begin_layout Standard
32027 Un exemple pour illustrer le problème:
32028 \end_layout
32029
32030 \begin_layout Standard
32031 \align center
32032 \begin_inset Tabular
32033 <lyxtabular version="3" rows="3" columns="2">
32034 <features>
32035 <column alignment="right" valignment="top" width="0">
32036 <column alignment="left" valignment="top" width="0">
32037 <row>
32038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32039 \begin_inset Text
32040
32041 \begin_layout Plain Layout
32042 texte normal:
32043 \end_layout
32044
32045 \end_inset
32046 </cell>
32047 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Plain Layout
32051 x = -2
32052 \end_layout
32053
32054 \end_inset
32055 </cell>
32056 </row>
32057 <row>
32058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32059 \begin_inset Text
32060
32061 \begin_layout Plain Layout
32062 formule:
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071 \begin_inset Formula $x=-2$
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \end_inset
32078 </cell>
32079 </row>
32080 <row>
32081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32082 \begin_inset Text
32083
32084 \begin_layout Plain Layout
32085 solution:
32086 \end_layout
32087
32088 \end_inset
32089 </cell>
32090 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32091 \begin_inset Text
32092
32093 \begin_layout Plain Layout
32094 \begin_inset Formula $x=\textrm{-}2$
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \end_inset
32101 </cell>
32102 </row>
32103 </lyxtabular>
32104
32105 \end_inset
32106
32107
32108 \end_layout
32109
32110 \begin_layout Subsection
32111 La virgule comme séparateur décimal
32112 \begin_inset Index
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116 Virgule
32117 \end_layout
32118
32119 \end_inset
32120
32121
32122 \end_layout
32123
32124 \begin_layout Standard
32125 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
32126  pour grouper les chiffres dans un nombre.
32127  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
32128  formules.
32129 \end_layout
32130
32131 \begin_layout Standard
32132 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
32133  (raccourci 
32134 \family sans
32135 Alt-m
32136 \begin_inset space ~
32137 \end_inset
32138
32139 m
32140 \family default
32141 ).
32142 \end_layout
32143
32144 \begin_layout Standard
32145 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
32146  on doit charger le fichier 
32147 \series bold
32148 icomma.sty
32149 \series default
32150
32151 \begin_inset Foot
32152 status collapsed
32153
32154 \begin_layout Plain Layout
32155
32156 \series bold
32157 icomma
32158 \series default
32159  fait partie du paquetage 
32160 \series bold
32161 was
32162 \series default
32163
32164 \begin_inset Index
32165 status collapsed
32166
32167 \begin_layout Plain Layout
32168 Paquetages ! was
32169 \begin_inset ERT
32170 status collapsed
32171
32172 \begin_layout Plain Layout
32173
32174
32175 \backslash
32176 vspace{4mm}
32177 \end_layout
32178
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \end_inset
32185
32186 .
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \begin_inset Index
32193 status collapsed
32194
32195 \begin_layout Plain Layout
32196 Paquetages ! icomma
32197 \end_layout
32198
32199 \end_inset
32200
32201  dans le préambule LaTeX avec la ligne
32202 \end_layout
32203
32204 \begin_layout Standard
32205
32206 \series bold
32207
32208 \backslash
32209 usepackage{icomma}
32210 \end_layout
32211
32212 \begin_layout Subsection
32213 Les vecteurs physiques
32214 \begin_inset CommandInset label
32215 LatexCommand label
32216 name "sub:Vecteurs-physiques"
32217
32218 \end_inset
32219
32220
32221 \begin_inset Index
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225 Vecteurs ! physiques
32226 \end_layout
32227
32228 \end_inset
32229
32230
32231 \end_layout
32232
32233 \begin_layout Standard
32234 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
32235 \series bold
32236  braket
32237 \series default
32238
32239 \begin_inset Foot
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243
32244 \series bold
32245 braket
32246 \series default
32247  fait partie de toutes les installations LaTeX standard.
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \begin_inset Index
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257 Paquetages ! braket
32258 \end_layout
32259
32260 \end_inset
32261
32262  que l'on charge en mettant dans le préambule LaTeX la ligne
32263 \end_layout
32264
32265 \begin_layout Standard
32266
32267 \series bold
32268
32269 \backslash
32270 usepackage{braket}
32271 \end_layout
32272
32273 \begin_layout Standard
32274 Les commandes suivantes sont définies:
32275 \end_layout
32276
32277 \begin_layout Standard
32278 \align center
32279 \begin_inset Tabular
32280 <lyxtabular version="3" rows="4" columns="2">
32281 <features>
32282 <column alignment="center" valignment="top" width="0">
32283 <column alignment="center" valignment="top" width="0">
32284 <row>
32285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32286 \begin_inset Text
32287
32288 \begin_layout Plain Layout
32289 Commande
32290 \end_layout
32291
32292 \end_inset
32293 </cell>
32294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32295 \begin_inset Text
32296
32297 \begin_layout Plain Layout
32298 Résultat
32299 \end_layout
32300
32301 \end_inset
32302 </cell>
32303 </row>
32304 <row>
32305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32306 \begin_inset Text
32307
32308 \begin_layout Plain Layout
32309
32310 \backslash
32311 Bra{
32312 \backslash
32313 psi
32314 \end_layout
32315
32316 \end_inset
32317 </cell>
32318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32319 \begin_inset Text
32320
32321 \begin_layout Plain Layout
32322 \begin_inset Formula $\Bra{\psi}$
32323 \end_inset
32324
32325
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 </row>
32331 <row>
32332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32333 \begin_inset Text
32334
32335 \begin_layout Plain Layout
32336
32337 \backslash
32338 Ket{
32339 \backslash
32340 psi
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349 \begin_inset Formula $\Ket{\psi}$
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \end_inset
32356 </cell>
32357 </row>
32358 <row>
32359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32360 \begin_inset Text
32361
32362 \begin_layout Plain Layout
32363
32364 \backslash
32365 Braket{
32366 \backslash
32367 psi|
32368 \backslash
32369 phi
32370 \end_layout
32371
32372 \end_inset
32373 </cell>
32374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32375 \begin_inset Text
32376
32377 \begin_layout Plain Layout
32378 \begin_inset Formula $\Braket{\psi|\phi}$
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 </row>
32387 </lyxtabular>
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Standard
32395 La commande 
32396 \series bold
32397
32398 \backslash
32399 Braket
32400 \series default
32401  assure que toutes les barres verticales ont la même taille que les crochets
32402  englobants:
32403 \begin_inset Formula \[
32404 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32405
32406 \end_inset
32407
32408
32409 \end_layout
32410
32411 \begin_layout Standard
32412 L'effet de la commande 
32413 \series bold
32414
32415 \backslash
32416 Braket
32417 \series default
32418  peut aussi être obtenu en utilisant la commande 
32419 \series bold
32420
32421 \backslash
32422 middle
32423 \series default
32424 , qui est décrite dans 
32425 \begin_inset CommandInset ref
32426 LatexCommand ref
32427 reference "sub:Taille-parenthèses-automatique"
32428
32429 \end_inset
32430
32431 .
32432 \end_layout
32433
32434 \begin_layout Subsection
32435 Fractions personnalisées
32436 \begin_inset CommandInset label
32437 LatexCommand label
32438 name "sub:Fractions-personnalisées"
32439
32440 \end_inset
32441
32442
32443 \begin_inset Index
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Fractions ! personnalisées
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Standard
32456 Pour définir des commandes personnalisées pour les fractions, on utilise
32457  la commande 
32458 \series bold
32459
32460 \backslash
32461 genfrac
32462 \series default
32463
32464 \begin_inset Index
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468 Commandes ! G ! 
32469 \backslash
32470 genfrac
32471 \end_layout
32472
32473 \end_inset
32474
32475  avec la syntaxe suivante:
32476 \end_layout
32477
32478 \begin_layout Standard
32479
32480 \series bold
32481
32482 \backslash
32483 genfrac{parenthèse gauche}{parenthèse droite}
32484 \begin_inset Newline newline
32485 \end_inset
32486
32487
32488 \begin_inset ERT
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492
32493
32494 \backslash
32495 phantom{
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \backslash
32502 genfrac
32503 \begin_inset ERT
32504 status collapsed
32505
32506 \begin_layout Plain Layout
32507
32508 }
32509 \end_layout
32510
32511 \end_inset
32512
32513 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
32514 \end_layout
32515
32516 \begin_layout Standard
32517 Le style est un nombre allant de 0 à 3.
32518 \end_layout
32519
32520 \begin_layout Standard
32521 \align center
32522 \begin_inset Tabular
32523 <lyxtabular version="3" rows="5" columns="2">
32524 <features>
32525 <column alignment="center" valignment="top" width="0">
32526 <column alignment="center" valignment="top" width="0">
32527 <row>
32528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32529 \begin_inset Text
32530
32531 \begin_layout Plain Layout
32532 Nombre
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 Style (Taille)
32542 \end_layout
32543
32544 \end_inset
32545 </cell>
32546 </row>
32547 <row>
32548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32549 \begin_inset Text
32550
32551 \begin_layout Plain Layout
32552 0
32553 \end_layout
32554
32555 \end_inset
32556 </cell>
32557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561 formule hors ligne
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 </row>
32567 <row>
32568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32569 \begin_inset Text
32570
32571 \begin_layout Plain Layout
32572 1
32573 \end_layout
32574
32575 \end_inset
32576 </cell>
32577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581 formule en ligne
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 </row>
32587 <row>
32588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32589 \begin_inset Text
32590
32591 \begin_layout Plain Layout
32592 2
32593 \end_layout
32594
32595 \end_inset
32596 </cell>
32597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32598 \begin_inset Text
32599
32600 \begin_layout Plain Layout
32601 petit (small)
32602 \end_layout
32603
32604 \end_inset
32605 </cell>
32606 </row>
32607 <row>
32608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32609 \begin_inset Text
32610
32611 \begin_layout Plain Layout
32612 3
32613 \end_layout
32614
32615 \end_inset
32616 </cell>
32617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32618 \begin_inset Text
32619
32620 \begin_layout Plain Layout
32621 minuscule (tiny)
32622 \end_layout
32623
32624 \end_inset
32625 </cell>
32626 </row>
32627 </lyxtabular>
32628
32629 \end_inset
32630
32631
32632 \end_layout
32633
32634 \begin_layout Standard
32635 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
32636  dans lequel on se trouve, comme avec la commande 
32637 \series bold
32638
32639 \backslash
32640 frac
32641 \series default
32642 .
32643 \end_layout
32644
32645 \begin_layout Standard
32646 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
32647 e de 0.4
32648 \begin_inset space \thinspace{}
32649 \end_inset
32650
32651 pt est utilisée.
32652 \end_layout
32653
32654 \begin_layout Standard
32655 \begin_inset VSpace medskip
32656 \end_inset
32657
32658 Par exemple les commandes 
32659 \series bold
32660
32661 \backslash
32662 dfrac
32663 \series default
32664  et 
32665 \series bold
32666
32667 \backslash
32668 tbinom
32669 \series default
32670  vues en 
32671 \begin_inset CommandInset ref
32672 LatexCommand ref
32673 reference "sub:Fractions"
32674
32675 \end_inset
32676
32677  sont définies avec les commandes 
32678 \end_layout
32679
32680 \begin_layout Standard
32681
32682 \series bold
32683
32684 \backslash
32685 newcommand{
32686 \backslash
32687 dfrac}[2]{
32688 \backslash
32689 genfrac{}{}{}{0}{#1}{#2}}
32690 \end_layout
32691
32692 \begin_layout Standard
32693 et
32694 \end_layout
32695
32696 \begin_layout Standard
32697
32698 \series bold
32699
32700 \backslash
32701 newcommand{
32702 \backslash
32703 tbinom}[2]{
32704 \backslash
32705 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32706 \end_layout
32707
32708 \begin_layout Standard
32709 \begin_inset VSpace medskip
32710 \end_inset
32711
32712 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
32713  en argument, on insère la ligne suivante dans le préambule LaTeX:
32714 \end_layout
32715
32716 \begin_layout Standard
32717
32718 \series bold
32719
32720 \backslash
32721 newcommand{
32722 \backslash
32723 fracS}[3][]{
32724 \backslash
32725 genfrac{}{}{#1}{}{#2}{#3}}
32726 \end_layout
32727
32728 \begin_layout Standard
32729 Un test:
32730 \begin_inset Formula \begin{align*}
32731 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32732 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32733
32734 \end_inset
32735
32736 Comme on peut le voir, la distance entre le numérateur et le dénominateur
32737  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
32738 \end_layout
32739
32740 \begin_layout Subsection
32741 Formules barrées
32742 \begin_inset Index
32743 status collapsed
32744
32745 \begin_layout Plain Layout
32746 Formules ! barrées
32747 \end_layout
32748
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Standard
32755 Pour barrer une formule ou une portion de formule, on doit charger le paquetage
32756  LaTeX 
32757 \series bold
32758 cancel
32759 \series default
32760
32761 \begin_inset Foot
32762 status collapsed
32763
32764 \begin_layout Plain Layout
32765
32766 \series bold
32767 cancel
32768 \series default
32769  fait partie de toutes les distributions LaTeX standard.
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \begin_inset Index
32776 status collapsed
32777
32778 \begin_layout Plain Layout
32779 Paquetages ! cancel
32780 \end_layout
32781
32782 \end_inset
32783
32784  dans le préambule LaTeX avec la ligne
32785 \end_layout
32786
32787 \begin_layout Standard
32788
32789 \series bold
32790
32791 \backslash
32792 usepackage[samesize]{cancel}
32793 \end_layout
32794
32795 \begin_layout Standard
32796 Il y a quatre façon de barrer une formule:
32797 \end_layout
32798
32799 \begin_layout Standard
32800 \align center
32801 \begin_inset Tabular
32802 <lyxtabular version="3" rows="5" columns="2">
32803 <features>
32804 <column alignment="center" valignment="top" width="0">
32805 <column alignment="center" valignment="top" width="0">
32806 <row>
32807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32808 \begin_inset Text
32809
32810 \begin_layout Plain Layout
32811 Commande
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32817 \begin_inset Text
32818
32819 \begin_layout Plain Layout
32820 Résultat
32821 \begin_inset Note Note
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825
32826 \series bold
32827
32828 \backslash
32829 hspace
32830 \series default
32831  et
32832 \series bold
32833  
32834 \backslash
32835 raisebox 
32836 \series default
32837 sont seulement utilisées pour faire de la place.
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \end_inset
32846 </cell>
32847 </row>
32848 <row>
32849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32850 \begin_inset Text
32851
32852 \begin_layout Plain Layout
32853
32854 \backslash
32855 cancel{
32856 \backslash
32857 int
32858 \begin_inset ERT
32859 status collapsed
32860
32861 \begin_layout Plain Layout
32862
32863
32864 \backslash
32865 spce 
32866 \end_layout
32867
32868 \end_inset
32869
32870 A=B
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
32880 \end_inset
32881
32882
32883 \end_layout
32884
32885 \end_inset
32886 </cell>
32887 </row>
32888 <row>
32889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32890 \begin_inset Text
32891
32892 \begin_layout Plain Layout
32893
32894 \backslash
32895 bcancel{
32896 \backslash
32897 int
32898 \begin_inset ERT
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902
32903
32904 \backslash
32905 spce 
32906 \end_layout
32907
32908 \end_inset
32909
32910 A=B
32911 \end_layout
32912
32913 \end_inset
32914 </cell>
32915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32916 \begin_inset Text
32917
32918 \begin_layout Plain Layout
32919 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
32920 \end_inset
32921
32922
32923 \end_layout
32924
32925 \end_inset
32926 </cell>
32927 </row>
32928 <row>
32929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32930 \begin_inset Text
32931
32932 \begin_layout Plain Layout
32933
32934 \backslash
32935 xcancel{
32936 \backslash
32937 int
32938 \begin_inset ERT
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942
32943
32944 \backslash
32945 spce 
32946 \end_layout
32947
32948 \end_inset
32949
32950 A=B
32951 \end_layout
32952
32953 \end_inset
32954 </cell>
32955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32956 \begin_inset Text
32957
32958 \begin_layout Plain Layout
32959 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \end_inset
32966 </cell>
32967 </row>
32968 <row>
32969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32970 \begin_inset Text
32971
32972 \begin_layout Plain Layout
32973
32974 \backslash
32975 cancelto{1
32976 \begin_inset Formula $\to$
32977 \end_inset
32978
32979
32980 \backslash
32981 {
32982 \backslash
32983 int
32984 \begin_inset ERT
32985 status collapsed
32986
32987 \begin_layout Plain Layout
32988
32989
32990 \backslash
32991 spce 
32992 \end_layout
32993
32994 \end_inset
32995
32996 A=B
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout Plain Layout
33005 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33006 \end_inset
33007
33008
33009 \end_layout
33010
33011 \end_inset
33012 </cell>
33013 </row>
33014 </lyxtabular>
33015
33016 \end_inset
33017
33018
33019 \end_layout
33020
33021 \begin_layout Standard
33022
33023 \series bold
33024
33025 \backslash
33026 cancelto
33027 \series default
33028  est particulièrement utile pour visualiser des simplifications de fractions
33029  dans les formules:
33030 \begin_inset Formula \[
33031 \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}}}\]
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \begin_layout Subsection
33039 Formules dans les entêtes de section
33040 \begin_inset CommandInset label
33041 LatexCommand label
33042 name "sub:formules-dans-les-entêtes"
33043
33044 \end_inset
33045
33046
33047 \begin_inset Index
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051 Formules ! dans les entêtes de section
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Standard
33060 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
33061  en compte les points suivants:
33062 \end_layout
33063
33064 \begin_layout Standard
33065 \begin_inset Note Greyedout
33066 status open
33067
33068 \begin_layout Plain Layout
33069 Quand la gestion de 
33070 \series bold
33071 hyperref
33072 \series default
33073
33074 \begin_inset Index
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078 Paquetages ! hyperref
33079 \end_layout
33080
33081 \end_inset
33082
33083  est activée dans le dialogue paramètres du document dans la rubrique 
33084 \family sans
33085 Propriétés du PDF
33086 \family default
33087 , les signets PDF sont créés dans la table des matières pour chaque entête
33088  de section.
33089  Si l'entête de section contient une formule, elle est affichée de façon
33090  incorrecte dans le texte du signet parce que les formules dans les signets
33091  ne respectent pas certaines conventions du PDF.
33092  
33093 \end_layout
33094
33095 \end_inset
33096
33097
33098 \end_layout
33099
33100 \begin_layout Standard
33101 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
33102  de section un titre court avec le menu 
33103 \family sans
33104 Insérer\SpecialChar \menuseparator
33105 Titre
33106 \begin_inset space ~
33107 \end_inset
33108
33109 court
33110 \family default
33111 .
33112  Les titres courts sont en général utilisés avec des entêtes de section
33113  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
33114  Seul le titre court apparaît dans la table des matières et donc dans les
33115  signets PDF.
33116 \end_layout
33117
33118 \begin_layout Standard
33119 Quand des formules doivent apparaître dans la table des matières mais que
33120  l'on utilise aussi 
33121 \series bold
33122 hyperref
33123 \series default
33124 , on peut utiliser la commande suivante en mode TeX:
33125 \end_layout
33126
33127 \begin_layout Standard
33128
33129 \series bold
33130
33131 \backslash
33132 texorpdfstring{partie à problème}{alternative}
33133 \begin_inset Index
33134 status collapsed
33135
33136 \begin_layout Plain Layout
33137 Commandes ! T ! 
33138 \backslash
33139 texorpdfstring
33140 \end_layout
33141
33142 \end_inset
33143
33144
33145 \end_layout
33146
33147 \begin_layout Standard
33148 \begin_inset Quotes eld
33149 \end_inset
33150
33151 Partie à problème
33152 \begin_inset Quotes erd
33153 \end_inset
33154
33155  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
33156  Cela peut être des caractères, des formules, des notes de bas de page,
33157  mais aussi des références croisées.
33158  L'
33159 \begin_inset Quotes erd
33160 \end_inset
33161
33162 alternative
33163 \begin_inset Quotes erd
33164 \end_inset
33165
33166  est utilisée à la place de la 
33167 \begin_inset Quotes eld
33168 \end_inset
33169
33170 partie à problème
33171 \begin_inset Quotes erd
33172 \end_inset
33173
33174  pour les signets.
33175 \end_layout
33176
33177 \begin_layout Standard
33178 Voici deux exemples d'entêtes de section:
33179 \begin_inset VSpace -3mm
33180 \end_inset
33181
33182
33183 \begin_inset ERT
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187
33188
33189 \backslash
33190 boldmath 
33191 \end_layout
33192
33193 \end_inset
33194
33195
33196 \end_layout
33197
33198 \begin_layout Subsubsection
33199 Entête de section sans formule dans la table des matières 
33200 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33201 \end_inset
33202
33203
33204 \begin_inset OptArg
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208 Entête sans formule dans la table des matières
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Subsubsection
33217 Entête de section avec formule dans la table des matières
33218 \begin_inset ERT
33219 status collapsed
33220
33221 \begin_layout Plain Layout
33222
33223
33224 \backslash
33225 texorpdfstring{
33226 \end_layout
33227
33228 \end_inset
33229
33230  
33231 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33232 \end_inset
33233
33234
33235 \begin_inset ERT
33236 status collapsed
33237
33238 \begin_layout Plain Layout
33239
33240 }{}
33241 \end_layout
33242
33243 \end_inset
33244
33245
33246 \end_layout
33247
33248 \begin_layout Standard
33249 \begin_inset ERT
33250 status collapsed
33251
33252 \begin_layout Plain Layout
33253
33254
33255 \backslash
33256 unboldmath 
33257 \end_layout
33258
33259 \end_inset
33260
33261 Dans le premier entête, on a utilisé un titre court, dans le second la commande
33262  
33263 \series bold
33264
33265 \backslash
33266 texorpdfstring
33267 \series default
33268 .
33269 \end_layout
33270
33271 \begin_layout Standard
33272 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
33273  a été placée dans un environnement  
33274 \series bold
33275 boldmath 
33276 \series default
33277
33278 \begin_inset Foot
33279 status collapsed
33280
33281 \begin_layout Plain Layout
33282 voir 
33283 \begin_inset CommandInset ref
33284 LatexCommand ref
33285 reference "sub:Formules-en-gras"
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \end_inset
33293
33294 .
33295 \end_layout
33296
33297 \begin_layout Subsection
33298 Formules dans du texte multi-colonnes
33299 \begin_inset Index
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 Formules ! dans du texte multi-colonnes
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Standard
33312 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
33313  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
33314  utiliser toute la largeur de la page.
33315  Pour faire cela, on utilise le paquetage LaTeX 
33316 \series bold
33317 multicol
33318 \series default
33319
33320 \begin_inset Foot
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324
33325 \series bold
33326 multicol
33327 \series default
33328  fait partie de toutes les installations LaTeX standard.
33329 \end_layout
33330
33331 \end_inset
33332
33333
33334 \begin_inset Index
33335 status collapsed
33336
33337 \begin_layout Plain Layout
33338 Paquetages ! multicol
33339 \end_layout
33340
33341 \end_inset
33342
33343 , qui est chargé avec la ligne suivante dans le préambule LaTeX
33344 \end_layout
33345
33346 \begin_layout Standard
33347
33348 \series bold
33349
33350 \backslash
33351 usepackage{multicol}
33352 \end_layout
33353
33354 \begin_layout Standard
33355 \begin_inset Note Greyedout
33356 status open
33357
33358 \begin_layout Plain Layout
33359 Noter que dans ce cas on ne 
33360 \emph on
33361 doit pas 
33362 \emph default
33363 activer l'option 
33364 \family sans
33365 Document
33366 \begin_inset space ~
33367 \end_inset
33368
33369 sur
33370 \begin_inset space ~
33371 \end_inset
33372
33373 deux
33374 \begin_inset space ~
33375 \end_inset
33376
33377 colonnes
33378 \family default
33379  dans la rubrique 
33380 \family sans
33381 Format
33382 \begin_inset space ~
33383 \end_inset
33384
33385 du
33386 \begin_inset space ~
33387 \end_inset
33388
33389 texte 
33390 \family default
33391 du menu 
33392 \family sans
33393 Document\SpecialChar \menuseparator
33394 Paramètres
33395 \family default
33396 .
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \begin_layout Standard
33405 Avant le texte multi-colonnes on met la commande
33406 \end_layout
33407
33408 \begin_layout Standard
33409
33410 \series bold
33411
33412 \backslash
33413 begin{multicols}{nombre de colonnes}
33414 \end_layout
33415
33416 \begin_layout Standard
33417 en mode TeX.
33418  Le nombre de colonnes est un entier entre 2 et 10.
33419  Avant la formule, le texte multi-colonnes et interrompu avec la commande
33420 \end_layout
33421
33422 \begin_layout Standard
33423
33424 \series bold
33425
33426 \backslash
33427 end{multicols}
33428 \end_layout
33429
33430 \begin_layout Standard
33431 en mode TeX.
33432 \end_layout
33433
33434 \begin_layout Standard
33435 À cause de la commande, un peu d'espace est ajouté automatiquement avant
33436  la formule.
33437  Pour le supprimer, on peut insérer avant la formule un espace vertical
33438  de -6
33439 \begin_inset space \thinspace{}
33440 \end_inset
33441
33442 mm.
33443  Quand on utilise le style de formules 
33444 \series bold
33445 Indenté
33446 \begin_inset Foot
33447 status collapsed
33448
33449 \begin_layout Plain Layout
33450 voir 
33451 \begin_inset CommandInset ref
33452 LatexCommand ref
33453 reference "sec:Styles-de-formules"
33454
33455 \end_inset
33456
33457  pour les styles de formules.
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \series default
33464 , il faut mettre un espace de -9
33465 \begin_inset space \thinspace{}
33466 \end_inset
33467
33468 mm à la place.
33469 \end_layout
33470
33471 \begin_layout Standard
33472 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
33473 \end_layout
33474
33475 \begin_layout Standard
33476
33477 \lang german
33478 \begin_inset ERT
33479 status collapsed
33480
33481 \begin_layout Plain Layout
33482
33483
33484 \backslash
33485 begin{multicols}{2}
33486 \end_layout
33487
33488 \end_inset
33489
33490 Das Spektrum wird fouriertransformiert.
33491  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33492 , Lösungsmittel) zu trennen.
33493  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33494  nun das Aussehen des Ausgangssignals.
33495  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33496  über alle Phasen integrieren muss.
33497  Sei nun 
33498 \begin_inset Formula $S$
33499 \end_inset
33500
33501  unser normiertes Ausgangssignal and 
33502 \begin_inset Formula $P$
33503 \end_inset
33504
33505  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33506 \begin_inset ERT
33507 status collapsed
33508
33509 \begin_layout Plain Layout
33510
33511
33512 \backslash
33513 end{multicols}
33514 \end_layout
33515
33516 \end_inset
33517
33518
33519 \begin_inset VSpace -6mm
33520 \end_inset
33521
33522
33523 \begin_inset Formula \begin{equation}
33524 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33525
33526 \end_inset
33527
33528
33529 \begin_inset ERT
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533
33534
33535 \backslash
33536 begin{multicols}{2}
33537 \end_layout
33538
33539 \end_inset
33540
33541 wobei 
33542 \begin_inset Formula $S_{0}$
33543 \end_inset
33544
33545  das Signal ohne Gradient ist and the Normierungsbedingung 
33546 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33547 \end_inset
33548
33549  gilt.
33550  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33551  Direkt nach the 
33552 \begin_inset Formula $\nicefrac{\pi}{2}$
33553 \end_inset
33554
33555
33556 \begin_inset space \thinspace{}
33557 \end_inset
33558
33559 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33560  das Signal zusätzlich abschwächt.
33561  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33562  
33563 \begin_inset Formula $T_{2}$
33564 \end_inset
33565
33566 -Zeit.
33567 \end_layout
33568
33569 \begin_layout Standard
33570
33571 \lang german
33572 \begin_inset ERT
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576
33577
33578 \backslash
33579 end{multicols}
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \begin_layout Subsection
33588 Formules avec description des variables
33589 \begin_inset Index
33590 status collapsed
33591
33592 \begin_layout Plain Layout
33593 Formules ! avec description des variables
33594 \end_layout
33595
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \begin_layout Standard
33602 Pour décrire les variable au sein d'une formule, comme dans la formule 
33603 \begin_inset CommandInset ref
33604 LatexCommand eqref
33605 reference "eq:within"
33606
33607 \end_inset
33608
33609 , on peut utiliser une matrice
33610 \begin_inset space ~
33611 \end_inset
33612
33613 2
33614 \series bold
33615 ×
33616 \series default
33617
33618 \begin_inset Formula $n$
33619 \end_inset
33620
33621  avec une colonne alignée à gauche pour les 
33622 \begin_inset Formula $n$
33623 \end_inset
33624
33625  variables utilisées
33626 \begin_inset Foot
33627 status collapsed
33628
33629 \begin_layout Plain Layout
33630 pour les matrices, voir 
33631 \begin_inset CommandInset ref
33632 LatexCommand ref
33633 reference "sec:Matrices"
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \end_inset
33641
33642 .
33643  Pour mettre la description en plus petits caractères, on peut insérer par
33644  exemple la commande 
33645 \series bold
33646
33647 \backslash
33648 footnotesize
33649 \series default
33650  avant la matrice
33651 \begin_inset Foot
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655 pour les tailles de polices, voir 
33656 \begin_inset CommandInset ref
33657 LatexCommand ref
33658 reference "sub:Tailles-polices"
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \end_inset
33666
33667 .
33668 \end_layout
33669
33670 \begin_layout Standard
33671 Quand on utilise le style de formules 
33672 \series bold
33673 Indenté
33674 \begin_inset Foot
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678 pour les styles de formules, voir 
33679 \begin_inset CommandInset ref
33680 LatexCommand ref
33681 reference "sec:Styles-de-formules"
33682
33683 \end_inset
33684
33685
33686 \end_layout
33687
33688 \end_inset
33689
33690
33691 \series default
33692 , on insère un 
33693 \series bold
33694
33695 \backslash
33696 hfill
33697 \series default
33698
33699 \begin_inset Foot
33700 status collapsed
33701
33702 \begin_layout Plain Layout
33703
33704 \series bold
33705
33706 \backslash
33707 hfill
33708 \series default
33709  marche seulement avec des formules dans le style 
33710 \series bold
33711 Indenté
33712 \series default
33713 , voir 
33714 \begin_inset CommandInset ref
33715 LatexCommand ref
33716 reference "sub:Espace-variable"
33717
33718 \end_inset
33719
33720 .
33721 \end_layout
33722
33723 \end_inset
33724
33725  avant et après la matrice pour avoir la même séparation entre la matrice
33726  et la formule et entre la matrice et la marge.
33727 \end_layout
33728
33729 \begin_layout Standard
33730 Quand on utilise le style de formules
33731 \series bold
33732  Centré
33733 \series default
33734 , on utilise la méthode décrite dans 
33735 \begin_inset CommandInset ref
33736 LatexCommand ref
33737 reference "sub:Environnement-Flalign"
33738
33739 \end_inset
33740
33741  pour indenter les formules.
33742  La formule 
33743 \begin_inset CommandInset ref
33744 LatexCommand eqref
33745 reference "eq:within"
33746
33747 \end_inset
33748
33749  consiste en cinq colonnes dont les deux premières contiennent l'équation,
33750  la troisième la matrice et la dernière une accolade TeX vide.
33751 \begin_inset Formula \begin{flalign}
33752 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33753 \rho & \textrm{density}\\
33754 V & \textrm{volume}\\
33755 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33756
33757 \end_inset
33758
33759
33760 \end_layout
33761
33762 \begin_layout Subsection
33763 Lettres grecques minuscules droites
33764 \begin_inset CommandInset label
33765 LatexCommand label
33766 name "sub:minuscules-grecques-droites"
33767
33768 \end_inset
33769
33770
33771 \begin_inset Index
33772 status collapsed
33773
33774 \begin_layout Plain Layout
33775 Lettres grecques ! droites
33776 \end_layout
33777
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \begin_layout Standard
33784 La plupart des polices de caractères mathématiques ne fournissent que des
33785  minuscules grecques italiques.
33786  Mais pour les symboles des particules élémentaires comme les pions et le
33787  neutrinos, on a besoin de lettre grecques droites.
33788  Elles sont fournies par le fichier 
33789 \series bold
33790 upgreek.sty
33791 \series default
33792
33793 \begin_inset Foot
33794 status collapsed
33795
33796 \begin_layout Plain Layout
33797
33798 \series bold
33799 upgreek
33800 \series default
33801  fait partie du paquetage LaTeX 
33802 \series bold
33803 was
33804 \series default
33805
33806 \begin_inset Index
33807 status collapsed
33808
33809 \begin_layout Plain Layout
33810 Paquetages ! was
33811 \begin_inset ERT
33812 status collapsed
33813
33814 \begin_layout Plain Layout
33815
33816
33817 \backslash
33818 vspace{4mm}
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \end_inset
33827
33828 .
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \begin_inset Index
33835 status collapsed
33836
33837 \begin_layout Plain Layout
33838 Paquetages ! upgreek
33839 \end_layout
33840
33841 \end_inset
33842
33843  qui est chargé avec la ligne suivante dans le préambule LaTeX:
33844 \end_layout
33845
33846 \begin_layout Standard
33847
33848 \series bold
33849
33850 \backslash
33851 usepackage{upgreek}
33852 \end_layout
33853
33854 \begin_layout Standard
33855 \begin_inset ERT
33856 status collapsed
33857
33858 \begin_layout Plain Layout
33859
33860
33861 \backslash
33862 ifupgreek 
33863 \end_layout
33864
33865 \end_inset
33866
33867
33868 \begin_inset Note Note
33869 status open
33870
33871 \begin_layout Plain Layout
33872 Ce qui suit ne sera affiché que si le paquetage LaTeX 
33873 \series bold
33874 upgreek
33875 \series default
33876  est installé
33877 \end_layout
33878
33879 \end_inset
33880
33881  On crée ces minuscules droites en commençant la commande pour une minuscule
33882  grecque par 
33883 \series bold
33884 up
33885 \series default
33886 .
33887  Par exemple, la commande 
33888 \series bold
33889
33890 \backslash
33891 uptau
33892 \series default
33893  donne ceci: 
33894 \begin_inset Formula $\uptau$
33895 \end_inset
33896
33897
33898 \end_layout
33899
33900 \begin_layout Standard
33901 Avec ces commandes, on peut typographier des réactions entre particules
33902  élémentaires:
33903 \begin_inset Formula \[
33904 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
33905
33906 \end_inset
33907
33908
33909 \end_layout
33910
33911 \begin_layout Standard
33912 Les lettres droites sont plus grasses et plus larges que les italiques.
33913  On ne doit donc pas les utiliser pour des unités comme 
33914 \begin_inset Quotes eld
33915 \end_inset
33916
33917 µm
33918 \begin_inset Quotes erd
33919 \end_inset
33920
33921 .
33922 \end_layout
33923
33924 \begin_layout Standard
33925 \begin_inset ERT
33926 status collapsed
33927
33928 \begin_layout Plain Layout
33929
33930
33931 \backslash
33932 else 
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \begin_inset Note Note
33939 status open
33940
33941 \begin_layout Plain Layout
33942 Ce qui suit sera affiché si la paquetage LaTeX 
33943 \series bold
33944 upgreek
33945 \series default
33946  n'est pas installé:
33947 \end_layout
33948
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \begin_layout Standard
33955 Vous avez besoin du paquetage LaTeX 
33956 \series bold
33957 upgreek
33958 \series default
33959  pour voir le reste de cette sous section dans la sortie finale.
33960 \end_layout
33961
33962 \begin_layout Standard
33963 \begin_inset ERT
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967
33968
33969 \backslash
33970 fi 
33971 \end_layout
33972
33973 \end_inset
33974
33975
33976 \end_layout
33977
33978 \begin_layout Subsection
33979 Caractères texte dans les formules
33980 \begin_inset CommandInset label
33981 LatexCommand label
33982 name "sub:Caractères-texte"
33983
33984 \end_inset
33985
33986
33987 \begin_inset Index
33988 status collapsed
33989
33990 \begin_layout Plain Layout
33991 Texte ! dans les formules
33992 \end_layout
33993
33994 \end_inset
33995
33996
33997 \end_layout
33998
33999 \begin_layout Standard
34000 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
34001  directement dans des formules.
34002  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
34003  du genre 
34004 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34005 \end_inset
34006
34007 , vous devrez insérer tout le temps la commande 
34008 \series bold
34009
34010 \backslash
34011 cdot
34012 \series default
34013
34014 \begin_inset Foot
34015 status collapsed
34016
34017 \begin_layout Plain Layout
34018 voir 
34019 \begin_inset CommandInset ref
34020 LatexCommand ref
34021 reference "sub:Opérateurs-binaires"
34022
34023 \end_inset
34024
34025
34026 \end_layout
34027
34028 \end_inset
34029
34030 , puisque ce caractère est défini dans tous les encodages comme un caractère
34031  texte.
34032  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
34033 \end_layout
34034
34035 \begin_layout Standard
34036
34037 \series bold
34038
34039 \backslash
34040 Declare Inputtext{183}{
34041 \backslash
34042 ifmmode
34043 \backslash
34044 cdot
34045 \backslash
34046 else
34047 \backslash
34048 textperiodcentered
34049 \backslash
34050 f\SpecialChar \textcompwordmark{}
34051 i}
34052 \end_layout
34053
34054 \begin_layout Standard
34055 En plus du point centré, dans ce document on a défini le symbole degré °
34056  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
34057  suivante dans le préambule LaTeX:
34058 \end_layout
34059
34060 \begin_layout Standard
34061
34062 \series bold
34063
34064 \backslash
34065 DeclareInputtext{176}{
34066 \backslash
34067 ifmmode^
34068 \backslash
34069 circ
34070 \backslash
34071 else
34072 \backslash
34073 textdegree
34074 \backslash
34075 f\SpecialChar \textcompwordmark{}
34076 i}
34077 \end_layout
34078
34079 \begin_layout Standard
34080 \begin_inset Newpage newpage
34081 \end_inset
34082
34083
34084 \end_layout
34085
34086 \begin_layout Section
34087 \start_of_appendix
34088 Conseils Typographiques
34089 \begin_inset Index
34090 status collapsed
34091
34092 \begin_layout Plain Layout
34093 Typographiques, conseils
34094 \end_layout
34095
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \begin_layout Itemize
34102 Les symboles d'unités sont 
34103 \emph on
34104 toujours
34105 \emph default
34106  en caractères droits
34107 \begin_inset Foot
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 obtenu avec les styles de polices, voir 
34112 \begin_inset CommandInset ref
34113 LatexCommand ref
34114 reference "sub:Styles-de-polices"
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \end_inset
34122
34123 : 30
34124 \begin_inset space \thinspace{}
34125 \end_inset
34126
34127 km/h
34128 \begin_inset Newline newline
34129 \end_inset
34130
34131 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
34132 \begin_inset CommandInset ref
34133 LatexCommand ref
34134 reference "sub:Espace-prédéfini"
34135
34136 \end_inset
34137
34138 .
34139 \begin_inset Newline newline
34140 \end_inset
34141
34142 Cette convention est automatiquement respectée quand on utilise la commande
34143  
34144 \series bold
34145
34146 \backslash
34147 unittwo.
34148  
34149 \series default
34150 Quand on l'insère dans une formule, deux boîtes apparaissent.
34151  Dans la première on met la valeur et dans la seconde l'unité et on obtient
34152  comme ci-dessus: 
34153 \begin_inset Formula $\unit[30]{km/h}$
34154 \end_inset
34155
34156
34157 \begin_inset space \thinspace{}
34158 \end_inset
34159
34160 .
34161  Notez que 
34162 \series bold
34163
34164 \backslash
34165 unittwo
34166 \series default
34167  n'est pas une vraie commande LaTeX, mais c'est la commande 
34168 \series bold
34169
34170 \backslash
34171 unit[valeur]{unité}
34172 \series default
34173 , vous ne pouvez donc pas l'insérer en code TeX.
34174 \end_layout
34175
34176 \begin_layout Itemize
34177 Les symboles pourcent et les pour mille sont présentés comme les symboles
34178  d'unités:
34179 \begin_inset Newline newline
34180 \end_inset
34181
34182 1,2
34183 \begin_inset space \thinspace{}
34184 \end_inset
34185
34186 ‰ d'alcool dans le sang
34187 \begin_inset Foot
34188 status collapsed
34189
34190 \begin_layout Plain Layout
34191 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
34192 \end_layout
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \begin_layout Itemize
34200 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
34201  est utilisé dans une unité: 15
34202 \begin_inset space \thinspace{}
34203 \end_inset
34204
34205 °C
34206 \end_layout
34207
34208 \begin_layout Itemize
34209 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
34210  tous les trois chiffres pour les grouper: 18
34211 \begin_inset space \thinspace{}
34212 \end_inset
34213
34214 473
34215 \begin_inset space \thinspace{}
34216 \end_inset
34217
34218 588
34219 \end_layout
34220
34221 \begin_layout Itemize
34222 Pour exprimer des dimensions comme par exemple 120×90×40
34223 \begin_inset space \thinspace{}
34224 \end_inset
34225
34226 cm on utilise le signe de la multiplication 
34227 \begin_inset Quotes eld
34228 \end_inset
34229
34230 ×
34231 \begin_inset Quotes erd
34232 \end_inset
34233
34234  .
34235  On peut l'obtenir avec la commande LaTeX 
34236 \series bold
34237
34238 \backslash
34239 texttimes
34240 \series default
34241 , mais il peut aussi être accessible directement sur certains claviers
34242 \begin_inset Foot
34243 status collapsed
34244
34245 \begin_layout Plain Layout
34246 Par exemple sous Windows on l'obtient avec 
34247 \family sans
34248 Alt-0215
34249 \family default
34250  (NdT).
34251 \end_layout
34252
34253 \end_inset
34254
34255 .
34256 \end_layout
34257
34258 \begin_layout Itemize
34259 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
34260  sont écrites en caractères droits pour éviter toute confusion, voir 
34261 \begin_inset CommandInset ref
34262 LatexCommand ref
34263 reference "sub:Fonctions-prédéfinies"
34264
34265 \end_inset
34266
34267 .
34268 \end_layout
34269
34270 \begin_layout Itemize
34271 Les indices composés de plusieurs caractères sont écrits en caractères droits:
34272  
34273 \begin_inset Formula $E_{\mathrm{kin}}$
34274 \end_inset
34275
34276
34277 \begin_inset Newline newline
34278 \end_inset
34279
34280 Les composants de matrices sont en italiques: 
34281 \begin_inset Formula $\hat{H}_{kl}$
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \begin_layout Itemize
34288 L'opérateur 'd' de différentiation/intégration, la constante d'Euler 'e',
34289  et la base des nombre imaginaires 'i' devraient être écrits en caractères
34290  droits pour éviter de les mélanger avec les autres variables.
34291 \end_layout
34292
34293 \begin_layout Standard
34294 \begin_inset Newpage newpage
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Section
34301 Synonymes
34302 \begin_inset Index
34303 status collapsed
34304
34305 \begin_layout Plain Layout
34306 Synonymes
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Standard
34315 Certains caractères peuvent être obtenus en utilisant différentes commandes.
34316  Voici une liste de commandes synonymes:
34317 \end_layout
34318
34319 \begin_layout Standard
34320 \begin_inset VSpace bigskip
34321 \end_inset
34322
34323
34324 \begin_inset space \hfill{}
34325 \end_inset
34326
34327
34328 \begin_inset Tabular
34329 <lyxtabular version="3" rows="12" columns="2">
34330 <features>
34331 <column alignment="center" valignment="top" width="0pt">
34332 <column alignment="center" valignment="top" width="0pt">
34333 <row>
34334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338 Commande
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Plain Layout
34347 est équivalente à
34348 \begin_inset Note Note
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352
34353 \series bold
34354
34355 \backslash
34356 raisebox est seulement utilisée pour faire de la place
34357 \end_layout
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 </row>
34367 <row>
34368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34369 \begin_inset Text
34370
34371 \begin_layout Plain Layout
34372
34373 \backslash
34374 ast
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383 \begin_inset ERT
34384 status collapsed
34385
34386 \begin_layout Plain Layout
34387
34388
34389 \backslash
34390 raisebox{-1.2mm}{
34391 \end_layout
34392
34393 \end_inset
34394
34395 *
34396 \begin_inset ERT
34397 status collapsed
34398
34399 \begin_layout Plain Layout
34400
34401 }
34402 \end_layout
34403
34404 \end_inset
34405
34406
34407 \end_layout
34408
34409 \end_inset
34410 </cell>
34411 </row>
34412 <row>
34413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34414 \begin_inset Text
34415
34416 \begin_layout Plain Layout
34417
34418 \backslash
34419 choose
34420 \end_layout
34421
34422 \end_inset
34423 </cell>
34424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34425 \begin_inset Text
34426
34427 \begin_layout Plain Layout
34428
34429 \backslash
34430 binom
34431 \end_layout
34432
34433 \end_inset
34434 </cell>
34435 </row>
34436 <row>
34437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34438 \begin_inset Text
34439
34440 \begin_layout Plain Layout
34441
34442 \backslash
34443 geq
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34449 \begin_inset Text
34450
34451 \begin_layout Plain Layout
34452
34453 \backslash
34454 ge
34455 \end_layout
34456
34457 \end_inset
34458 </cell>
34459 </row>
34460 <row>
34461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34462 \begin_inset Text
34463
34464 \begin_layout Plain Layout
34465
34466 \backslash
34467 lbrace
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476 {
34477 \end_layout
34478
34479 \end_inset
34480 </cell>
34481 </row>
34482 <row>
34483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34484 \begin_inset Text
34485
34486 \begin_layout Plain Layout
34487
34488 \backslash
34489 lbracket
34490 \end_layout
34491
34492 \end_inset
34493 </cell>
34494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34495 \begin_inset Text
34496
34497 \begin_layout Plain Layout
34498 [
34499 \end_layout
34500
34501 \end_inset
34502 </cell>
34503 </row>
34504 <row>
34505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34506 \begin_inset Text
34507
34508 \begin_layout Plain Layout
34509
34510 \backslash
34511 leftarrow
34512 \end_layout
34513
34514 \end_inset
34515 </cell>
34516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34517 \begin_inset Text
34518
34519 \begin_layout Plain Layout
34520
34521 \backslash
34522 gets
34523 \end_layout
34524
34525 \end_inset
34526 </cell>
34527 </row>
34528 <row>
34529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34530 \begin_inset Text
34531
34532 \begin_layout Plain Layout
34533
34534 \backslash
34535 leq
34536 \end_layout
34537
34538 \end_inset
34539 </cell>
34540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34541 \begin_inset Text
34542
34543 \begin_layout Plain Layout
34544
34545 \backslash
34546 le
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 </row>
34552 <row>
34553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557
34558 \backslash
34559 lor
34560 \end_layout
34561
34562 \end_inset
34563 </cell>
34564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568
34569 \backslash
34570 vee
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 </row>
34576 <row>
34577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34578 \begin_inset Text
34579
34580 \begin_layout Plain Layout
34581
34582 \backslash
34583 neq
34584 \end_layout
34585
34586 \end_inset
34587 </cell>
34588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34589 \begin_inset Text
34590
34591 \begin_layout Plain Layout
34592
34593 \backslash
34594 not=
34595 \end_layout
34596
34597 \end_inset
34598 </cell>
34599 </row>
34600 <row>
34601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34602 \begin_inset Text
34603
34604 \begin_layout Plain Layout
34605
34606 \backslash
34607 slash
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34613 \begin_inset Text
34614
34615 \begin_layout Plain Layout
34616 /
34617 \end_layout
34618
34619 \end_inset
34620 </cell>
34621 </row>
34622 <row>
34623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627
34628 \backslash
34629 vert
34630 \end_layout
34631
34632 \end_inset
34633 </cell>
34634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34635 \begin_inset Text
34636
34637 \begin_layout Plain Layout
34638 |
34639 \end_layout
34640
34641 \end_inset
34642 </cell>
34643 </row>
34644 </lyxtabular>
34645
34646 \end_inset
34647
34648
34649 \begin_inset space \hfill{}
34650 \end_inset
34651
34652
34653 \begin_inset Tabular
34654 <lyxtabular version="3" rows="12" columns="2">
34655 <features>
34656 <column alignment="center" valignment="top" width="0pt">
34657 <column alignment="center" valignment="top" width="0pt">
34658 <row>
34659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34660 \begin_inset Text
34661
34662 \begin_layout Plain Layout
34663 Commande
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34669 \begin_inset Text
34670
34671 \begin_layout Plain Layout
34672 est équivalente à
34673 \end_layout
34674
34675 \end_inset
34676 </cell>
34677 </row>
34678 <row>
34679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683
34684 \backslash
34685 backslash
34686 \end_layout
34687
34688 \end_inset
34689 </cell>
34690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34691 \begin_inset Text
34692
34693 \begin_layout Plain Layout
34694
34695 \backslash
34696
34697 \backslash
34698
34699 \end_layout
34700
34701 \end_inset
34702 </cell>
34703 </row>
34704 <row>
34705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34706 \begin_inset Text
34707
34708 \begin_layout Plain Layout
34709
34710 \backslash
34711 dasharrow
34712 \end_layout
34713
34714 \end_inset
34715 </cell>
34716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34717 \begin_inset Text
34718
34719 \begin_layout Plain Layout
34720
34721 \backslash
34722 dashrightarrow
34723 \end_layout
34724
34725 \end_inset
34726 </cell>
34727 </row>
34728 <row>
34729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34730 \begin_inset Text
34731
34732 \begin_layout Plain Layout
34733
34734 \backslash
34735 land
34736 \end_layout
34737
34738 \end_inset
34739 </cell>
34740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34741 \begin_inset Text
34742
34743 \begin_layout Plain Layout
34744
34745 \backslash
34746 wedge
34747 \end_layout
34748
34749 \end_inset
34750 </cell>
34751 </row>
34752 <row>
34753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34754 \begin_inset Text
34755
34756 \begin_layout Plain Layout
34757
34758 \backslash
34759 rbrace
34760 \end_layout
34761
34762 \end_inset
34763 </cell>
34764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34765 \begin_inset Text
34766
34767 \begin_layout Plain Layout
34768 }
34769 \end_layout
34770
34771 \end_inset
34772 </cell>
34773 </row>
34774 <row>
34775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34776 \begin_inset Text
34777
34778 \begin_layout Plain Layout
34779
34780 \backslash
34781 rbracket
34782 \end_layout
34783
34784 \end_inset
34785 </cell>
34786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790 ]
34791 \end_layout
34792
34793 \end_inset
34794 </cell>
34795 </row>
34796 <row>
34797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34798 \begin_inset Text
34799
34800 \begin_layout Plain Layout
34801
34802 \backslash
34803 rightarrow
34804 \end_layout
34805
34806 \end_inset
34807 </cell>
34808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34809 \begin_inset Text
34810
34811 \begin_layout Plain Layout
34812
34813 \backslash
34814 to
34815 \end_layout
34816
34817 \end_inset
34818 </cell>
34819 </row>
34820 <row>
34821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34822 \begin_inset Text
34823
34824 \begin_layout Plain Layout
34825
34826 \backslash
34827 lnot
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836
34837 \backslash
34838 neg
34839 \end_layout
34840
34841 \end_inset
34842 </cell>
34843 </row>
34844 <row>
34845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34846 \begin_inset Text
34847
34848 \begin_layout Plain Layout
34849
34850 \backslash
34851 ne
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34857 \begin_inset Text
34858
34859 \begin_layout Plain Layout
34860
34861 \backslash
34862 not=
34863 \end_layout
34864
34865 \end_inset
34866 </cell>
34867 </row>
34868 <row>
34869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34870 \begin_inset Text
34871
34872 \begin_layout Plain Layout
34873
34874 \backslash
34875 owns
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884
34885 \backslash
34886 ni
34887 \end_layout
34888
34889 \end_inset
34890 </cell>
34891 </row>
34892 <row>
34893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34894 \begin_inset Text
34895
34896 \begin_layout Plain Layout
34897
34898 \backslash
34899 square
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34905 \begin_inset Text
34906
34907 \begin_layout Plain Layout
34908
34909 \backslash
34910 Box
34911 \end_layout
34912
34913 \end_inset
34914 </cell>
34915 </row>
34916 <row>
34917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34918 \begin_inset Text
34919
34920 \begin_layout Plain Layout
34921
34922 \backslash
34923 Vert
34924 \end_layout
34925
34926 \end_inset
34927 </cell>
34928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34929 \begin_inset Text
34930
34931 \begin_layout Plain Layout
34932
34933 \backslash
34934 |
34935 \end_layout
34936
34937 \end_inset
34938 </cell>
34939 </row>
34940 </lyxtabular>
34941
34942 \end_inset
34943
34944
34945 \lang english
34946
34947 \begin_inset space \hfill{}
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \begin_layout Standard
34954
34955 \lang english
34956 \begin_inset Newpage newpage
34957 \end_inset
34958
34959
34960 \end_layout
34961
34962 \begin_layout Bibliography
34963 \begin_inset CommandInset bibitem
34964 LatexCommand bibitem
34965 key "TLC2"
34966
34967 \end_inset
34968
34969
34970 \shape smallcaps
34971 Mittelbach, F.
34972  ; Goossens, M.
34973 \shape default
34974
34975 \shape italic
34976 The LaTeX Companion
34977 \shape default
34978 .
34979  Addison Wesley, 2004
34980 \end_layout
34981
34982 \begin_layout Bibliography
34983 \begin_inset CommandInset bibitem
34984 LatexCommand bibitem
34985 key "Mathmode"
34986
34987 \end_inset
34988
34989
34990 \begin_inset CommandInset href
34991 LatexCommand href
34992 name "Description"
34993 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
34994
34995 \end_inset
34996
34997  des possibilités mathématiques de LaTeX
34998 \end_layout
34999
35000 \begin_layout Bibliography
35001 \begin_inset CommandInset bibitem
35002 LatexCommand bibitem
35003 key "Voss"
35004
35005 \end_inset
35006
35007
35008 \begin_inset CommandInset href
35009 LatexCommand href
35010 name "Page"
35011 target "http://tug.org/TeXnik/"
35012
35013 \end_inset
35014
35015  de trucs et astuces LaTeX
35016 \end_layout
35017
35018 \begin_layout Bibliography
35019 \begin_inset CommandInset bibitem
35020 LatexCommand bibitem
35021 key "AMS"
35022
35023 \end_inset
35024
35025
35026 \begin_inset CommandInset href
35027 LatexCommand href
35028 name "Description"
35029 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35030
35031 \end_inset
35032
35033  de 
35034 \begin_inset ERT
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038
35039
35040 \backslash
35041 AmS
35042 \end_layout
35043
35044 \end_inset
35045
35046 -LaTeX
35047 \end_layout
35048
35049 \begin_layout Bibliography
35050 \begin_inset CommandInset bibitem
35051 LatexCommand bibitem
35052 key "Symbole"
35053
35054 \end_inset
35055
35056
35057 \begin_inset CommandInset href
35058 LatexCommand href
35059 name "Liste"
35060 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35061
35062 \end_inset
35063
35064  de tous les symboles disponibles avec les paquetages LaTeX
35065 \end_layout
35066
35067 \begin_layout Bibliography
35068 \begin_inset CommandInset bibitem
35069 LatexCommand bibitem
35070 key "hyperref"
35071
35072 \end_inset
35073
35074
35075 \begin_inset CommandInset href
35076 LatexCommand href
35077 name "Documentation"
35078 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35079
35080 \end_inset
35081
35082  paquetage LaTeX 
35083 \series bold
35084 hyperref
35085 \series default
35086
35087 \begin_inset Index
35088 status collapsed
35089
35090 \begin_layout Plain Layout
35091 Paquetages ! hyperref
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Bibliography
35100 \begin_inset CommandInset bibitem
35101 LatexCommand bibitem
35102 key "Mathclap"
35103
35104 \end_inset
35105
35106
35107 \begin_inset CommandInset href
35108 LatexCommand href
35109 name "Description"
35110 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35111
35112 \end_inset
35113
35114  de la commande 
35115 \series bold
35116
35117 \backslash
35118 mathclap
35119 \series default
35120 , décrite dans 
35121 \begin_inset CommandInset ref
35122 LatexCommand ref
35123 reference "sub:Limites-des-opérateurs"
35124
35125 \end_inset
35126
35127
35128 \begin_inset Index
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132 Commandes ! M ! 
35133 \backslash
35134 mathclap
35135 \end_layout
35136
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \begin_layout Bibliography
35143 \begin_inset CommandInset bibitem
35144 LatexCommand bibitem
35145 key "Duden"
35146
35147 \end_inset
35148
35149
35150 \emph on
35151 Duden Band 1
35152 \emph default
35153 .
35154  22.
35155  Auflage, Duden 2001
35156 \end_layout
35157
35158 \begin_layout Subsubsection*
35159 \begin_inset CommandInset index_print
35160 LatexCommand printindex
35161
35162 \end_inset
35163
35164
35165 \end_layout
35166
35167 \end_body
35168 \end_document