]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/Math.lyx
6632cdd9462425ab3b58b3125ee6060f25d599b0
[lyx.git] / lib / doc / fr / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % increase link area for cross-references and autoname them,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasfrench{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % for multiple columns used in sec. 24.7
70 \usepackage{multicol}
71
72 % needed in sec. 19.4
73 \usepackage{remreset}
74
75 % for the Fourier transformation symbol
76 \usepackage{mathrsfs}
77
78 % define a color, used in sec.9.3
79 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
80
81 % declare operators (see sec. 10.4 and sec. 15.2)
82 \DeclareMathOperator*{\Losange}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % example definitions for sec. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % example macro from sec. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % check for package braket
117 % used for physical vectors
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137
138 % use normal list environments also in French documents
139 \frenchbsetup{StandardLayout}
140 \end_preamble
141 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
142 \use_default_options false
143 \maintain_unincluded_children false
144 \language french
145 \language_package default
146 \inputencoding auto
147 \fontencoding global
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_math auto
152 \font_default_family default
153 \use_non_tex_fonts false
154 \font_sc false
155 \font_osf false
156 \font_sf_scale 100
157 \font_tt_scale 100
158 \graphics default
159 \default_output_format default
160 \output_sync 0
161 \bibtex_command default
162 \index_command default
163 \paperfontsize 12
164 \spacing single
165 \use_hyperref true
166 \pdf_title "Manuel mathématique de LyX"
167 \pdf_author "L'équipe LyX, Uwe Stöhr, traducteur: Siegfried Meunier-Guttin-Cluzel"
168 \pdf_subject "Documentation sur les mathématiques avec LyX"
169 \pdf_keywords "LyX, Mathed"
170 \pdf_bookmarks true
171 \pdf_bookmarksnumbered true
172 \pdf_bookmarksopen true
173 \pdf_bookmarksopenlevel 1
174 \pdf_breaklinks false
175 \pdf_pdfborder false
176 \pdf_colorlinks true
177 \pdf_backref false
178 \pdf_pdfusetitle false
179 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
180 \papersize a4paper
181 \use_geometry false
182 \use_package amsmath 2
183 \use_package amssymb 2
184 \use_package cancel 0
185 \use_package esint 1
186 \use_package mathdots 1
187 \use_package mathtools 1
188 \use_package mhchem 1
189 \use_package stackrel 0
190 \use_package stmaryrd 0
191 \use_package undertilde 0
192 \cite_engine basic
193 \cite_engine_type default
194 \biblio_style plain
195 \use_bibtopic false
196 \use_indices false
197 \paperorientation portrait
198 \suppress_date false
199 \justification true
200 \use_refstyle 0
201 \notefontcolor #0000ff
202 \index Index
203 \shortcut idx
204 \color #008000
205 \end_index
206 \secnumdepth 4
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language french
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle plain
214 \bullet 1 0 6 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \html_math_output 0
220 \html_css_as_file 0
221 \html_be_strict false
222 \end_header
223
224 \begin_body
225
226 \begin_layout Title
227 Manuel mathématique détaillé de LyX
228 \end_layout
229
230 \begin_layout Author
231 par l'équipe LyX 
232 \begin_inset Foot
233 status collapsed
234
235 \begin_layout Plain Layout
236 \noindent
237 Si vous avez des commentaires ou des corrections d'erreurs, faites les parvenir
238  à la liste de diffusion de la documentation de LyX: 
239 \family typewriter
240
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 auteur: Uwe Stöhr
259 \end_layout
260
261 \begin_layout Plain Layout
262 traducteur: Siegfried Meunier-Guttin-Cluzel
263 \end_layout
264
265 \begin_layout Plain Layout
266 Dernière revue : 31/10/2012 pour 2.0.5 (quelques mises à jour de Uwe -> 19/10/2012
267  + remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Inser
268 tion/Navigation) par J.P.
269  Chrétien
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Newline newline
276 \end_inset
277
278
279 \begin_inset Newline newline
280 \end_inset
281
282
283 \family sans
284 Version 2.1.x
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset CommandInset toc
289 LatexCommand tableofcontents
290
291 \end_inset
292
293
294 \end_layout
295
296 \begin_layout Standard
297 \begin_inset Note Note
298 status open
299
300 \begin_layout Plain Layout
301 Pour pouvoir exporter ce document en PDF, PS, ou DVI les paquetages LaTeX
302  
303 \series bold
304 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
305 \series default
306  et 
307 \series bold
308 was
309 \series default
310  devraient être installés.
311  Si les ne sont pas installés, vous pouvez quand même exporter votre document,
312  mais les sections où ces paquetages sont nécessaires ne seront pas visibles
313  sur la sortie finale.
314  
315 \series bold
316 mhchem
317 \series default
318  fait exception: s'il n'est pas installé, on ne peut pas exporter ce fichier.
319 \end_layout
320
321 \begin_layout Plain Layout
322 On peut trouver la dernière version de ce document ici:
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \series bold
328 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Standard
337 \begin_inset Newpage newpage
338 \end_inset
339
340
341 \end_layout
342
343 \begin_layout Section
344 Introduction
345 \end_layout
346
347 \begin_layout Standard
348 Ce document explique les fonctions mathématiques de LyX et c'est aussi une
349  collection de commandes LaTeX utilisées pour les symboles et les constructions
350  mathématiques.
351  Les explications mettent l'accent sur l'utilisation des commandes, il est
352  donc indispensable que vous ayez déjà lu la section sur les 
353 \family typewriter
354 Formules Mathématiques
355 \family default
356  du Manuel de l'Utilisateur.
357 \end_layout
358
359 \begin_layout Standard
360 La plupart des symboles et plusieurs constructions expliquées dans ce manuel
361  sont aussi accessibles par le menu
362 \family sans
363  Insertion\SpecialChar \menuseparator
364 Math
365 \family default
366 , ou par la 
367 \family sans
368 barre d'outils mathématique.
369  
370 \family default
371 Mais quand on tape beaucoup de formules, on constate vite qu'il est plus
372  rapide d'utiliser une commande plutôt que la barre d'outils.
373  C'est pourquoi ce manuel se focalise sur les commandes tout en mentionnant
374  les boutons correspondants quand il y en a de disponibles.
375 \end_layout
376
377 \begin_layout Standard
378 Sauf mention contraire les commandes ne sont disponibles qu'au sein d'une
379  formule.
380  Pour pouvoir utiliser toutes les commandes expliquées dans ce document
381  il faut utiliser l'option 
382 \family sans
383 Utiliser le paquetage math AMS
384 \family default
385  dans les paramètres du document (menu
386 \family sans
387  Document\SpecialChar \menuseparator
388 Paramètres\SpecialChar \menuseparator
389 Options mode math
390 \family default
391 )
392 \begin_inset Foot
393 status collapsed
394
395 \begin_layout Plain Layout
396 L'option 
397 \family sans
398 Utiliser automatiquement le paquetage math AMS
399 \family default
400  n'utilise les maths-
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406
407 \backslash
408 AmS 
409 \end_layout
410
411 \end_inset
412
413
414 \begin_inset space ~
415 \end_inset
416
417 que si on utilise des constructions mathématiques qui sont reconnues par
418  LyX.
419 \end_layout
420
421 \end_inset
422
423 .
424 \end_layout
425
426 \begin_layout Standard
427 Ce document ne liste pas la totalité des commandes math-
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440
441 \begin_inset space ~
442 \end_inset
443
444 pour des raisons de bon sens
445 \begin_inset Foot
446 status collapsed
447
448 \begin_layout Plain Layout
449 On trouve une liste de toutes les commandes math-
450 \begin_inset ERT
451 status collapsed
452
453 \begin_layout Plain Layout
454
455
456 \backslash
457 AmS 
458 \end_layout
459
460 \end_inset
461
462
463 \begin_inset space ~
464 \end_inset
465
466 dans le fichier 
467 \family sans
468
469 \begin_inset CommandInset href
470 LatexCommand href
471 name "amsguide.ps"
472 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
473
474 \end_inset
475
476
477 \family default
478 , qui est inclus dans toutes les installations LaTeX standard.
479 \end_layout
480
481 \end_inset
482
483 .
484 \end_layout
485
486 \begin_layout Section
487 Instructions générales
488 \end_layout
489
490 \begin_layout Standard
491 Pour créer une formule en ligne
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Formules ! en ligne
497 \end_layout
498
499 \end_inset
500
501  c'est-à-dire qui soit incorporée à la ligne de texte, appuyez sur 
502 \family sans
503 Ctrl+M, Alt+C M, Alt+M M
504 \family default
505  ou sur le bouton 
506 \begin_inset Info
507 type  "icon"
508 arg   "math-mode"
509 \end_inset
510
511  de la barre d'outils
512 \begin_inset Newline newline
513 \end_inset
514
515 Pour créer une formule hors ligne
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 Formules ! hors ligne
521 \end_layout
522
523 \end_inset
524
525  c'est-à-dire qui apparaîtra plus grosse et qui aura son propre paragraphe,
526  appuyez sur 
527 \family sans
528 Ctrl+Shift+M
529 \family default
530  ou 
531 \family sans
532 Alt+M D
533 \family default
534 .
535 \end_layout
536
537 \begin_layout Standard
538 Pour changer une formule en ligne en une formule hors ligne, placez le curseur
539  dans la formule et appuyez sur 
540 \family sans
541 Ctrl-M, Alt+C M, Alt+M M
542 \family default
543  ou utilisez 
544 \family sans
545 Édition\SpecialChar \menuseparator
546 Math\SpecialChar \menuseparator
547 Changer le type de formule
548 \family default
549 .
550  De la même façon, on peut changer une formule hors ligne en une formule
551  en ligne.
552 \end_layout
553
554 \begin_layout Standard
555 Pour afficher des parties d'une formule en ligne avec la même taille qu'une
556  formule hors ligne, entrez la commande 
557 \series bold
558
559 \backslash
560 displaystyle
561 \series default
562
563 \begin_inset Index idx
564 status collapsed
565
566 \begin_layout Plain Layout
567 Commandes ! D ! 
568 \backslash
569 displaystyle
570 \end_layout
571
572 \end_inset
573
574  dans la formule.
575  Une nouvelle boîte bleue apparaît alors dans laquelle on peut insérer les
576  parties de formules qui doivent avoir la taille hors ligne.
577 \end_layout
578
579 \begin_layout Standard
580 Seules les formules en ligne sont autorisées dans les tableaux.
581 \end_layout
582
583 \begin_layout Standard
584 La barre d'outils mathématique peut être activée avec le menu 
585 \family sans
586 Visualiser\SpecialChar \menuseparator
587 Barres d'outils
588 \family default
589 .
590  Quand vous y cliquez sur 
591 \begin_inset Quotes eld
592 \end_inset
593
594 Math
595 \begin_inset Quotes erd
596 \end_inset
597
598  la barre d'outils s'affiche de façon permanente en bas de l'interface;
599  cet état est visualisé dans le menu 
600 \family sans
601 Barres
602 \begin_inset space ~
603 \end_inset
604
605 d'outils 
606 \family default
607 par une coche.
608  Si, dans cet état, vous cliquez une nouvelle fois sur 
609 \begin_inset Quotes eld
610 \end_inset
611
612 Math
613 \begin_inset Quotes erd
614 \end_inset
615
616  la barre d'outils ne s'affichera plus que lorsque le curseur se trouvera
617  à l'intérieur d'une formule; cet état est visualisé en changeant l'entrée
618  de menu de 
619 \begin_inset Quotes eld
620 \end_inset
621
622 Math
623 \begin_inset Quotes erd
624 \end_inset
625
626  en 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Math (auto)
631 \begin_inset Quotes erd
632 \end_inset
633
634 .
635 \end_layout
636
637 \begin_layout Standard
638 Le mode TeX
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 Mode TeX
644 \end_layout
645
646 \end_inset
647
648  est activé en appuyant sur le bouton 
649 \begin_inset Info
650 type  "icon"
651 arg   "ert-insert"
652 \end_inset
653
654  de la barre d'outils ou en utilisant le menu 
655 \family sans
656 Insertion\SpecialChar \menuseparator
657 Code
658 \begin_inset space ~
659 \end_inset
660
661 Te
662 \begin_inset ERT
663 status collapsed
664
665 \begin_layout Plain Layout
666
667 {}
668 \end_layout
669
670 \end_inset
671
672 X
673 \family default
674  (raccourci 
675 \family sans
676 Ctrl+L
677 \family default
678 ).
679 \begin_inset Note Note
680 status collapsed
681
682 \begin_layout Plain Layout
683 Dans LyX il y a trois 
684 \begin_inset Quotes eld
685 \end_inset
686
687 nom propres
688 \begin_inset Quotes erd
689 \end_inset
690
691  qui apparaissent dans la sortie finale avec des lettres mises en indice
692  ou en exposant: TeX, LaTeX, et LyX
693 \end_layout
694
695 \begin_layout Plain Layout
696 Pour éviter que ces noms soient reconnus comme des noms propres, on insère
697  une paire d'accolades TeX .
698 \end_layout
699
700 \end_inset
701
702
703 \end_layout
704
705 \begin_layout Standard
706 Pour modifier le préambule LaTeX
707 \begin_inset Index idx
708 status collapsed
709
710 \begin_layout Plain Layout
711 Préambule LaTeX
712 \end_layout
713
714 \end_inset
715
716 , on utilise le menu 
717 \family sans
718 Document\SpecialChar \menuseparator
719 Paramètres\SpecialChar \menuseparator
720 Préambule
721 \begin_inset space ~
722 \end_inset
723
724 LaT
725 \begin_inset ERT
726 status collapsed
727
728 \begin_layout Plain Layout
729
730 {}
731 \end_layout
732
733 \end_inset
734
735 eX
736 \family default
737 .
738 \end_layout
739
740 \begin_layout Standard
741 Pour éditer des matrices, des différentiations de cas et des formules multiligne
742 s après coup, on peut utiliser les menus 
743 \family sans
744 Édition\SpecialChar \menuseparator
745 Math
746 \family default
747  and 
748 \family sans
749 Édition\SpecialChar \menuseparator
750 Lignes
751 \begin_inset space \thinspace{}
752 \end_inset
753
754 &
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 colonnes,
759 \family default
760  ou la barre d'outils 
761 \family sans
762 Tableau
763 \family default
764 .
765  Quand deux lignes ou deux colonnes sont permutées à l'aide du menu, la
766  ligne ou la colonne où se trouve le curseur est échangée avec la ligne
767  d'en dessous ou la colonne directement à droite.
768  Si le curseur se trouve dans la dernière ligne ou colonne, l'échange se
769  fera avec la ligne précédente ou la colonne directement à gauche.
770 \end_layout
771
772 \begin_layout Standard
773 Quand on veut écrire du texte dans des formules
774 \begin_inset Foot
775 status collapsed
776
777 \begin_layout Plain Layout
778 Pour les formules multilignes, on utilise la commande 
779 \series bold
780
781 \backslash
782 intertext,
783 \series default
784  voir 
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "sub:Texte-dans-multi-lignes"
788
789 \end_inset
790
791 .
792 \end_layout
793
794 \end_inset
795
796 , on doit utiliser du 
797 \emph on
798 texte mathématique
799 \emph default
800
801 \begin_inset Index idx
802 status collapsed
803
804 \begin_layout Plain Layout
805 Texte ! dans les formules
806 \end_layout
807
808 \end_inset
809
810
811 \begin_inset Index idx
812 status collapsed
813
814 \begin_layout Plain Layout
815 Mathématique, texte
816 \end_layout
817
818 \end_inset
819
820 .
821  Ce mode est invoqué à l'aide du raccourci
822 \family sans
823  Ctrl+M
824 \family default
825  ou en insérant la commande 
826 \series bold
827
828 \backslash
829 text
830 \series default
831
832 \begin_inset Index idx
833 status collapsed
834
835 \begin_layout Plain Layout
836 Commandes ! T ! 
837 \backslash
838 text
839 \end_layout
840
841 \end_inset
842
843 .
844  Dans LyX, le texte apparaît en noir et peut donc être distingué des autres
845  parties de la formule qui apparaissent en bleu.
846  Dans la sortie finale, le texte mathématique est en caractères droits,
847  contrairement aux autres éléments de formule.
848 \end_layout
849
850 \begin_layout Subsection*
851 Syntaxe des commandes
852 \end_layout
853
854 \begin_layout Standard
855 La plupart des commandes LaTeX utilisées dans les constructions mathématiques
856  suivent la syntaxe suivante:
857 \end_layout
858
859 \begin_layout Standard
860
861 \series bold
862
863 \backslash
864 nomdelacommande[argument optionnel]{argument obligatoire}
865 \end_layout
866
867 \begin_layout Standard
868 Une commande commence toujours par une barre de fraction inverse (anti-slash)
869  
870 \begin_inset Quotes gld
871 \end_inset
872
873
874 \series bold
875
876 \backslash
877
878 \series default
879
880 \begin_inset Quotes grd
881 \end_inset
882
883 .
884  Pour omettre l'argument optionnel, il faut aussi omettre les crochets qui
885  vont avec.
886  Les accolades placées autour des arguments obligatoires seront nommées
887  accolade TeX dans ce document
888 \begin_inset Index idx
889 status collapsed
890
891 \begin_layout Plain Layout
892 Accolades TeX
893 \end_layout
894
895 \end_inset
896
897 .
898  Si dans une formule, vous ajoutez à un nom de commande une accolade gauche,
899  LyX créera automatiquement une accolade droite.
900  Dans tous les autres cas les accolades TeX sont créées dans des formules
901  avec la commande 
902 \series bold
903
904 \backslash
905 {
906 \series default
907 .
908  Les accolades TeX apparaissent en rouge dans LyX, contrairement aux accolades
909  normales qui apparaissent en bleu.
910  En mode TeX, on n'a pas besoin d'une commande pour obtenir des accolades
911  TeX.
912  Les accolades TeX n'apparaissent pas dans la sortie finale.
913 \end_layout
914
915 \begin_layout Standard
916 Quand on entre en mode TeX des commandes sans argument, comme les commandes
917  pour les symboles, on doit 
918 \emph on
919 toujours
920 \emph default
921  placer une espace après la commande pour la terminer.
922  Cette espace n'apparaît pas dans la sortie finale.
923
924 \emph on
925  
926 \emph default
927 Si une espace doit apparaître dans la sortie finale, l'espace doit être
928  suivie par une espace insécable en texte normal.
929 \end_layout
930
931 \begin_layout Standard
932 On insère une espace insécable avec 
933 \family sans
934 Ctrl+Espace
935 \family default
936 .
937 \end_layout
938
939 \begin_layout Subsection*
940 Explications sur la syntaxe
941 \end_layout
942
943 \begin_layout Itemize
944 Le symbole 
945 \begin_inset space \textvisiblespace{}
946 \end_inset
947
948  indique que l'on doit mettre une espace.
949 \end_layout
950
951 \begin_layout Itemize
952 Une flèche comme celle-ci 
953 \begin_inset Formula $\to$
954 \end_inset
955
956  indique que l'on doit appuyer sur la flèche correspondante du clavier.
957  La touche
958 \family sans
959  Tab
960 \family default
961  peut être fréquemment utilisée à la place de
962 \begin_inset Formula $\to$
963 \end_inset
964
965  et 
966 \begin_inset Formula $\downarrow$
967 \end_inset
968
969 , et 
970 \family sans
971 Shift+Tab
972 \family default
973  à la place de 
974 \begin_inset Formula $\leftarrow$
975 \end_inset
976
977  et 
978 \begin_inset Formula $\uparrow$
979 \end_inset
980
981 .
982 \end_layout
983
984 \begin_layout Subsection*
985 Unités disponibles
986 \end_layout
987
988 \begin_layout Standard
989 \align center
990 \begin_inset Float table
991 placement H
992 wide false
993 sideways false
994 status open
995
996 \begin_layout Plain Layout
997 \align center
998 \begin_inset Caption Standard
999
1000 \begin_layout Plain Layout
1001 \begin_inset CommandInset label
1002 LatexCommand label
1003 name "tab:Unités-disponibles"
1004
1005 \end_inset
1006
1007 Unités disponibles
1008 \end_layout
1009
1010 \end_inset
1011
1012
1013 \end_layout
1014
1015 \begin_layout Plain Layout
1016 \align center
1017 \begin_inset Tabular
1018 <lyxtabular version="3" rows="13" columns="2">
1019 <features rotate="0" tabularvalignment="middle">
1020 <column alignment="center" valignment="top">
1021 <column alignment="center" valignment="top">
1022 <row>
1023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1024 \begin_inset Text
1025
1026 \begin_layout Plain Layout
1027 Unité
1028 \end_layout
1029
1030 \end_inset
1031 </cell>
1032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 Nom / Description
1037 \end_layout
1038
1039 \end_inset
1040 </cell>
1041 </row>
1042 <row>
1043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1044 \begin_inset Text
1045
1046 \begin_layout Plain Layout
1047 mm
1048 \end_layout
1049
1050 \end_inset
1051 </cell>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 Millimètre
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 </row>
1062 <row>
1063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 cm
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1073 \begin_inset Text
1074
1075 \begin_layout Plain Layout
1076 Centimètre
1077 \end_layout
1078
1079 \end_inset
1080 </cell>
1081 </row>
1082 <row>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 in
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 Pouce (1
1097 \begin_inset space \thinspace{}
1098 \end_inset
1099
1100 in = 2,54
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 cm)
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 pt
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Point (72.27
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 pt = 1
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 in)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 pc
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Pica (1
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 pc = 12
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 pt)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 sp
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 scaled point (65536
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 sp = 1
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 pt)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 bp
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 big point (72
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 bp = 1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 in)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 dd
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 Didot (1
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 dd 
1241 \begin_inset Formula $\approx$
1242 \end_inset
1243
1244  0.376
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248 mm)
1249 \end_layout
1250
1251 \end_inset
1252 </cell>
1253 </row>
1254 <row>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 cc
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1265 \begin_inset Text
1266
1267 \begin_layout Plain Layout
1268 Cicero (1
1269 \begin_inset space \thinspace{}
1270 \end_inset
1271
1272 cc = 12
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 dd)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 ex
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Hauteur de la lettre 
1297 \emph on
1298
1299 \begin_inset Quotes eld
1300 \end_inset
1301
1302 x
1303 \emph default
1304
1305 \begin_inset Quotes erd
1306 \end_inset
1307
1308  dans la police courante
1309 \end_layout
1310
1311 \end_inset
1312 </cell>
1313 </row>
1314 <row>
1315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 em
1320 \end_layout
1321
1322 \end_inset
1323 </cell>
1324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1325 \begin_inset Text
1326
1327 \begin_layout Plain Layout
1328 Largeur de la lettre 
1329 \begin_inset Quotes eld
1330 \end_inset
1331
1332
1333 \emph on
1334 M
1335 \emph default
1336
1337 \begin_inset Quotes erd
1338 \end_inset
1339
1340  dans la police courante
1341 \end_layout
1342
1343 \end_inset
1344 </cell>
1345 </row>
1346 <row>
1347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 mu
1352 \end_layout
1353
1354 \end_inset
1355 </cell>
1356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1357 \begin_inset Text
1358
1359 \begin_layout Plain Layout
1360 unité math  (1
1361 \begin_inset space \thinspace{}
1362 \end_inset
1363
1364 mu = 
1365 \begin_inset Formula $\nicefrac{1}{18}$
1366 \end_inset
1367
1368
1369 \begin_inset space \thinspace{}
1370 \end_inset
1371
1372 em)
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 </row>
1378 </lyxtabular>
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \begin_layout Standard
1391 \begin_inset Newpage newpage
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \begin_layout Section
1398 Fonctions de base
1399 \end_layout
1400
1401 \begin_layout Subsection
1402 Exposants
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Exposants
1408 \end_layout
1409
1410 \end_inset
1411
1412  et indices
1413 \begin_inset Index idx
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 Indices
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \begin_layout Standard
1426 Les indices sont créés avec le caractère souligné 
1427 \begin_inset Quotes eld
1428 \end_inset
1429
1430 _
1431 \begin_inset Quotes erd
1432 \end_inset
1433
1434  ou avec le bouton 
1435 \begin_inset Info
1436 type  "icon"
1437 arg   "math-subscript"
1438 \end_inset
1439
1440  de la barre d'outils mathématique, les exposants avec un accent circonflexe
1441  
1442 \begin_inset Quotes eld
1443 \end_inset
1444
1445 ^
1446 \begin_inset Quotes erd
1447 \end_inset
1448
1449  ou avec le bouton 
1450 \begin_inset Info
1451 type  "icon"
1452 arg   "math-superscript"
1453 \end_inset
1454
1455 .
1456 \end_layout
1457
1458 \begin_layout Standard
1459 \align center
1460 \begin_inset Tabular
1461 <lyxtabular version="3" rows="4" columns="2">
1462 <features rotate="0" tabularvalignment="middle">
1463 <column alignment="center" valignment="top" width="0pt">
1464 <column alignment="center" valignment="top" width="0pt">
1465 <row>
1466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1467 \begin_inset Text
1468
1469 \begin_layout Plain Layout
1470 Commande
1471 \end_layout
1472
1473 \end_inset
1474 </cell>
1475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1476 \begin_inset Text
1477
1478 \begin_layout Plain Layout
1479 Résultat
1480 \begin_inset Note Note
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 \series bold
1486
1487 \backslash
1488 raisebox
1489 \series default
1490  est seulement utilisée pour faire de la place
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \end_inset
1499 </cell>
1500 </row>
1501 <row>
1502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1503 \begin_inset Text
1504
1505 \begin_layout Plain Layout
1506 B_V
1507 \end_layout
1508
1509 \end_inset
1510 </cell>
1511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Plain Layout
1515 \begin_inset Formula $B_{V}$
1516 \end_inset
1517
1518
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 </row>
1524 <row>
1525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529 B^V
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 </row>
1547 <row>
1548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1549 \begin_inset Text
1550
1551 \begin_layout Plain Layout
1552 B^
1553 \begin_inset space \textvisiblespace{}
1554 \end_inset
1555
1556 A
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 </lyxtabular>
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \begin_layout Standard
1582 Pour éviter que l'accent se retrouve sur la lettre qui le suit au lieu de
1583  la mettre en exposant, vous pouvez soit appuyer sur 
1584 \family sans
1585 Espace 
1586 \family default
1587 après l'accent circonflexe comme dans le dernier exemple ou utiliser l'accent
1588  qui se trouve sur la touche du 9.
1589 \end_layout
1590
1591 \begin_layout Subsection
1592 Fractions
1593 \begin_inset CommandInset label
1594 LatexCommand label
1595 name "sub:Fractions"
1596
1597 \end_inset
1598
1599
1600 \begin_inset Index idx
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 Fractions
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Standard
1613 Les fractions sont créées avec la commande 
1614 \series bold
1615
1616 \backslash
1617 frac
1618 \series default
1619
1620 \begin_inset Index idx
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 Commandes ! F ! 
1625 \backslash
1626 frac
1627 \end_layout
1628
1629 \end_inset
1630
1631  ou avec le bouton 
1632 \begin_inset Info
1633 type  "icon"
1634 arg   "math-insert \\frac"
1635 \end_inset
1636
1637  de la barre d'outils mathématique.
1638  La taille de la police est ajustée automatiquement selon que l'on se trouve
1639  dans une formule en ligne ou hors ligne.
1640  Avec le bouton 
1641 \begin_inset Info
1642 type  "icon"
1643 arg   "math-insert \\frac-square"
1644 \end_inset
1645
1646  de la barre d'outils mathématique, vous pouvez choisir entre différents
1647  types de fractions.
1648 \end_layout
1649
1650 \begin_layout Standard
1651 Avec la commande 
1652 \series bold
1653
1654 \backslash
1655 dfrac
1656 \series default
1657
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Commandes ! D ! 
1663 \backslash
1664 dfrac
1665 \end_layout
1666
1667 \end_inset
1668
1669  on peut créer une fraction qui a dans tous les cas la taille d'une fraction
1670  qui se trouverait dans une formule hors ligne.
1671  Avec 
1672 \series bold
1673
1674 \backslash
1675 tfrac
1676 \series default
1677
1678 \begin_inset Index idx
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 Commandes ! T ! 
1683 \backslash
1684 tfrac
1685 \end_layout
1686
1687 \end_inset
1688
1689  la fraction aura toujours la taille d'une formule en ligne.
1690  Un exemple:
1691 \end_layout
1692
1693 \begin_layout Standard
1694 Une ligne avec la fraction 
1695 \begin_inset Formula $\frac{1}{2}$
1696 \end_inset
1697
1698  créée avec la commande 
1699 \series bold
1700
1701 \backslash
1702 frac
1703 \series default
1704 .
1705 \end_layout
1706
1707 \begin_layout Standard
1708 Une ligne avec la fraction 
1709 \begin_inset Formula $\dfrac{1}{2}$
1710 \end_inset
1711
1712  créée avec la commande 
1713 \series bold
1714
1715 \backslash
1716 dfrac
1717 \series default
1718 .
1719 \end_layout
1720
1721 \begin_layout Standard
1722 \align center
1723 \begin_inset Tabular
1724 <lyxtabular version="3" rows="4" columns="2">
1725 <features rotate="0" tabularvalignment="middle">
1726 <column alignment="center" valignment="top" width="0pt">
1727 <column alignment="center" valignment="top" width="0pt">
1728 <row>
1729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733 Commande
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742 Résultat
1743 \begin_inset Note Note
1744 status collapsed
1745
1746 \begin_layout Plain Layout
1747
1748 \series bold
1749
1750 \backslash
1751 raisebox
1752 \series default
1753  est seulement utilisée pour faire de la place
1754 \end_layout
1755
1756 \end_inset
1757
1758
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 </row>
1764 <row>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \backslash
1771 frac
1772 \begin_inset space \textvisiblespace{}
1773 \end_inset
1774
1775 A
1776 \begin_inset Formula $\downarrow$
1777 \end_inset
1778
1779 B
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1789 \end_inset
1790
1791
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 </row>
1797 <row>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \backslash
1804 dfrac
1805 \begin_inset space \textvisiblespace{}
1806 \end_inset
1807
1808 A
1809 \begin_inset Formula $\downarrow$
1810 \end_inset
1811
1812 B
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1822 \end_inset
1823
1824
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 </row>
1830 <row>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \backslash
1837 dfrac
1838 \begin_inset space \textvisiblespace{}
1839 \end_inset
1840
1841 e^
1842 \backslash
1843 frac
1844 \begin_inset space \textvisiblespace{}
1845 \end_inset
1846
1847 1
1848 \begin_inset Formula $\downarrow$
1849 \end_inset
1850
1851 2
1852 \begin_inset Formula $\downarrow\downarrow$
1853 \end_inset
1854
1855 3
1856 \end_layout
1857
1858 \end_inset
1859 </cell>
1860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1865 \end_inset
1866
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 </row>
1873 </lyxtabular>
1874
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \begin_layout Standard
1881 \begin_inset VSpace bigskip
1882 \end_inset
1883
1884
1885 \begin_inset Newpage newpage
1886 \end_inset
1887
1888 Pour des fractions emboîtées, on peut utiliser la commande 
1889 \series bold
1890
1891 \backslash
1892 cfrac
1893 \series default
1894
1895 \begin_inset Index idx
1896 status collapsed
1897
1898 \begin_layout Plain Layout
1899 Commandes ! C ! 
1900 \backslash
1901 cfrac
1902 \end_layout
1903
1904 \end_inset
1905
1906 .
1907  Voici un exemple:
1908 \begin_inset VSpace -3mm
1909 \end_inset
1910
1911
1912 \end_layout
1913
1914 \begin_layout Standard
1915 \begin_inset Formula 
1916 \begin{align*}
1917 \textrm{créée avec \textbf{\textbackslash frac}} &  & \textrm{créée avec \textbf{\textbackslash cfrac}}\\
1918 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1919 \end{align*}
1920
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \begin_layout Standard
1927 La commande pour l'exemple précédent est:
1928 \end_layout
1929
1930 \begin_layout Standard
1931
1932 \series bold
1933
1934 \backslash
1935 cfrac
1936 \begin_inset space \textvisiblespace{}
1937 \end_inset
1938
1939 A
1940 \begin_inset Formula $\downarrow$
1941 \end_inset
1942
1943 B+
1944 \backslash
1945 cfrac
1946 \begin_inset space \textvisiblespace{}
1947 \end_inset
1948
1949 C+
1950 \backslash
1951 cfrac
1952 \begin_inset space \textvisiblespace{}
1953 \end_inset
1954
1955 E
1956 \begin_inset Formula $\downarrow$
1957 \end_inset
1958
1959 F
1960 \begin_inset Formula $\downarrow$
1961 \end_inset
1962
1963 D
1964 \end_layout
1965
1966 \begin_layout Standard
1967 \begin_inset VSpace medskip
1968 \end_inset
1969
1970
1971 \end_layout
1972
1973 \begin_layout Standard
1974
1975 \series bold
1976
1977 \backslash
1978 cfrac
1979 \series default
1980  met toujours la fraction dans la taille d'une formule hors ligne, même
1981  si elle est une partie d'une autre fraction.
1982 \end_layout
1983
1984 \begin_layout Standard
1985 On peut préciser l'alignement du numérateur.
1986  On utilise la commande 
1987 \series bold
1988
1989 \backslash
1990 cfracleft
1991 \series default
1992  pour l'aligner à gauche, la commande 
1993 \series bold
1994
1995 \backslash
1996 cfracright
1997 \series default
1998  pour l'aligner à droite et 
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \series default
2004  pour le centrer.
2005  Les fractions qui suivent illustrent les différents alignements:
2006 \end_layout
2007
2008 \begin_layout Standard
2009
2010 \series bold
2011 \begin_inset Formula 
2012 \[
2013 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2014 \]
2015
2016 \end_inset
2017
2018
2019 \end_layout
2020
2021 \begin_layout Standard
2022 \begin_inset Note Greyedout
2023 status open
2024
2025 \begin_layout Plain Layout
2026
2027 \series bold
2028 Notez:
2029 \series default
2030  
2031 \series bold
2032
2033 \backslash
2034 cfracleft
2035 \series default
2036  et 
2037 \series bold
2038 cfracright
2039 \series default
2040  ne sont pas des commandes LaTeX réelle, mais représentent la commande 
2041 \series bold
2042
2043 \backslash
2044 cfrac[alignement]{numérateur}{dénominateur}
2045 \series default
2046  .
2047
2048 \series bold
2049  
2050 \series default
2051 Vous ne pouvez donc pas les utiliser en code TeX.
2052 \end_layout
2053
2054 \end_inset
2055
2056
2057 \end_layout
2058
2059 \begin_layout Standard
2060 \begin_inset VSpace medskip
2061 \end_inset
2062
2063 Il est souvent intéressant de combiner 
2064 \series bold
2065
2066 \backslash
2067 cfrac
2068 \series default
2069  et 
2070 \series bold
2071
2072 \backslash
2073 frac
2074 \series default
2075 :
2076 \begin_inset Formula 
2077 \[
2078 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2079 \]
2080
2081 \end_inset
2082
2083
2084 \end_layout
2085
2086 \begin_layout Standard
2087 Pour des fractions en ligne avec une barre de fraction en diagonale, vous
2088  pouvez utiliser la commande 
2089 \series bold
2090
2091 \backslash
2092 nicefrac
2093 \begin_inset Index idx
2094 status collapsed
2095
2096 \begin_layout Plain Layout
2097 Commandes ! N ! 
2098 \backslash
2099 nicefrac
2100 \end_layout
2101
2102 \end_inset
2103
2104
2105 \series default
2106
2107 \begin_inset Formula $\nicefrac{5}{31}$
2108 \end_inset
2109
2110  ou 
2111 \series bold
2112
2113 \backslash
2114 unitfrac
2115 \series default
2116
2117 \begin_inset Index idx
2118 status collapsed
2119
2120 \begin_layout Plain Layout
2121 Commandes ! U ! 
2122 \backslash
2123 unitfrac
2124 \end_layout
2125
2126 \end_inset
2127
2128
2129 \begin_inset Formula $\unitfrac{5}{31}$
2130 \end_inset
2131
2132 .
2133  Il y a aussi la commande 
2134 \series bold
2135
2136 \backslash
2137 unitfracthree
2138 \series default
2139  qui permet d'écrire une fraction en combinaison avec un nombre: 
2140 \begin_inset Formula $\unitfrac[2]{1}{3}$
2141 \end_inset
2142
2143
2144 \end_layout
2145
2146 \begin_layout Standard
2147 \begin_inset Note Greyedout
2148 status open
2149
2150 \begin_layout Plain Layout
2151
2152 \series bold
2153 Notez:
2154 \series default
2155  
2156 \series bold
2157
2158 \backslash
2159 unitfracthree
2160 \series default
2161  n'est pas une commande LaTeX réelle, mais c'est la commande 
2162 \series bold
2163
2164 \backslash
2165 unitfrac[nombre]{numérateur}{dénominateur}
2166 \series default
2167  .
2168
2169 \series bold
2170  
2171 \series default
2172 Vous ne pouvez donc pas l'utiliser en code TeX.
2173 \end_layout
2174
2175 \end_inset
2176
2177
2178 \end_layout
2179
2180 \begin_layout Standard
2181 Dans 
2182 \begin_inset CommandInset ref
2183 LatexCommand ref
2184 reference "sub:Fractions-personnalisées"
2185
2186 \end_inset
2187
2188  on explique comment définir des fractions personnalisées en modifiant les
2189  barres de fractions.
2190 \end_layout
2191
2192 \begin_layout Standard
2193 \begin_inset Newpage newpage
2194 \end_inset
2195
2196
2197 \end_layout
2198
2199 \begin_layout Subsection
2200 Racines
2201 \begin_inset Index idx
2202 status collapsed
2203
2204 \begin_layout Plain Layout
2205 Racines
2206 \end_layout
2207
2208 \end_inset
2209
2210
2211 \end_layout
2212
2213 \begin_layout Standard
2214 On obtient les racines carrées avec la commande 
2215 \series bold
2216
2217 \backslash
2218 sqrt
2219 \series default
2220
2221 \begin_inset Index idx
2222 status collapsed
2223
2224 \begin_layout Plain Layout
2225 Commandes ! S ! 
2226 \backslash
2227 sqrt
2228 \end_layout
2229
2230 \end_inset
2231
2232  ou avec le bouton 
2233 \begin_inset Info
2234 type  "icon"
2235 arg   "math-insert \\sqrt"
2236 \end_inset
2237
2238  de la barre d'outils mathématique, et toutes les autres racines avec la
2239  commande 
2240 \series bold
2241
2242 \backslash
2243 root
2244 \series default
2245
2246 \begin_inset Index idx
2247 status collapsed
2248
2249 \begin_layout Plain Layout
2250 Commandes ! R ! 
2251 \backslash
2252 root
2253 \end_layout
2254
2255 \end_inset
2256
2257  ou avec le bouton 
2258 \begin_inset Info
2259 type  "icon"
2260 arg   "math-insert \\root"
2261 \end_inset
2262
2263 .
2264 \end_layout
2265
2266 \begin_layout Standard
2267 \align center
2268 \begin_inset Tabular
2269 <lyxtabular version="3" rows="3" columns="2">
2270 <features rotate="0" tabularvalignment="middle">
2271 <column alignment="center" valignment="top" width="0pt">
2272 <column alignment="center" valignment="top" width="0pt">
2273 <row>
2274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2275 \begin_inset Text
2276
2277 \begin_layout Plain Layout
2278 Commande
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2284 \begin_inset Text
2285
2286 \begin_layout Plain Layout
2287 Résultat
2288 \begin_inset Note Note
2289 status collapsed
2290
2291 \begin_layout Plain Layout
2292
2293 \series bold
2294
2295 \backslash
2296 raisebox
2297 \series default
2298  est seulement utilisée pour faire de la place
2299 \end_layout
2300
2301 \end_inset
2302
2303
2304 \end_layout
2305
2306 \end_inset
2307 </cell>
2308 </row>
2309 <row>
2310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2311 \begin_inset Text
2312
2313 \begin_layout Plain Layout
2314
2315 \backslash
2316 sqrt
2317 \begin_inset space \textvisiblespace{}
2318 \end_inset
2319
2320 A-B
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Plain Layout
2329 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 </row>
2338 <row>
2339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Plain Layout
2343
2344 \backslash
2345 root
2346 \begin_inset space \textvisiblespace{}
2347 \end_inset
2348
2349 3
2350 \begin_inset Formula $\downarrow$
2351 \end_inset
2352
2353 A-B
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 </row>
2371 </lyxtabular>
2372
2373 \end_inset
2374
2375
2376 \end_layout
2377
2378 \begin_layout Standard
2379 On peut aussi obtenir une racine carrée avec 
2380 \series bold
2381
2382 \backslash
2383 root
2384 \series default
2385  en laissant le champ réservé au degré de la racine vide.
2386 \end_layout
2387
2388 \begin_layout Standard
2389 Dans certains cas, la distance entre le degré et la racine est trop petite
2390  comme dans cette formule: 
2391 \begin_inset Formula $\sqrt[\beta]{B}$
2392 \end_inset
2393
2394
2395 \begin_inset Newline newline
2396 \end_inset
2397
2398 Le 
2399 \begin_inset Formula $\beta$
2400 \end_inset
2401
2402  touche la racine, ce qui peut être évité en utilisant les commandes 
2403 \series bold
2404
2405 \backslash
2406 leftroot
2407 \series default
2408
2409 \begin_inset Index idx
2410 status collapsed
2411
2412 \begin_layout Plain Layout
2413 Commandes ! L ! 
2414 \backslash
2415 leftroot
2416 \end_layout
2417
2418 \end_inset
2419
2420  et 
2421 \series bold
2422
2423 \backslash
2424 uproot
2425 \series default
2426
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 Commandes ! U ! 
2432 \backslash
2433 uproot
2434 \end_layout
2435
2436 \end_inset
2437
2438  avec la syntaxe suivante:
2439 \end_layout
2440
2441 \begin_layout Standard
2442
2443 \series bold
2444
2445 \backslash
2446 leftroot{distance}
2447 \series default
2448  et 
2449 \series bold
2450
2451 \backslash
2452 uproot{distance}
2453 \end_layout
2454
2455 \begin_layout Standard
2456 Distance est le nombre de Big Points (unité bp; 
2457 \begin_inset Formula $\mathrm{72\, bp=1\, pouce}$
2458 \end_inset
2459
2460 ), dont le degré doit être déplacé, respectivement vers la gauche ou vers
2461  le haut.
2462  Les commandes doivent être placées dans la case du degré.
2463  Par exemple, la commande
2464 \begin_inset Newline newline
2465 \end_inset
2466
2467
2468 \series bold
2469
2470 \backslash
2471 root
2472 \backslash
2473 leftroot{-1
2474 \begin_inset Formula $\to$
2475 \end_inset
2476
2477
2478 \backslash
2479 uproot{2
2480 \begin_inset Formula $\to$
2481 \end_inset
2482
2483
2484 \backslash
2485 beta
2486 \begin_inset space \textvisiblespace{}
2487 \end_inset
2488
2489
2490 \begin_inset Formula $\to$
2491 \end_inset
2492
2493 B
2494 \begin_inset Newline newline
2495 \end_inset
2496
2497
2498 \series default
2499 produit une formule correctement mise en forme: 
2500 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \begin_layout Subsection
2507 Coefficients binomiaux 
2508 \begin_inset Index idx
2509 status collapsed
2510
2511 \begin_layout Plain Layout
2512 Binomiaux, coefficients
2513 \end_layout
2514
2515 \end_inset
2516
2517
2518 \end_layout
2519
2520 \begin_layout Standard
2521 Les coefficients binomiaux sont insérés avec la commande 
2522 \series bold
2523
2524 \backslash
2525 binom
2526 \series default
2527
2528 \begin_inset Index idx
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 Commandes ! B ! 
2533 \backslash
2534 binom
2535 \end_layout
2536
2537 \end_inset
2538
2539  ou avec le bouton 
2540 \begin_inset Info
2541 type  "icon"
2542 arg   "math-insert \\frac-square"
2543 \end_inset
2544
2545  de la barre d'outils mathématique.
2546  Comme pour les fraction (
2547 \series bold
2548
2549 \backslash
2550 frac
2551 \series default
2552 ) il y a avec 
2553 \series bold
2554
2555 \backslash
2556 binom
2557 \series default
2558  les commandes 
2559 \series bold
2560
2561 \backslash
2562 dbinom
2563 \series default
2564
2565 \begin_inset Index idx
2566 status collapsed
2567
2568 \begin_layout Plain Layout
2569 Commandes ! D ! 
2570 \backslash
2571 dbinom
2572 \end_layout
2573
2574 \end_inset
2575
2576  et 
2577 \series bold
2578
2579 \backslash
2580 tbinom
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Commandes ! T ! 
2588 \backslash
2589 tbinom
2590 \end_layout
2591
2592 \end_inset
2593
2594 .
2595  Pour d'autres styles de parenthèses autour des coefficients binomiaux,
2596  il y a les commandes 
2597 \series bold
2598
2599 \backslash
2600 brace
2601 \series default
2602
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 Commandes ! B ! 
2608 \backslash
2609 brace
2610 \end_layout
2611
2612 \end_inset
2613
2614  et 
2615 \series bold
2616
2617 \backslash
2618 brack
2619 \series default
2620
2621 \begin_inset Index idx
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Commandes ! B ! 
2626 \backslash
2627 brack
2628 \end_layout
2629
2630 \end_inset
2631
2632 .
2633 \end_layout
2634
2635 \begin_layout Standard
2636 \align center
2637 \begin_inset Tabular
2638 <lyxtabular version="3" rows="6" columns="2">
2639 <features rotate="0" tabularvalignment="middle">
2640 <column alignment="center" valignment="top" width="0pt">
2641 <column alignment="center" valignment="top" width="0pt">
2642 <row>
2643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2644 \begin_inset Text
2645
2646 \begin_layout Plain Layout
2647 Commande
2648 \end_layout
2649
2650 \end_inset
2651 </cell>
2652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2653 \begin_inset Text
2654
2655 \begin_layout Plain Layout
2656 Résultat
2657 \begin_inset Note Note
2658 status collapsed
2659
2660 \begin_layout Plain Layout
2661
2662 \series bold
2663
2664 \backslash
2665 raisebox
2666 \series default
2667  est seulement utilisée pour faire de la place
2668 \end_layout
2669
2670 \end_inset
2671
2672
2673 \end_layout
2674
2675 \end_inset
2676 </cell>
2677 </row>
2678 <row>
2679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683
2684 \backslash
2685 binom
2686 \begin_inset space \textvisiblespace{}
2687 \end_inset
2688
2689 A
2690 \begin_inset Formula $\downarrow$
2691 \end_inset
2692
2693 B
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2699 \begin_inset Text
2700
2701 \begin_layout Plain Layout
2702 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 </row>
2711 <row>
2712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716
2717 \backslash
2718 dbinom
2719 \begin_inset space \textvisiblespace{}
2720 \end_inset
2721
2722 A
2723 \begin_inset Formula $\downarrow$
2724 \end_inset
2725
2726 B
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 </row>
2744 <row>
2745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \backslash
2751 tbinom
2752 \begin_inset space \textvisiblespace{}
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row>
2778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 brack
2785 \begin_inset space \textvisiblespace{}
2786 \end_inset
2787
2788 A
2789 \begin_inset Formula $\downarrow$
2790 \end_inset
2791
2792 B
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 </row>
2810 <row>
2811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815
2816 \backslash
2817 brace
2818 \begin_inset space \textvisiblespace{}
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 </lyxtabular>
2844
2845 \end_inset
2846
2847
2848 \end_layout
2849
2850 \begin_layout Subsection
2851 Différentiation de cas 
2852 \begin_inset Index idx
2853 status collapsed
2854
2855 \begin_layout Plain Layout
2856 Différentiation de cas 
2857 \end_layout
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \align center
2866 \begin_inset Tabular
2867 <lyxtabular version="3" rows="3" columns="2">
2868 <features rotate="0" tabularvalignment="middle">
2869 <column alignment="center" valignment="top" width="0pt">
2870 <column alignment="center" valignment="top" width="0pt">
2871 <row>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 Commande
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885 Résultat
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 </row>
2891 <row>
2892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896
2897 \backslash
2898 cases
2899 \begin_inset space \textvisiblespace{}
2900 \end_inset
2901
2902 A
2903 \begin_inset Formula $\to$
2904 \end_inset
2905
2906 B>0
2907 \begin_inset Index idx
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911 Commandes ! C ! 
2912 \backslash
2913 cases
2914 \end_layout
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927 \begin_inset Formula $\begin{cases}
2928 A & B>0\end{cases}$
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 </row>
2937 <row>
2938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942
2943 \backslash
2944 cases
2945 \begin_inset space \textvisiblespace{}
2946 \end_inset
2947
2948
2949 \family sans
2950 Ctrl-Entrée
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Plain Layout
2959 \begin_inset Formula $\begin{cases}
2960 A & \textrm{pour }\hat{x}>0\\
2961 B & \textrm{pour }\hat{x}=0
2962 \end{cases}$
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 </lyxtabular>
2972
2973 \end_inset
2974
2975
2976 \end_layout
2977
2978 \begin_layout Standard
2979 Après avoir inséré 
2980 \series bold
2981
2982 \backslash
2983 cases
2984 \series default
2985  ou avoir utilisé le bouton 
2986 \begin_inset Info
2987 type  "icon"
2988 arg   "math-insert \\cases"
2989 \end_inset
2990
2991  de la barre d'outils mathématique, vous pouvez ajouter de nouvelles lignes
2992  avec le raccourci 
2993 \family sans
2994 Ctrl+Entrée
2995 \family default
2996  ou avec le bouton 
2997 \begin_inset Info
2998 type  "icon"
2999 arg   "inset-modify tabular append-row"
3000 \end_inset
3001
3002 .
3003 \begin_inset Foot
3004 status collapsed
3005
3006 \begin_layout Plain Layout
3007 Les accents et autres trémas, comme ceux présents dans la formule précédente,
3008  sont expliqués dans 
3009 \begin_inset CommandInset ref
3010 LatexCommand ref
3011 reference "sub:Accents-sur-un-caractère"
3012
3013 \end_inset
3014
3015 .
3016 \end_layout
3017
3018 \end_inset
3019
3020
3021 \end_layout
3022
3023 \begin_layout Standard
3024 La commande 
3025 \series bold
3026
3027 \backslash
3028 cases
3029 \series default
3030  est aussi accessible par le menu 
3031 \family sans
3032 Insertion\SpecialChar \menuseparator
3033 Math\SpecialChar \menuseparator
3034 Environnement
3035 \begin_inset space ~
3036 \end_inset
3037
3038 Cas
3039 \family default
3040 .
3041 \end_layout
3042
3043 \begin_layout Subsection
3044 Négations
3045 \begin_inset Index idx
3046 status collapsed
3047
3048 \begin_layout Plain Layout
3049 Negations@Négations
3050 \end_layout
3051
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \begin_layout Standard
3058 En insérant la commande 
3059 \series bold
3060
3061 \backslash
3062 not
3063 \series default
3064
3065 \begin_inset Index idx
3066 status collapsed
3067
3068 \begin_layout Plain Layout
3069 Commandes ! N ! 
3070 \backslash
3071 not
3072 \end_layout
3073
3074 \end_inset
3075
3076  chaque caractère peut être affiché barré.
3077  Les caractères sont en quelque sorte accentués par une barre de fraction.
3078 \end_layout
3079
3080 \begin_layout Standard
3081 \align center
3082 \begin_inset Tabular
3083 <lyxtabular version="3" rows="4" columns="2">
3084 <features rotate="0" tabularvalignment="middle">
3085 <column alignment="center" valignment="top" width="0pt">
3086 <column alignment="center" valignment="top" width="0pt">
3087 <row>
3088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092 Commande
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 Résultat
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 </row>
3107 <row>
3108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \backslash
3114 not=
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123 \begin_inset Formula $\not=$
3124 \end_inset
3125
3126
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 </row>
3132 <row>
3133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137
3138 \backslash
3139 not 
3140 \backslash
3141 le
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150 \begin_inset Formula $\not\le$
3151 \end_inset
3152
3153
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 </row>
3159 <row>
3160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164
3165 \backslash
3166 not 
3167 \backslash
3168 parallel
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177 \begin_inset Formula $\not\parallel$
3178 \end_inset
3179
3180
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 </row>
3186 </lyxtabular>
3187
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \begin_layout Standard
3194 Le dernier exemple montre que toutes les négations n'ont pas forcément un
3195  bel aspect.
3196  C'est pourquoi il existe des commandes spéciales pour certaines négations
3197  (voir 
3198 \begin_inset CommandInset ref
3199 LatexCommand ref
3200 reference "sub:Symboles-mathématiques"
3201
3202 \end_inset
3203
3204  et 
3205 \begin_inset CommandInset ref
3206 LatexCommand ref
3207 reference "sec:Relations"
3208
3209 \end_inset
3210
3211 ).
3212 \end_layout
3213
3214 \begin_layout Subsection
3215 Garnitures
3216 \begin_inset CommandInset label
3217 LatexCommand label
3218 name "sub:Garnitures"
3219
3220 \end_inset
3221
3222
3223 \begin_inset Index idx
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 Garnitures
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \begin_inset Index idx
3234 status collapsed
3235
3236 \begin_layout Plain Layout
3237 Symboles chimiques ! Isotopes
3238 \end_layout
3239
3240 \end_inset
3241
3242
3243 \begin_inset Index idx
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247 Isotopes|see
3248 \begin_inset ERT
3249 status collapsed
3250
3251 \begin_layout Plain Layout
3252
3253 {
3254 \end_layout
3255
3256 \end_inset
3257
3258 Symboles chimiques
3259 \begin_inset ERT
3260 status collapsed
3261
3262 \begin_layout Plain Layout
3263
3264 }
3265 \end_layout
3266
3267 \end_inset
3268
3269
3270 \end_layout
3271
3272 \end_inset
3273
3274
3275 \end_layout
3276
3277 \begin_layout Standard
3278 Quand on affiche par exemple des isotopes
3279 \begin_inset Foot
3280 status collapsed
3281
3282 \begin_layout Plain Layout
3283 Plus d'information sur les symboles chimiques dans 
3284 \begin_inset CommandInset ref
3285 LatexCommand ref
3286 reference "sub:Symboles-chimiques"
3287
3288 \end_inset
3289
3290 .
3291 \end_layout
3292
3293 \end_inset
3294
3295 , on rencontre le problème suivant:
3296 \end_layout
3297
3298 \begin_layout Standard
3299 \align center
3300 \begin_inset Tabular
3301 <lyxtabular version="3" rows="2" columns="2">
3302 <features rotate="0" tabularvalignment="middle">
3303 <column alignment="center" valignment="top" width="0pt">
3304 <column alignment="center" valignment="top" width="0pt">
3305 <row>
3306 <cell alignment="center" valignment="top" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310 Indices avec les indices et exposants:
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3320 \end_inset
3321
3322
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row>
3329 <cell alignment="center" valignment="top" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Indices corrects:
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3343 \end_inset
3344
3345
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 </lyxtabular>
3352
3353 \end_inset
3354
3355
3356 \begin_inset Note Note
3357 status collapsed
3358
3359 \begin_layout Plain Layout
3360
3361 \series bold
3362
3363 \backslash
3364 raisebox
3365 \series default
3366  est là pour faire de la place
3367 \end_layout
3368
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \begin_layout Standard
3375 L'indice le plus petit est placé implicitement au dessus ou en dessous du
3376  premier caractère le l'indice le plus long.
3377  Pour éviter ce problème il y a la commande 
3378 \series bold
3379
3380 \backslash
3381 phantom
3382 \series default
3383
3384 \begin_inset Index idx
3385 status collapsed
3386
3387 \begin_layout Plain Layout
3388 Commandes ! P ! 
3389 \backslash
3390 phantom
3391 \end_layout
3392
3393 \end_inset
3394
3395  ou le bouton
3396 \begin_inset space \thinspace{}
3397 \end_inset
3398
3399
3400 \begin_inset Foot
3401 status open
3402
3403 \begin_layout Plain Layout
3404
3405 \lang english
3406 can be found in the submenu of the toolbar button
3407 \lang french
3408  
3409 \begin_inset Info
3410 type  "icon"
3411 arg   "math-insert \\space"
3412 \end_inset
3413
3414
3415 \end_layout
3416
3417 \end_inset
3418
3419  
3420 \begin_inset Graphics
3421         filename ../../images/math/phantom.png
3422         scale 85
3423
3424 \end_inset
3425
3426  qui crée un ou plusieurs caractères fantômes.
3427  Quand on insère la commande 
3428 \series bold
3429
3430 \backslash
3431 phantom
3432 \series default
3433  une petite boîte avec deux flèches rouges apparaît.
3434  Les flèches indiquent que la garniture
3435 \begin_inset Foot
3436 status collapsed
3437
3438 \begin_layout Plain Layout
3439 Traduction de placeholder, c'est un terme de typographie (NdT).
3440 \end_layout
3441
3442 \end_inset
3443
3444  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3445  De la même façon, les caractères fantômes sont des garnitures qui ont la
3446  taille du caractère concerné.
3447 \end_layout
3448
3449 \begin_layout Standard
3450 \align center
3451 \begin_inset Tabular
3452 <lyxtabular version="3" rows="4" columns="2">
3453 <features rotate="0" tabularvalignment="middle">
3454 <column alignment="center" valignment="top">
3455 <column alignment="center" valignment="top">
3456 <row>
3457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Commande
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 Résultat
3471 \begin_inset Note Note
3472 status collapsed
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477
3478 \backslash
3479 raisebox
3480 \series default
3481  est seulement utilisée pour faire de la place
3482 \end_layout
3483
3484 \end_inset
3485
3486
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 ^19
3498 \begin_inset space \textvisiblespace{}
3499 \end_inset
3500
3501 _
3502 \backslash
3503 phantom
3504 \begin_inset space \textvisiblespace{}
3505 \end_inset
3506
3507 1
3508 \begin_inset Formula $\to$
3509 \end_inset
3510
3511 9
3512 \begin_inset space \textvisiblespace{}
3513 \end_inset
3514
3515 F
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3525 \end_inset
3526
3527
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 ^235
3539 \begin_inset space \textvisiblespace{}
3540 \end_inset
3541
3542 _
3543 \backslash
3544 phantom
3545 \begin_inset space \textvisiblespace{}
3546 \end_inset
3547
3548 23
3549 \begin_inset Formula $\to$
3550 \end_inset
3551
3552 9
3553 \begin_inset space \textvisiblespace{}
3554 \end_inset
3555
3556 F
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3566 \end_inset
3567
3568
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \backslash
3581 Lambda^
3582 \begin_inset space \textvisiblespace{}
3583 \end_inset
3584
3585
3586 \backslash
3587 phantom
3588 \begin_inset space \textvisiblespace{}
3589 \end_inset
3590
3591 ii
3592 \begin_inset Formula $\to$
3593 \end_inset
3594
3595 t
3596 \begin_inset space \textvisiblespace{}
3597 \end_inset
3598
3599 _MMt
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3609 \end_inset
3610
3611
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 </lyxtabular>
3618
3619 \end_inset
3620
3621
3622 \end_layout
3623
3624 \begin_layout Standard
3625 En plus, il y a les commandes 
3626 \series bold
3627
3628 \backslash
3629 vphantom
3630 \series default
3631
3632 \begin_inset Index idx
3633 status collapsed
3634
3635 \begin_layout Plain Layout
3636 Commandes ! V ! 
3637 \backslash
3638 vphantom
3639 \end_layout
3640
3641 \end_inset
3642
3643  (bouton
3644 \begin_inset space ~
3645 \end_inset
3646
3647
3648 \begin_inset Graphics
3649         filename ../../images/math/vphantom.png
3650         scale 85
3651
3652 \end_inset
3653
3654  de la barre d'outils) et 
3655 \series bold
3656
3657 \backslash
3658 hphantom
3659 \series default
3660
3661 \begin_inset Index idx
3662 status collapsed
3663
3664 \begin_layout Plain Layout
3665 Commandes ! H ! 
3666 \backslash
3667 hphantom
3668 \end_layout
3669
3670 \end_inset
3671
3672  (bouton
3673 \begin_inset space ~
3674 \end_inset
3675
3676
3677 \begin_inset Graphics
3678         filename ../../images/math/hphantom.png
3679         scale 85
3680
3681 \end_inset
3682
3683 ).
3684  
3685 \series bold
3686
3687 \backslash
3688 hphantom
3689 \series default
3690  crée seulement de l'espace pour la hauteur maximale des caractères de la
3691  boîte, mais pas pour leur largeur.
3692  
3693 \series bold
3694
3695 \backslash
3696 vphantom
3697 \series default
3698  crée de l'espace seulement pour la largeur du contenu de la boîte.
3699  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3700  commandes n'ont qu'une seule flèche rouge.
3701 \end_layout
3702
3703 \begin_layout Standard
3704 Par exemple 
3705 \series bold
3706
3707 \backslash
3708 vphantom
3709 \series default
3710
3711 \begin_inset space \textvisiblespace{}
3712 \end_inset
3713
3714
3715 \series bold
3716 a
3717 \backslash
3718 int
3719 \series default
3720  crée de l'espace pour la hauteur du signe intégral
3721 \begin_inset Foot
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725 La commande 
3726 \series bold
3727
3728 \backslash
3729 int
3730 \series default
3731  insère le signe de l'intégrale, voir 
3732 \begin_inset CommandInset ref
3733 LatexCommand ref
3734 reference "sub:Grands-opérateurs"
3735
3736 \end_inset
3737
3738 .
3739 \end_layout
3740
3741 \end_inset
3742
3743 , vu que c'est le plus haut caractère.
3744  Voir un exemple d'application dans 
3745 \begin_inset CommandInset ref
3746 LatexCommand ref
3747 reference "sub:Crochets-multilignes"
3748
3749 \end_inset
3750
3751 .
3752 \end_layout
3753
3754 \begin_layout Standard
3755 Les réserves peuvent aussi être utilisées avec du texte en les insérant
3756  via le menu 
3757 \family sans
3758 Insertion\SpecialChar \menuseparator
3759 Typographie
3760 \begin_inset space ~
3761 \end_inset
3762
3763 spéciale\SpecialChar \menuseparator
3764 Fantôme
3765 \family default
3766 .
3767 \end_layout
3768
3769 \begin_layout Standard
3770 Ceci est une phrase.
3771 \begin_inset Newline newline
3772 \end_inset
3773
3774
3775 \begin_inset Phantom Phantom
3776 status open
3777
3778 \begin_layout Plain Layout
3779 Ceci
3780 \end_layout
3781
3782 \end_inset
3783
3784  est aussi une phrase.
3785 \end_layout
3786
3787 \begin_layout Subsection
3788 Lignes
3789 \begin_inset Index idx
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793 Lignes
3794 \end_layout
3795
3796 \end_inset
3797
3798
3799 \begin_inset Index idx
3800 status collapsed
3801
3802 \begin_layout Plain Layout
3803 Formules ! soulignées
3804 \end_layout
3805
3806 \end_inset
3807
3808
3809 \end_layout
3810
3811 \begin_layout Standard
3812 \align center
3813 \begin_inset Tabular
3814 <lyxtabular version="3" rows="4" columns="2">
3815 <features rotate="0" tabularvalignment="middle">
3816 <column alignment="center" valignment="top" width="0pt">
3817 <column alignment="center" valignment="top" width="0pt">
3818 <row>
3819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 Commande
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Résultat
3833 \begin_inset Note Note
3834 status collapsed
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839
3840 \backslash
3841 raisebox
3842 \series default
3843  est seulement utilisée pour faire de la place
3844 \end_layout
3845
3846 \end_inset
3847
3848
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \backslash
3861 overline
3862 \begin_inset space \textvisiblespace{}
3863 \end_inset
3864
3865 A+B
3866 \begin_inset Index idx
3867 status collapsed
3868
3869 \begin_layout Plain Layout
3870 Commandes ! O ! 
3871 \backslash
3872 overline
3873 \end_layout
3874
3875 \end_inset
3876
3877
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3887 \end_inset
3888
3889
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \backslash
3902 underline
3903 \begin_inset space \textvisiblespace{}
3904 \end_inset
3905
3906 A+B
3907 \begin_inset Index idx
3908 status collapsed
3909
3910 \begin_layout Plain Layout
3911 Commandes ! U ! 
3912 \backslash
3913 underline
3914 \end_layout
3915
3916 \end_inset
3917
3918
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \backslash
3943 overline
3944 \begin_inset space \textvisiblespace{}
3945 \end_inset
3946
3947
3948 \backslash
3949 underline
3950 \begin_inset space \textvisiblespace{}
3951 \end_inset
3952
3953 A+B
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3963 \end_inset
3964
3965
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 </lyxtabular>
3972
3973 \end_inset
3974
3975
3976 \end_layout
3977
3978 \begin_layout Standard
3979 Dans le dernier exemple, il importe peu que 
3980 \series bold
3981
3982 \backslash
3983 overline
3984 \series default
3985  ou 
3986 \series bold
3987
3988 \backslash
3989 underline
3990 \series default
3991  soit inséré en premier.
3992 \end_layout
3993
3994 \begin_layout Standard
3995 Pour souligner deux fois, par exemple des résultats, on utilise 
3996 \backslash
3997 underline deux fois.
3998 \end_layout
3999
4000 \begin_layout Standard
4001 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
4002 \end_layout
4003
4004 \begin_layout Standard
4005 \begin_inset VSpace bigskip
4006 \end_inset
4007
4008
4009 \end_layout
4010
4011 \begin_layout Standard
4012 On peut créer des lignes personnalisées en utilisant la commande 
4013 \series bold
4014
4015 \backslash
4016 rule
4017 \series default
4018
4019 \begin_inset Index idx
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023 Commandes ! R ! 
4024 \backslash
4025 rule
4026 \end_layout
4027
4028 \end_inset
4029
4030  qui a la syntaxe suivante:
4031 \end_layout
4032
4033 \begin_layout Standard
4034
4035 \series bold
4036
4037 \backslash
4038 rule[décalage vertical]{longueur}{épaisseur}
4039 \end_layout
4040
4041 \begin_layout Standard
4042 Le décalage vertical optionnel déplace la ligne vers le haut (ou vers le
4043  bas, si sa valeur est négative).
4044  Les unités utilisables pour ces valeurs sont listées dans 
4045 \begin_inset CommandInset ref
4046 LatexCommand ref
4047 reference "tab:Unités-disponibles"
4048
4049 \end_inset
4050
4051 .
4052  Voici deux exemples de lignes créées avec les commandes
4053 \begin_inset Newline newline
4054 \end_inset
4055
4056
4057 \series bold
4058
4059 \backslash
4060 rule[-2ex]{3cm}{2pt}
4061 \series default
4062  et 
4063 \series bold
4064
4065 \backslash
4066 rule{2cm}{1pt}
4067 \series default
4068 :
4069 \end_layout
4070
4071 \begin_layout Standard
4072 Voici une phrase 
4073 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4074 \end_inset
4075
4076  avec deux lignes.
4077 \end_layout
4078
4079 \begin_layout Standard
4080
4081 \series bold
4082
4083 \backslash
4084 rule
4085 \series default
4086  peut aussi être utilisé avec du texte si la ligne est insérée via le menu
4087  
4088 \family sans
4089 Insertion\SpecialChar \menuseparator
4090 Typographie
4091 \begin_inset space ~
4092 \end_inset
4093
4094 spéciale\SpecialChar \menuseparator
4095 Ligne
4096 \begin_inset space ~
4097 \end_inset
4098
4099 horizontale
4100 \family default
4101
4102 \begin_inset space ~
4103 \end_inset
4104
4105 :
4106 \end_layout
4107
4108 \begin_layout Standard
4109 Ceci est une phrase 
4110 \begin_inset CommandInset line
4111 LatexCommand rule
4112 offset "0.5ex"
4113 width "3cm"
4114 height "1pt"
4115
4116 \end_inset
4117
4118  avec une ligne.
4119 \end_layout
4120
4121 \begin_layout Subsection
4122 Points de suspension
4123 \begin_inset CommandInset label
4124 LatexCommand label
4125 name "sub:Points-de-suspension"
4126
4127 \end_inset
4128
4129
4130 \begin_inset Index idx
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Points de suspension
4135 \end_layout
4136
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \begin_layout Standard
4143 Différents types de points de suspension sont disponibles.
4144 \begin_inset Foot
4145 status collapsed
4146
4147 \begin_layout Plain Layout
4148 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4149 \begin_inset Info
4150 type  "icon"
4151 arg   "math-insert \\ldots"
4152 \end_inset
4153
4154
4155 \end_layout
4156
4157 \end_inset
4158
4159  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4160  base, on utilise (
4161 \series bold
4162
4163 \backslash
4164 ldots
4165 \series default
4166
4167 \begin_inset Index idx
4168 status collapsed
4169
4170 \begin_layout Plain Layout
4171 Commandes ! L ! 
4172 \backslash
4173 ldots
4174 \end_layout
4175
4176 \end_inset
4177
4178 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4179  à la même hauteur que les opérateurs, on utilise (
4180 \series bold
4181
4182 \backslash
4183 cdots
4184 \series default
4185
4186 \begin_inset Index idx
4187 status collapsed
4188
4189 \begin_layout Plain Layout
4190 Commandes ! C ! 
4191 \backslash
4192 cdots
4193 \end_layout
4194
4195 \end_inset
4196
4197 ).
4198  Quand on utilise la commande 
4199 \series bold
4200
4201 \backslash
4202 dots
4203 \series default
4204
4205 \begin_inset Index idx
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209 Commandes ! D ! 
4210 \backslash
4211 dots
4212 \end_layout
4213
4214 \end_inset
4215
4216 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4217 \end_layout
4218
4219 \begin_layout Standard
4220 \align center
4221 \begin_inset Tabular
4222 <lyxtabular version="3" rows="9" columns="2">
4223 <features rotate="0" tabularvalignment="middle">
4224 <column alignment="center" valignment="top" width="0pt">
4225 <column alignment="center" valignment="top" width="0pt">
4226 <row>
4227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 Commande
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 Résultat
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 A_1
4252 \begin_inset space \textvisiblespace{}
4253 \end_inset
4254
4255 ,
4256 \backslash
4257 dots
4258 \begin_inset space \textvisiblespace{}
4259 \end_inset
4260
4261 ,A_n
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 \begin_inset Formula $A_{1},\dots,A_{n}$
4271 \end_inset
4272
4273
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284 A_1
4285 \begin_inset space \textvisiblespace{}
4286 \end_inset
4287
4288 +
4289 \backslash
4290 dots
4291 \begin_inset space \textvisiblespace{}
4292 \end_inset
4293
4294 +A_n
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 \begin_inset Formula $A_{1}+\dots+A_{n}$
4304 \end_inset
4305
4306
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 A_1
4318 \begin_inset space \textvisiblespace{}
4319 \end_inset
4320
4321 ,
4322 \backslash
4323 ldots
4324 \begin_inset space \textvisiblespace{}
4325 \end_inset
4326
4327 ,A_n
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 \begin_inset Formula $A_{1},\ldots,A_{n}$
4337 \end_inset
4338
4339
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 </row>
4345 <row>
4346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 A_1
4351 \begin_inset space \textvisiblespace{}
4352 \end_inset
4353
4354 +
4355 \backslash
4356 cdots
4357 \begin_inset space \textvisiblespace{}
4358 \end_inset
4359
4360 +A_n
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4370 \end_inset
4371
4372
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \backslash
4385 vdots
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 \begin_inset Formula $\vdots$
4395 \end_inset
4396
4397
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \backslash
4410 ddots
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 \begin_inset Formula $\ddots$
4420 \end_inset
4421
4422
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \backslash
4435 iddots
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 \begin_inset Formula $\iddots$
4445 \end_inset
4446
4447
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 matrice 3×3
4459 \begin_inset space \thinspace{}
4460 \end_inset
4461
4462 avec les différents types de points
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 \begin_inset Formula $\begin{array}{ccc}
4472 A_{11} & \cdots & A_{1m}\\
4473 \vdots & \ddots & \vdots\\
4474 A_{n1} & \cdots & A_{nm}
4475 \end{array}$
4476 \end_inset
4477
4478
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 </row>
4484 </lyxtabular>
4485
4486 \end_inset
4487
4488
4489 \end_layout
4490
4491 \begin_layout Standard
4492 Les points de suspension accessibles avec le menu 
4493 \family sans
4494 Insertion\SpecialChar \menuseparator
4495 Caractère
4496 \begin_inset space ~
4497 \end_inset
4498
4499 spécial
4500 \family default
4501  sont des 
4502 \series bold
4503
4504 \backslash
4505 ldots
4506 \series default
4507 .
4508 \end_layout
4509
4510 \begin_layout Standard
4511 \begin_inset VSpace medskip
4512 \end_inset
4513
4514
4515 \end_layout
4516
4517 \begin_layout Standard
4518 Pour utiliser 
4519 \series bold
4520
4521 \backslash
4522 iddots
4523 \series default
4524 , on doit utiliser une des options 
4525 \family sans
4526 Utiliser
4527 \begin_inset space ~
4528 \end_inset
4529
4530 (automatiquement) le paquetage mathdots 
4531 \family default
4532 dans les paramètres du document, rubrique 
4533 \family sans
4534 Options du mode math
4535 \family default
4536 .
4537 \begin_inset Newline newline
4538 \end_inset
4539
4540 L'utilisation de l'option 
4541 \family sans
4542 Utiliser le paquetage mathdots
4543 \family default
4544  améliorera l'apparence de tous les points du document si leur police ou
4545  leur taille de caractère n'est pas le choix implicite.
4546 \end_layout
4547
4548 \begin_layout Standard
4549 \begin_inset VSpace medskip
4550 \end_inset
4551
4552 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4553  couvrir plusieurs colonnes.
4554  Il sont créés avec la commande 
4555 \series bold
4556
4557 \backslash
4558 hdotsfor
4559 \series default
4560
4561 \begin_inset Index idx
4562 status collapsed
4563
4564 \begin_layout Plain Layout
4565 Commandes ! H ! 
4566 \backslash
4567 hdotsfor
4568 \end_layout
4569
4570 \end_inset
4571
4572 , qui a la syntaxe suivante:
4573 \end_layout
4574
4575 \begin_layout Standard
4576
4577 \series bold
4578
4579 \backslash
4580 hdotsfor[distance]{nombre de colonnes}
4581 \end_layout
4582
4583 \begin_layout Standard
4584 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4585  La distance est un facteur donnant la distance entre les points.
4586 \end_layout
4587
4588 \begin_layout Standard
4589 Dans la matrice suivante, on a inséré la commande 
4590 \series bold
4591
4592 \backslash
4593 hdotsfor[2]{4}
4594 \series default
4595  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4596  points de suspension avec une distance entre points double de celle obtenue
4597  avec la commande 
4598 \series bold
4599
4600 \backslash
4601 dots
4602 \series default
4603 :
4604 \begin_inset Formula 
4605 \[
4606 \left(\begin{array}{cccc}
4607 A & B & C & D\\
4608 \hdotsfor[2]{4}\\
4609 a & z & e & r
4610 \end{array}\right)
4611 \]
4612
4613 \end_inset
4614
4615 Notez que les cases de la matrice qui doivent être couvertes doivent être
4616  vides, sinon vous aurez des erreurs LaTeX.
4617 \end_layout
4618
4619 \begin_layout Standard
4620 \begin_inset VSpace bigskip
4621 \end_inset
4622
4623 Pour aller plus loin, vous pouvez utiliser la commande 
4624 \series bold
4625
4626 \backslash
4627 dotfill
4628 \series default
4629
4630 \begin_inset Index idx
4631 status collapsed
4632
4633 \begin_layout Plain Layout
4634 Commandes ! D ! 
4635 \backslash
4636 dotfill
4637 \end_layout
4638
4639 \end_inset
4640
4641  pour remplir le reste d'une ligne avec des points.
4642  L'effet de ces commandes est le même que celui de 
4643 \series bold
4644
4645 \backslash
4646 hfill
4647 \series default
4648 , voir 
4649 \begin_inset CommandInset ref
4650 LatexCommand ref
4651 reference "sub:Espace-variable"
4652
4653 \end_inset
4654
4655 .
4656 \end_layout
4657
4658 \begin_layout Standard
4659 Par exemple, la commande 
4660 \series bold
4661 A
4662 \backslash
4663 dotfill
4664 \begin_inset space \textvisiblespace{}
4665 \end_inset
4666
4667 B
4668 \series default
4669  produit
4670 \end_layout
4671
4672 \begin_layout Standard
4673 \begin_inset Formula $A\dotfill B$
4674 \end_inset
4675
4676
4677 \end_layout
4678
4679 \begin_layout Standard
4680 Comme
4681 \series bold
4682  
4683 \backslash
4684 dotfill
4685 \series default
4686  avec des points, il existe la commande 
4687 \series bold
4688
4689 \backslash
4690 hrulefill
4691 \series default
4692
4693 \begin_inset Index idx
4694 status collapsed
4695
4696 \begin_layout Plain Layout
4697 Commandes ! H ! 
4698 \backslash
4699 hrulefill
4700 \end_layout
4701
4702 \end_inset
4703
4704  avec un filet:
4705 \end_layout
4706
4707 \begin_layout Standard
4708 \begin_inset Formula $A\hrulefill B$
4709 \end_inset
4710
4711
4712 \end_layout
4713
4714 \begin_layout Standard
4715 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4716  mode TeX.
4717 \end_layout
4718
4719 \begin_layout Section
4720 Matrices
4721 \begin_inset CommandInset label
4722 LatexCommand label
4723 name "sec:Matrices"
4724
4725 \end_inset
4726
4727
4728 \begin_inset Index idx
4729 status collapsed
4730
4731 \begin_layout Plain Layout
4732 Matrices
4733 \end_layout
4734
4735 \end_inset
4736
4737
4738 \end_layout
4739
4740 \begin_layout Standard
4741 On peut insérer des matrices avec le bouton 
4742 \begin_inset Info
4743 type  "icon"
4744 arg   "dialog-show mathmatrix"
4745 \end_inset
4746
4747  de la barre d'outils mathématique ou en utilisant le menu
4748 \family sans
4749  Insertion\SpecialChar \menuseparator
4750 Math\SpecialChar \menuseparator
4751 Matrice
4752 \begin_inset space ~
4753 \end_inset
4754
4755 mathématique
4756 \family default
4757 .
4758  On vous demande alors le nombre de lignes et de colonnes de la matrice,
4759  de leur alignement et de la décoration.
4760  L'alignement vertical n'est en fait important que pour les matrices qui
4761  se trouvent dans une formule en ligne:
4762 \end_layout
4763
4764 \begin_layout Standard
4765 L'alignement de la première matrice est haut 
4766 \begin_inset Formula $\begin{array}[t]{cccc}
4767 A & D & G & J\\
4768 B & E & H & K\\
4769 C & F & I & L
4770 \end{array}$
4771 \end_inset
4772
4773 , la seconde milieu 
4774 \begin_inset Formula $\begin{array}{cccc}
4775 A & D & G & J\\
4776 B & E & H & K\\
4777 C & F & I & L
4778 \end{array}$
4779 \end_inset
4780
4781 , et la troisième bas 
4782 \begin_inset Formula $\begin{array}[b]{cccc}
4783 A & D & G & J\\
4784 B & E & H & K\\
4785 C & F & I & L
4786 \end{array}$
4787 \end_inset
4788
4789  .
4790 \end_layout
4791
4792 \begin_layout Standard
4793 L'alignement horizontal précise comment le contenu des colonnes doit être
4794  aligné.
4795  On le choisit en entrant une lettre pour chaque colonne.
4796  
4797 \emph on
4798 l
4799 \emph default
4800  pour un alignement à gauche (left) , 
4801 \emph on
4802 c
4803 \emph default
4804  centré, et
4805 \emph on
4806  r
4807 \emph default
4808  à droite (right).
4809  Par exemple, pour créer une matrice
4810 \begin_inset space ~
4811 \end_inset
4812
4813 4
4814 \series bold
4815 ×
4816 \series default
4817 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4818  sont centrées et la dernière est alignée à gauche, on va entrer 
4819 \series bold
4820 lccr
4821 \series default
4822  pour l'alignement horizontal.
4823  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4824  que l'alignement implicite pour toutes les colonnes est un 
4825 \series bold
4826 c
4827 \series default
4828 .
4829 \end_layout
4830
4831 \begin_layout Standard
4832 Alignement horizontal:
4833 \end_layout
4834
4835 \begin_layout Standard
4836
4837 \series bold
4838 lll
4839 \series default
4840  : 
4841 \begin_inset Formula $\begin{array}{lll}
4842 10000 & D & G\\
4843 B & 10000 & H\\
4844 C & F & 10000
4845 \end{array}$
4846 \end_inset
4847
4848  , 
4849 \series bold
4850 ccc
4851 \series default
4852  : 
4853 \begin_inset Formula $\begin{array}{ccc}
4854 10000 & D & G\\
4855 B & 10000 & H\\
4856 C & F & 10000
4857 \end{array}$
4858 \end_inset
4859
4860  , 
4861 \series bold
4862 rrr
4863 \series default
4864  : 
4865 \begin_inset Formula $\begin{array}{rrr}
4866 10000 & D & G\\
4867 B & 10000 & H\\
4868 C & F & 10000
4869 \end{array}$
4870 \end_inset
4871
4872
4873 \end_layout
4874
4875 \begin_layout Standard
4876 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
4877  utiliser les boutons 
4878 \begin_inset Info
4879 type  "icon"
4880 arg   "inset-modify tabular append-row"
4881 \end_inset
4882
4883
4884 \begin_inset Info
4885 type  "icon"
4886 arg   "inset-modify tabular delete-row"
4887 \end_inset
4888
4889 , etc.
4890 \begin_inset space \thinspace{}
4891 \end_inset
4892
4893 de la barre d'outils mathématique, ou le menu 
4894 \family sans
4895 Édition\SpecialChar \menuseparator
4896 Lignes
4897 \begin_inset space \thinspace{}
4898 \end_inset
4899
4900 &
4901 \begin_inset space \thinspace{}
4902 \end_inset
4903
4904 colonnes
4905 \family default
4906 .
4907  On peut aussi ajouter de nouvelles lignes avec 
4908 \family sans
4909 Ctrl-Entrée
4910 \family default
4911 .
4912 \end_layout
4913
4914 \begin_layout Standard
4915 \begin_inset VSpace bigskip
4916 \end_inset
4917
4918 La 
4919 \family sans
4920 Décoration
4921 \family default
4922  permet d'ajouter des parenthèses du type choisi autour de la matrice.
4923  Une autre façon d'ajouter des parenthèses autour d'une matrice, est soit
4924  d'utiliser les commandes 
4925 \series bold
4926
4927 \backslash
4928 left
4929 \series default
4930
4931 \begin_inset Index idx
4932 status collapsed
4933
4934 \begin_layout Plain Layout
4935 Commandes ! L ! 
4936 \backslash
4937 left
4938 \end_layout
4939
4940 \end_inset
4941
4942  et 
4943 \series bold
4944
4945 \backslash
4946 right
4947 \series default
4948
4949 \begin_inset Index idx
4950 status collapsed
4951
4952 \begin_layout Plain Layout
4953 Commandes ! R ! 
4954 \backslash
4955 right
4956 \end_layout
4957
4958 \end_inset
4959
4960  (raccourci 
4961 \family sans
4962 Alt-m
4963 \begin_inset space ~
4964 \end_inset
4965
4966 parenthèse
4967 \family default
4968 ), voir 
4969 \begin_inset CommandInset ref
4970 LatexCommand ref
4971 reference "sub:Taille-parenthèses-automatique"
4972
4973 \end_inset
4974
4975 , soit d'utiliser les commandes suivantes:
4976 \begin_inset VSpace medskip
4977 \end_inset
4978
4979
4980 \end_layout
4981
4982 \begin_layout Standard
4983 \begin_inset Tabular
4984 <lyxtabular version="3" rows="4" columns="2">
4985 <features rotate="0" tabularvalignment="middle">
4986 <column alignment="center" valignment="top" width="0pt">
4987 <column alignment="center" valignment="top">
4988 <row>
4989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Commande
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Résultat
5003 \begin_inset Note Note
5004 status collapsed
5005
5006 \begin_layout Plain Layout
5007
5008 \series bold
5009
5010 \backslash
5011 raisebox
5012 \series default
5013  est seulement utilisée pour faire de la place
5014 \end_layout
5015
5016 \end_inset
5017
5018
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \backslash
5031 bmatrix
5032 \begin_inset space \textvisiblespace{}
5033 \end_inset
5034
5035 matrice
5036 \begin_inset space \thinspace{}
5037 \end_inset
5038
5039 2×2
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5049 0 & \textrm{-}\mathrm{i}\\
5050 \mathrm{i} & 0
5051 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5052 \end_inset
5053
5054
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \backslash
5067 Bmatrix
5068 \begin_inset space \textvisiblespace{}
5069 \end_inset
5070
5071 matrice
5072 \begin_inset space \thinspace{}
5073 \end_inset
5074
5075 2×2
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5085 0 & \textrm{-}\mathrm{i}\\
5086 \mathrm{i} & 0
5087 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5088 \end_inset
5089
5090
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 <row>
5097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101
5102 \backslash
5103 pmatrix
5104 \begin_inset space \textvisiblespace{}
5105 \end_inset
5106
5107 matrice
5108 \begin_inset space \thinspace{}
5109 \end_inset
5110
5111 2×2
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5121 0 & \textrm{-}\mathrm{i}\\
5122 \mathrm{i} & 0
5123 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5124 \end_inset
5125
5126
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 </lyxtabular>
5133
5134 \end_inset
5135
5136
5137 \begin_inset space \hfill{}
5138 \end_inset
5139
5140
5141 \begin_inset Tabular
5142 <lyxtabular version="3" rows="4" columns="2">
5143 <features rotate="0" tabularvalignment="middle">
5144 <column alignment="center" valignment="top">
5145 <column alignment="center" valignment="top">
5146 <row>
5147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 Commande
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Résultat
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row>
5167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \backslash
5173 vmatrix
5174 \begin_inset space \textvisiblespace{}
5175 \end_inset
5176
5177 matrice
5178 \begin_inset space \thinspace{}
5179 \end_inset
5180
5181 2×2
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5191 0 & \textrm{-}\mathrm{i}\\
5192 \mathrm{i} & 0
5193 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \backslash
5209 Vmatrix
5210 \begin_inset space \textvisiblespace{}
5211 \end_inset
5212
5213 matrice
5214 \begin_inset space \thinspace{}
5215 \end_inset
5216
5217 2×2
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5227 0 & \textrm{-}\mathrm{i}\\
5228 \mathrm{i} & 0
5229 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \backslash
5245 matrix
5246 \begin_inset space \textvisiblespace{}
5247 \end_inset
5248
5249 matrice
5250 \begin_inset space \thinspace{}
5251 \end_inset
5252
5253 2×2
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5263 0 & \textrm{-}\mathrm{i}\\
5264 \mathrm{i} & 0
5265 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 </lyxtabular>
5275
5276 \end_inset
5277
5278
5279 \end_layout
5280
5281 \begin_layout Standard
5282 \begin_inset VSpace medskip
5283 \end_inset
5284
5285 Quand on insère par exemple 
5286 \series bold
5287
5288 \backslash
5289 vmatrix,
5290 \series default
5291  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5292  insérée.
5293 \begin_inset Newline newline
5294 \end_inset
5295
5296 Notez que les matrices décorées ignorent l'alignement vertical.
5297 \end_layout
5298
5299 \begin_layout Standard
5300 \begin_inset VSpace bigskip
5301 \end_inset
5302
5303 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5304  
5305 \series bold
5306
5307 \backslash
5308 arraycolsep
5309 \series default
5310
5311 \begin_inset Index idx
5312 status collapsed
5313
5314 \begin_layout Plain Layout
5315 Commandes ! A ! 
5316 \backslash
5317 arraycolsep
5318 \end_layout
5319
5320 \end_inset
5321
5322  qui est décrite dans 
5323 \begin_inset CommandInset ref
5324 LatexCommand ref
5325 reference "sub:Séparation-des-colonnes"
5326
5327 \end_inset
5328
5329  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5330  dans les matrices.
5331 \end_layout
5332
5333 \begin_layout Standard
5334 Pour changer l'espacement des lignes, on utilise la commande 
5335 \series bold
5336
5337 \backslash
5338 arraystretch
5339 \series default
5340
5341 \begin_inset Index idx
5342 status collapsed
5343
5344 \begin_layout Plain Layout
5345 Commandes ! A ! 
5346 \backslash
5347 arraystretch
5348 \end_layout
5349
5350 \end_inset
5351
5352  de la façon suivante:
5353 \end_layout
5354
5355 \begin_layout Standard
5356
5357 \series bold
5358
5359 \backslash
5360 renewcommand{
5361 \backslash
5362 arraystretch}{facteur d'étirement}
5363 \begin_inset Index idx
5364 status collapsed
5365
5366 \begin_layout Plain Layout
5367 Commandes ! R ! 
5368 \backslash
5369 renewcommand
5370 \end_layout
5371
5372 \end_inset
5373
5374
5375 \end_layout
5376
5377 \begin_layout Standard
5378 La commande 
5379 \series bold
5380
5381 \backslash
5382 renewcommand
5383 \series default
5384  affecte le facteur d'étirement à la commande prédéfinie 
5385 \series bold
5386
5387 \backslash
5388 arraystretch
5389 \series default
5390 .
5391  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5392  2.
5393  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5394  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5395 \series bold
5396
5397 \backslash
5398 arraystretch
5399 \series default
5400 .
5401 \end_layout
5402
5403 \begin_layout Standard
5404 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5405  
5406 \series bold
5407
5408 \backslash
5409 smallmatrix
5410 \series default
5411
5412 \begin_inset Index idx
5413 status collapsed
5414
5415 \begin_layout Plain Layout
5416 Commandes ! S ! 
5417 \backslash
5418 smallmatrix
5419 \end_layout
5420
5421 \end_inset
5422
5423 .
5424  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5425  où la matrice est insérée.
5426 \end_layout
5427
5428 \begin_layout Standard
5429 Voici une matrice 
5430 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5431 C & D
5432 \end{smallmatrix}\right)$
5433 \end_inset
5434
5435  dans une ligne de texte.
5436 \end_layout
5437
5438 \begin_layout Section
5439 Parenthèses et autres délimiteurs
5440 \begin_inset Index idx
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444 Parenthèses
5445 \end_layout
5446
5447 \end_inset
5448
5449
5450 \begin_inset Index idx
5451 status collapsed
5452
5453 \begin_layout Plain Layout
5454 Accolades
5455 \end_layout
5456
5457 \end_inset
5458
5459
5460 \begin_inset Index idx
5461 status collapsed
5462
5463 \begin_layout Plain Layout
5464 Crochets
5465 \end_layout
5466
5467 \end_inset
5468
5469
5470 \begin_inset Index idx
5471 status collapsed
5472
5473 \begin_layout Plain Layout
5474 Delimiteurs@Délimiteurs
5475 \end_layout
5476
5477 \end_inset
5478
5479
5480 \end_layout
5481
5482 \begin_layout Subsection
5483 Parenthèses verticales et délimiteurs
5484 \begin_inset Index idx
5485 status collapsed
5486
5487 \begin_layout Plain Layout
5488 Accolades ! verticales
5489 \end_layout
5490
5491 \end_inset
5492
5493
5494 \end_layout
5495
5496 \begin_layout Standard
5497 \begin_inset space \hfill{}
5498 \end_inset
5499
5500
5501 \begin_inset Tabular
5502 <lyxtabular version="3" rows="9" columns="2">
5503 <features rotate="0" tabularvalignment="middle">
5504 <column alignment="center" valignment="top" width="0pt">
5505 <column alignment="center" valignment="top" width="0pt">
5506 <row>
5507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 Commande
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 Résultat
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 </row>
5526 <row>
5527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 (
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 \begin_inset Formula $($
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 <row>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 {
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 \begin_inset Formula $\{$
5564 \end_inset
5565
5566
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 </row>
5572 <row>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 [
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 \begin_inset Formula $[$
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 </row>
5595 <row>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600
5601 \backslash
5602 langle
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 \begin_inset Formula $\langle$
5612 \end_inset
5613
5614
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 </row>
5620 <row>
5621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625
5626 \backslash
5627 lceil
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 \begin_inset Formula $\lceil$
5637 \end_inset
5638
5639
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 </row>
5645 <row>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650
5651 \backslash
5652 lfloor
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 \begin_inset Formula $\lfloor$
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 </row>
5670 <row>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 /
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 \begin_inset Formula $/$
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 </row>
5693 <row>
5694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 |
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 \begin_inset Formula $|$
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 </row>
5716 </lyxtabular>
5717
5718 \end_inset
5719
5720
5721 \begin_inset space \hfill{}
5722 \end_inset
5723
5724
5725 \begin_inset Tabular
5726 <lyxtabular version="3" rows="9" columns="2">
5727 <features rotate="0" tabularvalignment="middle">
5728 <column alignment="center" valignment="top" width="0pt">
5729 <column alignment="center" valignment="top" width="0pt">
5730 <row>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 Commande
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 Résultat
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 </row>
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 )
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 \begin_inset Formula $)$
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 }
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 \begin_inset Formula $\}$
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 </row>
5796 <row>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 ]
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 \begin_inset Formula $]$
5811 \end_inset
5812
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824
5825 \backslash
5826 rangle
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 \begin_inset Formula $\rangle$
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 <row>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849
5850 \backslash
5851 rceil
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 \begin_inset Formula $\rceil$
5861 \end_inset
5862
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \backslash
5876 rfloor
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 \begin_inset Formula $\rfloor$
5886 \end_inset
5887
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899
5900 \backslash
5901
5902 \backslash
5903
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 \begin_inset Formula $\backslash$
5913 \end_inset
5914
5915
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 </row>
5921 <row>
5922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926
5927 \backslash
5928 |
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 \begin_inset Formula $\|$
5938 \end_inset
5939
5940
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 </row>
5946 </lyxtabular>
5947
5948 \end_inset
5949
5950
5951 \begin_inset space \hfill{}
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \begin_layout Standard
5958 \begin_inset Note Greyedout
5959 status open
5960
5961 \begin_layout Plain Layout
5962
5963 \series bold
5964 Notez:
5965 \series default
5966  En mode TeX, on doit utiliser la commande 
5967 \series bold
5968
5969 \backslash
5970 textbackslash
5971 \series default
5972
5973 \begin_inset Index idx
5974 status collapsed
5975
5976 \begin_layout Plain Layout
5977 Commandes ! T ! 
5978 \backslash
5979 textbackslash
5980 \end_layout
5981
5982 \end_inset
5983
5984  pour la barre de fraction inverse (backslash), puisque la commande 
5985 \backslash
5986
5987 \backslash
5988  produit un saut de ligne.
5989 \end_layout
5990
5991 \end_inset
5992
5993
5994 \end_layout
5995
5996 \begin_layout Standard
5997 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
5998  commandes décrites dans les deux sous-sections qui suivent.
5999  Quand on utilise ces commandes, on peut utiliser directement les caractères
6000  < et > , plutôt que les commandes 
6001 \series bold
6002
6003 \backslash
6004 langle
6005 \series default
6006  et 
6007 \series bold
6008
6009 \backslash
6010 rangle
6011 \series default
6012 .
6013 \end_layout
6014
6015 \begin_layout Subsubsection
6016 Taille de parenthèse manuelle
6017 \begin_inset CommandInset label
6018 LatexCommand label
6019 name "sub:Taille-parenthèses-manuelle"
6020
6021 \end_inset
6022
6023
6024 \begin_inset Index idx
6025 status collapsed
6026
6027 \begin_layout Plain Layout
6028 Taille parenthèses ! manuelle
6029 \end_layout
6030
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \begin_layout Standard
6037 La taille des parenthèses peut être précisée manuellement en utilisant les
6038  commandes LaTeX 
6039 \series bold
6040
6041 \backslash
6042 big
6043 \series default
6044
6045 \begin_inset Index idx
6046 status collapsed
6047
6048 \begin_layout Plain Layout
6049 Commandes ! B ! 
6050 \backslash
6051 big
6052 \end_layout
6053
6054 \end_inset
6055
6056
6057 \series bold
6058
6059 \backslash
6060 Big
6061 \series default
6062
6063 \series bold
6064
6065 \backslash
6066 bigg
6067 \series default
6068 , et 
6069 \series bold
6070
6071 \backslash
6072 Bigg
6073 \series default
6074 .
6075  
6076 \series bold
6077
6078 \backslash
6079 big
6080 \series default
6081  indique la plus petite taille et 
6082 \series bold
6083
6084 \backslash
6085 Bigg
6086 \series default
6087  la plus grande.
6088 \end_layout
6089
6090 \begin_layout Standard
6091 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6092  de parenthèses:
6093 \end_layout
6094
6095 \begin_layout Standard
6096 \align center
6097 \begin_inset Tabular
6098 <lyxtabular version="3" rows="2" columns="2">
6099 <features rotate="0" tabularvalignment="middle">
6100 <column alignment="center" valignment="top" width="0pt">
6101 <column alignment="center" valignment="top" width="0pt">
6102 <row>
6103 <cell alignment="center" valignment="top" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 toutes les parenthèses de la même taille:
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 </row>
6125 <row>
6126 <cell alignment="center" valignment="top" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 c'est mieux comme cela:
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 </row>
6148 </lyxtabular>
6149
6150 \end_inset
6151
6152
6153 \begin_inset Note Note
6154 status collapsed
6155
6156 \begin_layout Plain Layout
6157
6158 \series bold
6159
6160 \backslash
6161 raisebox
6162 \series default
6163  est seulement utilisée pour faire de la place
6164 \end_layout
6165
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \begin_layout Standard
6172 Pour la deuxième formule, on a utilisé la commande 
6173 \backslash
6174 Big((A+B)(A-B)
6175 \backslash
6176 Big)^
6177 \begin_inset space \textvisiblespace{}
6178 \end_inset
6179
6180 C.
6181 \end_layout
6182
6183 \begin_layout Standard
6184 Voici un aperçu de toutes les tailles de parenthèses:
6185 \end_layout
6186
6187 \begin_layout Standard
6188 \align center
6189
6190 \backslash
6191 Bigg(
6192 \backslash
6193 exp
6194 \backslash
6195 bigg<
6196 \backslash
6197 Big[
6198 \backslash
6199 big{
6200 \backslash
6201 ln(3x)
6202 \backslash
6203 big}^2
6204 \begin_inset space \textvisiblespace{}
6205 \end_inset
6206
6207
6208 \backslash
6209 sin(x)
6210 \backslash
6211 Big]^
6212 \begin_inset space \textvisiblespace{}
6213 \end_inset
6214
6215 A
6216 \begin_inset space \textvisiblespace{}
6217 \end_inset
6218
6219
6220 \backslash
6221 bigg>
6222 \backslash
6223 Bigg)^0,5
6224 \end_layout
6225
6226 \begin_layout Standard
6227 \align center
6228 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6229 \end_inset
6230
6231
6232 \end_layout
6233
6234 \begin_layout Standard
6235 En plus des commandes 
6236 \series bold
6237
6238 \backslash
6239 big
6240 \series default
6241 , il y a la variante 
6242 \series bold
6243
6244 \backslash
6245 bigm
6246 \series default
6247
6248 \begin_inset Index idx
6249 status collapsed
6250
6251 \begin_layout Plain Layout
6252 Commandes ! B ! 
6253 \backslash
6254 bigm
6255 \end_layout
6256
6257 \end_inset
6258
6259  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6260  la variante 
6261 \series bold
6262
6263 \backslash
6264 bigl
6265 \series default
6266 -
6267 \series bold
6268
6269 \backslash
6270 bigr
6271 \series default
6272
6273 \begin_inset Index idx
6274 status collapsed
6275
6276 \begin_layout Plain Layout
6277 Commandes ! B ! 
6278 \backslash
6279 bigl - 
6280 \backslash
6281 bigr
6282 \end_layout
6283
6284 \end_inset
6285
6286 , qui n'ajoute pas d'espace.
6287  Le 
6288 \emph on
6289 l
6290 \emph default
6291  à la fin de la commande 
6292 \series bold
6293
6294 \backslash
6295 bigl
6296 \series default
6297  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6298  par un 
6299 \emph on
6300 r
6301 \emph default
6302 .
6303  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6304  ou ouvrante.
6305 \end_layout
6306
6307 \begin_layout Standard
6308 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6309 \end_layout
6310
6311 \begin_layout Standard
6312 \align center
6313 \begin_inset Tabular
6314 <lyxtabular version="3" rows="5" columns="2">
6315 <features rotate="0" tabularvalignment="middle">
6316 <column alignment="center" valignment="middle">
6317 <column alignment="center" valignment="middle">
6318 <row>
6319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 Commande
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 Résultat
6333 \begin_inset Note Note
6334 status collapsed
6335
6336 \begin_layout Plain Layout
6337
6338 \series bold
6339
6340 \backslash
6341 raisebox
6342 \series default
6343  est seulement utilisée pour faire de la place
6344 \end_layout
6345
6346 \end_inset
6347
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 <row>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359
6360 \backslash
6361 Bigm(
6362 \backslash
6363 bigm(
6364 \backslash
6365 ln(3x)
6366 \backslash
6367 bigm)^2
6368 \begin_inset space \textvisiblespace{}
6369 \end_inset
6370
6371
6372 \backslash
6373 Bigm)
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 </row>
6391 <row>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396
6397 \backslash
6398 Big(
6399 \backslash
6400 big(
6401 \backslash
6402 ln(3x)
6403 \backslash
6404 big)^2
6405 \begin_inset space \textvisiblespace{}
6406 \end_inset
6407
6408
6409 \backslash
6410 Big)
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 <row>
6429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433
6434 \backslash
6435 Bigl(
6436 \backslash
6437 bigl(
6438 \backslash
6439 ln(3x)
6440 \backslash
6441 bigr)^2
6442 \begin_inset space \textvisiblespace{}
6443 \end_inset
6444
6445
6446 \backslash
6447 Bigr)
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6457 \end_inset
6458
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 </row>
6465 <row>
6466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470
6471 \backslash
6472 bigl)
6473 \backslash
6474 ln(3x)
6475 \backslash
6476 bigr(
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6486 \end_inset
6487
6488
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 </row>
6494 </lyxtabular>
6495
6496 \end_inset
6497
6498
6499 \end_layout
6500
6501 \begin_layout Subsubsection
6502 Taille de parenthèse automatique
6503 \begin_inset CommandInset label
6504 LatexCommand label
6505 name "sub:Taille-parenthèses-automatique"
6506
6507 \end_inset
6508
6509
6510 \begin_inset Index idx
6511 status collapsed
6512
6513 \begin_layout Plain Layout
6514 Taille parenthèses ! automatique
6515 \end_layout
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \begin_layout Standard
6523 On peut insérer des parenthèses à taille variable avec les commandes 
6524 \series bold
6525
6526 \backslash
6527 left
6528 \series default
6529
6530 \begin_inset Index idx
6531 status collapsed
6532
6533 \begin_layout Plain Layout
6534 Commandes ! L ! 
6535 \backslash
6536 left
6537 \end_layout
6538
6539 \end_inset
6540
6541  et 
6542 \series bold
6543
6544 \backslash
6545 right
6546 \series default
6547
6548 \begin_inset Index idx
6549 status collapsed
6550
6551 \begin_layout Plain Layout
6552 Commandes ! R ! 
6553 \backslash
6554 right
6555 \end_layout
6556
6557 \end_inset
6558
6559  ou avec le bouton
6560 \begin_inset space ~
6561 \end_inset
6562
6563
6564 \begin_inset Info
6565 type  "icon"
6566 arg   "dialog-show mathdelimiter"
6567 \end_inset
6568
6569  de la barre d'outils mathématique.
6570  On doit insérer la parenthèse voulue juste après la commande 
6571 \series bold
6572
6573 \backslash
6574 left
6575 \series default
6576  ou 
6577 \series bold
6578
6579 \backslash
6580 right
6581 \series default
6582 .
6583  La taille de la parenthèse sera alors calculée automatiquement pour la
6584  sortie.
6585 \end_layout
6586
6587 \begin_layout Standard
6588 \align center
6589 parenthèse normale: La commande 
6590 \series bold
6591
6592 \backslash
6593 ln(
6594 \backslash
6595 frac
6596 \begin_inset space \textvisiblespace{}
6597 \end_inset
6598
6599 A
6600 \begin_inset Formula $\downarrow$
6601 \end_inset
6602
6603 C
6604 \begin_inset space \textvisiblespace{}
6605 \end_inset
6606
6607 )
6608 \series default
6609  donne
6610 \begin_inset Formula 
6611 \[
6612 \ln(\frac{A}{C})
6613 \]
6614
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \begin_layout Standard
6621 \align center
6622 parenthèse adaptable: La commande 
6623 \series bold
6624
6625 \backslash
6626 ln
6627 \backslash
6628 left(
6629 \backslash
6630 frac
6631 \begin_inset space \textvisiblespace{}
6632 \end_inset
6633
6634 A
6635 \begin_inset Formula $\downarrow$
6636 \end_inset
6637
6638 C
6639 \begin_inset space \textvisiblespace{}
6640 \end_inset
6641
6642
6643 \backslash
6644 right)
6645 \series default
6646  donne
6647 \begin_inset Formula 
6648 \[
6649 \ln\left(\frac{A}{C}\right)
6650 \]
6651
6652 \end_inset
6653
6654
6655 \end_layout
6656
6657 \begin_layout Standard
6658 À la place des commandes 
6659 \series bold
6660
6661 \backslash
6662 left
6663 \series default
6664  et 
6665 \series bold
6666
6667 \backslash
6668 right
6669 \series default
6670  on peut utiliser le raccourci 
6671 \family sans
6672 Alt+M
6673 \begin_inset space ~
6674 \end_inset
6675
6676 parenthèse
6677 \family default
6678 .
6679  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6680  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6681  en même temps.
6682 \begin_inset Newline newline
6683 \end_inset
6684
6685 La commande pour le dernier exemple serait alors: 
6686 \series bold
6687
6688 \backslash
6689 ln Alt+M
6690 \series default
6691  
6692 \series bold
6693 (
6694 \backslash
6695 frac
6696 \begin_inset space \textvisiblespace{}
6697 \end_inset
6698
6699 A
6700 \begin_inset Formula $\downarrow$
6701 \end_inset
6702
6703 C
6704 \end_layout
6705
6706 \begin_layout Standard
6707 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6708  de la parenthèse omise.
6709  Par exemple, la commande 
6710 \series bold
6711
6712 \backslash
6713 left.
6714 \backslash
6715 frac
6716 \begin_inset space \textvisiblespace{}
6717 \end_inset
6718
6719 A
6720 \begin_inset Formula $\downarrow$
6721 \end_inset
6722
6723 B
6724 \begin_inset space \textvisiblespace{}
6725 \end_inset
6726
6727
6728 \backslash
6729 right}
6730 \series default
6731  donne:
6732 \series bold
6733
6734 \begin_inset Formula 
6735 \[
6736 \left.\frac{A}{B}\right\} 
6737 \]
6738
6739 \end_inset
6740
6741
6742 \series default
6743 Les commandes 
6744 \series bold
6745
6746 \backslash
6747 left
6748 \series default
6749  et 
6750 \series bold
6751
6752 \backslash
6753 right
6754 \series default
6755  seront converties par LyX en parenthèses de taille appropriée quand le
6756  document sera rechargé et une parenthèse omise apparaîtra sous la forme
6757  d'une ligne en pointillé.
6758 \end_layout
6759
6760 \begin_layout Standard
6761 \begin_inset VSpace bigskip
6762 \end_inset
6763
6764 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
6765  de LaTeX, la commande 
6766 \series bold
6767
6768 \backslash
6769 middle
6770 \series default
6771
6772 \begin_inset Index idx
6773 status collapsed
6774
6775 \begin_layout Plain Layout
6776 Commandes ! M ! 
6777 \backslash
6778 middle
6779 \end_layout
6780
6781 \end_inset
6782
6783  est aussi disponible pour toutes les parenthèses et limites.
6784  Avec cette commande la taille du caractère suivant est adaptée à la taille
6785  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
6786  de la physique quantique:
6787 \begin_inset Formula 
6788 \[
6789 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6790 \]
6791
6792 \end_inset
6793
6794 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
6795  en 
6796 \begin_inset CommandInset ref
6797 LatexCommand ref
6798 reference "sub:Vecteurs-physiques"
6799
6800 \end_inset
6801
6802 .
6803 \end_layout
6804
6805 \begin_layout Subsection
6806 Accolades horizontales
6807 \begin_inset Index idx
6808 status collapsed
6809
6810 \begin_layout Plain Layout
6811 Accolades ! horizontales
6812 \end_layout
6813
6814 \end_inset
6815
6816
6817 \end_layout
6818
6819 \begin_layout Standard
6820 \align center
6821 \begin_inset Tabular
6822 <lyxtabular version="3" rows="4" columns="2">
6823 <features rotate="0" tabularvalignment="middle">
6824 <column alignment="center" valignment="top" width="0pt">
6825 <column alignment="center" valignment="top" width="0pt">
6826 <row>
6827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 Commande
6832 \begin_inset Note Note
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836
6837 \series bold
6838
6839 \backslash
6840 raisebox
6841 \series default
6842  est seulement utilisée pour faire de la place
6843 \end_layout
6844
6845 \end_inset
6846
6847
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 Résultat
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 </row>
6862 <row>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 \begin_inset ERT
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871
6872
6873 \backslash
6874 raisebox{2.3mm}{
6875 \end_layout
6876
6877 \end_inset
6878
6879
6880 \backslash
6881 overbrace
6882 \begin_inset space \textvisiblespace{}
6883 \end_inset
6884
6885 A+B
6886 \begin_inset space \textvisiblespace{}
6887 \end_inset
6888
6889 ^
6890 \begin_inset space \textvisiblespace{}
6891 \end_inset
6892
6893 3
6894 \begin_inset ERT
6895 status collapsed
6896
6897 \begin_layout Plain Layout
6898
6899 }
6900 \end_layout
6901
6902 \end_inset
6903
6904
6905 \begin_inset Index idx
6906 status collapsed
6907
6908 \begin_layout Plain Layout
6909 Commandes ! O ! 
6910 \backslash
6911 overbrace
6912 \end_layout
6913
6914 \end_inset
6915
6916
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 \begin_inset Formula $\overbrace{A+B}^{3}$
6926 \end_inset
6927
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 </row>
6934 <row>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 \begin_inset ERT
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943
6944
6945 \backslash
6946 raisebox{-2.2mm}{
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \backslash
6953 underbrace
6954 \begin_inset space \textvisiblespace{}
6955 \end_inset
6956
6957 A+B
6958 \begin_inset space \textvisiblespace{}
6959 \end_inset
6960
6961 _5
6962 \begin_inset ERT
6963 status collapsed
6964
6965 \begin_layout Plain Layout
6966
6967 }
6968 \end_layout
6969
6970 \end_inset
6971
6972
6973 \begin_inset Index idx
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977 Commandes ! U ! 
6978 \backslash
6979 underbrace
6980 \end_layout
6981
6982 \end_inset
6983
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 \begin_inset Formula $\underbrace{A+B}_{5}$
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 </row>
7002 <row>
7003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007
7008 \backslash
7009 overbrace
7010 \begin_inset space \textvisiblespace{}
7011 \end_inset
7012
7013
7014 \backslash
7015 underbrace
7016 \begin_inset space \textvisiblespace{}
7017 \end_inset
7018
7019 A+B_w
7020 \begin_inset space \textvisiblespace{}
7021 \end_inset
7022
7023
7024 \begin_inset space \textvisiblespace{}
7025 \end_inset
7026
7027 _7
7028 \begin_inset space \textvisiblespace{}
7029 \end_inset
7030
7031
7032 \begin_inset space \textvisiblespace{}
7033 \end_inset
7034
7035 ^
7036 \begin_inset space \textvisiblespace{}
7037 \end_inset
7038
7039 C
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7049 \end_inset
7050
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 </row>
7057 </lyxtabular>
7058
7059 \end_inset
7060
7061
7062 \end_layout
7063
7064 \begin_layout Standard
7065 Dans le dernier exemple, il importe peu que 
7066 \series bold
7067
7068 \backslash
7069 overbrace
7070 \series default
7071  ou 
7072 \series bold
7073
7074 \backslash
7075 underbrace
7076 \series default
7077  soit inséré en premier.
7078 \end_layout
7079
7080 \begin_layout Standard
7081 \begin_inset VSpace bigskip
7082 \end_inset
7083
7084 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7085  des formules multi-lignes, comme c'est décrit en :
7086 \begin_inset Formula 
7087 \begin{eqnarray*}
7088 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7089  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7090 \end{eqnarray*}
7091
7092 \end_inset
7093
7094 Dans la première ligne la formule est insérée avec l'accolade.
7095  Dans celle-ci, il est important que la commande d'espacement
7096 \begin_inset Foot
7097 status collapsed
7098
7099 \begin_layout Plain Layout
7100 Les commandes concernant les espaces sont expliquées dans 
7101 \begin_inset CommandInset ref
7102 LatexCommand ref
7103 reference "sub:Espace-prédéfini"
7104
7105 \end_inset
7106
7107 .
7108 \end_layout
7109
7110 \end_inset
7111
7112  
7113 \series bold
7114
7115 \backslash
7116 :
7117 \series default
7118  soit insérée avant le premier 
7119 \begin_inset Formula $d$
7120 \end_inset
7121
7122 , parce que l'accolade qui se termine après le dernier 
7123 \begin_inset Formula $q$
7124 \end_inset
7125
7126  empêche que le 
7127 \begin_inset Quotes eld
7128 \end_inset
7129
7130 +
7131 \begin_inset Quotes erd
7132 \end_inset
7133
7134  qui suit soit entouré par des espaces
7135 \begin_inset Foot
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139 parce que l'accolade n'est pas traitée comme un caractère, voir 
7140 \begin_inset CommandInset ref
7141 LatexCommand ref
7142 reference "sub:Opérateurs-binaires"
7143
7144 \end_inset
7145
7146
7147 \end_layout
7148
7149 \end_inset
7150
7151 .
7152  On insère la deuxième accolade dans la deuxième ligne.
7153  Comme elle doit commencer juste avant le premier 
7154 \begin_inset Formula $b$
7155 \end_inset
7156
7157 , on insère d'abord la commande 
7158 \series bold
7159
7160 \backslash
7161 hphantom{gggg+
7162 \backslash
7163 :}
7164 \series default
7165
7166 \begin_inset Foot
7167 status collapsed
7168
7169 \begin_layout Plain Layout
7170 plus au sujet de 
7171 \series bold
7172
7173 \backslash
7174 hphantom
7175 \series default
7176 , voir 
7177 \begin_inset CommandInset ref
7178 LatexCommand ref
7179 reference "sub:Garnitures"
7180
7181 \end_inset
7182
7183
7184 \end_layout
7185
7186 \end_inset
7187
7188 .
7189  Cet espace est nécessaire puisque le 
7190 \begin_inset Quotes eld
7191 \end_inset
7192
7193 +
7194 \begin_inset Quotes erd
7195 \end_inset
7196
7197  est aussi entouré d'espace dans la formule.
7198  L'accolade est placée sous la commande 
7199 \series bold
7200
7201 \backslash
7202 hphantom{bbqq+dddd}
7203 \series default
7204 .
7205 \end_layout
7206
7207 \begin_layout Standard
7208 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7209  dans l'exemple suivant:
7210 \begin_inset ERT
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214
7215
7216 \backslash
7217 setlength{
7218 \backslash
7219 jot}{-6pt}
7220 \end_layout
7221
7222 \end_inset
7223
7224
7225 \begin_inset Formula 
7226 \begin{eqnarray*}
7227  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7228 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7229 \end{eqnarray*}
7230
7231 \end_inset
7232
7233
7234 \begin_inset ERT
7235 status collapsed
7236
7237 \begin_layout Plain Layout
7238
7239
7240 \backslash
7241 setlength{
7242 \backslash
7243 jot}{3pt}
7244 \end_layout
7245
7246 \end_inset
7247
7248 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7249  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7250  La seconde ligne contient la formule avec la deuxième accolade.
7251  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7252  et la formule, on doit réduire l'espacement entre les lignes.
7253  Ce n'est pas facile à cause d'un bug de LyX
7254 \begin_inset Foot
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258 \begin_inset CommandInset href
7259 LatexCommand href
7260 name "LyX-bug #1505"
7261 target "http://www.lyx.org/trac/ticket/1505"
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \end_inset
7269
7270 .
7271  Comme solution à ce problème, on peut mettre à -6
7272 \begin_inset space \thinspace{}
7273 \end_inset
7274
7275 pt la formule globale pour l'espacement des lignes 
7276 \series bold
7277
7278 \backslash
7279 jot
7280 \series default
7281
7282 \begin_inset Index idx
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286 Commandes ! J ! 
7287 \backslash
7288 jot
7289 \begin_inset ERT
7290 status collapsed
7291
7292 \begin_layout Plain Layout
7293
7294
7295 \backslash
7296 vspace{4mm}
7297 \end_layout
7298
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \end_inset
7305
7306 , juste avant la formule en utilisant la commande 
7307 \series bold
7308
7309 \backslash
7310 setlength{
7311 \backslash
7312 jot}{-6pt}
7313 \series default
7314  en mode TeX.
7315  
7316 \series bold
7317
7318 \backslash
7319 jot
7320 \series default
7321  est remise à sa valeur initiale de 3
7322 \begin_inset space \thinspace{}
7323 \end_inset
7324
7325 pt juste après la formule, en utilisant la même commande.
7326  Vous trouverez plus d'explications sur la séparation des lignes dans les
7327  formules dans 
7328 \begin_inset CommandInset ref
7329 LatexCommand ref
7330 reference "sub:Séparation-des-lignes"
7331
7332 \end_inset
7333
7334 .
7335 \end_layout
7336
7337 \begin_layout Section
7338 Flèches
7339 \begin_inset Index idx
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343 Flèches
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \begin_layout Standard
7352 On peut insérer des flèches avec le bouton 
7353 \begin_inset Info
7354 type  "icon"
7355 arg   "math-insert \\leftarrow"
7356 \end_inset
7357
7358  de la barre d'outils mathématique ou en insérant une des commandes listées
7359  dans les sous-sections qui suivent.
7360 \end_layout
7361
7362 \begin_layout Subsection
7363 Flèches horizontales
7364 \begin_inset Index idx
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368 Flèches ! horizontales
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \begin_layout Standard
7377 \begin_inset space \hfill{}
7378 \end_inset
7379
7380
7381 \begin_inset Tabular
7382 <lyxtabular version="3" rows="8" columns="2">
7383 <features rotate="0" tabularvalignment="middle">
7384 <column alignment="center" valignment="top" width="0pt">
7385 <column alignment="center" valignment="top" width="0pt">
7386 <row>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 Commande
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 Résultat
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 </row>
7406 <row>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411
7412 \backslash
7413 gets
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422 \begin_inset Formula $\gets$
7423 \end_inset
7424
7425
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436
7437 \backslash
7438 Leftarrow
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 \begin_inset Formula $\Leftarrow$
7448 \end_inset
7449
7450
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 </row>
7456 <row>
7457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461
7462 \backslash
7463 longleftarrow
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 \begin_inset Formula $\longleftarrow$
7473 \end_inset
7474
7475
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 </row>
7481 <row>
7482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486
7487 \backslash
7488 Longleftarrow
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 \begin_inset Formula $\Longleftarrow$
7498 \end_inset
7499
7500
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row>
7507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \backslash
7513 leftharpoonup
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 \begin_inset Formula $\leftharpoonup$
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \backslash
7538 leftharpoondown
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 \begin_inset Formula $\leftharpoondown$
7548 \end_inset
7549
7550
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 <row>
7557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \backslash
7563 hookleftarrow
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 \begin_inset Formula $\hookleftarrow$
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 </row>
7581 </lyxtabular>
7582
7583 \end_inset
7584
7585
7586 \begin_inset space \hfill{}
7587 \end_inset
7588
7589
7590 \begin_inset Tabular
7591 <lyxtabular version="3" rows="8" columns="2">
7592 <features rotate="0" tabularvalignment="middle">
7593 <column alignment="center" valignment="top" width="0pt">
7594 <column alignment="center" valignment="top" width="0pt">
7595 <row>
7596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600 Command
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 Résultat
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 </row>
7615 <row>
7616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620
7621 \backslash
7622 to
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 \begin_inset Formula $\to$
7632 \end_inset
7633
7634
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 </row>
7640 <row>
7641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \backslash
7647 Rightarrow
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 \begin_inset Formula $\Rightarrow$
7657 \end_inset
7658
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row>
7666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \backslash
7672 longrightarrow
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 \begin_inset Formula $\longrightarrow$
7682 \end_inset
7683
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 </row>
7690 <row>
7691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695
7696 \backslash
7697 Longrightarrow
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 \begin_inset Formula $\Longrightarrow$
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 </row>
7715 <row>
7716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \backslash
7722 rightharpoonup
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 \begin_inset Formula $\rightharpoonup$
7732 \end_inset
7733
7734
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row>
7741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \backslash
7747 rightharpoondown
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 \begin_inset Formula $\rightharpoondown$
7757 \end_inset
7758
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 <row>
7766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \backslash
7772 hookrightarrow
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781 \begin_inset Formula $\hookrightarrow$
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 </lyxtabular>
7791
7792 \end_inset
7793
7794
7795 \begin_inset space \hfill{}
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \begin_layout Standard
7802 \begin_inset space \hfill{}
7803 \end_inset
7804
7805
7806 \begin_inset Tabular
7807 <lyxtabular version="3" rows="6" columns="2">
7808 <features rotate="0" tabularvalignment="middle">
7809 <column alignment="center" valignment="top" width="0pt">
7810 <column alignment="center" valignment="top" width="0pt">
7811 <row>
7812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 Commande
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 Résultat
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 <row>
7832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \backslash
7838 leftrightarrow
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 \begin_inset Formula $\leftrightarrow$
7848 \end_inset
7849
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row>
7857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \backslash
7863 Leftrightarrow
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 \begin_inset Formula $\Leftrightarrow$
7873 \end_inset
7874
7875
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \backslash
7888 longleftrightarrow
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 \begin_inset Formula $\longleftrightarrow$
7898 \end_inset
7899
7900
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row>
7907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \backslash
7913 Longleftrightarrow
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 \begin_inset Formula $\Longleftrightarrow$
7923 \end_inset
7924
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \backslash
7938 rightleftharpoons
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 \begin_inset Formula $\rightleftharpoons$
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 </lyxtabular>
7957
7958 \end_inset
7959
7960
7961 \begin_inset space \hspace{}
7962 \length 25pt
7963 \end_inset
7964
7965
7966 \begin_inset space \hfill{}
7967 \end_inset
7968
7969
7970 \begin_inset Tabular
7971 <lyxtabular version="3" rows="5" columns="2">
7972 <features rotate="0" tabularvalignment="middle">
7973 <column alignment="center" valignment="top" width="0pt">
7974 <column alignment="center" valignment="top" width="0pt">
7975 <row>
7976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 Commande
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 Résultat
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \backslash
8002 mapsto
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 \begin_inset Formula $\mapsto$
8012 \end_inset
8013
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \backslash
8027 longmapsto
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 \begin_inset Formula $\longmapsto$
8037 \end_inset
8038
8039
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \backslash
8052 leadsto
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 \begin_inset Formula $\leadsto$
8062 \end_inset
8063
8064
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \backslash
8077 dasharrow
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 \begin_inset Formula $\dasharrow$
8087 \end_inset
8088
8089
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 </lyxtabular>
8096
8097 \end_inset
8098
8099
8100 \begin_inset space \hfill{}
8101 \end_inset
8102
8103
8104 \end_layout
8105
8106 \begin_layout Standard
8107 \begin_inset VSpace medskip
8108 \end_inset
8109
8110 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8111  flèches des vecteurs, sont listées dans 
8112 \begin_inset CommandInset ref
8113 LatexCommand ref
8114 reference "sec:Accents"
8115
8116 \end_inset
8117
8118 .
8119 \end_layout
8120
8121 \begin_layout Standard
8122 \begin_inset VSpace bigskip
8123 \end_inset
8124
8125 Il y a aussi les flèches avec étiquette 
8126 \begin_inset Index idx
8127 status collapsed
8128
8129 \begin_layout Plain Layout
8130 Flèches ! avec étiquette
8131 \end_layout
8132
8133 \end_inset
8134
8135  
8136 \series bold
8137
8138 \backslash
8139 xleftarrow
8140 \series default
8141
8142 \begin_inset Index idx
8143 status collapsed
8144
8145 \begin_layout Plain Layout
8146 Commandes ! X ! 
8147 \backslash
8148 xleftarrow
8149 \end_layout
8150
8151 \end_inset
8152
8153  et 
8154 \series bold
8155
8156 \backslash
8157 xrightarrow
8158 \series default
8159
8160 \begin_inset Index idx
8161 status collapsed
8162
8163 \begin_layout Plain Layout
8164 Commandes ! X ! 
8165 \backslash
8166 xrightarrow
8167 \begin_inset ERT
8168 status collapsed
8169
8170 \begin_layout Plain Layout
8171
8172
8173 \backslash
8174 vspace{4mm}
8175 \end_layout
8176
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183
8184 .
8185  Quand on insère une de ces commandes dans une formule, une flèche avec
8186  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8187  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8188 \end_layout
8189
8190 \begin_layout Standard
8191 \align center
8192 \begin_inset Tabular
8193 <lyxtabular version="3" rows="3" columns="2">
8194 <features rotate="0" tabularvalignment="middle">
8195 <column alignment="center" valignment="top" width="0pt">
8196 <column alignment="center" valignment="top" width="0pt">
8197 <row>
8198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Commande
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Résultat
8212 \begin_inset Note Note
8213 status collapsed
8214
8215 \begin_layout Plain Layout
8216
8217 \series bold
8218
8219 \backslash
8220 raisebox
8221 \series default
8222  est seulement utilisée pour faire de la place
8223 \end_layout
8224
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 F(a)
8239 \backslash
8240 xleftarrow
8241 \begin_inset space \textvisiblespace{}
8242 \end_inset
8243
8244 x=a
8245 \begin_inset Formula $\downarrow$
8246 \end_inset
8247
8248 x>0
8249 \begin_inset Formula $\to$
8250 \end_inset
8251
8252 F(x)
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 F(x)
8276 \backslash
8277 xrightarrow
8278 \begin_inset space \textvisiblespace{}
8279 \end_inset
8280
8281 x=a
8282 \begin_inset Formula $\downarrow$
8283 \end_inset
8284
8285 x>0
8286 \begin_inset Formula $\to$
8287 \end_inset
8288
8289 F(a)
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8299 \end_inset
8300
8301
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 </lyxtabular>
8308
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \begin_layout Subsection
8315 Flèches verticales et diagonales
8316 \begin_inset Index idx
8317 status collapsed
8318
8319 \begin_layout Plain Layout
8320 Flèches ! diagonales
8321 \end_layout
8322
8323 \end_inset
8324
8325
8326 \begin_inset Index idx
8327 status collapsed
8328
8329 \begin_layout Plain Layout
8330 Flèches ! verticales
8331 \end_layout
8332
8333 \end_inset
8334
8335
8336 \end_layout
8337
8338 \begin_layout Standard
8339 \begin_inset space \hfill{}
8340 \end_inset
8341
8342
8343 \begin_inset Tabular
8344 <lyxtabular version="3" rows="7" columns="2">
8345 <features rotate="0" tabularvalignment="middle">
8346 <column alignment="center" valignment="top" width="0pt">
8347 <column alignment="center" valignment="top" width="0pt">
8348 <row>
8349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Commande
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Résultat
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \backslash
8375 uparrow
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 \begin_inset Formula $\uparrow$
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \backslash
8400 Uparrow
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 \begin_inset Formula $\Uparrow$
8410 \end_inset
8411
8412
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \backslash
8425 updownarrow
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 \begin_inset Formula $\updownarrow$
8435 \end_inset
8436
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \backslash
8450 Updownarrow
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 \begin_inset Formula $\Updownarrow$
8460 \end_inset
8461
8462
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \backslash
8475 Downarrow
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 \begin_inset Formula $\Downarrow$
8485 \end_inset
8486
8487
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \backslash
8500 downarrow
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 \begin_inset Formula $\downarrow$
8510 \end_inset
8511
8512
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 </lyxtabular>
8519
8520 \end_inset
8521
8522
8523 \begin_inset space \hfill{}
8524 \end_inset
8525
8526
8527 \begin_inset Tabular
8528 <lyxtabular version="3" rows="5" columns="2">
8529 <features rotate="0" tabularvalignment="middle">
8530 <column alignment="center" valignment="top" width="0pt">
8531 <column alignment="center" valignment="top" width="0pt">
8532 <row>
8533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 Commande
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Résultat
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \backslash
8559 nearrow
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 \begin_inset Formula $\nearrow$
8569 \end_inset
8570
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \backslash
8584 searrow
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 \begin_inset Formula $\searrow$
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \backslash
8609 swarrow
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 \begin_inset Formula $\swarrow$
8619 \end_inset
8620
8621
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \backslash
8634 nwarrow
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 \begin_inset Formula $\nwarrow$
8644 \end_inset
8645
8646
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 </lyxtabular>
8653
8654 \end_inset
8655
8656
8657 \begin_inset space \hfill{}
8658 \end_inset
8659
8660
8661 \end_layout
8662
8663 \begin_layout Standard
8664 \begin_inset VSpace medskip
8665 \end_inset
8666
8667 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
8668  même temps que les commandes décrites dans 
8669 \begin_inset CommandInset ref
8670 LatexCommand ref
8671 reference "sub:Taille-parenthèses-manuelle"
8672
8673 \end_inset
8674
8675  et 
8676 \begin_inset CommandInset ref
8677 LatexCommand ref
8678 reference "sub:Taille-parenthèses-automatique"
8679
8680 \end_inset
8681
8682 .
8683 \end_layout
8684
8685 \begin_layout Section
8686 Accents
8687 \begin_inset CommandInset label
8688 LatexCommand label
8689 name "sec:Accents"
8690
8691 \end_inset
8692
8693
8694 \begin_inset Index idx
8695 status collapsed
8696
8697 \begin_layout Plain Layout
8698 Accents
8699 \end_layout
8700
8701 \end_inset
8702
8703
8704 \end_layout
8705
8706 \begin_layout Standard
8707 On peut ajouter des accents avec le bouton
8708 \begin_inset space ~
8709 \end_inset
8710
8711
8712 \begin_inset Info
8713 type  "icon"
8714 arg   "math-insert \\hat"
8715 \end_inset
8716
8717  de la barre d'outils mathématique ou en utilisant les commandes listées
8718  dans les sous-sections qui suivent.
8719 \end_layout
8720
8721 \begin_layout Subsection
8722 Accents pour un caractère
8723 \begin_inset ERT
8724 status collapsed
8725
8726 \begin_layout Plain Layout
8727
8728
8729 \backslash
8730 texorpdfstring{
8731 \end_layout
8732
8733 \end_inset
8734
8735
8736 \begin_inset Foot
8737 status collapsed
8738
8739 \begin_layout Plain Layout
8740 pour les accents dans le texte, voir 
8741 \begin_inset CommandInset ref
8742 LatexCommand ref
8743 reference "sub:Accents-dans-le-texte"
8744
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751
8752
8753 \begin_inset ERT
8754 status collapsed
8755
8756 \begin_layout Plain Layout
8757
8758 }{}
8759 \end_layout
8760
8761 \end_inset
8762
8763
8764 \begin_inset Note Note
8765 status collapsed
8766
8767 \begin_layout Plain Layout
8768
8769 \series bold
8770
8771 \backslash
8772 texorpdfstring
8773 \series default
8774  est utilisé pour éviter que la note de bas de page apparaisse dans les
8775  signets PDF.
8776 \end_layout
8777
8778 \begin_layout Plain Layout
8779 Plus au sujet de 
8780 \series bold
8781
8782 \backslash
8783 texorpdfstring
8784 \series default
8785  dans la section 
8786 \begin_inset CommandInset ref
8787 LatexCommand ref
8788 reference "sub:formules-dans-les-entêtes"
8789
8790 \end_inset
8791
8792 .
8793 \end_layout
8794
8795 \end_inset
8796
8797
8798 \begin_inset CommandInset label
8799 LatexCommand label
8800 name "sub:Accents-sur-un-caractère"
8801
8802 \end_inset
8803
8804
8805 \begin_inset Index idx
8806 status collapsed
8807
8808 \begin_layout Plain Layout
8809 Accents ! pour un caractère
8810 \end_layout
8811
8812 \end_inset
8813
8814
8815 \end_layout
8816
8817 \begin_layout Standard
8818 \begin_inset space \hfill{}
8819 \end_inset
8820
8821
8822 \begin_inset Tabular
8823 <lyxtabular version="3" rows="8" columns="2">
8824 <features rotate="0" tabularvalignment="middle">
8825 <column alignment="center" valignment="top" width="0pt">
8826 <column alignment="center" valignment="top" width="0pt">
8827 <row>
8828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Commande
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Résultat
8842 \begin_inset Note Note
8843 status collapsed
8844
8845 \begin_layout Plain Layout
8846
8847 \series bold
8848
8849 \backslash
8850 raisebox
8851 \series default
8852  est seulement utilisée pour faire de la place
8853 \end_layout
8854
8855 \end_inset
8856
8857
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \backslash
8870 dot
8871 \begin_inset space \textvisiblespace{}
8872 \end_inset
8873
8874 A
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8884 \end_inset
8885
8886
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \backslash
8899 ddot
8900 \begin_inset space \textvisiblespace{}
8901 \end_inset
8902
8903 A
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8913 \end_inset
8914
8915
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \backslash
8928 dddot
8929 \begin_inset space \textvisiblespace{}
8930 \end_inset
8931
8932 A
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
8942 \end_inset
8943
8944
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \backslash
8957 ddddot
8958 \begin_inset space \textvisiblespace{}
8959 \end_inset
8960
8961 A
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
8971 \end_inset
8972
8973
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \backslash
8986 vec
8987 \begin_inset space \textvisiblespace{}
8988 \end_inset
8989
8990 A
8991 \begin_inset Index idx
8992 status collapsed
8993
8994 \begin_layout Plain Layout
8995 Vecteurs
8996 \end_layout
8997
8998 \end_inset
8999
9000
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9010 \end_inset
9011
9012
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \backslash
9025 bar
9026 \begin_inset space \textvisiblespace{}
9027 \end_inset
9028
9029 A
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9039 \end_inset
9040
9041
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \backslash
9054 mathring
9055 \begin_inset space \textvisiblespace{}
9056 \end_inset
9057
9058 A
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9068 \end_inset
9069
9070
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 </lyxtabular>
9077
9078 \end_inset
9079
9080
9081 \begin_inset space \hfill{}
9082 \end_inset
9083
9084
9085 \begin_inset Tabular
9086 <lyxtabular version="3" rows="7" columns="2">
9087 <features rotate="0" tabularvalignment="middle">
9088 <column alignment="center" valignment="top" width="0pt">
9089 <column alignment="center" valignment="top" width="0pt">
9090 <row>
9091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Commande
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Résultat
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \backslash
9117 tilde
9118 \begin_inset space \textvisiblespace{}
9119 \end_inset
9120
9121 A
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144
9145 \backslash
9146 hat
9147 \begin_inset space \textvisiblespace{}
9148 \end_inset
9149
9150 A
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \backslash
9175 check
9176 \begin_inset space \textvisiblespace{}
9177 \end_inset
9178
9179 A
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \backslash
9204 acute
9205 \begin_inset space \textvisiblespace{}
9206 \end_inset
9207
9208 A
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9218 \end_inset
9219
9220
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \backslash
9233 grave
9234 \begin_inset space \textvisiblespace{}
9235 \end_inset
9236
9237 A
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9247 \end_inset
9248
9249
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 </row>
9255 <row>
9256 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260
9261 \backslash
9262 breve
9263 \begin_inset space \textvisiblespace{}
9264 \end_inset
9265
9266 A
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 </lyxtabular>
9285
9286 \end_inset
9287
9288
9289 \begin_inset space \hfill{}
9290 \end_inset
9291
9292
9293 \end_layout
9294
9295 \begin_layout Standard
9296 \begin_inset VSpace bigskip
9297 \end_inset
9298
9299 Vous pouvez insérer directement des caractères accentués comme un é dans
9300  des formules.
9301  LyX va les transformer en la commande correspondante.
9302  Pour créer des trémas (umlauts en allemand)
9303 \begin_inset Index idx
9304 status collapsed
9305
9306 \begin_layout Plain Layout
9307 Umlauts | see
9308 \begin_inset ERT
9309 status collapsed
9310
9311 \begin_layout Plain Layout
9312
9313 {
9314 \end_layout
9315
9316 \end_inset
9317
9318 Trémas
9319 \begin_inset ERT
9320 status collapsed
9321
9322 \begin_layout Plain Layout
9323
9324 }
9325 \end_layout
9326
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \end_inset
9333
9334
9335 \begin_inset Index idx
9336 status collapsed
9337
9338 \begin_layout Plain Layout
9339 Trémas
9340 \end_layout
9341
9342 \end_inset
9343
9344  dans des formules, il est préférable d'insérer des guillemets devant la
9345  voyelle.
9346  Ces deux caractères sont alors traités comme 
9347 \emph on
9348 un seul 
9349 \emph default
9350 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9351  étant en allemand.
9352  Avec cette méthode, contrairement à 
9353 \series bold
9354
9355 \backslash
9356 ddot
9357 \series default
9358 , on crée de 
9359 \begin_inset Quotes eld
9360 \end_inset
9361
9362 vrais
9363 \begin_inset Quotes erd
9364 \end_inset
9365
9366  umlauts, comme le montre l'exemple suivant:
9367 \end_layout
9368
9369 \begin_layout Standard
9370 \begin_inset VSpace -2mm
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \begin_layout Standard
9377 \align center
9378 \begin_inset Tabular
9379 <lyxtabular version="3" rows="3" columns="2">
9380 <features rotate="0" tabularvalignment="middle">
9381 <column alignment="center" valignment="top">
9382 <column alignment="center" valignment="top">
9383 <row>
9384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Commande
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Résultat
9398 \begin_inset Note Note
9399 status collapsed
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404
9405 \backslash
9406 raisebox
9407 \series default
9408  et le 0
9409 \begin_inset space \thinspace{}
9410 \end_inset
9411
9412 pt espace sont seulement utilisés pour faire de la place
9413 \end_layout
9414
9415 \end_inset
9416
9417
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 </row>
9423 <row>
9424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 \begin_inset Quotes grd
9429 \end_inset
9430
9431 i
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset space \hspace{}
9441 \length 0pt
9442 \end_inset
9443
9444
9445 \lang german
9446
9447 \begin_inset Formula $"i$
9448 \end_inset
9449
9450
9451 \lang french
9452
9453 \begin_inset Note Note
9454 status collapsed
9455
9456 \begin_layout Plain Layout
9457 il faut que cette formule soit en allemand (NdT)
9458 \end_layout
9459
9460 \end_inset
9461
9462
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \backslash
9475 ddot
9476 \begin_inset space \textvisiblespace{}
9477 \end_inset
9478
9479 i
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9489 \end_inset
9490
9491
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 </lyxtabular>
9498
9499 \end_inset
9500
9501
9502 \end_layout
9503
9504 \begin_layout Standard
9505 Un autre avantage par rapport à 
9506 \series bold
9507
9508 \backslash
9509 ddot
9510 \series default
9511  est que les trémas peuvent être convertis directement en texte mathématique,
9512  parce que les accents vus plus haut 
9513 \emph on
9514 ne sont pas autorisés 
9515 \emph default
9516 en texte mathématique.
9517  Quand on convertit un caractère accentué en texte mathématique, seul le
9518  caractère qui est sous l'accent est converti.
9519  Ceci s'applique aussi à toutes les autres conversions comme par exemple
9520  l'italique ou le gras.
9521 \end_layout
9522
9523 \begin_layout Standard
9524 En texte mathématique, les trémas et autres caractères accentués peuvent
9525  être insérés directement.
9526 \end_layout
9527
9528 \begin_layout Standard
9529 \begin_inset VSpace bigskip
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \begin_layout Standard
9536
9537 \lang english
9538 LyX also supports a tilde under the character if the LaTeX-package
9539 \lang french
9540  
9541 \series bold
9542 undertilde
9543 \series default
9544
9545 \begin_inset Index idx
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549 Paquetages ! undertilde
9550 \end_layout
9551
9552 \end_inset
9553
9554  
9555 \lang english
9556 is installed on your system:
9557 \end_layout
9558
9559 \begin_layout Standard
9560 \begin_inset ERT
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564
9565
9566 \backslash
9567 ifundertilde 
9568 \end_layout
9569
9570 \end_inset
9571
9572
9573 \begin_inset Note Note
9574 status open
9575
9576 \begin_layout Plain Layout
9577 Ce qui suit ne sera affiché que si le paquetage LaTeX 
9578 \series bold
9579 undertilde
9580 \series default
9581  est installé:
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \begin_layout Standard
9590 \noindent
9591 \align center
9592 \begin_inset Tabular
9593 <lyxtabular version="3" rows="2" columns="2">
9594 <features rotate="0" tabularvalignment="middle">
9595 <column alignment="center" valignment="top" width="0pt">
9596 <column alignment="center" valignment="top" width="0pt">
9597 <row>
9598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 Commande
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611 Résultat
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 </row>
9617 <row>
9618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622
9623 \backslash
9624 utilde
9625 \begin_inset space \textvisiblespace{}
9626 \end_inset
9627
9628 A
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9638 \end_inset
9639
9640
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 </lyxtabular>
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \begin_layout Standard
9654 \begin_inset ERT
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658
9659
9660 \backslash
9661 else 
9662 \end_layout
9663
9664 \end_inset
9665
9666
9667 \begin_inset Note Note
9668 status open
9669
9670 \begin_layout Plain Layout
9671 Ce qui suit sera affiché si la paquetage LaTeX 
9672 \series bold
9673 undertilde
9674 \series default
9675  n'est pas installé:
9676 \end_layout
9677
9678 \end_inset
9679
9680
9681 \end_layout
9682
9683 \begin_layout Standard
9684 Vous avez besoin du paquetage LaTeX 
9685 \series bold
9686 undertilde
9687 \series default
9688  pour voir le reste de cette sous section dans la sortie finale.
9689 \end_layout
9690
9691 \begin_layout Standard
9692 \begin_inset ERT
9693 status collapsed
9694
9695 \begin_layout Plain Layout
9696
9697
9698 \backslash
9699 fi 
9700 \end_layout
9701
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \begin_layout Subsection
9708 Accents pour plusieurs caractères
9709 \begin_inset Index idx
9710 status collapsed
9711
9712 \begin_layout Plain Layout
9713 Accents ! pour plusieurs caractères
9714 \end_layout
9715
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \begin_layout Standard
9722 \begin_inset space \hfill{}
9723 \end_inset
9724
9725
9726 \begin_inset Tabular
9727 <lyxtabular version="3" rows="5" columns="2">
9728 <features rotate="0" tabularvalignment="middle">
9729 <column alignment="center" valignment="top" width="0pt">
9730 <column alignment="center" valignment="top" width="0pt">
9731 <row>
9732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 Commande
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 Résultat
9746 \begin_inset Note Note
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750
9751 \series bold
9752
9753 \backslash
9754 raisebox
9755 \series default
9756  est seulement utilisée pour faire de la place
9757 \end_layout
9758
9759 \end_inset
9760
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \backslash
9774 overleftarrow
9775 \begin_inset space \textvisiblespace{}
9776 \end_inset
9777
9778 A=B
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9788 \end_inset
9789
9790
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 </row>
9796 <row>
9797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \backslash
9803 underleftarrow
9804 \begin_inset space \textvisiblespace{}
9805 \end_inset
9806
9807 A=B
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9817 \end_inset
9818
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 </row>
9825 <row>
9826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830
9831 \backslash
9832 overleftrightarrow
9833 \begin_inset space \textvisiblespace{}
9834 \end_inset
9835
9836 A=B
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9846 \end_inset
9847
9848
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 </row>
9854 <row>
9855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \backslash
9861 underleftrightarrow
9862 \begin_inset space \textvisiblespace{}
9863 \end_inset
9864
9865 A=B
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9875 \end_inset
9876
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 </lyxtabular>
9884
9885 \end_inset
9886
9887
9888 \begin_inset space \hfill{}
9889 \end_inset
9890
9891
9892 \begin_inset Tabular
9893 <lyxtabular version="3" rows="5" columns="2">
9894 <features rotate="0" tabularvalignment="middle">
9895 <column alignment="center" valignment="top" width="0pt">
9896 <column alignment="center" valignment="top" width="0pt">
9897 <row>
9898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 Commande
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 Résultat
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 </row>
9917 <row>
9918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \backslash
9924 overrightarrow
9925 \begin_inset space \textvisiblespace{}
9926 \end_inset
9927
9928 A=B
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9938 \end_inset
9939
9940
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 <row>
9947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \backslash
9953 underrightarrow
9954 \begin_inset space \textvisiblespace{}
9955 \end_inset
9956
9957 A=B
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9967 \end_inset
9968
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row>
9976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \backslash
9982 widetilde
9983 \begin_inset space \textvisiblespace{}
9984 \end_inset
9985
9986 A=B
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9996 \end_inset
9997
9998
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \backslash
10011 widehat
10012 \begin_inset space \textvisiblespace{}
10013 \end_inset
10014
10015 A=B
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 </lyxtabular>
10034
10035 \end_inset
10036
10037
10038 \begin_inset space \hfill{}
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \begin_layout Standard
10045 \begin_inset VSpace medskip
10046 \end_inset
10047
10048 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10049  voulez.
10050  Mais les accents 
10051 \series bold
10052
10053 \backslash
10054 widetilde
10055 \series default
10056  et 
10057 \series bold
10058
10059 \backslash
10060 widehat 
10061 \series default
10062 apparaîtront dans la sortie finale avec une longueur de seulement trois
10063  caractères, comme on le voit dans l'exemple suivant:
10064 \begin_inset Formula 
10065 \[
10066 \widetilde{A+B=C-D}
10067 \]
10068
10069 \end_inset
10070
10071
10072 \end_layout
10073
10074 \begin_layout Standard
10075 Avec les commandes 
10076 \series bold
10077
10078 \backslash
10079 overset
10080 \series default
10081
10082 \begin_inset Index idx
10083 status collapsed
10084
10085 \begin_layout Plain Layout
10086 Commandes ! O ! 
10087 \backslash
10088 overset
10089 \end_layout
10090
10091 \end_inset
10092
10093  et 
10094 \series bold
10095
10096 \backslash
10097 underset
10098 \series default
10099
10100 \begin_inset Index idx
10101 status collapsed
10102
10103 \begin_layout Plain Layout
10104 Commandes ! U ! 
10105 \backslash
10106 underset
10107 \end_layout
10108
10109 \end_inset
10110
10111  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10112  plusieurs caractères.
10113
10114 \series bold
10115  
10116 \series default
10117 La commande
10118 \series bold
10119  
10120 \backslash
10121 underset
10122 \begin_inset space \textvisiblespace{}
10123 \end_inset
10124
10125 A=B
10126 \begin_inset Formula $\downarrow$
10127 \end_inset
10128
10129 ***
10130 \series default
10131  donne:
10132 \begin_inset Formula 
10133 \[
10134 \underset{***}{A=B}
10135 \]
10136
10137 \end_inset
10138
10139
10140 \end_layout
10141
10142 \begin_layout Section
10143 Espace
10144 \begin_inset CommandInset label
10145 LatexCommand label
10146 name "sub:Espace"
10147
10148 \end_inset
10149
10150
10151 \begin_inset Index idx
10152 status collapsed
10153
10154 \begin_layout Plain Layout
10155 Espace ! horizontal
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \begin_layout Subsection
10164 Espace prédéfini
10165 \begin_inset CommandInset label
10166 LatexCommand label
10167 name "sub:Espace-prédéfini"
10168
10169 \end_inset
10170
10171
10172 \begin_inset Index idx
10173 status collapsed
10174
10175 \begin_layout Plain Layout
10176 Espace ! horizontal ! prédéfini
10177 \end_layout
10178
10179 \end_inset
10180
10181
10182 \end_layout
10183
10184 \begin_layout Standard
10185 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10186  On le fait en utilisant une espace insécable (raccourci 
10187 \family sans
10188 Ctrl-Espace
10189 \family default
10190 ).
10191  Un 
10192 \begin_inset Quotes eld
10193 \end_inset
10194
10195
10196 \color blue
10197
10198 \begin_inset space \textvisiblespace{}
10199 \end_inset
10200
10201
10202 \color inherit
10203
10204 \begin_inset Quotes erd
10205 \end_inset
10206
10207  apparaît et en appuyant plusieurs fois sur 
10208 \family sans
10209 Espace
10210 \family default
10211  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10212  On peut aussi insérer ces espaces en utilisant le bouton 
10213 \begin_inset Info
10214 type  "icon"
10215 arg   "math-insert \\space"
10216 \end_inset
10217
10218  de la barre d'outils mathématique.
10219  Indépendemment de la commande insérée, on peut toujours changer de taille
10220  après en appuyant sur 
10221 \family sans
10222 Espace
10223 \family default
10224 .
10225  
10226 \end_layout
10227
10228 \begin_layout Standard
10229 \noindent
10230 \align center
10231 \begin_inset Tabular
10232 <lyxtabular version="3" rows="6" columns="3">
10233 <features rotate="0" tabularvalignment="middle">
10234 <column alignment="center" valignment="top">
10235 <column alignment="center" valignment="middle" width="15col%">
10236 <column alignment="center" valignment="top">
10237 <row>
10238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 Commande
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Nombre de fois où on appuye la barre d'
10252 \family sans
10253 Espace
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 Résultat
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \backslash
10275 ,
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 0
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 \begin_inset Formula $A\, B$
10294 \end_inset
10295
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row>
10303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \backslash
10309 :
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 1
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 \begin_inset Formula $A\: B$
10328 \end_inset
10329
10330
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \backslash
10343 ;
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 2
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 \begin_inset Formula $A\; B$
10362 \end_inset
10363
10364
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 </row>
10370 <row>
10371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375
10376 \backslash
10377 quad
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 3
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 \begin_inset Formula $A\quad B$
10396 \end_inset
10397
10398
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \backslash
10411 qquad
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 4
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 \begin_inset Formula $A\qquad B$
10430 \end_inset
10431
10432
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 </lyxtabular>
10439
10440 \end_inset
10441
10442
10443 \begin_inset space \hfill{}
10444 \end_inset
10445
10446
10447 \begin_inset Tabular
10448 <lyxtabular version="3" rows="6" columns="3">
10449 <features rotate="0" tabularvalignment="middle">
10450 <column alignment="center" valignment="top">
10451 <column alignment="center" valignment="middle" width="15col%">
10452 <column alignment="center" valignment="top">
10453 <row>
10454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Commande
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Nombre de fois où on appuye la barre d'
10468 \family sans
10469 Espace
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Résultat
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 </row>
10484 <row>
10485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489
10490 \backslash
10491 hfill
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 5
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 \begin_inset Formula $A\hfill B$
10510 \end_inset
10511
10512
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \backslash
10525 hspace*{1em}
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 6
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 \begin_inset Formula $A\hspace*{1em}B$
10544 \end_inset
10545
10546
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \backslash
10559 hspace{1em}
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 7
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 \begin_inset Formula $A\hspace{1em}B$
10578 \end_inset
10579
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \backslash
10593
10594 \begin_inset space \textvisiblespace{}
10595 \end_inset
10596
10597
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 8
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 \begin_inset Formula $A\ B$
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \backslash
10631 !
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 9
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 \begin_inset Formula $A\! B$
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 </lyxtabular>
10659
10660 \end_inset
10661
10662
10663 \end_layout
10664
10665 \begin_layout Standard
10666
10667 \lang english
10668 Space
10669 \begin_inset space ~
10670 \end_inset
10671
10672 5
10673 \begin_inset space \thinspace{}
10674 \end_inset
10675
10676 --
10677 \begin_inset space \thinspace{}
10678 \end_inset
10679
10680 7 are variable spaces which are explained in
10681 \lang french
10682  
10683 \begin_inset CommandInset ref
10684 LatexCommand ref
10685 reference "sub:Espace-variable"
10686
10687 \end_inset
10688
10689 .
10690  La taille
10691 \begin_inset space ~
10692 \end_inset
10693
10694 9 n'a pas l'air de produire une espace.
10695  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
10696  parce que c'est une espace négative.
10697  Il y a deux autres espaces négatives:
10698 \end_layout
10699
10700 \begin_layout Standard
10701 \align center
10702 \begin_inset Tabular
10703 <lyxtabular version="3" rows="3" columns="3">
10704 <features rotate="0" tabularvalignment="middle">
10705 <column alignment="center" valignment="middle" width="6.8cm">
10706 <column alignment="center" valignment="top" width="0pt">
10707 <column alignment="center" valignment="top" width="0pt">
10708 <row>
10709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 Commande
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \backslash
10724 negmedspace
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \backslash
10735 negthickspace
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Nombre de fois où on a appuyé sur la barre d'
10747 \family sans
10748 Espace 
10749 \family default
10750 après avoir inséré l'espace insécable
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 10
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 11
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 Résultat
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 \begin_inset Formula $A\negmedspace B$
10789 \end_inset
10790
10791
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 \begin_inset Formula $A\negthickspace B$
10801 \end_inset
10802
10803
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 </lyxtabular>
10810
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \begin_layout Standard
10817 Les espaces négatives peuvent faire que les caractères se chevauchent.
10818  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
10819  les opérateurs de somme:
10820 \end_layout
10821
10822 \begin_layout Standard
10823 \align center
10824 \begin_inset Tabular
10825 <lyxtabular version="3" rows="3" columns="2">
10826 <features rotate="0" tabularvalignment="middle">
10827 <column alignment="center" valignment="top">
10828 <column alignment="center" valignment="top">
10829 <row>
10830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 Commande
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 Résultat
10844 \begin_inset Note Note
10845 status collapsed
10846
10847 \begin_layout Plain Layout
10848
10849 \series bold
10850
10851 \backslash
10852 raisebox
10853 \series default
10854  est seulement utilisée pour faire de la place
10855 \end_layout
10856
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 </row>
10865 <row>
10866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \backslash
10872 sum
10873 \backslash
10874 sum
10875 \begin_inset space \textvisiblespace{}
10876 \end_inset
10877
10878 f_kl
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 </row>
10896 <row>
10897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901
10902 \backslash
10903 sum
10904 \backslash
10905 negmedspace
10906 \backslash
10907 sum
10908 \begin_inset space \textvisiblespace{}
10909 \end_inset
10910
10911 f_kl
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10921 \end_inset
10922
10923
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 </lyxtabular>
10930
10931 \end_inset
10932
10933
10934 \end_layout
10935
10936 \begin_layout Standard
10937 \noindent
10938 \begin_inset VSpace medskip
10939 \end_inset
10940
10941
10942 \end_layout
10943
10944 \begin_layout Standard
10945 \noindent
10946 Les opérateur de relations comme par exemple le signe égal, sont toujours
10947  entourés par des espaces.
10948  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
10949  L'exemple suivant donne une illustration:
10950 \end_layout
10951
10952 \begin_layout Standard
10953 \align center
10954 \begin_inset Tabular
10955 <lyxtabular version="3" rows="2" columns="2">
10956 <features rotate="0" tabularvalignment="middle">
10957 <column alignment="center" valignment="top" width="0pt">
10958 <column alignment="center" valignment="top" width="0pt">
10959 <row>
10960 <cell alignment="center" valignment="top" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 équation normale
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 \begin_inset Formula $A=B$
10974 \end_inset
10975
10976
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 </row>
10982 <row>
10983 <cell alignment="center" valignment="top" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 \begin_inset Note Note
10988 status collapsed
10989
10990 \begin_layout Plain Layout
10991
10992 \series bold
10993
10994 \backslash
10995 raisebox
10996 \series default
10997  est seulement utilisée pour faire de la place
10998 \end_layout
10999
11000 \end_inset
11001
11002
11003 \begin_inset Formula $\raisebox{5mm}{}$
11004 \end_inset
11005
11006 équation sans espace
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 \begin_inset Formula $A{=}B$
11016 \end_inset
11017
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 </lyxtabular>
11025
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \begin_layout Standard
11032 \noindent
11033 La commande utilisée pour la dernière formule est: 
11034 \series bold
11035 A
11036 \backslash
11037 {=
11038 \begin_inset Formula $\to$
11039 \end_inset
11040
11041 B
11042 \end_layout
11043
11044 \begin_layout Standard
11045 \begin_inset VSpace bigskip
11046 \end_inset
11047
11048 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
11049  insérée entre la valeur et l'unité est une espace fine et pas une espace
11050  normale.
11051  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
11052 \family sans
11053 Insertion\SpecialChar \menuseparator
11054 Typographie
11055 \begin_inset space ~
11056 \end_inset
11057
11058 spéciale\SpecialChar \menuseparator
11059 Espace
11060 \begin_inset space ~
11061 \end_inset
11062
11063 fine
11064 \family default
11065  (raccourci 
11066 \family sans
11067 Ctrl+Shift+Espace
11068 \family default
11069 ).
11070 \end_layout
11071
11072 \begin_layout Standard
11073 Un exemple pour voir la différence:
11074 \end_layout
11075
11076 \begin_layout Standard
11077 \begin_inset Tabular
11078 <lyxtabular version="3" rows="2" columns="2">
11079 <features rotate="0" tabularvalignment="middle">
11080 <column alignment="left" valignment="top">
11081 <column alignment="left" valignment="top">
11082 <row>
11083 <cell alignment="center" valignment="top" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 24 kW
11088 \begin_inset Formula $\cdot$
11089 \end_inset
11090
11091 h
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 espace normale entre l'unité est la valeur
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 </row>
11106 <row>
11107 <cell alignment="center" valignment="top" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 24
11112 \begin_inset space \thinspace{}
11113 \end_inset
11114
11115 kW
11116 \begin_inset Formula $\cdot$
11117 \end_inset
11118
11119 h
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 espace fine entre l'unité et la valeur
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 </row>
11134 </lyxtabular>
11135
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \begin_layout Subsection
11142 Espace variable
11143 \begin_inset ERT
11144 status collapsed
11145
11146 \begin_layout Plain Layout
11147
11148
11149 \backslash
11150 texorpdfstring{
11151 \end_layout
11152
11153 \end_inset
11154
11155
11156 \begin_inset Foot
11157 status collapsed
11158
11159 \begin_layout Plain Layout
11160 pour les espacements verticaux dans les formules, voir 
11161 \begin_inset CommandInset ref
11162 LatexCommand ref
11163 reference "sub:Séparation-des-lignes"
11164
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171
11172
11173 \begin_inset ERT
11174 status collapsed
11175
11176 \begin_layout Plain Layout
11177
11178 }{}
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \begin_inset Note Note
11185 status collapsed
11186
11187 \begin_layout Plain Layout
11188
11189 \backslash
11190 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
11191  dans les signets PDF.
11192 \end_layout
11193
11194 \begin_layout Plain Layout
11195 Plus au sujet de 
11196 \backslash
11197 texorpdfstring dans la section 
11198 \begin_inset CommandInset ref
11199 LatexCommand ref
11200 reference "sub:formules-dans-les-entêtes"
11201
11202 \end_inset
11203
11204 .
11205 \end_layout
11206
11207 \end_inset
11208
11209
11210 \begin_inset CommandInset label
11211 LatexCommand label
11212 name "sub:Espace-variable"
11213
11214 \end_inset
11215
11216
11217 \begin_inset Index idx
11218 status collapsed
11219
11220 \begin_layout Plain Layout
11221 Espace ! horizontal ! variable
11222 \end_layout
11223
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Standard
11230 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11231  
11232 \series bold
11233
11234 \backslash
11235 hspace
11236 \series default
11237
11238 \begin_inset Index idx
11239 status collapsed
11240
11241 \begin_layout Plain Layout
11242 Commandes ! H ! 
11243 \backslash
11244 hspace
11245 \end_layout
11246
11247 \end_inset
11248
11249 .
11250  Un 
11251 \begin_inset Quotes eld
11252 \end_inset
11253
11254
11255 \color blue
11256
11257 \begin_inset space \textvisiblespace{}
11258 \end_inset
11259
11260
11261 \color inherit
11262
11263 \begin_inset Quotes erd
11264 \end_inset
11265
11266  long apparaît.
11267  La longueur peut être précisée en faisant un clic gauche sur le 
11268 \begin_inset Quotes eld
11269 \end_inset
11270
11271
11272 \color blue
11273
11274 \begin_inset space \textvisiblespace{}
11275 \end_inset
11276
11277
11278 \color inherit
11279
11280 \begin_inset Quotes erd
11281 \end_inset
11282
11283 .
11284  La longueur peut aussi être négative.
11285  
11286 \lang english
11287 When a space would be the first character in a line it would be omitted.
11288  To force its output use the command 
11289 \series bold
11290
11291 \backslash
11292 hspace*
11293 \series default
11294  instead of 
11295 \series bold
11296
11297 \backslash
11298 hspace
11299 \series default
11300  or left-click on the 
11301 \begin_inset Quotes eld
11302 \end_inset
11303
11304
11305 \color blue
11306
11307 \begin_inset space \textvisiblespace{}
11308 \end_inset
11309
11310
11311 \color inherit
11312
11313 \begin_inset Quotes erd
11314 \end_inset
11315
11316  and check the option 
11317 \family sans
11318 Protect
11319 \family default
11320 .
11321 \lang french
11322
11323 \begin_inset Newline newline
11324 \end_inset
11325
11326 Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11327  disponible, on utilise la commande 
11328 \series bold
11329
11330 \backslash
11331 hfill
11332 \series default
11333
11334 \begin_inset Index idx
11335 status collapsed
11336
11337 \begin_layout Plain Layout
11338 Commandes ! H ! 
11339 \backslash
11340 hfill
11341 \end_layout
11342
11343 \end_inset
11344
11345 .
11346 \end_layout
11347
11348 \begin_layout Standard
11349 \begin_inset VSpace -1mm
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \begin_layout Standard
11356 \align center
11357 \begin_inset Tabular
11358 <lyxtabular version="3" rows="4" columns="2">
11359 <features rotate="0" tabularvalignment="middle">
11360 <column alignment="center" valignment="top">
11361 <column alignment="center" valignment="top">
11362 <row>
11363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 Commande (
11368 \backslash
11369 hspace longueur)
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 Résultat
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 </row>
11384 <row>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 A=B
11390 \backslash
11391 hspace
11392 \begin_inset space \textvisiblespace{}
11393 \end_inset
11394
11395 A
11396 \backslash
11397 not=C (3
11398 \begin_inset space \thinspace{}
11399 \end_inset
11400
11401 cm)
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 <row>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 A
11425 \backslash
11426 hspace
11427 \begin_inset space \textvisiblespace{}
11428 \end_inset
11429
11430 A
11431 \backslash
11432 not=A (-1
11433 \begin_inset space \thinspace{}
11434 \end_inset
11435
11436 mm)
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 </row>
11454 <row>
11455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 A=A
11460 \backslash
11461 hfill
11462 \begin_inset space \textvisiblespace{}
11463 \end_inset
11464
11465 B=B
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 \begin_inset Formula $A=A\hfill B=B$
11475 \end_inset
11476
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 </lyxtabular>
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Standard
11491 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
11492  de colonne le plus long du tableau.
11493  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
11494  laquelle 
11495 \series bold
11496
11497 \backslash
11498 hfill
11499 \series default
11500  est inséré.
11501  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
11502  espace ne sera ajouté.
11503  
11504 \series bold
11505
11506 \backslash
11507 hfill
11508 \series default
11509  a un effet sur les formules hors ligne uniquement si on utilise le style
11510  de formule 
11511 \series bold
11512 Indenté
11513 \series default
11514  (Les styles de formules sont expliqués dans 
11515 \begin_inset CommandInset ref
11516 LatexCommand ref
11517 reference "sec:Styles-de-formules"
11518
11519 \end_inset
11520
11521 ).
11522 \end_layout
11523
11524 \begin_layout Standard
11525 En plus de 
11526 \series bold
11527
11528 \backslash
11529 hfill, 
11530 \series default
11531 il y a les commandes 
11532 \series bold
11533
11534 \backslash
11535 dotfill
11536 \series default
11537  et 
11538 \series bold
11539
11540 \backslash
11541 hrulefill
11542 \series default
11543  qui remplissent l'espace avec un motif, voir 
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "sub:Points-de-suspension"
11547
11548 \end_inset
11549
11550  pour un exemple.
11551 \end_layout
11552
11553 \begin_layout Standard
11554 Pour le texte, on peut insérer une espace de longueur variable avec le menu
11555  
11556 \family sans
11557 Insertion\SpecialChar \menuseparator
11558 Typographie
11559 \begin_inset space ~
11560 \end_inset
11561
11562 spéciale\SpecialChar \menuseparator
11563 Espacement horizontal
11564 \family default
11565 :
11566 \end_layout
11567
11568 \begin_layout Standard
11569 Ceci est une ligne avec un espace de
11570 \begin_inset space \hspace{}
11571 \length 2cm
11572 \end_inset
11573
11574 2
11575 \begin_inset space \thinspace{}
11576 \end_inset
11577
11578 cm.
11579 \end_layout
11580
11581 \begin_layout Standard
11582 Ceci est une ligne avec un
11583 \begin_inset space \hfill{}
11584 \end_inset
11585
11586 espace maximum.
11587 \end_layout
11588
11589 \begin_layout Subsection
11590 Espace après les formules en ligne
11591 \begin_inset Index idx
11592 status collapsed
11593
11594 \begin_layout Plain Layout
11595 Espace ! après les formules en ligne
11596 \end_layout
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \begin_layout Standard
11604 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
11605  
11606 \series bold
11607
11608 \backslash
11609 mathsurround
11610 \series default
11611
11612 \begin_inset Index idx
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616 Commandes ! M ! 
11617 \backslash
11618 mathsurround
11619 \end_layout
11620
11621 \end_inset
11622
11623 .
11624  La valeur d'une longueur est modifiée avec la commande 
11625 \series bold
11626
11627 \backslash
11628 setlength
11629 \series default
11630
11631 \begin_inset Index idx
11632 status collapsed
11633
11634 \begin_layout Plain Layout
11635 Commandes ! S ! 
11636 \backslash
11637 setlength
11638 \end_layout
11639
11640 \end_inset
11641
11642  qui a la syntaxe suivante:
11643 \end_layout
11644
11645 \begin_layout Standard
11646
11647 \series bold
11648
11649 \backslash
11650 setlength{nom de la longueur}{valeur}
11651 \end_layout
11652
11653 \begin_layout Standard
11654 Pour mettre 
11655 \series bold
11656
11657 \backslash
11658 mathsurround
11659 \series default
11660  à une valeur de 5
11661 \begin_inset space \thinspace{}
11662 \end_inset
11663
11664 mm, on insère la commande
11665 \end_layout
11666
11667 \begin_layout Standard
11668
11669 \series bold
11670
11671 \backslash
11672 setlength{
11673 \backslash
11674 mathsurround}{5mm}
11675 \end_layout
11676
11677 \begin_layout Standard
11678 en mode TeX.
11679  Une espace de 5
11680 \begin_inset space \thinspace{}
11681 \end_inset
11682
11683 mm va maintenant être placée autour de toutes les formules en ligne:
11684 \begin_inset ERT
11685 status collapsed
11686
11687 \begin_layout Plain Layout
11688
11689
11690 \backslash
11691 setlength{
11692 \backslash
11693 mathsurround}{5mm}
11694 \end_layout
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \begin_layout Standard
11702 Voici une formule en ligne 
11703 \begin_inset Formula $A=B$
11704 \end_inset
11705
11706  avec une espace de 5
11707 \begin_inset space \thinspace{}
11708 \end_inset
11709
11710 mm autour.
11711 \begin_inset ERT
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715
11716
11717 \backslash
11718 setlength{
11719 \backslash
11720 mathsurround}{0pt}
11721 \end_layout
11722
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \begin_layout Standard
11729 Pour revenir à la valeur prédéfinie, on met 
11730 \series bold
11731
11732 \backslash
11733 mathsurround
11734 \series default
11735  à 0
11736 \begin_inset space \thinspace{}
11737 \end_inset
11738
11739 pt.
11740 \end_layout
11741
11742 \begin_layout Section
11743 Boîtes et cadres
11744 \begin_inset Index idx
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748 Boîtes
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \begin_inset Index idx
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758 Cadres | see 
11759 \begin_inset ERT
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763
11764 {
11765 \end_layout
11766
11767 \end_inset
11768
11769 Boîtes
11770 \begin_inset ERT
11771 status collapsed
11772
11773 \begin_layout Plain Layout
11774
11775 }
11776 \end_layout
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Standard
11789 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
11790 \emph on
11791 Boîtes 
11792 \emph default
11793 du manuel 
11794 \emph on
11795 Objets insérés.
11796  
11797 \end_layout
11798
11799 \begin_layout Subsection
11800 Boîtes avec cadre
11801 \begin_inset CommandInset label
11802 LatexCommand label
11803 name "sub:Boîtes-avec-cadre"
11804
11805 \end_inset
11806
11807
11808 \begin_inset Index idx
11809 status collapsed
11810
11811 \begin_layout Plain Layout
11812 Boîtes ! avec cadre
11813 \end_layout
11814
11815 \end_inset
11816
11817
11818 \end_layout
11819
11820 \begin_layout Standard
11821 Il es possible d'encadrer des formules ou des portions de formules avec
11822  la commande 
11823 \series bold
11824
11825 \backslash
11826 fbox
11827 \series default
11828
11829 \begin_inset Index idx
11830 status collapsed
11831
11832 \begin_layout Plain Layout
11833 Commandes ! F ! 
11834 \backslash
11835 fbox
11836 \end_layout
11837
11838 \end_inset
11839
11840  et 
11841 \series bold
11842
11843 \backslash
11844 boxed
11845 \series default
11846
11847 \begin_inset Index idx
11848 status collapsed
11849
11850 \begin_layout Plain Layout
11851 Commandes ! B ! 
11852 \backslash
11853 boxed
11854 \end_layout
11855
11856 \end_inset
11857
11858 .
11859 \end_layout
11860
11861 \begin_layout Standard
11862 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
11863  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
11864  Pour 
11865 \series bold
11866
11867 \backslash
11868 fbox
11869 \series default
11870  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
11871  avec 
11872 \family sans
11873 Ctrl+M
11874 \family default
11875 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
11876  Quand on utilise 
11877 \series bold
11878
11879 \backslash
11880 boxed
11881 \series default
11882 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
11883 \end_layout
11884
11885 \begin_layout Standard
11886 La commande 
11887 \series bold
11888
11889 \backslash
11890 fbox
11891 \series default
11892  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
11893  formule serait alors toujours mise à la taille du texte.
11894  
11895 \series bold
11896
11897 \backslash
11898 boxed
11899 \series default
11900 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
11901  la formule serait alors toujours mise à la taille des formules hors ligne.
11902 \end_layout
11903
11904 \begin_layout Standard
11905 Comme extension à 
11906 \series bold
11907
11908 \backslash
11909 fbox
11910 \series default
11911  il y a la commande 
11912 \series bold
11913
11914 \backslash
11915 framebox
11916 \series default
11917
11918 \begin_inset Index idx
11919 status collapsed
11920
11921 \begin_layout Plain Layout
11922 Commandes ! F ! 
11923 \backslash
11924 framebox
11925 \end_layout
11926
11927 \end_inset
11928
11929  où on peut en plus spécifier la largeur du cadre et l'alignement.
11930  La syntaxe de la commande 
11931 \series bold
11932
11933 \backslash
11934 framebox
11935 \series default
11936  est la suivante:
11937 \end_layout
11938
11939 \begin_layout Standard
11940
11941 \series bold
11942
11943 \backslash
11944 framebox[Largeur du cadre][position]{contenu de la boîte}
11945 \end_layout
11946
11947 \begin_layout Standard
11948 La position peut être soit 
11949 \emph on
11950 l
11951 \emph default
11952  soit 
11953 \emph on
11954 r
11955 \emph default
11956 .
11957  
11958 \emph on
11959 l
11960 \emph default
11961  aligne la formule à gauche dans la boîte, 
11962 \emph on
11963 r
11964 \emph default
11965  à droite.
11966  Quand on ne précise pas la position, la formule est centrée.
11967 \begin_inset Newline newline
11968 \end_inset
11969
11970 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
11971  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
11972  c'est le cas avec 
11973 \series bold
11974
11975 \backslash
11976 fbox
11977 \series default
11978 .
11979 \end_layout
11980
11981 \begin_layout Standard
11982 Quand on insère la commande 
11983 \series bold
11984
11985 \backslash
11986 framebox
11987 \series default
11988 , une boîte apparaît contenant trois boîtes bleues.
11989  Les deux premières sont entourées de crochets pour signales des arguments
11990  optionnels.
11991  La troisième boîte est là pour contenir les portions de formules, comme
11992  pour 
11993 \series bold
11994
11995 \backslash
11996 fbox
11997 \series default
11998 .
11999 \end_layout
12000
12001 \begin_layout Standard
12002 \align center
12003 \begin_inset Tabular
12004 <lyxtabular version="3" rows="5" columns="2">
12005 <features rotate="0" tabularvalignment="middle">
12006 <column alignment="center" valignment="top">
12007 <column alignment="center" valignment="top">
12008 <row>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 Commande
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 Résultat
12023 \begin_inset Note Note
12024 status collapsed
12025
12026 \begin_layout Plain Layout
12027
12028 \series bold
12029
12030 \backslash
12031 raisebox
12032 \series default
12033  est seulement utilisée pour faire de la place
12034 \end_layout
12035
12036 \end_inset
12037
12038
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 </row>
12044 <row>
12045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049
12050 \backslash
12051 fbox
12052 \begin_inset space \textvisiblespace{}
12053 \end_inset
12054
12055
12056 \family sans
12057 Ctrl+M
12058 \family default
12059  
12060 \backslash
12061 int
12062 \begin_inset space \textvisiblespace{}
12063 \end_inset
12064
12065 A=B
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12075 \end_inset
12076
12077
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 </row>
12083 <row>
12084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088
12089 \backslash
12090 boxed
12091 \begin_inset space \textvisiblespace{}
12092 \end_inset
12093
12094
12095 \backslash
12096 int
12097 \begin_inset space \textvisiblespace{}
12098 \end_inset
12099
12100 A=B
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 </row>
12118 <row>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 A+
12124 \backslash
12125 fbox
12126 \begin_inset space \textvisiblespace{}
12127 \end_inset
12128
12129 B
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12139 \end_inset
12140
12141
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 </row>
12147 <row>
12148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152
12153 \backslash
12154 framebox
12155 \begin_inset space \textvisiblespace{}
12156 \end_inset
12157
12158 20mm
12159 \begin_inset Formula $\to$
12160 \end_inset
12161
12162
12163 \begin_inset Formula $\to$
12164 \end_inset
12165
12166
12167 \family sans
12168 Ctrl+M
12169 \family default
12170  
12171 \backslash
12172 frac
12173 \begin_inset space \textvisiblespace{}
12174 \end_inset
12175
12176 A
12177 \begin_inset Formula $\downarrow$
12178 \end_inset
12179
12180 B
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 \begin_inset Formula $\raisebox{6mm}{}$
12190 \end_inset
12191
12192
12193 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12194 \end_inset
12195
12196
12197 \begin_inset Formula $\raisebox{-4mm}{}$
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 </row>
12206 </lyxtabular>
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \begin_layout Standard
12214 On peut aussi ajuster l'épaisseur du cadre.
12215  Pour cela, il faut insérer les commandes suivantes en mode TeX avant la
12216  formule
12217 \end_layout
12218
12219 \begin_layout Standard
12220
12221 \series bold
12222
12223 \backslash
12224 fboxrule
12225 \series default
12226  
12227 \series bold
12228
12229 \begin_inset Quotes eld
12230 \end_inset
12231
12232 épaisseur
12233 \begin_inset Quotes erd
12234 \end_inset
12235
12236
12237 \series default
12238  
12239 \series bold
12240
12241 \backslash
12242 fboxsep
12243 \series default
12244  
12245 \series bold
12246
12247 \begin_inset Quotes eld
12248 \end_inset
12249
12250 distance
12251 \begin_inset Quotes erd
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \begin_layout Standard
12258 \begin_inset Quotes eld
12259 \end_inset
12260
12261 distance
12262 \begin_inset Quotes erd
12263 \end_inset
12264
12265  précise la distance minimale entre le cadre et le premier caractère de
12266  la boîte.
12267  Un exemple pour illustrer ceci avec la formule encadrée suivante:
12268 \begin_inset ERT
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272
12273
12274 \backslash
12275 fboxrule 2mm 
12276 \backslash
12277 fboxsep 3mm
12278 \end_layout
12279
12280 \end_inset
12281
12282
12283 \begin_inset Formula 
12284 \[
12285 \boxed{A+B=C}
12286 \]
12287
12288 \end_inset
12289
12290 Avant cette formule, on a inséré en mode TeX les commandes
12291 \end_layout
12292
12293 \begin_layout Standard
12294
12295 \series bold
12296
12297 \backslash
12298 fboxrule
12299 \series default
12300  
12301 \series bold
12302 2mm
12303 \series default
12304  
12305 \series bold
12306
12307 \backslash
12308 fboxsep
12309 \series default
12310  
12311 \series bold
12312 3mm
12313 \end_layout
12314
12315 \begin_layout Standard
12316 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12317 \end_layout
12318
12319 \begin_layout Standard
12320 Pour revenir à la taille de cadre standard, on insère la commande
12321 \end_layout
12322
12323 \begin_layout Standard
12324
12325 \series bold
12326
12327 \backslash
12328 fboxrule
12329 \series default
12330  
12331 \series bold
12332 0.4pt
12333 \series default
12334  
12335 \series bold
12336
12337 \backslash
12338 fboxsep
12339 \series default
12340  
12341 \series bold
12342 3pt
12343 \series default
12344
12345 \begin_inset ERT
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349
12350
12351 \backslash
12352 fboxrule 0.4pt 
12353 \backslash
12354 fboxsep 3pt
12355 \end_layout
12356
12357 \end_inset
12358
12359
12360 \end_layout
12361
12362 \begin_layout Standard
12363 avant la formule suivante.
12364 \end_layout
12365
12366 \begin_layout Subsection
12367 Boîtes sans cadre
12368 \begin_inset CommandInset label
12369 LatexCommand label
12370 name "sub:Boîtes-sans-cadre"
12371
12372 \end_inset
12373
12374
12375 \begin_inset Index idx
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Boîtes ! sans cadre
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12389  
12390 \series bold
12391
12392 \backslash
12393 mbox
12394 \series default
12395
12396 \begin_inset Index idx
12397 status collapsed
12398
12399 \begin_layout Plain Layout
12400 Commandes ! M ! 
12401 \backslash
12402 mbox
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \series bold
12409
12410 \backslash
12411 makebox
12412 \series default
12413
12414 \begin_inset Index idx
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418 Commandes ! M ! 
12419 \backslash
12420 makebox
12421 \end_layout
12422
12423 \end_inset
12424
12425 , et 
12426 \series bold
12427
12428 \backslash
12429 raisebox
12430 \series default
12431
12432 \begin_inset Index idx
12433 status collapsed
12434
12435 \begin_layout Plain Layout
12436 Commandes ! R ! 
12437 \backslash
12438 raisebox
12439 \end_layout
12440
12441 \end_inset
12442
12443
12444 \end_layout
12445
12446 \begin_layout Standard
12447 Avec 
12448 \series bold
12449
12450 \backslash
12451 raisebox
12452 \series default
12453  une boîte peut être mise en exposant ou en indice.
12454  Mais contrairement aux indices et aux exposants normaux, les caractères
12455  conservent leur taille de police initiale.
12456  
12457 \series bold
12458
12459 \backslash
12460 raisebox
12461 \series default
12462  est utilisée avec la syntaxe suivante:
12463 \end_layout
12464
12465 \begin_layout Standard
12466
12467 \series bold
12468
12469 \backslash
12470 raisebox{hauteur}{contenu de la boîte}
12471 \end_layout
12472
12473 \begin_layout Standard
12474 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
12475  comme pour 
12476 \series bold
12477
12478 \backslash
12479 fbox
12480 \series default
12481 .
12482  
12483 \begin_inset Note Greyedout
12484 status open
12485
12486 \begin_layout Plain Layout
12487
12488 \series bold
12489 Note:
12490 \series default
12491  Pour 
12492 \series bold
12493
12494 \backslash
12495 raisebox
12496 \series default
12497  cette formule supplémentaire esr créée en appuyant sur 
12498 \family sans
12499 Ctrl+M
12500 \family default
12501  deux fois au lieu d'une parceque LyX ne supporte pas encore directement
12502  la commande 
12503 \series bold
12504
12505 \backslash
12506 raisebox
12507 \series default
12508 .
12509 \end_layout
12510
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \begin_layout Standard
12517 \align center
12518 \begin_inset Tabular
12519 <lyxtabular version="3" rows="4" columns="2">
12520 <features rotate="0" tabularvalignment="middle">
12521 <column alignment="center" valignment="top">
12522 <column alignment="center" valignment="top">
12523 <row>
12524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 Commande
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 Résultat
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 </row>
12543 <row>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 H
12549 \backslash
12550 raisebox{2mm
12551 \begin_inset Formula $\to$
12552 \end_inset
12553
12554
12555 \backslash
12556 {al
12557 \begin_inset Formula $\to$
12558 \end_inset
12559
12560  lo
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12570 \end_inset
12571
12572
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 </row>
12578 <row>
12579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 H
12584 \backslash
12585 raisebox{-2mm
12586 \begin_inset Formula $\to$
12587 \end_inset
12588
12589
12590 \backslash
12591 {al
12592 \begin_inset Formula $\to$
12593 \end_inset
12594
12595 lo
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 A=
12619 \backslash
12620 raisebox{-2mm
12621 \begin_inset Formula $\to$
12622 \end_inset
12623
12624
12625 \backslash
12626 {
12627 \family sans
12628 Ctrl+M Ctrl+M
12629 \family default
12630  
12631 \backslash
12632 sqrt
12633 \begin_inset space \textvisiblespace{}
12634 \end_inset
12635
12636
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12646 \end_inset
12647
12648
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 </lyxtabular>
12655
12656 \end_inset
12657
12658
12659 \end_layout
12660
12661 \begin_layout Standard
12662 La commande 
12663 \series bold
12664
12665 \backslash
12666 mbox
12667 \series default
12668  est équivalente à 
12669 \series bold
12670
12671 \backslash
12672 fbox
12673 \series default
12674  et 
12675 \series bold
12676
12677 \backslash
12678 makebox
12679 \series default
12680  est équivalente à 
12681 \series bold
12682
12683 \backslash
12684 framebox
12685 \series default
12686 , avec la différence qu'il n'y a pas de cadre.
12687 \end_layout
12688
12689 \begin_layout Subsection
12690 Boîtes colorées
12691 \begin_inset CommandInset label
12692 LatexCommand label
12693 name "sub:Boîtes-colorées"
12694
12695 \end_inset
12696
12697
12698 \begin_inset Index idx
12699 status collapsed
12700
12701 \begin_layout Plain Layout
12702 Boîtes ! colorées
12703 \end_layout
12704
12705 \end_inset
12706
12707
12708 \end_layout
12709
12710 \begin_layout Standard
12711 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
12712  LaTeX 
12713 \series bold
12714 color
12715 \series default
12716
12717 \begin_inset Foot
12718 status collapsed
12719
12720 \begin_layout Plain Layout
12721 La paquetage LaTeX 
12722 \series bold
12723 color
12724 \series default
12725  fait partie de toutes les installations LaTeX standard.
12726 \end_layout
12727
12728 \end_inset
12729
12730
12731 \begin_inset Index idx
12732 status collapsed
12733
12734 \begin_layout Plain Layout
12735 Paquetages ! color
12736 \end_layout
12737
12738 \end_inset
12739
12740  soit chargé dans le préambule LaTeX avec la ligne
12741 \begin_inset Foot
12742 status collapsed
12743
12744 \begin_layout Plain Layout
12745 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
12746  le document, LyX charge automatiquement le paquetage LaTeX 
12747 \series bold
12748 color
12749 \series default
12750 .
12751  Il est donc possible que le paquetage soit chargé deux fois, mais cela
12752  ne doit pas poser de problème.
12753 \end_layout
12754
12755 \end_inset
12756
12757
12758 \begin_inset Note Note
12759 status collapsed
12760
12761 \begin_layout Plain Layout
12762 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
12763  dans le préambule LaTeX.
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \end_layout
12770
12771 \begin_layout Standard
12772
12773 \series bold
12774
12775 \backslash
12776 usepackage{color}
12777 \end_layout
12778
12779 \begin_layout Standard
12780 \begin_inset VSpace medskip
12781 \end_inset
12782
12783 Pour colorer des boîtes, on utilise la commande 
12784 \series bold
12785
12786 \backslash
12787 colorbox
12788 \series default
12789
12790 \begin_inset Index idx
12791 status collapsed
12792
12793 \begin_layout Plain Layout
12794 Commandes ! C ! 
12795 \backslash
12796 colorbox
12797 \end_layout
12798
12799 \end_inset
12800
12801  avec la syntaxe suivante
12802 \end_layout
12803
12804 \begin_layout Standard
12805
12806 \series bold
12807
12808 \backslash
12809 colorbox{couleur}{contenu de la boîte}
12810 \end_layout
12811
12812 \begin_layout Standard
12813 Le contenu de la boîte peut être une autre boîte et une 
12814 \series bold
12815
12816 \backslash
12817 colorbox
12818 \series default
12819  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
12820  exemple).
12821  Quand une boîte est destinée à contenir une formule, on doit insérer une
12822  boîte supplémentaire, comme avec 
12823 \series bold
12824
12825 \backslash
12826 fraisebox
12827 \series default
12828 .
12829 \begin_inset Foot
12830 status collapsed
12831
12832 \begin_layout Plain Layout
12833 Ceci s'applique aussi à la commande 
12834 \series bold
12835
12836 \backslash
12837 fcolorbox
12838 \series default
12839 .
12840 \end_layout
12841
12842 \end_inset
12843
12844
12845 \end_layout
12846
12847 \begin_layout Standard
12848 On peut choisir une des couleurs prédéfinies suivantes:
12849 \end_layout
12850
12851 \begin_layout Standard
12852
12853 \series bold
12854 black
12855 \series default
12856  (noir), 
12857 \series bold
12858 blue
12859 \series default
12860  (bleu), 
12861 \series bold
12862 cyan
12863 \series default
12864
12865 \series bold
12866 green
12867 \series default
12868  (vert), 
12869 \series bold
12870 magenta
12871 \series default
12872
12873 \series bold
12874 red
12875 \series default
12876  (rouge), 
12877 \series bold
12878 white
12879 \series default
12880  (blanc), et 
12881 \series bold
12882 yellow (jaune)
12883 \end_layout
12884
12885 \begin_layout Standard
12886 \align center
12887 \begin_inset Tabular
12888 <lyxtabular version="3" rows="4" columns="2">
12889 <features rotate="0" tabularvalignment="middle">
12890 <column alignment="center" valignment="top">
12891 <column alignment="center" valignment="top">
12892 <row>
12893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 Commande
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 Résultat
12907 \begin_inset Note Note
12908 status collapsed
12909
12910 \begin_layout Plain Layout
12911
12912 \series bold
12913
12914 \backslash
12915 raisebox
12916 \series default
12917  est seulement utilisée pour faire de la place
12918 \end_layout
12919
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 </row>
12928 <row>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933
12934 \backslash
12935 colorbox{yellow
12936 \begin_inset Formula $\to$
12937 \end_inset
12938
12939
12940 \backslash
12941 {A=B
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12951 \end_inset
12952
12953
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 </row>
12959 <row>
12960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964
12965 \backslash
12966 colorbox{green
12967 \begin_inset Formula $\to$
12968 \end_inset
12969
12970
12971 \backslash
12972 {
12973 \backslash
12974 fbox
12975 \begin_inset space \textvisiblespace{}
12976 \end_inset
12977
12978 A=B
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12988 \end_inset
12989
12990
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 </row>
12996 <row>
12997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001
13002 \backslash
13003 fbox
13004 \begin_inset space \textvisiblespace{}
13005 \end_inset
13006
13007
13008 \backslash
13009 colorbox{green
13010 \begin_inset Formula $\to$
13011 \end_inset
13012
13013
13014 \backslash
13015 {
13016 \family sans
13017 Ctrl+M Ctrl+M
13018 \family default
13019  
13020 \backslash
13021 int
13022 \begin_inset space \textvisiblespace{}
13023 \end_inset
13024
13025 C=D
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 </row>
13043 </lyxtabular>
13044
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \begin_layout Standard
13051
13052 \series bold
13053
13054 \backslash
13055 colorbox
13056 \series default
13057  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
13058  Pour colorer tous les caractères, on sélectionne toute la formule et on
13059  choisit la couleur voulue avec la fenêtre de dialogue 
13060 \family sans
13061 Style
13062 \begin_inset space ~
13063 \end_inset
13064
13065 de
13066 \begin_inset space ~
13067 \end_inset
13068
13069 texte
13070 \family default
13071 .
13072  Cette fenêtre de dialogue peut être appelée avec le bouton 
13073 \begin_inset Info
13074 type  "icon"
13075 arg   "dialog-show character"
13076 \end_inset
13077
13078  de la barre d'outils, ou avec le menu 
13079 \family sans
13080 Édition\SpecialChar \menuseparator
13081 Style
13082 \begin_inset space ~
13083 \end_inset
13084
13085 de
13086 \begin_inset space ~
13087 \end_inset
13088
13089 texte\SpecialChar \menuseparator
13090 Personnalisé
13091 \family default
13092 .
13093  Le numéro de la formule prendra la même couleur que la formule.
13094  Si le numéro doit avoir une couleur différente de celle des caractères
13095  de la formule, la couleur doit être changée à l'intérieur de la formule.
13096 \end_layout
13097
13098 \begin_layout Standard
13099 Un exemple:
13100 \end_layout
13101
13102 \begin_layout Standard
13103
13104 \color red
13105 \begin_inset Formula 
13106 \begin{equation}
13107 \int A=B\label{eq:rouge}
13108 \end{equation}
13109
13110 \end_inset
13111
13112
13113 \color green
13114
13115 \begin_inset Formula 
13116 \begin{equation}
13117 \textcolor{red}{\int A=B}\label{eq:rougevert}
13118 \end{equation}
13119
13120 \end_inset
13121
13122
13123 \end_layout
13124
13125 \begin_layout Standard
13126 La formule 
13127 \begin_inset CommandInset ref
13128 LatexCommand eqref
13129 reference "eq:rouge"
13130
13131 \end_inset
13132
13133  est complètement colorée en rouge.
13134 \begin_inset Newline newline
13135 \end_inset
13136
13137 La formule 
13138 \begin_inset CommandInset ref
13139 LatexCommand eqref
13140 reference "eq:rougevert"
13141
13142 \end_inset
13143
13144  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
13145  Ensuite, les caractères de la formule ont été colorés en rouge.
13146 \end_layout
13147
13148 \begin_layout Standard
13149 \begin_inset VSpace bigskip
13150 \end_inset
13151
13152 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
13153  utilise la commande 
13154 \series bold
13155
13156 \backslash
13157 fcolorbox
13158 \series default
13159
13160 \begin_inset Index idx
13161 status collapsed
13162
13163 \begin_layout Plain Layout
13164 Commandes ! F ! 
13165 \backslash
13166 fcolorbox
13167 \end_layout
13168
13169 \end_inset
13170
13171  avec la syntaxe suivante:
13172 \end_layout
13173
13174 \begin_layout Standard
13175
13176 \series bold
13177
13178 \backslash
13179 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
13180 \end_layout
13181
13182 \begin_layout Standard
13183 Donc 
13184 \series bold
13185
13186 \backslash
13187 fcolorbox
13188 \series default
13189  est une extension de la commande 
13190 \series bold
13191
13192 \backslash
13193 colorbox
13194 \series default
13195 .
13196  L'épaisseur du cadre est déterminée comme avec 
13197 \series bold
13198
13199 \backslash
13200 framebox
13201 \series default
13202 , avec 
13203 \series bold
13204
13205 \backslash
13206 fboxrule
13207 \series default
13208  et 
13209 \series bold
13210
13211 \backslash
13212 fboxsep
13213 \series default
13214 .
13215  Un exemple:
13216 \begin_inset ERT
13217 status collapsed
13218
13219 \begin_layout Plain Layout
13220
13221
13222 \backslash
13223 fboxrule 1mm 
13224 \backslash
13225 fboxsep 1mm
13226 \end_layout
13227
13228 \end_inset
13229
13230
13231 \begin_inset Formula 
13232 \[
13233 \fcolorbox{cyan}{magenta}{A=B}
13234 \]
13235
13236 \end_inset
13237
13238
13239 \begin_inset ERT
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243
13244
13245 \backslash
13246 fboxrule 0.4pt 
13247 \backslash
13248 fboxsep 3pt
13249 \end_layout
13250
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \begin_layout Standard
13257 Cette formule a été créée avec la commande
13258 \begin_inset Newline newline
13259 \end_inset
13260
13261
13262 \series bold
13263
13264 \backslash
13265 fcolorbox{cyan
13266 \begin_inset Formula $\to$
13267 \end_inset
13268
13269
13270 \backslash
13271 {magenta
13272 \begin_inset Formula $\to$
13273 \end_inset
13274
13275
13276 \backslash
13277 {A=B
13278 \series default
13279 .
13280 \end_layout
13281
13282 \begin_layout Standard
13283 \begin_inset VSpace bigskip
13284 \end_inset
13285
13286 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13287  faut d'abord les définir.
13288 \end_layout
13289
13290 \begin_layout Standard
13291 On peut par exemple définir la couleur 
13292 \begin_inset Quotes eld
13293 \end_inset
13294
13295 vertfonce
13296 \begin_inset Quotes erd
13297 \end_inset
13298
13299  avec la ligne suivante dans le préambule LaTeX:
13300 \end_layout
13301
13302 \begin_layout Standard
13303
13304 \series bold
13305
13306 \backslash
13307 definecolor{vertfonce}{cmyk}{0.5,
13308 \series default
13309  
13310 \series bold
13311 0,
13312 \series default
13313  
13314 \series bold
13315 1,
13316 \series default
13317  
13318 \series bold
13319 0.5}
13320 \series default
13321
13322 \begin_inset Index idx
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326 Commandes ! D ! 
13327 \backslash
13328 definecolor
13329 \end_layout
13330
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Standard
13337
13338 \series bold
13339 cmyk
13340 \series default
13341  est l'espace colorimétrique basé sur les couleurs 
13342 \series bold
13343 cyan
13344 \series default
13345
13346 \series bold
13347 magenta
13348 \series default
13349 , jaune
13350 \series bold
13351  (yellow
13352 \series default
13353 ), et noir 
13354 \series bold
13355 (black
13356 \series default
13357 ).
13358  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13359  correspondantes dans l'espace colorimétrique.
13360  Ces facteurs prennent des valeurs entre 0 et 1.
13361  À la place de 
13362 \series bold
13363 cmyk 
13364 \series default
13365 on peut aussi utiliser l'espace 
13366 \series bold
13367 rgb 
13368 \series default
13369 basé sur les couleurs rouge (
13370 \series bold
13371 red
13372 \series default
13373 ), vert (
13374 \series bold
13375 green
13376 \series default
13377 ) et bleu (
13378 \series bold
13379 blue
13380 \series default
13381 ).
13382  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13383  couleurs.
13384  Il y a aussi l'espace de couleur 
13385 \series bold
13386 gray 
13387 \series default
13388 (dégradé de gris) avec un facteur donnant la proportion de gris.
13389 \end_layout
13390
13391 \begin_layout Standard
13392 Comme exemple, une boîte encadrée avec la couleur 
13393 \series bold
13394 vertfonce 
13395 \series default
13396 que l'on vient de définir et des caractères colorés en jaune (
13397 \series bold
13398 yellow
13399 \series default
13400 ):
13401 \begin_inset Formula 
13402 \begin{equation}
13403 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13404 \end{equation}
13405
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \begin_layout Standard
13412 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13413  de la commande 
13414 \series bold
13415
13416 \backslash
13417 textcolor
13418 \series default
13419 :
13420 \begin_inset Index idx
13421 status collapsed
13422
13423 \begin_layout Plain Layout
13424 Texte ! coloré
13425 \end_layout
13426
13427 \end_inset
13428
13429
13430 \end_layout
13431
13432 \begin_layout Standard
13433 \begin_inset ERT
13434 status collapsed
13435
13436 \begin_layout Plain Layout
13437
13438
13439 \backslash
13440 textcolor{vertfonce}{
13441 \end_layout
13442
13443 \end_inset
13444
13445 cette phrase est en 
13446 \begin_inset Quotes eld
13447 \end_inset
13448
13449 vertfonce
13450 \begin_inset Quotes erd
13451 \end_inset
13452
13453 .
13454 \begin_inset ERT
13455 status collapsed
13456
13457 \begin_layout Plain Layout
13458
13459 }
13460 \end_layout
13461
13462 \end_inset
13463
13464
13465 \end_layout
13466
13467 \begin_layout Standard
13468
13469 \series bold
13470
13471 \backslash
13472 textcolor
13473 \series default
13474
13475 \begin_inset Index idx
13476 status collapsed
13477
13478 \begin_layout Plain Layout
13479 Commandes ! T ! 
13480 \backslash
13481 textcolor
13482 \end_layout
13483
13484 \end_inset
13485
13486  utilise la syntaxe 
13487 \series bold
13488
13489 \backslash
13490 textcolor{couleur}{caractères à colorer}
13491 \series default
13492 .
13493 \end_layout
13494
13495 \begin_layout Subsection
13496 Boîtes de paragraphe
13497 \begin_inset CommandInset label
13498 LatexCommand label
13499 name "sub:Boîtes-de-paragraphes"
13500
13501 \end_inset
13502
13503
13504 \begin_inset Index idx
13505 status collapsed
13506
13507 \begin_layout Plain Layout
13508 Boîtes ! comme paragraphe
13509 \end_layout
13510
13511 \end_inset
13512
13513
13514 \end_layout
13515
13516 \begin_layout Standard
13517 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
13518  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
13519  On la crée avec le menu 
13520 \family sans
13521 Insertion\SpecialChar \menuseparator
13522 Boîte
13523 \family default
13524  ou le bouton 
13525 \begin_inset Info
13526 type  "icon"
13527 arg   "box-insert"
13528 \end_inset
13529
13530  de la barre d'outils.
13531 \end_layout
13532
13533 \begin_layout Standard
13534 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
13535  une ligne:
13536 \end_layout
13537
13538 \begin_layout Standard
13539 \begin_inset VSpace medskip
13540 \end_inset
13541
13542 Ceci est une ligne 
13543 \begin_inset Box Boxed
13544 position "c"
13545 hor_pos "c"
13546 has_inner_box 1
13547 inner_pos "t"
13548 use_parbox 1
13549 use_makebox 0
13550 width "5cm"
13551 special "none"
13552 height "1in"
13553 height_special "totalheight"
13554 status open
13555
13556 \begin_layout Plain Layout
13557 Ceci est une boîte de paragraphe.
13558  Elle a exactement 5
13559 \begin_inset space \thinspace{}
13560 \end_inset
13561
13562 cm de large et peut aussi contenir des formules: 
13563 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13564 \end_inset
13565
13566
13567 \end_layout
13568
13569 \end_inset
13570
13571  avec une boîte de paragraphe.
13572 \end_layout
13573
13574 \begin_layout Standard
13575 \begin_inset VSpace medskip
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Standard
13582 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
13583  grise.
13584  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
13585  Dans notre cas, on met: 
13586 \emph on
13587 Décoration:
13588 \emph default
13589  Boîte rectangulaire, 
13590 \emph on
13591 Boîte intérieure:
13592 \emph default
13593  Parbox, 
13594 \emph on
13595 Largeur
13596 \emph default
13597 : 5
13598 \begin_inset space \thinspace{}
13599 \end_inset
13600
13601 cm, 
13602 \emph on
13603 Alignement vertical boîte
13604 \emph default
13605 : milieu
13606 \end_layout
13607
13608 \begin_layout Standard
13609 \begin_inset VSpace medskip
13610 \end_inset
13611
13612 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
13613 \series bold
13614
13615 \backslash
13616 parbox
13617 \series default
13618
13619 \begin_inset Index idx
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623 Commandes ! P ! 
13624 \backslash
13625 parbox
13626 \end_layout
13627
13628 \end_inset
13629
13630  qui a la syntaxe suivante:
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 parbox[position]{largeur}{contenu de la boîte}
13639 \end_layout
13640
13641 \begin_layout Standard
13642 Les positions 
13643 \emph on
13644 b
13645 \emph default
13646  et 
13647 \emph on
13648 t
13649 \emph default
13650  sont possibles.
13651  
13652 \emph on
13653 b
13654 \emph default
13655  pour 
13656 \begin_inset Quotes fld
13657 \end_inset
13658
13659 bas
13660 \begin_inset Quotes frd
13661 \end_inset
13662
13663  (bottom) signifie que la boîte est alignée au sein du texte qui l'entoure,
13664  au niveau de sa dernière ligne.
13665  Avec 
13666 \emph on
13667 t
13668 \emph default
13669  pour 
13670 \begin_inset Quotes fld
13671 \end_inset
13672
13673 haut
13674 \begin_inset Quotes frd
13675 \end_inset
13676
13677  (top) l'alignement se fait avec la première ligne.
13678  Si aucune position n'est précisée, la boîte est centrée verticalement,
13679  voir la section 
13680 \emph on
13681 Boîtes 
13682 \emph default
13683 du manuel 
13684 \emph on
13685 Objets insérés 
13686 \emph default
13687 pour des exemples.
13688 \end_layout
13689
13690 \begin_layout Standard
13691 \begin_inset VSpace bigskip
13692 \end_inset
13693
13694 Pour encadrer une formule complètement, y compris le numéro de la formule,
13695  il faut la placer dans une boîte de paragraphe.
13696  Pour le faire, on insère la commande 
13697 \series bold
13698
13699 \backslash
13700 fbox{
13701 \backslash
13702 parbox{
13703 \backslash
13704 linewidth-2
13705 \backslash
13706 fboxsep-2
13707 \backslash
13708 fboxrule}{
13709 \series default
13710  en mode TeX avant la formule.
13711  Dans cette commande 
13712 \series bold
13713
13714 \backslash
13715 linewidth
13716 \series default
13717
13718 \begin_inset Index idx
13719 status collapsed
13720
13721 \begin_layout Plain Layout
13722 Commandes ! L ! 
13723 \backslash
13724 linewidth
13725 \end_layout
13726
13727 \end_inset
13728
13729  est l'épaisseur de ligne qui est active pour tout le document.
13730  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
13731  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
13732  et l'épaisseur du cadre.
13733  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
13734 \begin_inset Foot
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738 \begin_inset CommandInset href
13739 LatexCommand href
13740 name "LyX-bug #4483"
13741 target "http://www.lyx.org/trac/ticket/4483"
13742
13743 \end_inset
13744
13745
13746 \end_layout
13747
13748 \end_inset
13749
13750 , on doit utiliser le mode TeX.
13751  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
13752  on doit charger le paquetage LaTeX 
13753 \series bold
13754 calc
13755 \series default
13756
13757 \begin_inset Foot
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761
13762 \series bold
13763 calc
13764 \series default
13765  fait partie de toutes les installations standard de LaTeX.
13766 \end_layout
13767
13768 \end_inset
13769
13770
13771 \begin_inset Index idx
13772 status collapsed
13773
13774 \begin_layout Plain Layout
13775 Paquetages ! calc
13776 \end_layout
13777
13778 \end_inset
13779
13780  dans le préambule LaTeX avec la ligne
13781 \end_layout
13782
13783 \begin_layout Standard
13784
13785 \series bold
13786
13787 \backslash
13788 usepackage{calc}
13789 \end_layout
13790
13791 \begin_layout Standard
13792 Après la formule, les deux boîtes sont refermées en entrant 
13793 \series bold
13794 }}
13795 \series default
13796  en mode TeX.
13797  Voici un exemple:
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803
13804 \backslash
13805 fboxsep 5mm 
13806 \backslash
13807 fboxrule 5mm
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \begin_layout Standard
13816 \begin_inset ERT
13817 status collapsed
13818
13819 \begin_layout Plain Layout
13820
13821
13822 \backslash
13823 fbox{
13824 \backslash
13825 parbox{
13826 \backslash
13827 linewidth-2
13828 \backslash
13829 fboxsep-2
13830 \backslash
13831 fboxrule}{
13832 \end_layout
13833
13834 \end_inset
13835
13836
13837 \begin_inset Formula 
13838 \begin{equation}
13839 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13840 \end{equation}
13841
13842 \end_inset
13843
13844
13845 \begin_inset ERT
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849
13850 }}
13851 \end_layout
13852
13853 \end_inset
13854
13855
13856 \begin_inset ERT
13857 status collapsed
13858
13859 \begin_layout Plain Layout
13860
13861
13862 \backslash
13863 fboxrule 0.4pt 
13864 \backslash
13865 fboxsep 3pt
13866 \end_layout
13867
13868 \end_inset
13869
13870
13871 \end_layout
13872
13873 \begin_layout Standard
13874 \begin_inset VSpace medskip
13875 \end_inset
13876
13877 Comme on utilise une boîte de paragraphe comme argument de 
13878 \series bold
13879
13880 \backslash
13881 fbox
13882 \series default
13883 , il n'y a dans ce cas pas de différence entre 
13884 \series bold
13885
13886 \backslash
13887 fbox
13888 \series default
13889  et 
13890 \series bold
13891
13892 \backslash
13893 boxed
13894 \series default
13895 .
13896 \end_layout
13897
13898 \begin_layout Standard
13899 \begin_inset VSpace bigskip
13900 \end_inset
13901
13902 Les boîtes de paragraphes sont très utiles pour commenter directement des
13903  formules.
13904  Pour faire cela, on utilise la commande 
13905 \series bold
13906
13907 \backslash
13908 parbox
13909 \series default
13910  en combinaison avec la commande 
13911 \series bold
13912
13913 \backslash
13914 tag
13915 \series default
13916
13917 \begin_inset Foot
13918 status collapsed
13919
13920 \begin_layout Plain Layout
13921 plus au sujet de la commande 
13922 \series bold
13923
13924 \backslash
13925 tag
13926 \series default
13927 , voir 
13928 \begin_inset CommandInset ref
13929 LatexCommand ref
13930 reference "sub:Numérotation-personnalisée"
13931
13932 \end_inset
13933
13934 .
13935 \end_layout
13936
13937 \end_inset
13938
13939 .
13940 \end_layout
13941
13942 \begin_layout Standard
13943 Un exemple de formule commentée avec 
13944 \series bold
13945
13946 \backslash
13947 parbox
13948 \series default
13949 :
13950 \end_layout
13951
13952 \begin_layout Standard
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958
13959 \backslash
13960 [5x-7b=3b
13961 \backslash
13962 tag*{
13963 \backslash
13964 parbox{5cm}{
13965 \end_layout
13966
13967 \end_inset
13968
13969 Ceci est une description.
13970  Elle est clairement séparée de la formule et est multi-ligne.
13971 \begin_inset ERT
13972 status collapsed
13973
13974 \begin_layout Plain Layout
13975
13976 }}
13977 \backslash
13978 ]
13979 \end_layout
13980
13981 \end_inset
13982
13983
13984 \end_layout
13985
13986 \begin_layout Standard
13987 Une telle formule doit être complètement insérée en mode TeX, parce que
13988  LyX ne supporte pas encore la commande 
13989 \series bold
13990
13991 \backslash
13992 parbox
13993 \series default
13994  dans les formules.
13995  On crée la formule avec la suite de commandes suivante:
13996 \end_layout
13997
13998 \begin_layout Standard
13999 On insère la commande 
14000 \series bold
14001
14002 \backslash
14003 [5x-7b=3b
14004 \backslash
14005 tag*
14006 \backslash
14007 {
14008 \backslash
14009 parbox{5cm}{
14010 \series default
14011  en mode TeX.
14012 \begin_inset Foot
14013 status collapsed
14014
14015 \begin_layout Plain Layout
14016 Quand on utilise le style de formule 
14017 \series bold
14018 Indenté
14019 \series default
14020 , on peut aussi remplacer 
14021 \series bold
14022
14023 \backslash
14024 tag*
14025 \backslash
14026 {
14027 \series default
14028  par 
14029 \series bold
14030
14031 \backslash
14032 hfill
14033 \series default
14034 .
14035  (pour les styles de formules, voir 
14036 \begin_inset CommandInset ref
14037 LatexCommand ref
14038 reference "sec:Styles-de-formules"
14039
14040 \end_inset
14041
14042 ).
14043 \end_layout
14044
14045 \end_inset
14046
14047  Ensuite la description suit en texte normal et enfin on insère 
14048 \series bold
14049 }}
14050 \backslash
14051 ]
14052 \series default
14053  en mode TeX.
14054  Dans ces commandes, 
14055 \series bold
14056
14057 \backslash
14058 [
14059 \series default
14060  et 
14061 \series bold
14062
14063 \backslash
14064 ]
14065 \series default
14066  créent une formule hors ligne.
14067 \end_layout
14068
14069 \begin_layout Standard
14070 On peut voir les avantages de 
14071 \series bold
14072
14073 \backslash
14074 parbox
14075 \series default
14076  dans cet exemple qui a été commenté en utilisant du texte mathématique:
14077 \begin_inset Formula 
14078 \[
14079 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}
14080 \]
14081
14082 \end_inset
14083
14084
14085 \end_layout
14086
14087 \begin_layout Section
14088 Opérateurs
14089 \begin_inset Index idx
14090 status collapsed
14091
14092 \begin_layout Plain Layout
14093 Opérateurs
14094 \end_layout
14095
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \begin_layout Subsection
14102 Grands Opérateurs
14103 \begin_inset CommandInset label
14104 LatexCommand label
14105 name "sub:Grands-opérateurs"
14106
14107 \end_inset
14108
14109
14110 \begin_inset Index idx
14111 status collapsed
14112
14113 \begin_layout Plain Layout
14114 Opérateurs ! grands
14115 \end_layout
14116
14117 \end_inset
14118
14119
14120 \begin_inset Index idx
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 Sommes
14125 \end_layout
14126
14127 \end_inset
14128
14129
14130 \begin_inset Index idx
14131 status collapsed
14132
14133 \begin_layout Plain Layout
14134 Intégrales
14135 \end_layout
14136
14137 \end_inset
14138
14139
14140 \end_layout
14141
14142 \begin_layout Standard
14143 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
14144  activer l'option 
14145 \family sans
14146 Utiliser
14147 \begin_inset space ~
14148 \end_inset
14149
14150 automatiquement le paquetage
14151 \begin_inset space ~
14152 \end_inset
14153
14154 esint
14155 \family default
14156  dans les 
14157 \family sans
14158 Options du mode math.
14159 \end_layout
14160
14161 \begin_layout Standard
14162 \begin_inset space \hfill{}
14163 \end_inset
14164
14165
14166 \begin_inset Tabular
14167 <lyxtabular version="3" rows="11" columns="2">
14168 <features rotate="0" tabularvalignment="middle">
14169 <column alignment="center" valignment="top" width="0pt">
14170 <column alignment="center" valignment="top" width="0pt">
14171 <row>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 Commande
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185 Résultat
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 </row>
14191 <row>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196
14197 \backslash
14198 int
14199 \begin_inset Index idx
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203 Commandes ! I ! 
14204 \backslash
14205 int
14206 \end_layout
14207
14208 \end_inset
14209
14210
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219 \begin_inset Formula $\int$
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 <row>
14229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233
14234 \backslash
14235 oint
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 \begin_inset Formula $\oint$
14245 \end_inset
14246
14247
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 </row>
14253 <row>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258
14259 \backslash
14260 ointctrclockwise
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 \begin_inset Formula $\ointctrclockwise$
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 </row>
14278 <row>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283
14284 \backslash
14285 ointclockwise
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 \begin_inset Formula $\ointclockwise$
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 </row>
14303 <row>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308
14309 \backslash
14310 sqint
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 \begin_inset Formula $\sqint$
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 </row>
14328 <row>
14329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333
14334 \backslash
14335 fint
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344  
14345 \begin_inset Formula $\fint$
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359
14360 \backslash
14361 landupint
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370  
14371 \begin_inset Formula $\landupint$
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 </row>
14380 <row>
14381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385
14386 \backslash
14387 landdownint
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396  
14397 \begin_inset Formula $\landdownint$
14398 \end_inset
14399
14400
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 </row>
14406 <row>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411
14412 \backslash
14413 bigcap
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 \begin_inset Formula $\bigcap$
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 </row>
14431 <row>
14432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \backslash
14438 bigcup
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 \begin_inset Formula $\bigcup$
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 </row>
14456 </lyxtabular>
14457
14458 \end_inset
14459
14460
14461 \begin_inset space \hfill{}
14462 \end_inset
14463
14464
14465 \begin_inset Tabular
14466 <lyxtabular version="3" rows="11" columns="2">
14467 <features rotate="0" tabularvalignment="middle">
14468 <column alignment="center" valignment="top" width="0pt">
14469 <column alignment="center" valignment="top" width="0pt">
14470 <row>
14471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 Commande
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 Résultat
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 </row>
14490 <row>
14491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495
14496 \backslash
14497 sum
14498 \begin_inset Index idx
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502 Commandes ! S ! 
14503 \backslash
14504 sum
14505 \end_layout
14506
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 \begin_inset Formula $\sum$
14519 \end_inset
14520
14521
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 </row>
14527 <row>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532
14533 \backslash
14534 prod
14535 \begin_inset Index idx
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539 Commandes ! P ! 
14540 \backslash
14541 prod
14542 \end_layout
14543
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 \begin_inset Formula $\prod$
14556 \end_inset
14557
14558
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 <row>
14565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569
14570 \backslash
14571 coprod
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 \begin_inset Formula $\coprod$
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 </row>
14589 <row>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594
14595 \backslash
14596 bigodot
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605 \begin_inset Formula $\bigodot$
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619
14620 \backslash
14621 bigotimes
14622 \end_layout
14623
14624 \end_inset
14625 </cell>
14626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630 \begin_inset Formula $\bigotimes$
14631 \end_inset
14632
14633
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 </row>
14639 <row>
14640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644
14645 \backslash
14646 bigoplus
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 \begin_inset Formula $\bigoplus$
14656 \end_inset
14657
14658
14659 \end_layout
14660
14661 \end_inset
14662 </cell>
14663 </row>
14664 <row>
14665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669
14670 \backslash
14671 bigwedge
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680 \begin_inset Formula $\bigwedge$
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 </row>
14689 <row>
14690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14691 \begin_inset Text
14692
14693 \begin_layout Plain Layout
14694
14695 \backslash
14696 bigvee
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Plain Layout
14705 \begin_inset Formula $\bigvee$
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 </row>
14714 <row>
14715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719
14720 \backslash
14721 bigsqcup
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730 \begin_inset Formula $\bigsqcup$
14731 \end_inset
14732
14733
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 </row>
14739 <row>
14740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Plain Layout
14744
14745 \backslash
14746 biguplus
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14752 \begin_inset Text
14753
14754 \begin_layout Plain Layout
14755 \begin_inset Formula $\biguplus$
14756 \end_inset
14757
14758
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 </row>
14764 </lyxtabular>
14765
14766 \end_inset
14767
14768
14769 \begin_inset space \hfill{}
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \begin_layout Standard
14776 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
14777  
14778 \begin_inset Info
14779 type  "icon"
14780 arg   "math-insert \\intop"
14781 \end_inset
14782
14783  de la barre d'outils mathématique.
14784 \end_layout
14785
14786 \begin_layout Standard
14787 On nomme ces opérateurs 
14788 \begin_inset Quotes eld
14789 \end_inset
14790
14791 grands
14792 \begin_inset Quotes erd
14793 \end_inset
14794
14795  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
14796  parfois.
14797  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
14798  dans la section qui suit.
14799 \end_layout
14800
14801 \begin_layout Standard
14802 Pour tous les opérateurs intégrales, une seconde version est disponible,
14803  se terminant en 
14804 \series bold
14805 op
14806 \series default
14807
14808 \series bold
14809
14810 \backslash
14811 intop
14812 \series default
14813
14814 \series bold
14815
14816 \backslash
14817 ointop
14818 \series default
14819  etc..
14820  Ces opérateurs sont différents de
14821 \series bold
14822  
14823 \backslash
14824 int
14825 \series default
14826  etc.
14827 \begin_inset space \space{}
14828 \end_inset
14829
14830 dans la manière dont sont affichés les limites, voir 
14831 \begin_inset CommandInset ref
14832 LatexCommand ref
14833 reference "sub:Limites-des-opérateurs"
14834
14835 \end_inset
14836
14837 .
14838  
14839 \end_layout
14840
14841 \begin_layout Subsubsection*
14842 Conseils pour les intégrales
14843 \end_layout
14844
14845 \begin_layout Standard
14846 La lettre 
14847 \emph on
14848 d
14849 \emph default
14850  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
14851  On le fait en sélectionnant le 
14852 \emph on
14853
14854 \emph default
14855 et en utilisant le raccourci clavier 
14856 \family sans
14857 Alt+C
14858 \begin_inset space ~
14859 \end_inset
14860
14861 R
14862 \family default
14863
14864 \begin_inset Foot
14865 status collapsed
14866
14867 \begin_layout Plain Layout
14868 Pour les styles de polices, voir 
14869 \begin_inset CommandInset ref
14870 LatexCommand ref
14871 reference "sub:Styles-de-polices"
14872
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \end_inset
14879
14880 .
14881  Pour finir, on insère une espace fine avant le 
14882 \emph on
14883
14884 \emph default
14885 puisque c'est l'habitude avec les opérateurs.
14886  Un exemple:
14887 \end_layout
14888
14889 \begin_layout Standard
14890 incorrect: 
14891 \begin_inset Formula $\int A(x)dx$
14892 \end_inset
14893
14894
14895 \begin_inset Newline newline
14896 \end_inset
14897
14898
14899 \begin_inset Phantom HPhantom
14900 status open
14901
14902 \begin_layout Plain Layout
14903 in
14904 \end_layout
14905
14906 \end_inset
14907
14908 correct: 
14909 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \begin_layout Standard
14916 Pour les intégrales multiples, il y a les commandes suivantes:
14917 \begin_inset VSpace medskip
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \begin_layout Standard
14924 \begin_inset space \hfill{}
14925 \end_inset
14926
14927
14928 \begin_inset Tabular
14929 <lyxtabular version="3" rows="4" columns="2">
14930 <features rotate="0" tabularvalignment="middle">
14931 <column alignment="center" valignment="top">
14932 <column alignment="center" valignment="top">
14933 <row>
14934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 Commande
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947 Résultat
14948 \begin_inset Note Note
14949 status collapsed
14950
14951 \begin_layout Plain Layout
14952
14953 \series bold
14954
14955 \backslash
14956 raisebox
14957 \series default
14958  est seulement utilisée pour faire de la place
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row>
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \backslash
14976 iint
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 </row>
14994 <row>
14995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999
15000 \backslash
15001 oiint
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \backslash
15026 sqiint
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 </row>
15044 </lyxtabular>
15045
15046 \end_inset
15047
15048
15049 \begin_inset space \hfill{}
15050 \end_inset
15051
15052
15053 \begin_inset Tabular
15054 <lyxtabular version="3" rows="4" columns="2">
15055 <features rotate="0" tabularvalignment="middle">
15056 <column alignment="center" valignment="top">
15057 <column alignment="center" valignment="top">
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 Commande
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 Résultat
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 iiint
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 iiiint
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 dotsint
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 </lyxtabular>
15154
15155 \end_inset
15156
15157
15158 \begin_inset space \hfill{}
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \begin_layout Subsection
15165 Limites des opérateurs
15166 \begin_inset CommandInset label
15167 LatexCommand label
15168 name "sub:Limites-des-opérateurs"
15169
15170 \end_inset
15171
15172
15173 \begin_inset Index idx
15174 status collapsed
15175
15176 \begin_layout Plain Layout
15177 Opérateurs ! Limites
15178 \end_layout
15179
15180 \end_inset
15181
15182
15183 \end_layout
15184
15185 \begin_layout Standard
15186 Les limites sont créées avec les indices et les exposants:
15187 \end_layout
15188
15189 \begin_layout Standard
15190 \align center
15191 \begin_inset Tabular
15192 <lyxtabular version="3" rows="2" columns="2">
15193 <features rotate="0" tabularvalignment="middle">
15194 <column alignment="center" valignment="top" width="0pt">
15195 <column alignment="center" valignment="top" width="0pt">
15196 <row>
15197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 Commande
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 Résultat
15211 \begin_inset Note Note
15212 status collapsed
15213
15214 \begin_layout Plain Layout
15215
15216 \series bold
15217
15218 \backslash
15219 raisebox
15220 \series default
15221  est seulement utilisée pour faire de la place
15222 \end_layout
15223
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row>
15233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237
15238 \backslash
15239 prod^
15240 \backslash
15241 infty
15242 \begin_inset space \textvisiblespace{}
15243 \end_inset
15244
15245
15246 \begin_inset Formula $\to$
15247 \end_inset
15248
15249 _0
15250 \begin_inset Formula $\to$
15251 \end_inset
15252
15253 A(x)
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 </row>
15271 </lyxtabular>
15272
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15280  Pour les formules hors ligne, les limites sont placées au dessus ou en
15281  dessous de l'opérateur, sauf pour les limites des intégrales.
15282 \end_layout
15283
15284 \begin_layout Standard
15285 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15286  après l'opérateur et on change le type de limite avec le menu 
15287 \family sans
15288 Édition\SpecialChar \menuseparator
15289 Math\SpecialChar \menuseparator
15290 Changer
15291 \begin_inset space ~
15292 \end_inset
15293
15294 le
15295 \begin_inset space ~
15296 \end_inset
15297
15298 type
15299 \begin_inset space ~
15300 \end_inset
15301
15302 de
15303 \begin_inset space ~
15304 \end_inset
15305
15306 limites
15307 \family default
15308  pour 
15309 \family sans
15310 En
15311 \begin_inset space ~
15312 \end_inset
15313
15314 ligne
15315 \family default
15316  (raccourci 
15317 \family sans
15318 Alt+M
15319 \family default
15320
15321 \begin_inset space ~
15322 \end_inset
15323
15324
15325 \family sans
15326 L
15327 \family default
15328 ).
15329  Un exemple:
15330 \end_layout
15331
15332 \begin_layout Standard
15333 Implicitement les limites ont ce type:
15334 \begin_inset Formula 
15335 \[
15336 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15337 \]
15338
15339 \end_inset
15340
15341 Voici à quoi elles ressemblent si on change le type des limites à 
15342 \family sans
15343 En
15344 \begin_inset space ~
15345 \end_inset
15346
15347 ligne
15348 \family default
15349 :
15350 \begin_inset Formula 
15351 \[
15352 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15353 \]
15354
15355 \end_inset
15356
15357 Pour les intégrales, à part pour celles dont le nom se termine en 
15358 \series bold
15359 op
15360 \series default
15361  comme 
15362 \series bold
15363
15364 \backslash
15365 intop
15366 \series default
15367
15368 \series bold
15369
15370 \backslash
15371 ointop
15372 \series default
15373  etc., les limites sont placées implicitement après l'opérateur.
15374  Mais pour les intégrales multiples les limites sont souvent placées sous
15375  l'opérateur.
15376  Dans l'exemple suivant, le type de limites a donc été mis à 
15377 \series bold
15378 Hors
15379 \begin_inset space ~
15380 \end_inset
15381
15382 ligne 
15383 \series default
15384 et elles sont donc placées sous les intégrales:
15385 \begin_inset Formula 
15386 \begin{equation}
15387 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15388 \end{equation}
15389
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \begin_layout Standard
15396 \begin_inset VSpace medskip
15397 \end_inset
15398
15399 Pour préciser des conditions pour les limites, on utilise les commandes
15400  
15401 \series bold
15402
15403 \backslash
15404 subarray
15405 \series default
15406
15407 \begin_inset Index idx
15408 status collapsed
15409
15410 \begin_layout Plain Layout
15411 Commandes ! S ! 
15412 \backslash
15413 subarray
15414 \end_layout
15415
15416 \end_inset
15417
15418  et 
15419 \series bold
15420
15421 \backslash
15422 substack
15423 \series default
15424
15425 \begin_inset Index idx
15426 status collapsed
15427
15428 \begin_layout Plain Layout
15429 Commandes ! S ! 
15430 \backslash
15431 substack
15432 \end_layout
15433
15434 \end_inset
15435
15436 .
15437  Par exemple, pour obtenir cette expression 
15438 \begin_inset Formula 
15439 \begin{equation}
15440 \sum_{\begin{subarray}{c}
15441 0<k<1000\\
15442 \\
15443 k\,\in\,\mathbb{N}
15444 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15445 \end{equation}
15446
15447 \end_inset
15448
15449
15450 \end_layout
15451
15452 \begin_layout Standard
15453 on doit faire ceci:
15454 \begin_inset Newline newline
15455 \end_inset
15456
15457 D'abord taper la commande 
15458 \series bold
15459
15460 \backslash
15461 sum
15462 \series default
15463 ^
15464 \series bold
15465 n
15466 \begin_inset space \textvisiblespace{}
15467 \end_inset
15468
15469 _
15470 \series default
15471  .
15472  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
15473  on y insère la commande 
15474 \series bold
15475
15476 \backslash
15477 subarray
15478 \begin_inset space \textvisiblespace{}
15479 \end_inset
15480
15481
15482 \series default
15483 .
15484  La boîte bleue se trouve maintenant dans une boîte violette et on peut
15485  écrire plusieurs lignes les unes au dessus des autres.
15486  On crée une nouvelle ligne en insérant un saut de ligne (
15487 \family sans
15488 Ctrl+Entrée
15489 \family default
15490 ).
15491  Maintenant, quand on tape
15492 \begin_inset Newline newline
15493 \end_inset
15494
15495
15496 \series bold
15497 0<k<1000 Ctrl+Entrée
15498 \begin_inset Newline newline
15499 \end_inset
15500
15501
15502 \series default
15503 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
15504 \end_layout
15505
15506 \begin_layout Standard
15507 L'alignement des lignes peut être modifié en alignement à gauche avec la
15508  barre d'outils 
15509 \family sans
15510 Tableaux
15511 \family default
15512  ou avec le menu 
15513 \family sans
15514 Édition\SpecialChar \menuseparator
15515 Lignes
15516 \begin_inset space ~
15517 \end_inset
15518
15519 &
15520 \begin_inset space ~
15521 \end_inset
15522
15523 colonnes
15524 \family default
15525 .
15526  Pour avoir un alignement à droite, on insère un 
15527 \series bold
15528
15529 \backslash
15530 hfill
15531 \begin_inset space \textvisiblespace{}
15532 \end_inset
15533
15534
15535 \series default
15536  au début de la ligne.
15537 \end_layout
15538
15539 \begin_layout Standard
15540 La commande 
15541 \series bold
15542
15543 \backslash
15544 substack
15545 \series default
15546  est équivalente à 
15547 \series bold
15548
15549 \backslash
15550 subarray
15551 \series default
15552  avec la différence que les lignes sont toujours centrées.
15553 \end_layout
15554
15555 \begin_layout Standard
15556 \begin_inset VSpace bigskip
15557 \end_inset
15558
15559 Comme dans le cas de la formule 
15560 \begin_inset CommandInset ref
15561 LatexCommand eqref
15562 reference "eq:substack"
15563
15564 \end_inset
15565
15566 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
15567 s qui suivent l'opérateur se trouvent après la limite.
15568  Pour éviter cela, on peut utiliser la commande 
15569 \series bold
15570
15571 \backslash
15572 mathclap
15573 \series default
15574
15575 \begin_inset Index idx
15576 status collapsed
15577
15578 \begin_layout Plain Layout
15579 Commandes ! M ! 
15580 \backslash
15581 mathclap
15582 \end_layout
15583
15584 \end_inset
15585
15586  qui met la largeur 
15587 \lang english
15588 of its content
15589 \lang french
15590  à 0
15591 \begin_inset space \thinspace{}
15592 \end_inset
15593
15594 pt.
15595 \begin_inset Newline newline
15596 \end_inset
15597
15598 Appliqué à la formule 
15599 \begin_inset CommandInset ref
15600 LatexCommand eqref
15601 reference "eq:substack"
15602
15603 \end_inset
15604
15605 , on utilise la commande
15606 \end_layout
15607
15608 \begin_layout Standard
15609
15610 \series bold
15611
15612 \backslash
15613 sum_
15614 \backslash
15615 mathclap
15616 \backslash
15617 substack
15618 \begin_inset space \textvisiblespace{}
15619 \end_inset
15620
15621 0<k<1000 Ctrl+Entrée
15622 \end_layout
15623
15624 \begin_layout Standard
15625 pour créer la limite inférieure.
15626  L'opérande est maintenant juste après l'opérateur de sommation:
15627 \begin_inset Formula 
15628 \[
15629 \sum_{\mathclap{\substack{0<k<1000\\
15630 \\
15631 k\,\in\,\mathbb{N}
15632 }
15633 }}^{n}k^{-2}
15634 \]
15635
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \begin_layout Standard
15642 \begin_inset VSpace bigskip
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Standard
15649
15650 \lang english
15651 When several consecutive operators have limits the typesetting of the limits
15652  looks often imperfect in the output, see this example:
15653 \lang french
15654
15655 \begin_inset Formula 
15656 \[
15657 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
15658 \]
15659
15660 \end_inset
15661
15662
15663 \lang english
15664 To improve the typesetting set in the document settings under 
15665 \family sans
15666 Math
15667 \begin_inset space ~
15668 \end_inset
15669
15670 Options
15671 \family default
15672  for the package
15673 \lang french
15674  
15675 \series bold
15676 mathtools
15677 \series default
15678
15679 \begin_inset Index idx
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 Paquetages ! mathtools
15684 \end_layout
15685
15686 \end_inset
15687
15688  
15689 \lang english
15690 the option 
15691 \family sans
15692 Load
15693 \begin_inset space ~
15694 \end_inset
15695
15696 always
15697 \family default
15698 .
15699  Then insert into your formula the command 
15700 \series bold
15701 \lang french
15702
15703 \backslash
15704 adjustlimits
15705 \series default
15706
15707 \begin_inset Index idx
15708 status collapsed
15709
15710 \begin_layout Plain Layout
15711 Commandes ! A ! 
15712 \backslash
15713 adjustlimits
15714 \end_layout
15715
15716 \end_inset
15717
15718  
15719 \lang english
15720 directly before the first operator.
15721  The example will then look like this:
15722 \lang french
15723
15724 \begin_inset Formula 
15725 \[
15726 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
15727 \]
15728
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \begin_layout Standard
15735 \begin_inset VSpace bigskip
15736 \end_inset
15737
15738 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
15739 \begin_inset CommandInset ref
15740 LatexCommand ref
15741 reference "sub:Opérateurs-personnalisés"
15742
15743 \end_inset
15744
15745 .
15746 \end_layout
15747
15748 \begin_layout Subsection
15749 Décoration pour les opérateurs
15750 \begin_inset Index idx
15751 status collapsed
15752
15753 \begin_layout Plain Layout
15754 Opérateurs ! Décoration
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \begin_layout Standard
15763 Avec les commandes 
15764 \series bold
15765
15766 \backslash
15767 overset
15768 \series default
15769
15770 \begin_inset Index idx
15771 status collapsed
15772
15773 \begin_layout Plain Layout
15774 Commandes ! O ! 
15775 \backslash
15776 overset
15777 \end_layout
15778
15779 \end_inset
15780
15781  et 
15782 \series bold
15783
15784 \backslash
15785 underset
15786 \series default
15787
15788 \begin_inset Index idx
15789 status collapsed
15790
15791 \begin_layout Plain Layout
15792 Commandes ! U ! 
15793 \backslash
15794 underset
15795 \end_layout
15796
15797 \end_inset
15798
15799  on peut placer des caractères respectivement au dessus ou en dessous d'un
15800  opérateur.
15801  Avec la commande 
15802 \series bold
15803
15804 \backslash
15805 sideset
15806 \series default
15807
15808 \begin_inset Index idx
15809 status collapsed
15810
15811 \begin_layout Plain Layout
15812 Commandes ! S ! 
15813 \backslash
15814 sideset
15815 \end_layout
15816
15817 \end_inset
15818
15819 , on peut placer des caractères avant ou après un grand opérateur.
15820 \end_layout
15821
15822 \begin_layout Standard
15823
15824 \lang english
15825 There are 4
15826 \begin_inset space ~
15827 \end_inset
15828
15829 variants of 
15830 \series bold
15831
15832 \backslash
15833 sideset
15834 \series default
15835 :
15836 \end_layout
15837
15838 \begin_layout Itemize
15839
15840 \series bold
15841 \lang english
15842
15843 \backslash
15844 sideset
15845 \series default
15846  is used to set characters at the corners of the operator
15847 \end_layout
15848
15849 \begin_layout Itemize
15850
15851 \series bold
15852 \lang english
15853
15854 \backslash
15855 sidesetn
15856 \series default
15857  is used to set characters before and/or behind the operator (this variant
15858  represents LaTeX's original 
15859 \series bold
15860
15861 \backslash
15862 sideset
15863 \series default
15864  command)
15865 \end_layout
15866
15867 \begin_layout Itemize
15868
15869 \series bold
15870 \lang english
15871
15872 \backslash
15873 sidesetl
15874 \series default
15875  is used to set characters at the left corners and/or behind the operator
15876 \end_layout
15877
15878 \begin_layout Itemize
15879
15880 \series bold
15881 \lang english
15882
15883 \backslash
15884 sidesetr
15885 \series default
15886  is used to set characters at the right corners and/or before the operator
15887 \end_layout
15888
15889 \begin_layout Standard
15890 Par exemple la commande 
15891 \series bold
15892
15893 \backslash
15894 sidesetn
15895 \begin_inset space \textvisiblespace{}
15896 \end_inset
15897
15898
15899 \backslash
15900 sum
15901 \begin_inset space \textvisiblespace{}
15902 \end_inset
15903
15904
15905 \begin_inset Formula $\to$
15906 \end_inset
15907
15908 '
15909 \begin_inset Formula $\to$
15910 \end_inset
15911
15912 _k=1
15913 \begin_inset space \textvisiblespace{}
15914 \end_inset
15915
15916
15917 \series default
15918 ^
15919 \series bold
15920 n
15921 \series default
15922  donne:
15923 \begin_inset Formula 
15924 \[
15925 \sideset{}{'}\sum_{k=1}^{n}
15926 \]
15927
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \begin_layout Standard
15934 \begin_inset Note Greyedout
15935 status open
15936
15937 \begin_layout Plain Layout
15938
15939 \series bold
15940 Nota: 
15941 \backslash
15942 sideset
15943 \series default
15944  ne peut être utilisé que pour les grands opérateurs, il ne convient pas
15945  pour les opérateurs binaires.
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \begin_layout Standard
15954 Avec 
15955 \series bold
15956
15957 \backslash
15958 overset
15959 \series default
15960  et 
15961 \series bold
15962
15963 \backslash
15964 underset
15965 \series default
15966  on peut aussi décorer des symboles et des caractères.
15967  Pour exemple la commande 
15968 \series bold
15969
15970 \backslash
15971 overset
15972 \begin_inset space \textvisiblespace{}
15973 \end_inset
15974
15975
15976 \backslash
15977 maltese
15978 \begin_inset space \textvisiblespace{}
15979 \end_inset
15980
15981
15982 \series default
15983
15984 \begin_inset Formula $\uparrow$
15985 \end_inset
15986
15987
15988 \series bold
15989 a
15990 \series default
15991  donne:
15992 \begin_inset Formula 
15993 \[
15994 \overset{a}{\maltese}
15995 \]
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Subsection
16003 Opérateurs binaires
16004 \begin_inset CommandInset label
16005 LatexCommand label
16006 name "sub:Opérateurs-binaires"
16007
16008 \end_inset
16009
16010
16011 \begin_inset Index idx
16012 status collapsed
16013
16014 \begin_layout Plain Layout
16015 Opérateurs ! binaires
16016 \end_layout
16017
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \begin_layout Standard
16024 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
16025  avant et après eux.
16026 \begin_inset VSpace medskip
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \begin_layout Standard
16033 \begin_inset space \hfill{}
16034 \end_inset
16035
16036
16037 \begin_inset Tabular
16038 <lyxtabular version="3" rows="13" columns="2">
16039 <features rotate="0" tabularvalignment="middle">
16040 <column alignment="center" valignment="top" width="0pt">
16041 <column alignment="center" valignment="top" width="0pt">
16042 <row>
16043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 Commande
16048 \begin_inset Note Note
16049 status collapsed
16050
16051 \begin_layout Plain Layout
16052
16053 \series bold
16054
16055 \backslash
16056 raisebox
16057 \series default
16058  est seulement utilisée pour faire de la place
16059 \end_layout
16060
16061 \end_inset
16062
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 Résultat
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 +
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 \begin_inset Formula $+$
16093 \end_inset
16094
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 -
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 \begin_inset Formula $-$
16116 \end_inset
16117
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 </row>
16124 <row>
16125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129
16130 \backslash
16131 pm
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Formula $\pm$
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 </row>
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154
16155 \backslash
16156 mp
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 \begin_inset Formula $\mp$
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 <row>
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179
16180 \backslash
16181 cdot
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 \begin_inset Formula $\cdot$
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 </row>
16199 <row>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204
16205 \backslash
16206 times
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 \begin_inset Formula $\times$
16216 \end_inset
16217
16218
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 </row>
16224 <row>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229
16230 \backslash
16231 div
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 \begin_inset Formula $\div$
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 </row>
16249 <row>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 raisebox{-1.2mm}{
16262 \end_layout
16263
16264 \end_inset
16265
16266 *
16267 \begin_inset ERT
16268 status collapsed
16269
16270 \begin_layout Plain Layout
16271
16272 }
16273 \end_layout
16274
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 \begin_inset Formula $*$
16287 \end_inset
16288
16289
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 </row>
16295 <row>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300
16301 \backslash
16302 star
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311 \begin_inset Formula $\star$
16312 \end_inset
16313
16314
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 </row>
16320 <row>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \backslash
16327 circ
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 \begin_inset Formula $\circ$
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 <row>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350
16351 \backslash
16352 diamond
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 \begin_inset Formula $\diamond$
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 </row>
16370 <row>
16371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375
16376 \backslash
16377 bullet
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 \begin_inset Formula $\bullet$
16387 \end_inset
16388
16389
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 </row>
16395 </lyxtabular>
16396
16397 \end_inset
16398
16399
16400 \begin_inset space \hfill{}
16401 \end_inset
16402
16403
16404 \begin_inset Tabular
16405 <lyxtabular version="3" rows="13" columns="2">
16406 <features rotate="0" tabularvalignment="middle">
16407 <column alignment="center" valignment="top" width="0pt">
16408 <column alignment="center" valignment="top" width="0pt">
16409 <row>
16410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 Commande
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423 Résultat
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 </row>
16429 <row>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434
16435 \backslash
16436 nabla
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 \begin_inset Formula $\nabla$
16446 \end_inset
16447
16448
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459
16460 \backslash
16461 bigtriangledown
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 \begin_inset Formula $\bigtriangledown$
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 <row>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484
16485 \backslash
16486 bigtriangleup
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 \begin_inset Formula $\bigtriangleup$
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 </row>
16504 <row>
16505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509
16510 \backslash
16511 Box
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 \begin_inset Formula $\Box$
16521 \end_inset
16522
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 <row>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534
16535 \backslash
16536 cap 
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 \begin_inset Formula $\cap$
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \backslash
16561 cup
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Formula $\cup$
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \backslash
16586 dagger
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\dagger$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \backslash
16611 ddagger
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $\ddagger$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 wr
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\wr$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \backslash
16661 bigcirc
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Formula $\bigcirc$
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684
16685 \backslash
16686 wedge
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\wedge$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709
16710 \backslash
16711 vee
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 \begin_inset Formula $\vee$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 </lyxtabular>
16730
16731 \end_inset
16732
16733
16734 \begin_inset space \hfill{}
16735 \end_inset
16736
16737
16738 \begin_inset Tabular
16739 <lyxtabular version="3" rows="13" columns="2">
16740 <features rotate="0" tabularvalignment="middle">
16741 <column alignment="center" valignment="top" width="0pt">
16742 <column alignment="center" valignment="top" width="0pt">
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 Commande
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 Résultat
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768
16769 \backslash
16770 oplus
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $\oplus$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 <row>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793
16794 \backslash
16795 ominus
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 \begin_inset Formula $\ominus$
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \backslash
16820 otimes
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Formula $\otimes$
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843
16844 \backslash
16845 oslash
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 \begin_inset Formula $\oslash$
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \backslash
16870 odot
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Formula $\odot$
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \backslash
16895 amalg
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $\amalg$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \backslash
16920 uplus
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $\uplus$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \backslash
16945 setminus
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $\setminus$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \backslash
16970 sqcap
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $\sqcap$
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \backslash
16995 sqcup
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $\sqcup$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \backslash
17020 triangleleft
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\triangleleft$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 <row>
17039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \backslash
17045 triangleright
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Formula $\triangleright$
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 </row>
17063 </lyxtabular>
17064
17065 \end_inset
17066
17067
17068 \begin_inset space \hfill{}
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \begin_layout Standard
17075 Tous les opérateurs binaires peuvent être insérés avec le bouton 
17076 \begin_inset Info
17077 type  "icon"
17078 arg   "math-insert \\pm"
17079 \end_inset
17080
17081  de la barre d'outils mathématique.
17082 \end_layout
17083
17084 \begin_layout Standard
17085 Pour obtenir l'opérateur Laplacien, on peut utiliser 
17086 \series bold
17087
17088 \backslash
17089 Delta
17090 \series default
17091  ou 
17092 \series bold
17093
17094 \backslash
17095 nabla
17096 \series default
17097 ^
17098 \series bold
17099 2
17100 \series default
17101  (
17102 \begin_inset Formula $\nabla^{2}$
17103 \end_inset
17104
17105 ) à la place de 
17106 \series bold
17107
17108 \backslash
17109 bigtriangleup
17110 \series default
17111  .
17112 \end_layout
17113
17114 \begin_layout Standard
17115 Le caractère 
17116 \family sans
17117 Séparateur
17118 \begin_inset space ~
17119 \end_inset
17120
17121 de
17122 \begin_inset space ~
17123 \end_inset
17124
17125 menu
17126 \family default
17127  du menu 
17128 \family sans
17129 Insertion\SpecialChar \menuseparator
17130 Caractères
17131 \begin_inset space ~
17132 \end_inset
17133
17134 spécial
17135 \family default
17136  est en fait l'opérateur 
17137 \series bold
17138
17139 \backslash
17140 triangleright
17141 \series default
17142 .
17143 \end_layout
17144
17145 \begin_layout Subsection
17146 Opérateurs personnalisés
17147 \begin_inset CommandInset label
17148 LatexCommand label
17149 name "sub:Opérateurs-personnalisés"
17150
17151 \end_inset
17152
17153
17154 \begin_inset Index idx
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158 Opérateurs ! personnalisés
17159 \end_layout
17160
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \begin_layout Standard
17167 Avec l'aide de la commande 
17168 \series bold
17169
17170 \backslash
17171 DeclareMathOperator
17172 \series default
17173
17174 \begin_inset Index idx
17175 status collapsed
17176
17177 \begin_layout Plain Layout
17178 Commandes ! D ! 
17179 \backslash
17180 dbinom@
17181 \backslash
17182 DeclareMathOperator
17183 \end_layout
17184
17185 \end_inset
17186
17187 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
17188  La syntaxe de la commande est:
17189 \end_layout
17190
17191 \begin_layout Standard
17192
17193 \series bold
17194
17195 \backslash
17196 DeclareMathOperator{nouvelle commande}{affichage}
17197 \end_layout
17198
17199 \begin_layout Standard
17200 L'affichage peut être composé de caractères ou de symboles qui définissent
17201  comment l'opérateur doit apparaître dans la sortie finale.
17202  Pour définir un grand opérateur, on met une * après la commande.
17203  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
17204  c'est décrit dans 
17205 \begin_inset CommandInset ref
17206 LatexCommand ref
17207 reference "sub:Limites-des-opérateurs"
17208
17209 \end_inset
17210
17211 .
17212 \end_layout
17213
17214 \begin_layout Standard
17215 Par exemple la ligne 
17216 \end_layout
17217
17218 \begin_layout Standard
17219
17220 \series bold
17221
17222 \backslash
17223 DeclareMathOperator*{
17224 \backslash
17225 Losange}{
17226 \backslash
17227 blacklozenge}
17228 \end_layout
17229
17230 \begin_layout Standard
17231 dans le préambule LaTeX définit la commande 
17232 \series bold
17233
17234 \backslash
17235 Losange
17236 \series default
17237 , qui insère un grand opérateur qui consiste en un symbole losange venant
17238  de 
17239 \begin_inset CommandInset ref
17240 LatexCommand ref
17241 reference "sub:Symboles-divers"
17242
17243 \end_inset
17244
17245 :
17246 \begin_inset Formula 
17247 \[
17248 \Losange_{n=1}^{\infty}
17249 \]
17250
17251 \end_inset
17252
17253 La commande utilisée pour cette formule est: 
17254 \series bold
17255
17256 \backslash
17257 Losange
17258 \series default
17259 ^
17260 \series bold
17261
17262 \backslash
17263 infty
17264 \begin_inset Formula $\to$
17265 \end_inset
17266
17267 _n=1
17268 \end_layout
17269
17270 \begin_layout Standard
17271 \begin_inset VSpace bigskip
17272 \end_inset
17273
17274 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
17275  document, on peut aussi le définir avec les commandes 
17276 \series bold
17277
17278 \backslash
17279 mathop
17280 \series default
17281
17282 \begin_inset Index idx
17283 status collapsed
17284
17285 \begin_layout Plain Layout
17286 Commandes ! M ! 
17287 \backslash
17288 mathop
17289 \end_layout
17290
17291 \end_inset
17292
17293  et 
17294 \series bold
17295
17296 \backslash
17297 mathbin
17298 \series default
17299
17300 \begin_inset Index idx
17301 status collapsed
17302
17303 \begin_layout Plain Layout
17304 Commandes ! M ! 
17305 \backslash
17306 mathbin
17307 \end_layout
17308
17309 \end_inset
17310
17311 , qui ont les syntaxes suivantes:
17312 \end_layout
17313
17314 \begin_layout Standard
17315
17316 \series bold
17317
17318 \backslash
17319 mathop{affichage}
17320 \series default
17321  et 
17322 \series bold
17323
17324 \backslash
17325 mathbin{affichage}
17326 \end_layout
17327
17328 \begin_layout Standard
17329
17330 \series bold
17331
17332 \backslash
17333 mathop
17334 \series default
17335  définit des grands opérateurs et 
17336 \series bold
17337
17338 \backslash
17339 mathbin
17340 \series default
17341  des opérateurs binaires.
17342 \end_layout
17343
17344 \begin_layout Standard
17345
17346 \series bold
17347
17348 \backslash
17349 mathop
17350 \series default
17351  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17352 \end_layout
17353
17354 \begin_layout Standard
17355 \begin_inset Formula 
17356 \[
17357 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17358 \]
17359
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \begin_layout Standard
17366 La commande pour la formule précédente est:
17367 \begin_inset Newline newline
17368 \end_inset
17369
17370
17371 \series bold
17372
17373 \backslash
17374 mathop{
17375 \backslash
17376 sum
17377 \backslash
17378 negmedspace
17379 \backslash
17380 sum
17381 \series default
17382
17383 \begin_inset space \textvisiblespace{}
17384 \end_inset
17385
17386
17387 \series bold
17388
17389 \begin_inset Formula $\to$
17390 \end_inset
17391
17392 ^N
17393 \series default
17394
17395 \begin_inset space \textvisiblespace{}
17396 \end_inset
17397
17398
17399 \series bold
17400 _i,j=1
17401 \end_layout
17402
17403 \begin_layout Standard
17404 \begin_inset Newpage newpage
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \begin_layout Section
17411 Polices de caractères
17412 \begin_inset Index idx
17413 status collapsed
17414
17415 \begin_layout Plain Layout
17416 Polices de caractères
17417 \end_layout
17418
17419 \end_inset
17420
17421
17422 \begin_inset Index idx
17423 status collapsed
17424
17425 \begin_layout Plain Layout
17426 Fontes| see
17427 \begin_inset ERT
17428 status collapsed
17429
17430 \begin_layout Plain Layout
17431
17432 {
17433 \end_layout
17434
17435 \end_inset
17436
17437 Polices de caractères
17438 \begin_inset ERT
17439 status collapsed
17440
17441 \begin_layout Plain Layout
17442
17443 }
17444 \end_layout
17445
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \begin_layout Subsection
17457 Styles de polices
17458 \begin_inset CommandInset label
17459 LatexCommand label
17460 name "sub:Styles-de-polices"
17461
17462 \end_inset
17463
17464
17465 \begin_inset Index idx
17466 status collapsed
17467
17468 \begin_layout Plain Layout
17469 Polices de caractères ! style
17470 \end_layout
17471
17472 \end_inset
17473
17474
17475 \end_layout
17476
17477 \begin_layout Standard
17478 Dans les formules on peut affecter aux lettres latines un des styles de
17479  police suivant:
17480 \begin_inset VSpace -2mm
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \begin_layout Standard
17487 \align center
17488 \begin_inset Tabular
17489 <lyxtabular version="3" rows="7" columns="3">
17490 <features rotate="0" tabularvalignment="middle">
17491 <column alignment="center" valignment="top">
17492 <column alignment="center" valignment="top">
17493 <column alignment="center" valignment="top">
17494 <row>
17495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 Commande
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 Résultat
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 Raccourci
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 </row>
17523 <row>
17524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528
17529 \backslash
17530 mathbb
17531 \begin_inset space \textvisiblespace{}
17532 \end_inset
17533
17534 ABC
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Formula $\mathbb{ABC}$
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \family sans
17557 Alt+C C
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 </row>
17563 <row>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568
17569 \backslash
17570 mathbf
17571 \begin_inset space \textvisiblespace{}
17572 \end_inset
17573
17574 AbC
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 \begin_inset Formula $\mathbf{AbC}$
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595
17596 \family sans
17597 Ctrl+B
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 <row>
17604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608
17609 \backslash
17610 boldsymbol
17611 \begin_inset space \textvisiblespace{}
17612 \end_inset
17613
17614 AbC
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 \begin_inset Formula $\boldsymbol{AbC}$
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635
17636 \family sans
17637 Alt+C B
17638 \family default
17639  ou 
17640 \family sans
17641 Ctrl+Alt+B
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 <row>
17648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652
17653 \backslash
17654 mathcal
17655 \begin_inset space \textvisiblespace{}
17656 \end_inset
17657
17658 ABC
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667 \begin_inset Formula $\mathcal{ABC}$
17668 \end_inset
17669
17670
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679
17680 \family sans
17681 Ctrl+E
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 </row>
17687 <row>
17688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692
17693 \backslash
17694 mathfrak
17695 \begin_inset space \textvisiblespace{}
17696 \end_inset
17697
17698 AbC
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707 \begin_inset Formula $\mathfrak{AbC}$
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 -
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \backslash
17732 mathscr
17733 \series bold
17734
17735 \begin_inset space \textvisiblespace{}
17736 \end_inset
17737
17738
17739 \series default
17740 AbC
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749 \begin_inset Formula $\mathscr{AbC}$
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761 -
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 </row>
17767 </lyxtabular>
17768
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \begin_layout Standard
17775 \align center
17776 \begin_inset Tabular
17777 <lyxtabular version="3" rows="5" columns="3">
17778 <features rotate="0" tabularvalignment="middle">
17779 <column alignment="center" valignment="top">
17780 <column alignment="center" valignment="top">
17781 <column alignment="center" valignment="top">
17782 <row>
17783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 Commande
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Plain Layout
17796 Résultat
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805 Raccourci
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 </row>
17811 <row>
17812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816
17817 \backslash
17818 mathit
17819 \begin_inset space \textvisiblespace{}
17820 \end_inset
17821
17822 AbC
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 \begin_inset Formula $\mathit{AbC}$
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843 -
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 </row>
17849 <row>
17850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854
17855 \backslash
17856 mathrm
17857 \begin_inset space \textvisiblespace{}
17858 \end_inset
17859
17860 AbC
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 \begin_inset Formula $\mathrm{AbC}$
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881
17882 \family sans
17883 Alt+C R
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 </row>
17889 <row>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894
17895 \backslash
17896 mathsf
17897 \begin_inset space \textvisiblespace{}
17898 \end_inset
17899
17900 AbC
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 \begin_inset Formula $\mathsf{AbC}$
17910 \end_inset
17911
17912
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \family sans
17923 Alt+C S
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row>
17930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \backslash
17936 mathtt
17937 \begin_inset space \textvisiblespace{}
17938 \end_inset
17939
17940 AbC
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 \begin_inset Formula $\mathtt{AbC}$
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961
17962 \family sans
17963 Ctrl+Shift+P
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 </lyxtabular>
17970
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \begin_layout Standard
17977 \begin_inset Note Greyedout
17978 status open
17979
17980 \begin_layout Plain Layout
17981
17982 \series bold
17983 Note:
17984 \series default
17985  Les styles 
17986 \series bold
17987
17988 \backslash
17989 mathbb
17990 \series default
17991  et 
17992 \series bold
17993
17994 \backslash
17995 mathcal
17996 \series default
17997  ne peuvent être utilisés que pour les lettres majuscules.
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \begin_layout Standard
18006 Le style prédéfini est 
18007 \series bold
18008
18009 \backslash
18010 mathnormal
18011 \series default
18012 .
18013 \end_layout
18014
18015 \begin_layout Standard
18016 Les commandes de style fonctionnent aussi pour des caractères dans des construct
18017 ions mathématiques:
18018 \begin_inset Formula 
18019 \[
18020 \mathfrak{A=\frac{b}{C}}
18021 \]
18022
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \begin_layout Standard
18029 Les caractères en texte mathématique n'apparaissent pas avec un style de
18030  police mathématique mais avec le style de police texte 
18031 \series bold
18032
18033 \backslash
18034 textrm
18035 \series default
18036 .
18037  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
18038  de style est un bug de LyX.
18039 \begin_inset Foot
18040 status collapsed
18041
18042 \begin_layout Plain Layout
18043 \begin_inset CommandInset href
18044 LatexCommand href
18045 name "LyX-bug #4629"
18046 target "http://www.lyx.org/trac/ticket/4629"
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \begin_layout Standard
18059 À la place des commandes de style, on peut utiliser le menu 
18060 \family sans
18061 Édition\SpecialChar \menuseparator
18062 Math\SpecialChar \menuseparator
18063 Style
18064 \begin_inset space ~
18065 \end_inset
18066
18067 de
18068 \begin_inset space ~
18069 \end_inset
18070
18071 Texte
18072 \family default
18073  ou le bouton 
18074 \begin_inset Info
18075 type  "icon"
18076 arg   "math-insert \\font"
18077 \end_inset
18078
18079  de la barre d'outils mathématique.
18080 \end_layout
18081
18082 \begin_layout Subsection
18083 Formules en gras
18084 \begin_inset CommandInset label
18085 LatexCommand label
18086 name "sub:Formules-en-gras"
18087
18088 \end_inset
18089
18090
18091 \begin_inset Index idx
18092 status collapsed
18093
18094 \begin_layout Plain Layout
18095 Formules ! en gras
18096 \end_layout
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \begin_layout Standard
18104 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
18105  
18106 \series bold
18107
18108 \backslash
18109 mathbf
18110 \series default
18111  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
18112  grecques minuscules.
18113  En plus elle affiche toujours les lettres latines en caractères droits,
18114  comme dans l'équation suivante:
18115 \end_layout
18116
18117 \begin_layout Standard
18118 \begin_inset Formula 
18119 \[
18120 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}
18121 \]
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Standard
18129 Pour afficher cette formule correctement; on utilise la commande 
18130 \series bold
18131
18132 \backslash
18133 boldsymbol
18134 \series default
18135 :
18136 \begin_inset Formula 
18137 \[
18138 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}
18139 \]
18140
18141 \end_inset
18142
18143 Il est aussi possible de mettre l'équation dans un environnement 
18144 \series bold
18145 boldmath
18146 \series default
18147 .
18148  On crée cet environnement en insérant la commande 
18149 \series bold
18150
18151 \backslash
18152 boldmath
18153 \series default
18154
18155 \begin_inset Index idx
18156 status collapsed
18157
18158 \begin_layout Plain Layout
18159 Commandes ! B ! 
18160 \backslash
18161 boldmath
18162 \end_layout
18163
18164 \end_inset
18165
18166  en mode TeX.
18167  Pour terminer l'environnement, on insère la commande 
18168 \series bold
18169
18170 \backslash
18171 unboldmath
18172 \series default
18173
18174 \begin_inset Index idx
18175 status collapsed
18176
18177 \begin_layout Plain Layout
18178 Commandes ! U ! 
18179 \backslash
18180 unboldmath
18181 \end_layout
18182
18183 \end_inset
18184
18185  toujours en mode TeX.
18186 \begin_inset ERT
18187 status collapsed
18188
18189 \begin_layout Plain Layout
18190
18191
18192 \backslash
18193 boldmath 
18194 \end_layout
18195
18196 \end_inset
18197
18198
18199 \begin_inset Formula 
18200 \[
18201 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}
18202 \]
18203
18204 \end_inset
18205
18206
18207 \begin_inset ERT
18208 status collapsed
18209
18210 \begin_layout Plain Layout
18211
18212
18213 \backslash
18214 unboldmath 
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Subsection
18223 Formules en couleur
18224 \begin_inset Index idx
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228 Formules ! en couleur
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 Les formules peuvent être colorées comme du texte normal : mettez en évidence
18238  la formule ou la portion de formule et utilisez la fenêtre de dialogue
18239  
18240 \family sans
18241 Style de texte
18242 \family default
18243 .
18244  Voici une formule en magenta :
18245 \end_layout
18246
18247 \begin_layout Standard
18248 \begin_inset Formula 
18249 \[
18250 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18251 \]
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 Vous pouvez aussi définir vos propres couleurs comme c'est expliqué dans
18260 \begin_inset space ~
18261 \end_inset
18262
18263
18264 \begin_inset CommandInset ref
18265 LatexCommand ref
18266 reference "sub:Boîtes-colorées"
18267
18268 \end_inset
18269
18270 .
18271  Elles peuvent ensuite être utilisées avec la commande en code TeX 
18272 \series bold
18273
18274 \backslash
18275 textcolor
18276 \series default
18277  
18278 \begin_inset Index idx
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282 Commandes ! T ! 
18283 \backslash
18284 textcolor
18285 \end_layout
18286
18287 \end_inset
18288
18289  avec la syntaxe 
18290 \end_layout
18291
18292 \begin_layout Standard
18293
18294 \series bold
18295
18296 \backslash
18297 textcolor{couleur}{caractères ou formule}
18298 \end_layout
18299
18300 \begin_layout Standard
18301 L'exemple suivant a été coloré entièrement en vert foncé et partiellement
18302  en rouge :
18303 \end_layout
18304
18305 \begin_layout Standard
18306 \begin_inset ERT
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310
18311
18312 \backslash
18313 textcolor{vertfonce}{
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \begin_inset Formula 
18320 \[
18321 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18322 \]
18323
18324 \end_inset
18325
18326
18327 \begin_inset ERT
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331
18332 }
18333 \end_layout
18334
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Standard
18341 A cause d'un bug de LyX, on peut colorer seulement des formules complètes
18342  avec des couleurs personnalisées.
18343 \begin_inset Foot
18344 status collapsed
18345
18346 \begin_layout Plain Layout
18347 \begin_inset CommandInset href
18348 LatexCommand href
18349 name "LyX-bug #5269"
18350 target "http://www.lyx.org/trac/ticket/5269"
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \begin_layout Subsection
18363 Tailles de polices
18364 \begin_inset CommandInset label
18365 LatexCommand label
18366 name "sub:Tailles-polices"
18367
18368 \end_inset
18369
18370
18371 \begin_inset Index idx
18372 status collapsed
18373
18374 \begin_layout Plain Layout
18375 Polices ! tailles
18376 \end_layout
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18385  les caractères qui sont dans le texte, les commandes de changement de taille
18386  suivantes:
18387 \end_layout
18388
18389 \begin_layout Standard
18390
18391 \series bold
18392
18393 \backslash
18394 Huge
18395 \series default
18396
18397 \series bold
18398
18399 \backslash
18400 huge
18401 \series default
18402
18403 \series bold
18404
18405 \backslash
18406 LARGE
18407 \series default
18408
18409 \series bold
18410
18411 \backslash
18412 Large
18413 \series default
18414
18415 \series bold
18416
18417 \backslash
18418 large
18419 \series default
18420
18421 \series bold
18422
18423 \backslash
18424 normalsize
18425 \series default
18426
18427 \series bold
18428
18429 \backslash
18430 small
18431 \series default
18432 ,
18433 \begin_inset Newline newline
18434 \end_inset
18435
18436
18437 \series bold
18438
18439 \backslash
18440 footnotesize
18441 \series default
18442
18443 \series bold
18444
18445 \backslash
18446 scriptsize
18447 \series default
18448  et 
18449 \series bold
18450
18451 \backslash
18452 tiny
18453 \begin_inset Foot
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
18458  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
18459 \end_layout
18460
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \begin_layout Standard
18467 La taille des caractères produits par ces commandes dépend de la taille
18468  de police du document, qui correspond à la commande 
18469 \series bold
18470
18471 \backslash
18472 normalsize
18473 \series default
18474 .
18475  Les autres commandes produisent des tailles plus ou moins grandes que 
18476 \series bold
18477
18478 \backslash
18479 normalsize
18480 \series default
18481 .
18482  La taille de la police ne peut donc pas dépasser une certaine valeur.
18483  Par exemple, pour un document dans une police de taille 12
18484 \begin_inset space \thinspace{}
18485 \end_inset
18486
18487 pt, la commande 
18488 \series bold
18489
18490 \backslash
18491 Huge
18492 \series default
18493  va donner la même taille que 
18494 \series bold
18495
18496 \backslash
18497 huge
18498 \series default
18499 .
18500  
18501 \end_layout
18502
18503 \begin_layout Standard
18504 Une commande de changement de taille est insérée en mode TeX avant la formule
18505  et fixe la taille de toutes les formules qui suivent ainsi que celle des
18506  caractères du texte.
18507  Pour revenir à la taille initiale, on doit insérer la commande 
18508 \series bold
18509
18510 \backslash
18511 normalsize
18512 \series default
18513  en mode TeX après la formule.
18514 \end_layout
18515
18516 \begin_layout Standard
18517 Dans un formule, la taille peut être modifiée grâce aux commandes suivantes:
18518 \end_layout
18519
18520 \begin_layout Standard
18521 \noindent
18522 \align center
18523 \begin_inset Tabular
18524 <lyxtabular version="3" rows="5" columns="2">
18525 <features rotate="0" tabularvalignment="middle">
18526 <column alignment="center" valignment="top">
18527 <column alignment="center" valignment="top">
18528 <row>
18529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 Commande
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 Résultat
18543 \begin_inset Note Note
18544 status collapsed
18545
18546 \begin_layout Plain Layout
18547
18548 \series bold
18549
18550 \backslash
18551 raisebox
18552 \series default
18553  est seulement utilisée pour faire de la place
18554 \end_layout
18555
18556 \end_inset
18557
18558
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 </row>
18564 <row>
18565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \backslash
18571 displaystyle
18572 \begin_inset Index idx
18573 status collapsed
18574
18575 \begin_layout Plain Layout
18576 Commandes ! D ! 
18577 \backslash
18578 displaystyle
18579 \end_layout
18580
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18589 \begin_inset Text
18590
18591 \begin_layout Plain Layout
18592 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18593 \end_inset
18594
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 </row>
18601 <row>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606
18607 \backslash
18608 textstyle
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18618 \end_inset
18619
18620
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 </row>
18626 <row>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \backslash
18633 scriptstyle
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \backslash
18658 scriptscriptstyle
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 </row>
18676 </lyxtabular>
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Standard
18684 Après la saisie de ces commandes, une boîte bleue apparaît, où doivent être
18685  saisies les parties de formule concernées.
18686 \end_layout
18687
18688 \begin_layout Standard
18689 Il existe une autre méthode pour changer la taille de la police, qui ne
18690  s'applique que pour modifier la taille des symboles et des lettres dans
18691  le texte mathématique.
18692  Pour l'utiliser, une des commandes usuelles de modification de taille de
18693  texte vues plus haut est insérée en mode mathématique: tous les caractères
18694  qui suivent jusqu'à la fin du texte mathématique ou jusqu'à ce que la taille
18695  soit de nouveau modifiée, auront la taille choisie.
18696  Deux exemples:
18697 \begin_inset VSpace -2mm
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Standard
18704 \begin_inset ERT
18705 status collapsed
18706
18707 \begin_layout Plain Layout
18708
18709
18710 \backslash
18711 huge 
18712 \end_layout
18713
18714 \end_inset
18715
18716
18717 \begin_inset Formula 
18718 \[
18719 A=\frac{B}{c}\cdot\maltese
18720 \]
18721
18722 \end_inset
18723
18724
18725 \begin_inset Formula 
18726 \[
18727 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18728 \]
18729
18730 \end_inset
18731
18732
18733 \begin_inset ERT
18734 status collapsed
18735
18736 \begin_layout Plain Layout
18737
18738
18739 \backslash
18740 normalsize 
18741 \end_layout
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \begin_layout Standard
18749 \begin_inset VSpace medskip
18750 \end_inset
18751
18752 Avant les deux formules, on a inséré la commande 
18753 \series bold
18754
18755 \backslash
18756 huge
18757 \series default
18758 .
18759  La commande utilisée pour la deuxième formule est:
18760 \begin_inset Newline newline
18761 \end_inset
18762
18763
18764 \series bold
18765
18766 \backslash
18767 maltese
18768 \begin_inset space \textvisiblespace{}
18769 \end_inset
18770
18771 A Alt+M M 
18772 \backslash
18773 Large
18774 \begin_inset space \textvisiblespace{}
18775 \end_inset
18776
18777
18778 \backslash
18779 maltese
18780 \begin_inset space \textvisiblespace{}
18781 \end_inset
18782
18783
18784 \backslash
18785 textit
18786 \begin_inset space \textvisiblespace{}
18787 \end_inset
18788
18789 A
18790 \begin_inset Formula $\to$
18791 \end_inset
18792
18793
18794 \begin_inset Formula $\to$
18795 \end_inset
18796
18797
18798 \begin_inset Newline newline
18799 \end_inset
18800
18801
18802 \series default
18803
18804 \begin_inset space \hspace*{}
18805 \length 1cm
18806 \end_inset
18807
18808
18809 \series bold
18810 Alt+M M 
18811 \backslash
18812 tiny
18813 \begin_inset space \textvisiblespace{}
18814 \end_inset
18815
18816
18817 \backslash
18818 maltese
18819 \begin_inset space \textvisiblespace{}
18820 \end_inset
18821
18822
18823 \backslash
18824 textit
18825 \begin_inset space \textvisiblespace{}
18826 \end_inset
18827
18828 A
18829 \end_layout
18830
18831 \begin_layout Standard
18832 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
18833  affiché dans la taille implicite
18834 \end_layout
18835
18836 \begin_layout Section
18837 Les lettres grecques
18838 \begin_inset Index idx
18839 status collapsed
18840
18841 \begin_layout Plain Layout
18842 Lettres grecques
18843 \end_layout
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Standard
18851 On peut insérer toutes les lettres grecques avec le bouton 
18852 \begin_inset Info
18853 type  "icon"
18854 arg   "math-insert \\alpha"
18855 \end_inset
18856
18857  de la barre d'outils mathématiques.
18858  Toutes les normes internationales de typographie indiquent que les lettres
18859  grecques en mathématique doivent être écrites en italique.
18860  Dans certaines langues comme le russe et le français, elles sont parfois
18861  quand même en lettres droites.
18862 \end_layout
18863
18864 \begin_layout Subsection
18865 Lettres minuscules
18866 \begin_inset Index idx
18867 status collapsed
18868
18869 \begin_layout Plain Layout
18870 Lettres grecques ! minuscules
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \begin_layout Standard
18879 \begin_inset space \hfill{}
18880 \end_inset
18881
18882
18883 \begin_inset Tabular
18884 <lyxtabular version="3" rows="11" columns="2">
18885 <features rotate="0" tabularvalignment="middle">
18886 <column alignment="center" valignment="top" width="0pt">
18887 <column alignment="center" valignment="top" width="0pt">
18888 <row>
18889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 Commande
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 Résultat
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 </row>
18908 <row>
18909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913
18914 \backslash
18915 alpha
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924 \begin_inset Formula $\alpha$
18925 \end_inset
18926
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 </row>
18933 <row>
18934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938
18939 \backslash
18940 beta
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 \begin_inset Formula $\beta$
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 </row>
18958 <row>
18959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963
18964 \backslash
18965 gamma
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 \begin_inset Formula $\gamma$
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 </row>
18983 <row>
18984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988
18989 \backslash
18990 delta
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 \begin_inset Formula $\delta$
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 </row>
19008 <row>
19009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013
19014 \backslash
19015 epsilon
19016 \end_layout
19017
19018 \end_inset
19019 </cell>
19020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19021 \begin_inset Text
19022
19023 \begin_layout Plain Layout
19024 \begin_inset Formula $\epsilon$
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 </row>
19033 <row>
19034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038
19039 \backslash
19040 varepsilon
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 \begin_inset Formula $\varepsilon$
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 </row>
19058 <row>
19059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063
19064 \backslash
19065 zeta
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 \begin_inset Formula $\zeta$
19075 \end_inset
19076
19077
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 </row>
19083 <row>
19084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088
19089 \backslash
19090 eta
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099 \begin_inset Formula $\eta$
19100 \end_inset
19101
19102
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 </row>
19108 <row>
19109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113
19114 \backslash
19115 theta
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 \begin_inset Formula $\theta$
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 <row>
19134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138
19139 \backslash
19140 vartheta
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149 \begin_inset Formula $\vartheta$
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 </row>
19158 </lyxtabular>
19159
19160 \end_inset
19161
19162
19163 \begin_inset space \hfill{}
19164 \end_inset
19165
19166
19167 \begin_inset Tabular
19168 <lyxtabular version="3" rows="12" columns="2">
19169 <features rotate="0" tabularvalignment="middle">
19170 <column alignment="center" valignment="top" width="0pt">
19171 <column alignment="center" valignment="top" width="0pt">
19172 <row>
19173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177 Commande
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186 Résultat
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 </row>
19192 <row>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \backslash
19199 iota
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset Formula $\iota$
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 </row>
19217 <row>
19218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222
19223 \backslash
19224 kappa
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 \begin_inset Formula $\kappa$
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 <row>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \backslash
19249 varkappa
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Formula $\varkappa$
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 </row>
19267 <row>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \backslash
19274 lambda
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula $\lambda$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \backslash
19299 mu
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Formula $\mu$
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \backslash
19324 nu
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 \begin_inset Formula $\nu$
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \backslash
19349 xi
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 \begin_inset Formula $\xi$
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row>
19368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 o
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381 \begin_inset Formula $o$
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 </row>
19390 <row>
19391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395
19396 \backslash
19397 pi
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 \begin_inset Formula $\pi$
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 </row>
19415 <row>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420
19421 \backslash
19422 varpi
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 \begin_inset Formula $\varpi$
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 </row>
19440 <row>
19441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445
19446 \backslash
19447 rho
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456 \begin_inset Formula $\rho$
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 </row>
19465 </lyxtabular>
19466
19467 \end_inset
19468
19469
19470 \begin_inset space \hfill{}
19471 \end_inset
19472
19473
19474 \begin_inset Tabular
19475 <lyxtabular version="3" rows="11" columns="2">
19476 <features rotate="0" tabularvalignment="middle">
19477 <column alignment="center" valignment="top" width="0pt">
19478 <column alignment="center" valignment="top" width="0pt">
19479 <row>
19480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 Commande
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 Résultat
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 </row>
19499 <row>
19500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504
19505 \backslash
19506 varrho
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515 \begin_inset Formula $\varrho$
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 </row>
19524 <row>
19525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529
19530 \backslash
19531 sigma
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 \begin_inset Formula $\sigma$
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 <row>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554
19555 \backslash
19556 varsigma
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 \begin_inset Formula $\varsigma$
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 <row>
19575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \backslash
19581 tau
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset Formula $\tau$
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 <row>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604
19605 \backslash
19606 upsilon
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Formula $\upsilon$
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 </row>
19624 <row>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \backslash
19631 phi
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Formula $\phi$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \backslash
19656 varphi
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\varphi$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \backslash
19681 chi
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 \begin_inset Formula $\chi$
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 <row>
19700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704
19705 \backslash
19706 psi
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\psi$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729
19730 \backslash
19731 omega
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Formula $\omega$
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 </lyxtabular>
19750
19751 \end_inset
19752
19753
19754 \begin_inset space \hfill{}
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Standard
19761 \begin_inset VSpace medskip
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \begin_layout Standard
19768 On explique comment obtenir des lettres grecques droites spéciales dans
19769  
19770 \begin_inset CommandInset ref
19771 LatexCommand ref
19772 reference "sub:minuscules-grecques-droites"
19773
19774 \end_inset
19775
19776 .
19777 \end_layout
19778
19779 \begin_layout Standard
19780 \begin_inset Newpage newpage
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \begin_layout Subsection
19787 Lettres majuscules
19788 \begin_inset Index idx
19789 status collapsed
19790
19791 \begin_layout Plain Layout
19792 Lettres grecques ! majuscules
19793 \end_layout
19794
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \begin_layout Standard
19801 \begin_inset space \hfill{}
19802 \end_inset
19803
19804
19805 \begin_inset Tabular
19806 <lyxtabular version="3" rows="7" columns="2">
19807 <features rotate="0" tabularvalignment="middle">
19808 <column alignment="center" valignment="top" width="0pt">
19809 <column alignment="center" valignment="top" width="0pt">
19810 <row>
19811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815 Commande
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 Résultat
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 <row>
19831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835
19836 \backslash
19837 Gamma
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 \begin_inset Formula $\Gamma$
19847 \end_inset
19848
19849
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 </row>
19855 <row>
19856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860
19861 \backslash
19862 Delta
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871 \begin_inset Formula $\Delta$
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 </row>
19880 <row>
19881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885
19886 \backslash
19887 Theta
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896 \begin_inset Formula $\Theta$
19897 \end_inset
19898
19899
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 </row>
19905 <row>
19906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \backslash
19912 Lambda
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 \begin_inset Formula $\Lambda$
19922 \end_inset
19923
19924
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 </row>
19930 <row>
19931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935
19936 \backslash
19937 Xi
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946 \begin_inset Formula $\Xi$
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row>
19956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960
19961 \backslash
19962 Pi
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 \begin_inset Formula $\Pi$
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 </row>
19980 </lyxtabular>
19981
19982 \end_inset
19983
19984
19985 \begin_inset space \hfill{}
19986 \end_inset
19987
19988
19989 \begin_inset Tabular
19990 <lyxtabular version="3" rows="6" columns="2">
19991 <features rotate="0" tabularvalignment="middle">
19992 <column alignment="center" valignment="top" width="0pt">
19993 <column alignment="center" valignment="top" width="0pt">
19994 <row>
19995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 Commande
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 Résultat
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 </row>
20014 <row>
20015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019
20020 \backslash
20021 Sigma
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 \begin_inset Formula $\Sigma$
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 </row>
20039 <row>
20040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044
20045 \backslash
20046 Upsilon
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 \begin_inset Formula $\Upsilon$
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 </row>
20064 <row>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069
20070 \backslash
20071 Phi
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 \begin_inset Formula $\Phi$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 </row>
20089 <row>
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094
20095 \backslash
20096 Psi
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105 \begin_inset Formula $\Psi$
20106 \end_inset
20107
20108
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row>
20115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119
20120 \backslash
20121 Omega
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 \begin_inset Formula $\Omega$
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 </row>
20139 </lyxtabular>
20140
20141 \end_inset
20142
20143
20144 \begin_inset space \hfill{}
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \begin_layout Standard
20151 \begin_inset VSpace medskip
20152 \end_inset
20153
20154 Le fait que les lettres grecques majuscules apparaissent droites provient
20155  d'un défaut de conception quand TeX a été développé.
20156  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
20157  commande par 
20158 \series bold
20159 var
20160 \series default
20161 .
20162  Par exemple, la commande 
20163 \series bold
20164
20165 \backslash
20166 varGamma
20167 \series default
20168  produit 
20169 \begin_inset Formula $\varGamma$
20170 \end_inset
20171
20172 .
20173  Une autre méthode consiste à charger le paquetage 
20174 \series bold
20175 fixmath
20176 \series default
20177
20178 \begin_inset Foot
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182
20183 \series bold
20184 fixmath
20185 \series default
20186  fait partie du paquetage 
20187 \series bold
20188 was
20189 \series default
20190
20191 \begin_inset Index idx
20192 status collapsed
20193
20194 \begin_layout Plain Layout
20195 Paquetages ! was
20196 \begin_inset ERT
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200
20201
20202 \backslash
20203 vspace{4mm}
20204 \end_layout
20205
20206 \end_inset
20207
20208
20209 \end_layout
20210
20211 \end_inset
20212
20213 .
20214 \end_layout
20215
20216 \end_inset
20217
20218
20219 \begin_inset Index idx
20220 status collapsed
20221
20222 \begin_layout Plain Layout
20223 Paquetages ! fixmath
20224 \end_layout
20225
20226 \end_inset
20227
20228  avec la ligne suivante dans le préambule LaTeX :
20229 \end_layout
20230
20231 \begin_layout Standard
20232
20233 \series bold
20234
20235 \backslash
20236 usepackage{fixmath}
20237 \end_layout
20238
20239 \begin_layout Standard
20240 Toutes les majuscules grecques du document seront alors mises en italique.
20241 \end_layout
20242
20243 \begin_layout Subsection
20244 Lettres grasses
20245 \begin_inset Index idx
20246 status collapsed
20247
20248 \begin_layout Plain Layout
20249 Lettres grecques ! grasses
20250 \end_layout
20251
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \begin_layout Standard
20258 Les lettres grecques ne peuvent être mise dans différents styles de polices
20259  comme les lettres latines.
20260  Elles peuvent seulement être mises en gras avec la commande 
20261 \series bold
20262
20263 \backslash
20264 boldsymbol
20265 \series default
20266
20267 \begin_inset Index idx
20268 status collapsed
20269
20270 \begin_layout Plain Layout
20271 Commandes ! B ! 
20272 \backslash
20273 boldsymbol
20274 \end_layout
20275
20276 \end_inset
20277
20278 .
20279 \end_layout
20280
20281 \begin_layout Standard
20282 \align center
20283 \begin_inset Tabular
20284 <lyxtabular version="3" rows="3" columns="2">
20285 <features rotate="0" tabularvalignment="middle">
20286 <column alignment="center" valignment="top">
20287 <column alignment="center" valignment="top">
20288 <row>
20289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20290 \begin_inset Text
20291
20292 \begin_layout Plain Layout
20293 Commande
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302 Résultat
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 </row>
20308 <row>
20309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313
20314 \backslash
20315 Upsilon
20316 \backslash
20317 boldsymbol
20318 \backslash
20319 Upsilon
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 </row>
20337 <row>
20338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \backslash
20344 theta
20345 \backslash
20346 boldsymbol
20347 \backslash
20348 theta
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357 \begin_inset Formula $\theta\boldsymbol{\theta}$
20358 \end_inset
20359
20360
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 </row>
20366 </lyxtabular>
20367
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \begin_layout Section
20374 Symboles
20375 \begin_inset ERT
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379
20380
20381 \backslash
20382 texorpdfstring{
20383 \end_layout
20384
20385 \end_inset
20386
20387
20388 \begin_inset Foot
20389 status collapsed
20390
20391 \begin_layout Plain Layout
20392 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20393  être trouvée dans 
20394 \begin_inset CommandInset citation
20395 LatexCommand cite
20396 key "Symbols"
20397
20398 \end_inset
20399
20400 .
20401 \end_layout
20402
20403 \end_inset
20404
20405
20406 \begin_inset ERT
20407 status collapsed
20408
20409 \begin_layout Plain Layout
20410
20411 }{}
20412 \end_layout
20413
20414 \end_inset
20415
20416
20417 \begin_inset Note Note
20418 status collapsed
20419
20420 \begin_layout Plain Layout
20421
20422 \backslash
20423 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20424  dans les signets PDF.
20425 \end_layout
20426
20427 \begin_layout Plain Layout
20428 Plus au sujet de 
20429 \backslash
20430 texorpdfstring dans la section 
20431 \begin_inset CommandInset ref
20432 LatexCommand ref
20433 reference "sub:formules-dans-les-entêtes"
20434
20435 \end_inset
20436
20437 .
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \begin_inset Index idx
20444 status collapsed
20445
20446 \begin_layout Plain Layout
20447 Symboles
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Standard
20456 Plusieurs symboles listés dans cette section peuvent aussi être insérés
20457  grâce aux boutons 
20458 \begin_inset Info
20459 type  "icon"
20460 arg   "math-insert \\nabla"
20461 \end_inset
20462
20463  et 
20464 \begin_inset Info
20465 type  "icon"
20466 arg   "math-insert \\digamma"
20467 \end_inset
20468
20469  de la barre d'outils mathématique.
20470 \end_layout
20471
20472 \begin_layout Subsection
20473 Symboles mathématiques
20474 \begin_inset CommandInset label
20475 LatexCommand label
20476 name "sub:Symboles-mathématiques"
20477
20478 \end_inset
20479
20480
20481 \begin_inset Index idx
20482 status collapsed
20483
20484 \begin_layout Plain Layout
20485 Symboles ! mathématiques
20486 \end_layout
20487
20488 \end_inset
20489
20490
20491 \end_layout
20492
20493 \begin_layout Standard
20494 \begin_inset space \hfill{}
20495 \end_inset
20496
20497
20498 \begin_inset Tabular
20499 <lyxtabular version="3" rows="10" columns="2">
20500 <features rotate="0" tabularvalignment="middle">
20501 <column alignment="center" valignment="top" width="0pt">
20502 <column alignment="center" valignment="top" width="0pt">
20503 <row>
20504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 Commande
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517 Résultat
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 neg
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\neg$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \backslash
20555 Im
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Formula $\Im$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 Re
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Formula $\Re$
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 aleph
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Formula $\aleph$
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \backslash
20630 partial
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 \begin_inset Formula $\partial$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \backslash
20655 infty
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\infty$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \backslash
20680 wp
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Formula $\wp$
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 <row>
20699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703
20704 \backslash
20705 imath
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714 \begin_inset Formula $\imath$
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 </row>
20723 <row>
20724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728
20729 \backslash
20730 jmath
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739 \begin_inset Formula $\jmath$
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 </lyxtabular>
20749
20750 \end_inset
20751
20752
20753 \begin_inset space \hfill{}
20754 \end_inset
20755
20756
20757 \begin_inset Tabular
20758 <lyxtabular version="3" rows="10" columns="2">
20759 <features rotate="0" tabularvalignment="middle">
20760 <column alignment="center" valignment="top" width="0pt">
20761 <column alignment="center" valignment="top" width="0pt">
20762 <row>
20763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767 Commande
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 Résultat
20777 \begin_inset Note Note
20778 status collapsed
20779
20780 \begin_layout Plain Layout
20781
20782 \series bold
20783
20784 \backslash
20785 raisebox
20786 \series default
20787  est seulement utilisée pour faire de la place
20788 \end_layout
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \backslash
20805 forall
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Formula $\forall$
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 </row>
20823 <row>
20824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828
20829 \backslash
20830 exists
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839 \begin_inset Formula $\exists$
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 </row>
20848 <row>
20849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853
20854 \backslash
20855 nexists
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864 \begin_inset Formula $\nexists$
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \backslash
20880 emptyset
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 \begin_inset Formula $\emptyset$
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 </row>
20898 <row>
20899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \backslash
20905 varnothing
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 \begin_inset Formula $\varnothing$
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 </row>
20923 <row>
20924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \backslash
20930 dag
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset Formula $\dag$
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 </row>
20948 <row>
20949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953
20954 \backslash
20955 ddag
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 \begin_inset Formula $\ddag$
20965 \end_inset
20966
20967
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 </row>
20973 <row>
20974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978
20979 \backslash
20980 complement
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989 \begin_inset ERT
20990 status collapsed
20991
20992 \begin_layout Plain Layout
20993
20994
20995 \backslash
20996 raisebox{-0.8mm}{
20997 \end_layout
20998
20999 \end_inset
21000
21001
21002 \begin_inset Formula $\complement$
21003 \end_inset
21004
21005
21006 \begin_inset ERT
21007 status collapsed
21008
21009 \begin_layout Plain Layout
21010
21011 }
21012 \end_layout
21013
21014 \end_inset
21015
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 <row>
21023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027
21028 \backslash
21029 Bbbk
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038 \begin_inset Formula $\Bbbk$
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 </row>
21047 </lyxtabular>
21048
21049 \end_inset
21050
21051
21052 \begin_inset space \hfill{}
21053 \end_inset
21054
21055
21056 \begin_inset Tabular
21057 <lyxtabular version="3" rows="10" columns="2">
21058 <features rotate="0" tabularvalignment="middle">
21059 <column alignment="center" valignment="top" width="0pt">
21060 <column alignment="center" valignment="top" width="0pt">
21061 <row>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 Commande
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 Résultat
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086
21087 \backslash
21088 prime
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 \begin_inset Formula $\prime$
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 </row>
21106 <row>
21107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \backslash
21113 backprime
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 \begin_inset Formula $\backprime$
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 </row>
21131 <row>
21132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \backslash
21138 mho
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 \begin_inset Formula $\mho$
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 triangle
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\triangle$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 <row>
21182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186
21187 \backslash
21188 angle
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 \begin_inset Formula $\angle$
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 </row>
21206 <row>
21207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211
21212 \backslash
21213 measuredangle
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 \begin_inset Formula $\measuredangle$
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 </row>
21231 <row>
21232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236
21237 \backslash
21238 sphericalangle
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 \begin_inset Formula $\sphericalangle$
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 </row>
21256 <row>
21257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261
21262 \backslash
21263 top
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 \begin_inset Formula $\top$
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 </row>
21281 <row>
21282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286
21287 \backslash
21288 bot
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297 \begin_inset Formula $\bot$
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 </row>
21306 </lyxtabular>
21307
21308 \end_inset
21309
21310
21311 \begin_inset space \hfill{}
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \begin_layout Subsection
21318 Symboles divers
21319 \begin_inset CommandInset label
21320 LatexCommand label
21321 name "sub:Symboles-divers"
21322
21323 \end_inset
21324
21325
21326 \begin_inset Index idx
21327 status collapsed
21328
21329 \begin_layout Plain Layout
21330 Symboles ! divers
21331 \end_layout
21332
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \begin_layout Standard
21339 \noindent
21340 \align center
21341 \begin_inset Tabular
21342 <lyxtabular version="3" rows="10" columns="2">
21343 <features rotate="0" tabularvalignment="middle">
21344 <column alignment="center" valignment="top" width="0pt">
21345 <column alignment="center" valignment="top" width="0pt">
21346 <row>
21347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 Commande
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 Résultat
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 flat
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\flat$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 natural
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\natural$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 sharp
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\sharp$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 surd
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\surd$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 checkmark
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 $\checkmark$
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 \backslash
21498 yen
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\yen$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 pounds
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\pounds$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 <row>
21542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 $
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555 \begin_inset Formula $\$$
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 </row>
21564 <row>
21565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 §
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $§$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 </lyxtabular>
21588
21589 \end_inset
21590
21591
21592 \begin_inset Tabular
21593 <lyxtabular version="3" rows="10" columns="2">
21594 <features rotate="0" tabularvalignment="middle">
21595 <column alignment="center" valignment="top">
21596 <column alignment="center" valignment="top">
21597 <row>
21598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 Commande
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611 Résultat
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 <row>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \backslash
21624 hbar
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 \begin_inset Formula $\hbar$
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row>
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647
21648 \backslash
21649 hslash
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 \begin_inset Formula $\hslash$
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672
21673 \backslash
21674 clubsuit
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683 \begin_inset Formula $\clubsuit$
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \backslash
21699 spadesuit
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\spadesuit$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \backslash
21724 bigstar
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 \begin_inset Formula $\bigstar$
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 </row>
21742 <row>
21743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747
21748 \backslash
21749 blacklozenge
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 \begin_inset Formula $\blacklozenge$
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \backslash
21774 blacktriangle
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Formula $\blacktriangle$
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 <row>
21793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797
21798 \backslash
21799 blacktiangledown
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 \begin_inset Formula $\blacktriangledown$
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822
21823 \backslash
21824 bullet
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 \begin_inset Formula $\bullet$
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 </row>
21842 </lyxtabular>
21843
21844 \end_inset
21845
21846
21847 \begin_inset Tabular
21848 <lyxtabular version="3" rows="10" columns="2">
21849 <features rotate="0" tabularvalignment="middle">
21850 <column alignment="center" valignment="top" width="0pt">
21851 <column alignment="center" valignment="top" width="0pt">
21852 <row>
21853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857 Commande
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866 Résultat
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \backslash
21879 diamondsuit
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $\diamondsuit$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \backslash
21904 Diamond
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 \begin_inset Formula $\Diamond$
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 heartsuit
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\heartsuit$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 P
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\P$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \backslash
21979 copyright
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\copyright$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \backslash
22004 circledR
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Formula $\circledR$
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \backslash
22029 maltese
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Formula $\maltese$
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 <row>
22048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052
22053 \backslash
22054 diagup
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 \begin_inset Formula $\diagup$
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 </row>
22072 <row>
22073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077
22078 \backslash
22079 diagdown
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088 \begin_inset Formula $\diagdown$
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 </row>
22097 </lyxtabular>
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Standard
22105 \begin_inset VSpace medskip
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Standard
22112 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
22113 \begin_inset CommandInset ref
22114 LatexCommand ref
22115 reference "sub:Tailles-polices"
22116
22117 \end_inset
22118
22119 .
22120 \end_layout
22121
22122 \begin_layout Subsection
22123 Le symbole de l'Euro €
22124 \begin_inset Index idx
22125 status collapsed
22126
22127 \begin_layout Plain Layout
22128 Symboles ! symbole de l'Euro
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \begin_inset Index idx
22135 status collapsed
22136
22137 \begin_layout Plain Layout
22138
22139 \backslash
22140 @
22141 \begin_inset ERT
22142 status collapsed
22143
22144 \begin_layout Plain Layout
22145
22146
22147 \backslash
22148 officialeuro
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \begin_layout Standard
22162 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
22163  paquetage LaTeX 
22164 \series bold
22165 eurosym
22166 \series default
22167
22168 \begin_inset Index idx
22169 status collapsed
22170
22171 \begin_layout Plain Layout
22172 Paquetages ! eurosym
22173 \end_layout
22174
22175 \end_inset
22176
22177  et le charger avec la ligne suivante dans le préambule LaTeX
22178 \end_layout
22179
22180 \begin_layout Standard
22181
22182 \series bold
22183
22184 \backslash
22185 usepackage[gennarrow]{eurosym}
22186 \end_layout
22187
22188 \begin_layout Standard
22189 Le symbole de l'Euro peut alors être inséré avec la commande 
22190 \series bold
22191
22192 \backslash
22193 euro
22194 \series default
22195
22196 \begin_inset Index idx
22197 status collapsed
22198
22199 \begin_layout Plain Layout
22200 Commandes ! E ! 
22201 \backslash
22202 euro
22203 \end_layout
22204
22205 \end_inset
22206
22207 .
22208 \end_layout
22209
22210 \begin_layout Standard
22211 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
22212 e avec la touche €, sans avoir à installer le paquetage 
22213 \series bold
22214 eurosym
22215 \series default
22216 .
22217  Quand 
22218 \series bold
22219 eurosym
22220 \series default
22221  est installé, on peut aussi insérer la commande 
22222 \series bold
22223
22224 \backslash
22225 euro
22226 \series default
22227  en mode TeX.
22228  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
22229  
22230 \series bold
22231
22232 \backslash
22233 officialeuro
22234 \series default
22235
22236 \begin_inset Index idx
22237 status collapsed
22238
22239 \begin_layout Plain Layout
22240 Commandes ! O ! 
22241 \backslash
22242 officialeuro
22243 \end_layout
22244
22245 \end_inset
22246
22247 , qui n'est utilisable qu'en mode TeX.
22248 \end_layout
22249
22250 \begin_layout Standard
22251 \begin_inset ERT
22252 status collapsed
22253
22254 \begin_layout Plain Layout
22255
22256
22257 \backslash
22258 ifeurosym 
22259 \end_layout
22260
22261 \end_inset
22262
22263
22264 \begin_inset Note Note
22265 status open
22266
22267 \begin_layout Plain Layout
22268 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
22269 \series bold
22270 eurosym
22271 \series default
22272  est installé.
22273 \end_layout
22274
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \begin_layout Standard
22281 Un aperçu des différents symboles de l'Euro:
22282 \end_layout
22283
22284 \begin_layout Standard
22285 \align center
22286 \begin_inset Tabular
22287 <lyxtabular version="3" rows="4" columns="3">
22288 <features rotate="0" tabularvalignment="middle">
22289 <column alignment="center" valignment="top" width="0pt">
22290 <column alignment="center" valignment="top" width="0pt">
22291 <column alignment="center" valignment="top" width="0pt">
22292 <row>
22293 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 Commande 
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 Résultat
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 formule
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \backslash
22337 euro
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 \begin_inset Formula $\euro$
22347 \end_inset
22348
22349
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 </row>
22355 <row>
22356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360 texte mathématique
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 \begin_inset Formula $\mbox{€}$
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 </row>
22387 <row>
22388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 mode TeX
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401
22402 \backslash
22403 officialeuro
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 \begin_inset ERT
22413 status collapsed
22414
22415 \begin_layout Plain Layout
22416
22417
22418 \backslash
22419 officialeuro
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 </row>
22430 </lyxtabular>
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Standard
22438 \begin_inset ERT
22439 status collapsed
22440
22441 \begin_layout Plain Layout
22442
22443
22444 \backslash
22445 else 
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \begin_inset Note Note
22452 status open
22453
22454 \begin_layout Plain Layout
22455 Ce qui suit sera affiché si le paquetage LaTeX 
22456 \series bold
22457 eurosym
22458 \series default
22459  n'est pas installé:
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \begin_layout Standard
22468 Vous devez installer le paquetage LaTeX 
22469 \series bold
22470 eurosym
22471 \series default
22472  pour voir le reste de cette section dans la sortie imprimée.
22473 \end_layout
22474
22475 \begin_layout Standard
22476 \begin_inset ERT
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480
22481
22482 \backslash
22483 fi 
22484 \end_layout
22485
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \begin_layout Section
22492 Opérateurs de relation
22493 \begin_inset CommandInset label
22494 LatexCommand label
22495 name "sec:Relations"
22496
22497 \end_inset
22498
22499
22500 \begin_inset Index idx
22501 status collapsed
22502
22503 \begin_layout Plain Layout
22504 Relations
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \begin_inset Index idx
22511 status collapsed
22512
22513 \begin_layout Plain Layout
22514 Comparaisons|see
22515 \begin_inset ERT
22516 status collapsed
22517
22518 \begin_layout Plain Layout
22519
22520 {
22521 \end_layout
22522
22523 \end_inset
22524
22525 Relations
22526 \begin_inset ERT
22527 status collapsed
22528
22529 \begin_layout Plain Layout
22530
22531 }
22532 \end_layout
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \begin_layout Standard
22545 Tous les opérateurs de relation peuvent aussi être insérés en passant par
22546  le bouton 
22547 \begin_inset Info
22548 type  "icon"
22549 arg   "math-insert \\leq"
22550 \end_inset
22551
22552  de la barre d'outils.
22553 \end_layout
22554
22555 \begin_layout Standard
22556 \begin_inset Tabular
22557 <lyxtabular version="3" rows="17" columns="2">
22558 <features rotate="0" tabularvalignment="middle">
22559 <column alignment="center" valignment="top" width="0pt">
22560 <column alignment="center" valignment="top">
22561 <row>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566
22567 \size small
22568 Commande
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577
22578 \size small
22579 Résultat
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 </row>
22585 <row>
22586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590 <
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 \begin_inset Formula $<$
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 <row>
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \backslash
22615 le
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 \begin_inset Formula $\le$
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 </row>
22633 <row>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \backslash
22640 ll
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 \begin_inset Formula $\ll$
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 </row>
22658 <row>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663
22664 \backslash
22665 prec
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 \begin_inset Formula $\prec$
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 </row>
22683 <row>
22684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688
22689 \backslash
22690 preceq
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 \begin_inset Formula $\preceq$
22700 \end_inset
22701
22702
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 </row>
22708 <row>
22709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713
22714 \backslash
22715 subset
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 \begin_inset Formula $\subset$
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 </row>
22733 <row>
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738
22739 \backslash
22740 subseteq
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749 \begin_inset Formula $\subseteq$
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 </row>
22758 <row>
22759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763
22764 \backslash
22765 sqsubseteq
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774 \begin_inset Formula $\sqsubseteq$
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 </row>
22783 <row>
22784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788
22789 \backslash
22790 in
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 \begin_inset Formula $\in$
22800 \end_inset
22801
22802
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 </row>
22808 <row>
22809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813
22814 \backslash
22815 vdash
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 \begin_inset Formula $\vdash$
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 </row>
22833 <row>
22834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838
22839 \backslash
22840 smile
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Formula $\smile$
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 </row>
22858 <row>
22859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \backslash
22865 lhd
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 \begin_inset Formula $\lhd$
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 </row>
22883 <row>
22884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888
22889 \backslash
22890 unlhd
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 \begin_inset Formula $\unlhd$
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 </row>
22908 <row>
22909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913
22914 \backslash
22915 gtrless
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924 \begin_inset Formula $\gtrless$
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 <row>
22934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938
22939 \backslash
22940 mid
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949 \begin_inset Formula $\mid$
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 </row>
22958 <row>
22959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963
22964 \backslash
22965 nmid
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974 \begin_inset Formula $\nmid$
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 </row>
22983 </lyxtabular>
22984
22985 \end_inset
22986
22987
22988 \begin_inset space \hfill{}
22989 \end_inset
22990
22991
22992 \begin_inset Tabular
22993 <lyxtabular version="3" rows="17" columns="2">
22994 <features rotate="0" tabularvalignment="middle">
22995 <column alignment="center" valignment="top" width="0pt">
22996 <column alignment="center" valignment="top">
22997 <row>
22998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002
23003 \size small
23004 Commande
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013
23014 \size small
23015 Résultat
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 =
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 \begin_inset Formula $=$
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 </row>
23044 <row>
23045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049
23050 \backslash
23051 not=
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060 \begin_inset Formula $\not=$
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 </row>
23069 <row>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074
23075 \backslash
23076 equiv
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 \begin_inset Formula $\equiv$
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 </row>
23094 <row>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099
23100 \backslash
23101 sim
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 \begin_inset Formula $\sim$
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 </row>
23119 <row>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124
23125 \backslash
23126 simeq
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 \begin_inset Formula $\simeq$
23136 \end_inset
23137
23138
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 </row>
23144 <row>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149
23150 \backslash
23151 approx
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 \begin_inset Formula $\approx$
23161 \end_inset
23162
23163
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 </row>
23169 <row>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174
23175 \backslash
23176 cong
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 \begin_inset Formula $\cong$
23186 \end_inset
23187
23188
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 </row>
23194 <row>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199
23200 \backslash
23201 bowtie
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 \begin_inset Formula $\bowtie$
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224
23225 \backslash
23226 notin
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 \begin_inset Formula $\notin$
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 </row>
23244 <row>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249
23250 \backslash
23251 perp
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 \begin_inset Formula $\perp$
23261 \end_inset
23262
23263
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 </row>
23269 <row>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274
23275 \backslash
23276 propto
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 \begin_inset Formula $\propto$
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 </row>
23294 <row>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299
23300 \backslash
23301 asymp
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Formula $\asymp$
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 </row>
23319 <row>
23320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324
23325 \backslash
23326 doteq
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 \begin_inset Formula $\doteq$
23336 \end_inset
23337
23338
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 </row>
23344 <row>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349
23350 \backslash
23351 circeq
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 \begin_inset Formula $\circeq$
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 </row>
23369 <row>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374
23375 \backslash
23376 models
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 \begin_inset Formula $\models$
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 </row>
23394 <row>
23395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399
23400 \backslash
23401 widehat=
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 \begin_inset Formula $\widehat{=}$
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 </row>
23419 </lyxtabular>
23420
23421 \end_inset
23422
23423
23424 \begin_inset space \hfill{}
23425 \end_inset
23426
23427
23428 \begin_inset Tabular
23429 <lyxtabular version="3" rows="17" columns="2">
23430 <features rotate="0" tabularvalignment="middle">
23431 <column alignment="center" valignment="top" width="0pt">
23432 <column alignment="center" valignment="top">
23433 <row>
23434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438
23439 \size small
23440 Commande
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \size small
23451 Résultat
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 </row>
23457 <row>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 >
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $>$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 ge
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\ge$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \backslash
23512 gg
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 \begin_inset Formula $\gg$
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 <row>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \backslash
23537 succ
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 \begin_inset Formula $\succ$
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \backslash
23562 succeq
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Formula $\succeq$
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \backslash
23587 supset
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $\supset$
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 </row>
23605 <row>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610
23611 \backslash
23612 supseteq
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\supseteq$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \backslash
23637 sqsupseteq
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 \begin_inset Formula $\sqsupseteq$
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 </row>
23655 <row>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660
23661 \backslash
23662 ni
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Formula $\ni$
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 </row>
23680 <row>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685
23686 \backslash
23687 dashv
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 \begin_inset Formula $\dashv$
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 </row>
23705 <row>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710
23711 \backslash
23712 frown
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 \begin_inset Formula $\frown$
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 </row>
23730 <row>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735
23736 \backslash
23737 rhd
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746 \begin_inset Formula $\rhd$
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \backslash
23762 unrhd
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 \begin_inset Formula $\unrhd$
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 </row>
23780 <row>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785
23786 \backslash
23787 lessgtr
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 \begin_inset Formula $\lessgtr$
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \backslash
23812 parallel
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 \begin_inset Formula $\parallel$
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 <row>
23831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \backslash
23837 nparallel
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 \begin_inset Formula $\nparallel$
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 </lyxtabular>
23856
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \begin_layout Standard
23863 \begin_inset VSpace medskip
23864 \end_inset
23865
23866 Les caractères 
23867 \series bold
23868
23869 \backslash
23870 lhd
23871 \series default
23872  et 
23873 \series bold
23874
23875 \backslash
23876 rhd
23877 \series default
23878  sont plus gros que les opérateurs 
23879 \series bold
23880
23881 \backslash
23882 triangleleft
23883 \series default
23884  et 
23885 \series bold
23886
23887 \backslash
23888 triangleright
23889 \series default
23890  auxquels ils ressemblent.
23891 \end_layout
23892
23893 \begin_layout Standard
23894
23895 \lang english
23896 LyX supports also many special relations.
23897  Use the toolbar button
23898 \lang french
23899  
23900 \begin_inset Info
23901 type  "icon"
23902 arg   "math-insert \\leqq"
23903 \end_inset
23904
23905  
23906 \lang english
23907 to see a list of these relations.
23908 \end_layout
23909
23910 \begin_layout Standard
23911 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
23912  par des espaces.
23913 \end_layout
23914
23915 \begin_layout Standard
23916 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
23917  commande 
23918 \series bold
23919
23920 \backslash
23921 stackrel
23922 \series default
23923
23924 \begin_inset Index idx
23925 status collapsed
23926
23927 \begin_layout Plain Layout
23928 Commandes ! S ! 
23929 \backslash
23930 stackrel
23931 \end_layout
23932
23933 \end_inset
23934
23935 :
23936 \end_layout
23937
23938 \begin_layout Standard
23939 \align center
23940 \begin_inset Tabular
23941 <lyxtabular version="3" rows="2" columns="2">
23942 <features rotate="0" tabularvalignment="middle">
23943 <column alignment="center" valignment="top">
23944 <column alignment="center" valignment="top">
23945 <row>
23946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950 Commande
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959 Résultat
23960 \begin_inset Note Note
23961 status collapsed
23962
23963 \begin_layout Plain Layout
23964
23965 \series bold
23966
23967 \backslash
23968 raisebox
23969 \series default
23970  est seulement utilisée pour faire de la place
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 </row>
23981 <row>
23982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 A(r)
23987 \backslash
23988 stackrel
23989 \begin_inset space \textvisiblespace{}
23990 \end_inset
23991
23992 r
23993 \backslash
23994 to
23995 \backslash
23996 infty
23997 \begin_inset space \textvisiblespace{}
23998 \end_inset
23999
24000
24001 \begin_inset Formula $\downarrow$
24002 \end_inset
24003
24004
24005 \backslash
24006 approx
24007 \begin_inset space \textvisiblespace{}
24008 \end_inset
24009
24010
24011 \begin_inset space \textvisiblespace{}
24012 \end_inset
24013
24014 B
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 </row>
24032 </lyxtabular>
24033
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \begin_layout Section
24040 Fonctions
24041 \end_layout
24042
24043 \begin_layout Subsection
24044 Fonctions prédéfinies
24045 \begin_inset CommandInset label
24046 LatexCommand label
24047 name "sub:Fonctions-prédéfinies"
24048
24049 \end_inset
24050
24051
24052 \begin_inset Index idx
24053 status collapsed
24054
24055 \begin_layout Plain Layout
24056 Fonctions ! prédéfinies
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \begin_layout Standard
24065 En général, les variables sont écrites en 
24066 \emph on
24067 italiques
24068 \emph default
24069  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
24070  
24071 \begin_inset Formula $sin$
24072 \end_inset
24073
24074  pourrait être confondue avec le produit 
24075 \begin_inset Formula $s\cdot i\cdot n$
24076 \end_inset
24077
24078 .
24079  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
24080  arguments par un peu d'espace.
24081  Elles sont insérées comme des commandes commençant par une barre de fraction
24082  inverse avant leur nom.
24083 \end_layout
24084
24085 \begin_layout Standard
24086 \align center
24087 \begin_inset Tabular
24088 <lyxtabular version="3" rows="2" columns="4">
24089 <features rotate="0" tabularvalignment="middle">
24090 <column alignment="center" valignment="top" width="0pt">
24091 <column alignment="center" valignment="top" width="0pt">
24092 <column alignment="center" valignment="top" width="0pt">
24093 <column alignment="center" valignment="top" width="0pt">
24094 <row>
24095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099 Commande
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 Résultat
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 Commande
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 Résultat
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 </row>
24132 <row>
24133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 Asin(x)+B
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 \begin_inset Formula $Asin(x)+B$
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 A
24159 \backslash
24160 sin(x)+B
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 \begin_inset Formula $A\sin(x)+B$
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 </row>
24178 </lyxtabular>
24179
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \begin_layout Standard
24186 Les fonctions suivantes sont prédéfinies:
24187 \end_layout
24188
24189 \begin_layout Standard
24190 \begin_inset VSpace -2mm
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \begin_layout Standard
24197 \align center
24198 \begin_inset Tabular
24199 <lyxtabular version="3" rows="9" columns="4">
24200 <features rotate="0" tabularvalignment="middle">
24201 <column alignment="center" valignment="top" width="0pt">
24202 <column alignment="center" valignment="top" width="0pt">
24203 <column alignment="center" valignment="top" width="0pt">
24204 <column alignment="center" valignment="top" width="0pt">
24205 <row>
24206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210 Commande
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 Commande
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228 Commande
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237 Commande
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 </row>
24243 <row>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248
24249 \backslash
24250 sin
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \backslash
24261 sinh
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270
24271 \backslash
24272 arcsin
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \backslash
24283 sup
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 cos
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 cosh
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316
24317 \backslash
24318 arccos
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \backslash
24329 inf
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 </row>
24335 <row>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340
24341 \backslash
24342 tan
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 tanh
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 arctan
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 lim
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 </row>
24381 <row>
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386
24387 \backslash
24388 cot
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 coth
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 arg
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 liminf
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 </row>
24427 <row>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432
24433 \backslash
24434 sec
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \backslash
24445 min
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 deg
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 limsup
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 </row>
24473 <row>
24474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \backslash
24480 csc
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489
24490 \backslash
24491 max
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 det
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Plain Layout
24511
24512 \backslash
24513 Pr
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 </row>
24519 <row>
24520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524
24525 \backslash
24526 ln
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535
24536 \backslash
24537 exp
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 dim
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \backslash
24559 hom
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 </row>
24565 <row>
24566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570
24571 \backslash
24572 lg
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581
24582 \backslash
24583 log
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592
24593 \backslash
24594 ker
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Plain Layout
24603
24604 \backslash
24605 gcd
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 </row>
24611 </lyxtabular>
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Standard
24619 Elles peuvent aussi être insérées en utilisant le bouton 
24620 \begin_inset Graphics
24621         filename ../../images/math/functions.png
24622         scale 85
24623
24624 \end_inset
24625
24626  de la barre d'outils mathématique.
24627 \end_layout
24628
24629 \begin_layout Subsection
24630 Fonctions définies par l'utilisateur
24631 \begin_inset Index idx
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635 Fonctions ! définies par l'utilisateur
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \begin_layout Standard
24644 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
24645  fonction sgn(x), il y a deux possibilités:
24646 \end_layout
24647
24648 \begin_layout Itemize
24649 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
24650 \begin_inset Foot
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654 Pour en savoir plus sur la commande 
24655 \series bold
24656
24657 \backslash
24658 DeclareMathOperator
24659 \series default
24660  voir 
24661 \begin_inset CommandInset ref
24662 LatexCommand ref
24663 reference "sub:Opérateurs-personnalisés"
24664
24665 \end_inset
24666
24667 .
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \begin_inset Newline newline
24674 \end_inset
24675
24676
24677 \begin_inset VSpace -3mm
24678 \end_inset
24679
24680
24681 \begin_inset Newline newline
24682 \end_inset
24683
24684
24685 \series bold
24686
24687 \backslash
24688 DeclareMathOperator{
24689 \backslash
24690 sgn}{sgn}
24691 \series default
24692
24693 \begin_inset Index idx
24694 status collapsed
24695
24696 \begin_layout Plain Layout
24697 Commandes ! D ! 
24698 \backslash
24699 dbinom@
24700 \backslash
24701 DeclareMathOperator
24702 \end_layout
24703
24704 \end_inset
24705
24706
24707 \begin_inset Newline newline
24708 \end_inset
24709
24710
24711 \begin_inset VSpace -2mm
24712 \end_inset
24713
24714
24715 \begin_inset Newline newline
24716 \end_inset
24717
24718 Maintenant la fonction qui vient d'être définie peut être appelée avec la
24719  commande 
24720 \series bold
24721
24722 \backslash
24723 sgn
24724 \series default
24725 .
24726 \end_layout
24727
24728 \begin_layout Itemize
24729 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
24730  notre exemple les lettres 
24731 \emph on
24732 sgn
24733 \emph default
24734  -- et les changer en texte mathématique.
24735  Pour finir, on insère une espace entre le préfacteur et la fonction.
24736 \end_layout
24737
24738 \begin_layout Standard
24739 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
24740 \begin_inset Foot
24741 status collapsed
24742
24743 \begin_layout Plain Layout
24744 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
24745 eur en rouge.
24746 \end_layout
24747
24748 \end_inset
24749
24750 :
24751 \end_layout
24752
24753 \begin_layout Standard
24754 \align center
24755 \begin_inset Tabular
24756 <lyxtabular version="3" rows="3" columns="2">
24757 <features rotate="0" tabularvalignment="middle">
24758 <column alignment="center" valignment="top" width="0pt">
24759 <column alignment="center" valignment="top" width="0pt">
24760 <row>
24761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765 Commande
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774 Résultat
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 </row>
24780 <row>
24781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785 A
24786 \backslash
24787 sgn(x)+B
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 \begin_inset Formula $A\sgn(x)+B$
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 </row>
24805 <row>
24806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 A
24811 \backslash
24812 ,
24813 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24814 \end_inset
24815
24816 (x)+B
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 </row>
24834 </lyxtabular>
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \begin_layout Standard
24842 La première méthode est recommandée quand la fonction définie doit être
24843  utilisée plusieurs fois dans le document.
24844 \end_layout
24845
24846 \begin_layout Subsection
24847 Les limites
24848 \begin_inset Index idx
24849 status collapsed
24850
24851 \begin_layout Plain Layout
24852 Limites
24853 \end_layout
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Pour les limites, en plus des commandes 
24862 \series bold
24863
24864 \backslash
24865 lim
24866 \series default
24867
24868 \begin_inset Index idx
24869 status collapsed
24870
24871 \begin_layout Plain Layout
24872 Commandes ! L ! 
24873 \backslash
24874 lim
24875 \end_layout
24876
24877 \end_inset
24878
24879
24880 \series bold
24881
24882 \backslash
24883 liminf
24884 \series default
24885  et 
24886 \series bold
24887
24888 \backslash
24889 limsup
24890 \series default
24891  on a aussi les fonctions suivantes:
24892 \end_layout
24893
24894 \begin_layout Standard
24895 \align center
24896 \begin_inset Tabular
24897 <lyxtabular version="3" rows="5" columns="2">
24898 <features rotate="0" tabularvalignment="middle">
24899 <column alignment="center" valignment="top">
24900 <column alignment="center" valignment="top">
24901 <row>
24902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 Commande
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915 Résultat
24916 \begin_inset Note Note
24917 status collapsed
24918
24919 \begin_layout Plain Layout
24920
24921 \series bold
24922
24923 \backslash
24924 raisebox
24925 \series default
24926  est seulement utilisée pour faire de la place
24927 \end_layout
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 </row>
24937 <row>
24938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942
24943 \backslash
24944 varliminf
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953 \begin_inset Formula $\varliminf$
24954 \end_inset
24955
24956
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 </row>
24962 <row>
24963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967
24968 \backslash
24969 varlimsup
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978 \begin_inset Formula $\varlimsup$
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 </row>
24987 <row>
24988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992
24993 \backslash
24994 varprojlim
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003 \begin_inset Formula $\varprojlim$
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 </row>
25012 <row>
25013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \backslash
25019 varinjlim
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25025 \begin_inset Text
25026
25027 \begin_layout Plain Layout
25028 \begin_inset Formula $\varinjlim$
25029 \end_inset
25030
25031
25032 \begin_inset Formula $\raisebox{-2.5mm}{}$
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 </row>
25041 </lyxtabular>
25042
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \begin_layout Standard
25049 \begin_inset VSpace medskip
25050 \end_inset
25051
25052 La valeur de la limite est créée en ajoutant un indice.
25053  Il est placé juste à la droite de la fonction dans le cas d'une formule
25054  en ligne:
25055 \end_layout
25056
25057 \begin_layout Standard
25058 \align center
25059 \begin_inset Tabular
25060 <lyxtabular version="3" rows="2" columns="2">
25061 <features rotate="0" tabularvalignment="middle">
25062 <column alignment="center" valignment="top" width="0pt">
25063 <column alignment="center" valignment="top" width="0pt">
25064 <row>
25065 <cell alignment="center" valignment="top" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069 Commande
25070 \end_layout
25071
25072 \end_inset
25073 </cell>
25074 <cell alignment="center" valignment="top" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Plain Layout
25078 \begin_inset space \hspace{}
25079 \length 1cm
25080 \end_inset
25081
25082 Résultat
25083 \begin_inset Note Note
25084 status collapsed
25085
25086 \begin_layout Plain Layout
25087 L'espace
25088 \series bold
25089  
25090 \series default
25091 et 
25092 \series bold
25093
25094 \backslash
25095 raisebox
25096 \series default
25097  sont seulement utilisées pour faire de la place.
25098 \end_layout
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 </row>
25108 <row>
25109 <cell alignment="center" valignment="top" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \backslash
25115 lim_x
25116 \backslash
25117 to
25118 \begin_inset space \textvisiblespace{}
25119 \end_inset
25120
25121 A
25122 \begin_inset space \textvisiblespace{}
25123 \end_inset
25124
25125 x=B
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 <cell alignment="center" valignment="top" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25135 \end_inset
25136
25137
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 </row>
25143 </lyxtabular>
25144
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \begin_layout Standard
25151 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
25152  en dessous de la fonction:
25153 \begin_inset Formula 
25154 \[
25155 \lim_{x\to A}x=B
25156 \]
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 \begin_inset VSpace medskip
25165 \end_inset
25166
25167
25168 \end_layout
25169
25170 \begin_layout Standard
25171
25172 \lang english
25173 How to adjust the typesetting of the limits see
25174 \lang french
25175  
25176 \begin_inset CommandInset ref
25177 LatexCommand ref
25178 reference "sub:Limites-des-opérateurs"
25179
25180 \end_inset
25181
25182 .
25183 \end_layout
25184
25185 \begin_layout Subsection
25186 Les fonctions modulo
25187 \begin_inset Index idx
25188 status collapsed
25189
25190 \begin_layout Plain Layout
25191 Fonctions ! modulo
25192 \end_layout
25193
25194 \end_inset
25195
25196
25197 \end_layout
25198
25199 \begin_layout Standard
25200 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
25201 \end_layout
25202
25203 \begin_layout Standard
25204 Les variantes pour une formule hors ligne:
25205 \begin_inset Formula 
25206 \begin{align*}
25207 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25208 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25209 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25210 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25211 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25212 \end{align*}
25213
25214 \end_inset
25215
25216
25217 \end_layout
25218
25219 \begin_layout Standard
25220 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
25221  la fonction, quelque soit la variante.
25222  
25223 \lang english
25224 By default the modulo-functions take only the first following character
25225  into account.
25226  To use more than one character, one has to put them into TeX-braces:
25227 \lang french
25228
25229 \begin_inset Formula 
25230 \begin{align*}
25231 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25232 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25233 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25234 \end{align*}
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Section
25242 Caractères spéciaux
25243 \begin_inset Index idx
25244 status collapsed
25245
25246 \begin_layout Plain Layout
25247 Caractères spéciaux
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Subsection
25256 Caractères spéciaux en  texte mathématique
25257 \end_layout
25258
25259 \begin_layout Standard
25260 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
25261  ou en mode TeX:
25262 \end_layout
25263
25264 \begin_layout Standard
25265 \begin_inset space \hfill{}
25266 \end_inset
25267
25268
25269 \begin_inset Tabular
25270 <lyxtabular version="3" rows="8" columns="2">
25271 <features rotate="0" tabularvalignment="middle">
25272 <column alignment="block" valignment="top">
25273 <column alignment="block" valignment="top">
25274 <row>
25275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 Commande
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288 Résultat
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 </row>
25294 <row>
25295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299
25300 \backslash
25301 oe
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310 \begin_inset Formula $\textrm{œ}$
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 </row>
25319 <row>
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324
25325 \backslash
25326 OE
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335 \begin_inset Formula $\textrm{Œ}$
25336 \end_inset
25337
25338
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 </row>
25344 <row>
25345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \backslash
25351 ae
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360 \begin_inset Formula $\textrm{æ}$
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 </row>
25369 <row>
25370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 AE
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385 \begin_inset Formula $\textrm{Æ}$
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 </row>
25394 <row>
25395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \backslash
25401 aa
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410 \begin_inset Formula $\textrm{\aa}$
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 </row>
25419 <row>
25420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424
25425 \backslash
25426 AA
25427 \begin_inset Index idx
25428 status collapsed
25429
25430 \begin_layout Plain Layout
25431
25432 \backslash
25433 @
25434 \begin_inset ERT
25435 status collapsed
25436
25437 \begin_layout Plain Layout
25438
25439
25440 \backslash
25441 textrm{
25442 \backslash
25443 AA}
25444 \end_layout
25445
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462 \begin_inset Formula $\textrm{Å}$
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 </row>
25471 <row>
25472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476
25477 \backslash
25478 i
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487 \begin_inset Formula $\textrm{ı}$
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \end_inset
25494 </cell>
25495 </row>
25496 </lyxtabular>
25497
25498 \end_inset
25499
25500
25501 \begin_inset space \hfill{}
25502 \end_inset
25503
25504
25505 \begin_inset Tabular
25506 <lyxtabular version="3" rows="8" columns="2">
25507 <features rotate="0" tabularvalignment="middle">
25508 <column alignment="block" valignment="top">
25509 <column alignment="center" valignment="top">
25510 <row>
25511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Plain Layout
25515 commande
25516 \begin_inset Note Note
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520 L'espace de 0
25521 \begin_inset space \thinspace{}
25522 \end_inset
25523
25524 mm est utilisée pour faire une séparation invisible, sinon la sortie finale
25525  serait respectivement ¡ et ¿.
25526 \end_layout
25527
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539 Résultat
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 </row>
25545 <row>
25546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550
25551 \backslash
25552 o
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561 \begin_inset Formula $\textrm{ø}$
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 </row>
25570 <row>
25571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575
25576 \backslash
25577 O
25578 \end_layout
25579
25580 \end_inset
25581 </cell>
25582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Plain Layout
25586 \begin_inset Formula $\textrm{Ø}$
25587 \end_inset
25588
25589
25590 \end_layout
25591
25592 \end_inset
25593 </cell>
25594 </row>
25595 <row>
25596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25597 \begin_inset Text
25598
25599 \begin_layout Plain Layout
25600
25601 \backslash
25602 l
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611 \begin_inset Formula $\textrm{ł}$
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 </row>
25620 <row>
25621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625
25626 \backslash
25627 L
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636 \begin_inset Formula $\textrm{Ł}$
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 </row>
25645 <row>
25646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650 !
25651 \begin_inset space \hspace{}
25652 \length 0mm
25653 \end_inset
25654
25655 `
25656 \begin_inset space \textvisiblespace{}
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25665 \begin_inset Text
25666
25667 \begin_layout Plain Layout
25668 \begin_inset Formula $\textrm{!`}$
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \end_inset
25675 </cell>
25676 </row>
25677 <row>
25678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25679 \begin_inset Text
25680
25681 \begin_layout Plain Layout
25682 ?
25683 \begin_inset space \hspace{}
25684 \length 0mm
25685 \end_inset
25686
25687 `
25688 \begin_inset space \textvisiblespace{}
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700 \begin_inset Formula $\textrm{?`}$
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 </row>
25709 <row>
25710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714
25715 \backslash
25716 j
25717 \end_layout
25718
25719 \end_inset
25720 </cell>
25721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25722 \begin_inset Text
25723
25724 \begin_layout Plain Layout
25725 \begin_inset Formula $\textrm{ȷ}$
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \end_inset
25732 </cell>
25733 </row>
25734 </lyxtabular>
25735
25736 \end_inset
25737
25738
25739 \begin_inset space \hfill{}
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \begin_layout Standard
25746 Les caractères 
25747 \begin_inset Formula $\textrm{\textrm{Å}}$
25748 \end_inset
25749
25750  et 
25751 \begin_inset Formula $\textrm{\textrm{Ø}}$
25752 \end_inset
25753
25754  peuvent aussi être insérés avec le bouton 
25755 \begin_inset Graphics
25756         filename ../../images/math/digamma.png
25757         scale 85
25758
25759 \end_inset
25760
25761  de la barre d'outils mathématique.
25762 \end_layout
25763
25764 \begin_layout Standard
25765 Les commandes 
25766 \series bold
25767 !
25768 \begin_inset space \hspace{}
25769 \length 0mm
25770 \end_inset
25771
25772 `
25773 \series default
25774  et ?
25775 \series bold
25776
25777 \begin_inset space \hspace{}
25778 \length 0mm
25779 \end_inset
25780
25781
25782 \series default
25783 ` sont des exceptions puisqu'elles peuvent être insérées directement dans
25784  le texte dans LyX.
25785 \end_layout
25786
25787 \begin_layout Subsection
25788 Les accents dans le texte
25789 \begin_inset CommandInset label
25790 LatexCommand label
25791 name "sub:Accents-dans-le-texte"
25792
25793 \end_inset
25794
25795
25796 \begin_inset Index idx
25797 status collapsed
25798
25799 \begin_layout Plain Layout
25800 Accents ! dans le texte
25801 \end_layout
25802
25803 \end_inset
25804
25805
25806 \end_layout
25807
25808 \begin_layout Standard
25809 Avec les commandes suivantes, on peut accentuer toutes les lettres.
25810  Ces commandes doivent être insérées en mode TeX.
25811 \end_layout
25812
25813 \begin_layout Standard
25814 \begin_inset space \hfill{}
25815 \end_inset
25816
25817
25818 \begin_inset Tabular
25819 <lyxtabular version="3" rows="8" columns="2">
25820 <features rotate="0" tabularvalignment="middle">
25821 <column alignment="block" valignment="top">
25822 <column alignment="block" valignment="top">
25823 <row>
25824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25825 \begin_inset Text
25826
25827 \begin_layout Plain Layout
25828 Commande
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837 Résultat
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 </row>
25843 <row>
25844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Plain Layout
25848
25849 \backslash
25850
25851 \begin_inset Quotes grd
25852 \end_inset
25853
25854 e
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863 \begin_inset ERT
25864 status collapsed
25865
25866 \begin_layout Plain Layout
25867
25868
25869 \backslash
25870 "e
25871 \end_layout
25872
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \end_inset
25879 </cell>
25880 </row>
25881 <row>
25882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Plain Layout
25886
25887 \backslash
25888 `e
25889 \end_layout
25890
25891 \end_inset
25892 </cell>
25893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25894 \begin_inset Text
25895
25896 \begin_layout Plain Layout
25897 \begin_inset ERT
25898 status collapsed
25899
25900 \begin_layout Plain Layout
25901
25902
25903 \backslash
25904 `e
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 </row>
25915 <row>
25916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920
25921 \backslash
25922 ^
25923 \begin_inset space \textvisiblespace{}
25924 \end_inset
25925
25926 e
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935 \begin_inset ERT
25936 status collapsed
25937
25938 \begin_layout Plain Layout
25939
25940
25941 \backslash
25942 ^e
25943 \end_layout
25944
25945 \end_inset
25946
25947
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 </row>
25953 <row>
25954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25955 \begin_inset Text
25956
25957 \begin_layout Plain Layout
25958
25959 \backslash
25960 =e
25961 \end_layout
25962
25963 \end_inset
25964 </cell>
25965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25966 \begin_inset Text
25967
25968 \begin_layout Plain Layout
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973
25974
25975 \backslash
25976 =e
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 </row>
25987 <row>
25988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25989 \begin_inset Text
25990
25991 \begin_layout Plain Layout
25992
25993 \backslash
25994 u
25995 \begin_inset space \textvisiblespace{}
25996 \end_inset
25997
25998 e
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 \begin_inset ERT
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011
26012
26013 \backslash
26014 u e
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 </row>
26025 <row>
26026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030
26031 \backslash
26032 b
26033 \begin_inset space \textvisiblespace{}
26034 \end_inset
26035
26036 e
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045 \begin_inset ERT
26046 status collapsed
26047
26048 \begin_layout Plain Layout
26049
26050
26051 \backslash
26052 b e
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \end_inset
26061 </cell>
26062 </row>
26063 <row>
26064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068
26069 \backslash
26070 t
26071 \begin_inset space \textvisiblespace{}
26072 \end_inset
26073
26074 ee
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087
26088
26089 \backslash
26090 t ee
26091 \end_layout
26092
26093 \end_inset
26094
26095
26096 \end_layout
26097
26098 \end_inset
26099 </cell>
26100 </row>
26101 </lyxtabular>
26102
26103 \end_inset
26104
26105
26106 \begin_inset space \hfill{}
26107 \end_inset
26108
26109
26110 \begin_inset Tabular
26111 <lyxtabular version="3" rows="8" columns="2">
26112 <features rotate="0" tabularvalignment="middle">
26113 <column alignment="block" valignment="top">
26114 <column alignment="center" valignment="top">
26115 <row>
26116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 Commande
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129 Résultat
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 </row>
26135 <row>
26136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140
26141 \backslash
26142 H
26143 \begin_inset space \textvisiblespace{}
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 idx
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 space \textvisiblespace{}
26294 \end_inset
26295
26296 e
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Plain Layout
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 v e
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328
26329 \backslash
26330 d
26331 \begin_inset space \textvisiblespace{}
26332 \end_inset
26333
26334 e
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 \begin_inset ERT
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347
26348
26349 \backslash
26350 d e
26351 \end_layout
26352
26353 \end_inset
26354
26355
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 </row>
26361 <row>
26362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366
26367 \backslash
26368 c
26369 \begin_inset space \textvisiblespace{}
26370 \end_inset
26371
26372 e
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26378 \begin_inset Text
26379
26380 \begin_layout Plain Layout
26381 \begin_inset ERT
26382 status collapsed
26383
26384 \begin_layout Plain Layout
26385
26386
26387 \backslash
26388 c e
26389 \end_layout
26390
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 </row>
26399 </lyxtabular>
26400
26401 \end_inset
26402
26403
26404 \begin_inset space \hfill{}
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \begin_layout Standard
26411 \begin_inset VSpace medskip
26412 \end_inset
26413
26414 Avec la commande 
26415 \series bold
26416
26417 \backslash
26418 t
26419 \series default
26420  on peut aussi accentuer deux caractères différents.
26421  La commande 
26422 \series bold
26423
26424 \backslash
26425 t
26426 \begin_inset space \textvisiblespace{}
26427 \end_inset
26428
26429 sz
26430 \series default
26431  va donner: 
26432 \begin_inset ERT
26433 status collapsed
26434
26435 \begin_layout Plain Layout
26436
26437
26438 \backslash
26439 t sz
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Standard
26448 Les accents 
26449 \series bold
26450 `
26451 \series default
26452  , 
26453 \series bold
26454 '
26455 \series default
26456  , et 
26457 \series bold
26458 ^
26459 \series default
26460  peuvent être insérés directement avec le clavier, sans utiliser le mode
26461  TeX, quand ils sont utilisés avec des voyelles.
26462  La même chose s'applique au tilde
26463 \begin_inset Foot
26464 status collapsed
26465
26466 \begin_layout Plain Layout
26467 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
26468  accent.
26469 \end_layout
26470
26471 \end_inset
26472
26473  
26474 \series bold
26475 ~
26476 \series default
26477  en combinaison avec 
26478 \emph on
26479 a
26480 \emph default
26481  , 
26482 \emph on
26483 n
26484 \emph default
26485  , ou 
26486 \emph on
26487 o
26488 \emph default
26489 .
26490 \end_layout
26491
26492 \begin_layout Standard
26493 Les commandes 
26494 \series bold
26495
26496 \backslash
26497 b
26498 \series default
26499  , 
26500 \series bold
26501
26502 \backslash
26503 c
26504 \series default
26505  , 
26506 \series bold
26507
26508 \backslash
26509 d
26510 \series default
26511  , 
26512 \series bold
26513
26514 \backslash
26515 H
26516 \series default
26517  , 
26518 \series bold
26519
26520 \backslash
26521 t
26522 \series default
26523  , 
26524 \series bold
26525
26526 \backslash
26527 u
26528 \series default
26529  , 
26530 \series bold
26531
26532 \backslash
26533 v
26534 \series default
26535 , et les accents qui sont insérés directement au clavier sont aussi disponibles
26536  en texte mathématique.
26537  Pour les autres accents, il y a des commandes mathématiques spéciales à
26538  utiliser dans les formules, voir 
26539 \begin_inset CommandInset ref
26540 LatexCommand ref
26541 reference "sub:Accents-sur-un-caractère"
26542
26543 \end_inset
26544
26545 .
26546 \end_layout
26547
26548 \begin_layout Standard
26549 \begin_inset VSpace bigskip
26550 \end_inset
26551
26552 En plus, avec la commande 
26553 \series bold
26554
26555 \backslash
26556 textcircled
26557 \series default
26558
26559 \begin_inset Index idx
26560 status collapsed
26561
26562 \begin_layout Plain Layout
26563 Commandes ! T ! 
26564 \backslash
26565 textcircled
26566 \end_layout
26567
26568 \end_inset
26569
26570  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
26571  comme pour le symbole du copyright.
26572 \end_layout
26573
26574 \begin_layout Standard
26575 \align center
26576 \begin_inset Tabular
26577 <lyxtabular version="3" rows="3" columns="2">
26578 <features rotate="0" tabularvalignment="middle">
26579 <column alignment="center" valignment="top">
26580 <column alignment="center" valignment="top">
26581 <row>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 Commande
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 Résultat
26596 \begin_inset Note Note
26597 status collapsed
26598
26599 \begin_layout Plain Layout
26600
26601 \series bold
26602
26603 \backslash
26604 raisebox
26605 \series default
26606  est seulement utilisée pour faire de la place
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 </row>
26617 <row>
26618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Plain Layout
26622
26623 \backslash
26624 textcircled{w}
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633 \begin_inset ERT
26634 status collapsed
26635
26636 \begin_layout Plain Layout
26637
26638
26639 \backslash
26640 textcircled{w}
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" bottomline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656
26657 \backslash
26658 Large 
26659 \backslash
26660 textcircled{
26661 \backslash
26662 normalsize
26663 \backslash
26664 protect
26665 \backslash
26666 raisebox{-1.5pt}{W}}
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675 \begin_inset Formula $\raisebox{4.5mm}{}$
26676 \end_inset
26677
26678
26679 \begin_inset ERT
26680 status collapsed
26681
26682 \begin_layout Plain Layout
26683
26684
26685 \backslash
26686 Large 
26687 \backslash
26688 textcircled{
26689 \backslash
26690 normalsize
26691 \backslash
26692 protect
26693 \backslash
26694 raisebox{-1.5pt}W}
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \begin_inset Formula $\raisebox{-2mm}{}$
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 </row>
26709 </lyxtabular>
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \begin_layout Standard
26717 On doit faire attentions à ce que le caractère tienne dans le cercle.
26718  
26719 \series bold
26720
26721 \backslash
26722 Large
26723 \series default
26724
26725 \begin_inset Foot
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729 voir 
26730 \begin_inset CommandInset ref
26731 LatexCommand ref
26732 reference "sub:Tailles-polices"
26733
26734 \end_inset
26735
26736
26737 \end_layout
26738
26739 \end_inset
26740
26741  donne ici la taille du cercle.
26742  On peut centrer le caractère avec l'aide de la commande  
26743 \series bold
26744
26745 \backslash
26746 raisebox
26747 \series default
26748
26749 \begin_inset Foot
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753 voir 
26754 \begin_inset CommandInset ref
26755 LatexCommand ref
26756 reference "sub:Boîtes-sans-cadre"
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \end_inset
26764
26765  .
26766 \end_layout
26767
26768 \begin_layout Subsection
26769 Nombres en minuscules
26770 \begin_inset Index idx
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774 Minuscules pour les nombres
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \begin_layout Standard
26783 Les nombres en minuscule sont créés avec la commande 
26784 \series bold
26785
26786 \backslash
26787 oldstylenums
26788 \series default
26789
26790 \begin_inset Index idx
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794 Commandes ! O ! 
26795 \backslash
26796 oldstylenums
26797 \end_layout
26798
26799 \end_inset
26800
26801 .
26802  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
26803  La syntaxe de la commande est:
26804 \end_layout
26805
26806 \begin_layout Standard
26807
26808 \series bold
26809
26810 \backslash
26811 oldstylenums{nombre}
26812 \end_layout
26813
26814 \begin_layout Standard
26815 La commande 
26816 \series bold
26817
26818 \backslash
26819 oldstylenums{0123456789
26820 \series default
26821  donne: 
26822 \begin_inset Formula $\oldstylenums{0123456789}$
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \begin_layout Section
26829 Styles de formules
26830 \begin_inset CommandInset label
26831 LatexCommand label
26832 name "sec:Styles-de-formules"
26833
26834 \end_inset
26835
26836
26837 \begin_inset Index idx
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841 Formules ! styles
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \begin_layout Itemize
26850 Il y a deux styles d'alignements différents:
26851 \end_layout
26852
26853 \begin_deeper
26854 \begin_layout Description
26855 Centré est le standard prédéfini
26856 \end_layout
26857
26858 \begin_layout Description
26859 Indenté pour ce style, l'option 
26860 \series bold
26861 fleqn
26862 \series default
26863  doit être insérée dans la fenêtre de dialogue 
26864 \family sans
26865 Document\SpecialChar \menuseparator
26866 Paramètres
26867 \family default
26868  dans la rubrique 
26869 \family sans
26870 Classe
26871 \begin_inset space ~
26872 \end_inset
26873
26874 de
26875 \begin_inset space ~
26876 \end_inset
26877
26878 Document
26879 \end_layout
26880
26881 \begin_layout Standard
26882 Quand on utilise 
26883 \series bold
26884 Indenté
26885 \series default
26886 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
26887  
26888 \series bold
26889
26890 \backslash
26891 mathindent
26892 \series default
26893
26894 \begin_inset Index idx
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898 Commandes ! M ! 
26899 \backslash
26900 mathindent
26901 \end_layout
26902
26903 \end_inset
26904
26905 .
26906  Par exemple, pour une distance de 15
26907 \begin_inset space \thinspace{}
26908 \end_inset
26909
26910 mm, on insère la ligne de commande suivante dans le préambule LaTeX
26911 \end_layout
26912
26913 \begin_layout Standard
26914
26915 \series bold
26916
26917 \backslash
26918 setlength{
26919 \backslash
26920 mathindent}{15mm}
26921 \end_layout
26922
26923 \begin_layout Standard
26924 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
26925 \begin_inset space \thinspace{}
26926 \end_inset
26927
26928 pt est utilisée.
26929 \end_layout
26930
26931 \end_deeper
26932 \begin_layout Itemize
26933 Et deux styles différents de numérotation:
26934 \end_layout
26935
26936 \begin_deeper
26937 \begin_layout Description
26938 Droite est le standard prédéfini
26939 \end_layout
26940
26941 \begin_layout Description
26942 Gauche pour ce style, l'option 
26943 \series bold
26944 leqno
26945 \series default
26946  doit être insérée dans la fenêtre de dialogue 
26947 \family sans
26948 Document\SpecialChar \menuseparator
26949 Paramètres
26950 \family default
26951  dans la rubrique 
26952 \family sans
26953 Classe
26954 \begin_inset space ~
26955 \end_inset
26956
26957 de
26958 \begin_inset space ~
26959 \end_inset
26960
26961 Document
26962 \end_layout
26963
26964 \end_deeper
26965 \begin_layout Standard
26966
26967 \series bold
26968 fleqn
26969 \series default
26970  et 
26971 \series bold
26972 leqno
26973 \series default
26974  peuvent être utilisés ensembles.
26975  Dans ce cas les deux options sont insérées, séparées par une virgule.
26976 \end_layout
26977
26978 \begin_layout Standard
26979 Les styles choisis sont utilisés par toutes les formules du document.
26980  Quand il faut créer à la fois des formules centrées et des formules alignées,
26981  on utilise le style 
26982 \series bold
26983 Centré
26984 \series default
26985 .
26986  Les formules indentées sont alors placées dans un environnement 
26987 \series bold
26988 falign, 
26989 \series default
26990 voir 
26991 \begin_inset CommandInset ref
26992 LatexCommand ref
26993 reference "sub:Environnement-Flalign"
26994
26995 \end_inset
26996
26997 .
26998 \end_layout
26999
27000 \begin_layout Section
27001 Formules multi-lignes
27002 \begin_inset CommandInset label
27003 LatexCommand label
27004 name "sec:Formules-multi-lignes"
27005
27006 \end_inset
27007
27008
27009 \begin_inset Index idx
27010 status collapsed
27011
27012 \begin_layout Plain Layout
27013 Formules ! multi-lignes
27014 \end_layout
27015
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \begin_layout Subsection
27022 Généralités
27023 \end_layout
27024
27025 \begin_layout Standard
27026 Dans LyX, on crée les formules multi-lignes en appuyant sur 
27027 \family sans
27028 Ctrl+Entrée
27029 \family default
27030  à l'intérieur d'une formule.
27031  Cela crée soit un environnement 
27032 \series bold
27033 equnarray 
27034 \series default
27035 qui est décrit dans
27036 \begin_inset space ~
27037 \end_inset
27038
27039
27040 \begin_inset CommandInset ref
27041 LatexCommand ref
27042 reference "sub:Environnement-eqnarray"
27043
27044 \end_inset
27045
27046  
27047 \series bold
27048 ,
27049 \series default
27050  soit dans le cas où l'option 
27051 \family sans
27052 Utilise le paquetage math AMS
27053 \family default
27054  est activé dans les préférences du document, un environnement 
27055 \series bold
27056 align 
27057 \series default
27058 qui est décrit dans 
27059 \begin_inset CommandInset ref
27060 LatexCommand ref
27061 reference "sub:Environnement-align-standard"
27062
27063 \end_inset
27064
27065 .
27066  L'environnement
27067 \series bold
27068  align
27069 \series default
27070  est recommandé car il produit une sortie typographiquement correcte dans
27071  tous les cas.
27072 \end_layout
27073
27074 \begin_layout Standard
27075 Il y a d'autres environnement de formules multi-lignes qui peuvent être
27076  créés en passant par le menu 
27077 \family sans
27078 Insertion\SpecialChar \menuseparator
27079 Math
27080 \family default
27081 .
27082  Ces environnements sont décrits dans les sections qui suivent.
27083 \end_layout
27084
27085 \begin_layout Standard
27086 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
27087  est créée en appuyant sur 
27088 \family sans
27089 Ctrl+Entrée
27090 \family default
27091 .
27092  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
27093  boutons 
27094 \begin_inset Graphics
27095         filename ../../images/tabular-feature_append-row.png
27096         scale 85
27097
27098 \end_inset
27099
27100  ou 
27101 \begin_inset Graphics
27102         filename ../../images/tabular-feature_delete-row.png
27103         scale 85
27104
27105 \end_inset
27106
27107  de la barre d'outils mathématique ou bien le menu 
27108 \family sans
27109 Édition\SpecialChar \menuseparator
27110 Lignes
27111 \begin_inset space \thinspace{}
27112 \end_inset
27113
27114 &
27115 \begin_inset space \thinspace{}
27116 \end_inset
27117
27118 Colonnes
27119 \family default
27120 .
27121 \end_layout
27122
27123 \begin_layout Subsubsection
27124 Séparation des lignes
27125 \begin_inset CommandInset label
27126 LatexCommand label
27127 name "sub:Séparation-des-lignes"
27128
27129 \end_inset
27130
27131
27132 \begin_inset Index idx
27133 status collapsed
27134
27135 \begin_layout Plain Layout
27136 Formules ! multi-lignes ! Séparation des lignes
27137 \end_layout
27138
27139 \end_inset
27140
27141
27142 \end_layout
27143
27144 \begin_layout Standard
27145 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
27146 \begin_inset Formula 
27147 \begin{eqnarray*}
27148 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}\\
27149 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
27150 \end{eqnarray*}
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \begin_layout Standard
27158 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
27159  qu'argument optionnel de la commande de saut de ligne.
27160  Ce n'est pas encore possible avec LyX
27161 \begin_inset Foot
27162 status collapsed
27163
27164 \begin_layout Plain Layout
27165 voir 
27166 \begin_inset CommandInset href
27167 LatexCommand href
27168 name "LyX-bug #1505"
27169 target "http://www.lyx.org/trac/ticket/1505"
27170
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \end_inset
27177
27178 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
27179  Pour ajouter de l'espace dans notre exemple, on insère la commande 
27180 \series bold
27181
27182 \backslash
27183
27184 \backslash
27185 [3mm]
27186 \series default
27187  à la fin de la première ligne et on obtient: 
27188 \begin_inset ERT
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192
27193
27194 \backslash
27195 begin{eqnarray*}
27196 \end_layout
27197
27198 \begin_layout Plain Layout
27199
27200 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27201  = & 
27202 \backslash
27203 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27204 \backslash
27205
27206 \backslash
27207 [3mm]
27208 \end_layout
27209
27210 \begin_layout Plain Layout
27211
27212 4x^{2}
27213 \backslash
27214 left(B^{2}+x_{0}^{2}
27215 \backslash
27216 right)+4x_{0}x
27217 \backslash
27218 left(D-B^{2}
27219 \backslash
27220 right)+B^{2}
27221 \backslash
27222 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27223 \backslash
27224 right) & = & 0
27225 \end_layout
27226
27227 \begin_layout Plain Layout
27228
27229
27230 \backslash
27231 end{eqnarray*}
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \begin_layout Standard
27240 \begin_inset VSpace bigskip
27241 \end_inset
27242
27243
27244 \end_layout
27245
27246 \begin_layout Standard
27247 Pour modifier l'interligne pour toutes les lignes d'une formule, on doit
27248  changer la valeur de la longueur 
27249 \series bold
27250
27251 \backslash
27252 jot
27253 \series default
27254
27255 \begin_inset Index idx
27256 status collapsed
27257
27258 \begin_layout Plain Layout
27259 Commandes ! J ! 
27260 \backslash
27261 jot
27262 \begin_inset ERT
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266
27267
27268 \backslash
27269 vspace{4mm}
27270 \end_layout
27271
27272 \end_inset
27273
27274
27275 \end_layout
27276
27277 \end_inset
27278
27279 .
27280  La définition est : 
27281 \begin_inset Formula $\mathrm{interligne}=6\,\mathrm{pt}+\backslash\mathrm{jot}$
27282 \end_inset
27283
27284 .
27285  La valeur prédéfinie de 
27286 \series bold
27287
27288 \backslash
27289 jot 
27290 \series default
27291 est de 3
27292 \begin_inset space \thinspace{}
27293 \end_inset
27294
27295 pt.
27296  Pour créer un interligne supplémentaire de 3
27297 \begin_inset space \thinspace{}
27298 \end_inset
27299
27300 mm, comme dans l'exemple précédent, on insère la commande 
27301 \end_layout
27302
27303 \begin_layout Standard
27304
27305 \series bold
27306
27307 \backslash
27308 setlength{
27309 \backslash
27310 jot}{3mm+3pt}
27311 \end_layout
27312
27313 \begin_layout Standard
27314 en Code TeX avant la formule.
27315  Cela exige que le paquetage LaTeX 
27316 \series bold
27317 calc
27318 \begin_inset Foot
27319 status collapsed
27320
27321 \begin_layout Plain Layout
27322
27323 \series bold
27324 calc 
27325 \series default
27326 fait partie de toutes les distributions standard de LaTeX.
27327 \end_layout
27328
27329 \end_inset
27330
27331
27332 \series default
27333
27334 \begin_inset Index idx
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338 Paquetages ! calc
27339 \end_layout
27340
27341 \end_inset
27342
27343  ait été chargé dans le préambule LaTeX avec la ligne
27344 \end_layout
27345
27346 \begin_layout Standard
27347
27348 \series bold
27349
27350 \backslash
27351 usepackage{calc}
27352 \end_layout
27353
27354 \begin_layout Standard
27355 On obtient alors: 
27356 \begin_inset ERT
27357 status collapsed
27358
27359 \begin_layout Plain Layout
27360
27361
27362 \backslash
27363 setlength{
27364 \backslash
27365 jot}{3mm+3pt}
27366 \end_layout
27367
27368 \end_inset
27369
27370
27371 \begin_inset Formula 
27372 \begin{eqnarray*}
27373 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}\\
27374 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
27375 \end{eqnarray*}
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Standard
27383 \begin_inset ERT
27384 status collapsed
27385
27386 \begin_layout Plain Layout
27387
27388
27389 \backslash
27390 setlength{
27391 \backslash
27392 jot}{3pt}
27393 \end_layout
27394
27395 \end_inset
27396
27397  Pour revenir à l'espacement implicite, on remet la valeur de 
27398 \series bold
27399
27400 \backslash
27401 jot
27402 \series default
27403  à 3
27404 \begin_inset space \thinspace{}
27405 \end_inset
27406
27407 pt.
27408 \end_layout
27409
27410 \begin_layout Subsubsection
27411 Séparation des colonnes
27412 \begin_inset CommandInset label
27413 LatexCommand label
27414 name "sub:Séparation-des-colonnes"
27415
27416 \end_inset
27417
27418
27419 \begin_inset Index idx
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423 Formules ! multi-lignes ! Séparation des colonnes
27424 \end_layout
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \begin_layout Standard
27432 Les formules multi-lignes forment une matrice.
27433  Une formule dans un environnement eqnarray est par exemple une matrice
27434  à trois colonnes.
27435  En changeant l'espacement des colonnes de cet environnement, on peut modifier
27436  l'espace à côté du symbole de relation.
27437 \end_layout
27438
27439 \begin_layout Standard
27440 L'espacement des colonnes est spécifié avec la longueur 
27441 \series bold
27442
27443 \backslash
27444 arraycolsep
27445 \series default
27446
27447 \begin_inset Index idx
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451 Commandes ! A ! 
27452 \backslash
27453 arraycolsep
27454 \end_layout
27455
27456 \end_inset
27457
27458  selon la relation:
27459 \begin_inset Newline newline
27460 \end_inset
27461
27462 séparation des colonnes = 2
27463 \begin_inset space \thinspace{}
27464 \end_inset
27465
27466
27467 \series bold
27468
27469 \backslash
27470 arraycolsep
27471 \series default
27472
27473 \begin_inset Newline newline
27474 \end_inset
27475
27476 Donc, la commande
27477 \end_layout
27478
27479 \begin_layout Standard
27480
27481 \series bold
27482
27483 \backslash
27484 setlength{
27485 \backslash
27486 arraycolsep}{1cm}
27487 \end_layout
27488
27489 \begin_layout Standard
27490 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
27491  des colonnes à 2
27492 \begin_inset space \thinspace{}
27493 \end_inset
27494
27495 cm.
27496  Pour revenir à la valeur implicite, on met 
27497 \series bold
27498
27499 \backslash
27500 arraycolsep
27501 \series default
27502  à 5
27503 \begin_inset space \thinspace{}
27504 \end_inset
27505
27506 pt.
27507 \end_layout
27508
27509 \begin_layout Standard
27510 Une formule avec des colonnes séparées de 2
27511 \begin_inset space \thinspace{}
27512 \end_inset
27513
27514 cm:
27515 \begin_inset ERT
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519
27520
27521 \backslash
27522 setlength{
27523 \backslash
27524 arraycolsep}{1cm}
27525 \end_layout
27526
27527 \end_inset
27528
27529
27530 \begin_inset Formula 
27531 \begin{eqnarray*}
27532 A & = & B\\
27533 C & \ne & A
27534 \end{eqnarray*}
27535
27536 \end_inset
27537
27538 Une formule avec la séparation de colonne prédéfinie de 10
27539 \begin_inset space \thinspace{}
27540 \end_inset
27541
27542 pt:
27543 \begin_inset ERT
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547
27548
27549 \backslash
27550 setlength{
27551 \backslash
27552 arraycolsep}{5pt}
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \begin_inset Formula 
27559 \begin{eqnarray*}
27560 A & = & B\\
27561 C & \ne & A
27562 \end{eqnarray*}
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \begin_layout Standard
27570 \begin_inset Newpage newpage
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \begin_layout Subsubsection
27577 Formules longues
27578 \begin_inset Index idx
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582 Formules ! longues
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \begin_layout Standard
27591 Les formules longues peuvent être mises en forme en utilisant une de ces
27592  méthodes:
27593 \end_layout
27594
27595 \begin_layout Itemize
27596 Quand un des membres de l'équation est beaucoup plus court que la largeur
27597  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
27598  de droite est écrit sur deux lignes: 
27599 \begin_inset Formula 
27600 \begin{eqnarray}
27601 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 \\
27602  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:courtlong}
27603 \end{eqnarray}
27604
27605 \end_inset
27606
27607 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
27608  comme un opérateur puisqu'il est le premier caractère de la ligne.
27609  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
27610  difficile à distinguer de la barre de fraction.
27611  Pour éviter cela, une espace de 3
27612 \begin_inset space \thinspace{}
27613 \end_inset
27614
27615 pt a été insérée après les signe moins avec la commande 
27616 \series bold
27617
27618 \backslash
27619 hspace
27620 \series default
27621 .
27622 \begin_inset Foot
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626 plus au sujet de la commande 
27627 \series bold
27628
27629 \backslash
27630 hspace
27631 \series default
27632 , voir 
27633 \begin_inset CommandInset ref
27634 LatexCommand ref
27635 reference "sub:Espace-variable"
27636
27637 \end_inset
27638
27639
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \begin_inset Index idx
27646 status collapsed
27647
27648 \begin_layout Plain Layout
27649 Commandes ! H ! 
27650 \backslash
27651 hspace
27652 \end_layout
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \begin_layout Itemize
27660 Quand les deux membre de l'équation sont trop longs, on utilise la commande
27661  
27662 \series bold
27663
27664 \backslash
27665 lefteqn
27666 \series default
27667
27668 \begin_inset Index idx
27669 status collapsed
27670
27671 \begin_layout Plain Layout
27672 Commandes ! L ! 
27673 \backslash
27674 lefteqn
27675 \end_layout
27676
27677 \end_inset
27678
27679 .
27680  Elle est insérée dans la première colonne de la première ligne et a comme
27681  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
27682 \begin_inset Formula 
27683 \begin{eqnarray}
27684 \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 \\
27685  &  & -\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 \\
27686  &  & =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}
27687 \end{eqnarray}
27688
27689 \end_inset
27690
27691 Après l'insertion de la commande 
27692 \series bold
27693
27694 \backslash
27695 lefteqn
27696 \series default
27697 , le curseur se trouve dans une boîte violette qui est légèrement décalée
27698  vers la gauche par rapport à la boîte bleue.
27699  C'est dans cette dernière que l'on insère la formule.
27700 \begin_inset Newline newline
27701 \end_inset
27702
27703 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
27704  celles d'après.
27705  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
27706 \begin_inset VSpace medskip
27707 \end_inset
27708
27709
27710 \begin_inset Newline newline
27711 \end_inset
27712
27713
27714 \begin_inset Note Greyedout
27715 status open
27716
27717 \begin_layout Plain Layout
27718 Notez les points suivants quand vous utilisez 
27719 \series bold
27720
27721 \backslash
27722 lefteqn
27723 \series default
27724 :
27725 \end_layout
27726
27727 \begin_layout Itemize
27728 La formule n'utilise pas la totalité de la largeur de la page.
27729  Quand par exemple on a ajouté le terme 
27730 \begin_inset Formula $-B^{2}$
27731 \end_inset
27732
27733  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
27734  de la marge.
27735  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
27736  négatif en début de la première ligne.
27737 \end_layout
27738
27739 \begin_layout Itemize
27740 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
27741  première ligne avec la souris
27742 \begin_inset Foot
27743 status collapsed
27744
27745 \begin_layout Plain Layout
27746 \begin_inset CommandInset href
27747 LatexCommand href
27748 name "LyX-bug #1429"
27749 target "http://www.lyx.org/trac/ticket/1429"
27750
27751 \end_inset
27752
27753
27754 \end_layout
27755
27756 \end_inset
27757
27758 .
27759  On peut seulement placer le curseur au début de la ligne et ensuite le
27760  déplacer avec les flèches du clavier.
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \begin_layout Itemize
27769 D'autres méthodes pour créer des formules longues sont offertes par les
27770  environnements décrits dans 
27771 \begin_inset CommandInset ref
27772 LatexCommand ref
27773 reference "sub:Environnement-Multline"
27774
27775 \end_inset
27776
27777  et 
27778 \begin_inset CommandInset ref
27779 LatexCommand ref
27780 reference "sub:Portions-de-formules-en-multiligne"
27781
27782 \end_inset
27783
27784 .
27785 \end_layout
27786
27787 \begin_layout Subsubsection
27788 Crochets sur plusieurs lignes
27789 \begin_inset CommandInset label
27790 LatexCommand label
27791 name "sub:Crochets-multilignes"
27792
27793 \end_inset
27794
27795
27796 \begin_inset Index idx
27797 status collapsed
27798
27799 \begin_layout Plain Layout
27800 Crochets ! pour expressions multi-lignes
27801 \end_layout
27802
27803 \end_inset
27804
27805
27806 \end_layout
27807
27808 \begin_layout Standard
27809 Pour des parenthèses ou des crochets entourant des expressions réparties
27810  sur plusieurs lignes, on rencontre le problème suivant:
27811 \begin_inset Formula 
27812 \begin{eqnarray*}
27813 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27814  &  & \left.\cdots+B-D\right]
27815 \end{eqnarray*}
27816
27817 \end_inset
27818
27819
27820 \end_layout
27821
27822 \begin_layout Standard
27823 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
27824  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
27825 \end_layout
27826
27827 \begin_layout Standard
27828 Pour donner la bonne taille au crochet de la deuxième ligne, la première
27829  ligne doit se terminer par la commande 
27830 \series bold
27831
27832 \backslash
27833 right.
27834 \series default
27835
27836 \begin_inset Index idx
27837 status collapsed
27838
27839 \begin_layout Plain Layout
27840 Commandes ! R ! 
27841 \backslash
27842 right
27843 \end_layout
27844
27845 \end_inset
27846
27847  et la seconde commencer par 
27848 \series bold
27849
27850 \backslash
27851 left.
27852 \begin_inset Foot
27853 status collapsed
27854
27855 \begin_layout Plain Layout
27856 pour plus au sujet des commandes 
27857 \series bold
27858
27859 \backslash
27860 left
27861 \series default
27862  et 
27863 \series bold
27864
27865 \backslash
27866 right
27867 \series default
27868  voir 
27869 \begin_inset CommandInset ref
27870 LatexCommand ref
27871 reference "sub:Taille-parenthèses-automatique"
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \series default
27882
27883 \begin_inset Index idx
27884 status collapsed
27885
27886 \begin_layout Plain Layout
27887 Commandes ! L ! 
27888 \backslash
27889 left
27890 \end_layout
27891
27892 \end_inset
27893
27894 .
27895  Après le 
27896 \series bold
27897
27898 \backslash
27899 left.
27900
27901 \series default
27902  on insère la commande 
27903 \series bold
27904
27905 \backslash
27906 vphantom
27907 \series default
27908
27909 \begin_inset space \textvisiblespace{}
27910 \end_inset
27911
27912
27913 \series bold
27914
27915 \backslash
27916 prod
27917 \series default
27918 ^
27919 \begin_inset space \textvisiblespace{}
27920 \end_inset
27921
27922
27923 \series bold
27924
27925 \backslash
27926 infty
27927 \series default
27928
27929 \begin_inset space \textvisiblespace{}
27930 \end_inset
27931
27932
27933 \series bold
27934
27935 \begin_inset Formula $\downarrow$
27936 \end_inset
27937
27938 _R=1}
27939 \series default
27940
27941 \begin_inset Index idx
27942 status collapsed
27943
27944 \begin_layout Plain Layout
27945 Commandes ! V ! 
27946 \backslash
27947 vphantom
27948 \end_layout
27949
27950 \end_inset
27951
27952  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
27953  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
27954  de la deuxième ligne.
27955 \end_layout
27956
27957 \begin_layout Standard
27958 On obtient ceci:
27959 \end_layout
27960
27961 \begin_layout Standard
27962 \begin_inset Formula 
27963 \begin{eqnarray*}
27964 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27965  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27966 \end{eqnarray*}
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \begin_layout Subsection
27974 Les environnements align 
27975 \end_layout
27976
27977 \begin_layout Standard
27978 Les environnements align peuvent être utilisés pour tous les cas de formules
27979  multi-lignes.
27980  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
27981 e.
27982 \end_layout
27983
27984 \begin_layout Standard
27985 Les environnement Align sont composés de colonnes.
27986  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
27987  sont alignées à droite.
27988  Chaque ligne d'un environnement Align peut être numérotée.
27989 \end_layout
27990
27991 \begin_layout Standard
27992 Les environnement Align sont créés avec le menu 
27993 \family sans
27994 Insertion\SpecialChar \menuseparator
27995 Math
27996 \family default
27997 .
27998  Avec le menu 
27999 \family sans
28000 Édition\SpecialChar \menuseparator
28001 Math\SpecialChar \menuseparator
28002 Change le type de formule
28003 \family default
28004  on peut convertir des formules existantes en environnement Align.
28005 \end_layout
28006
28007 \begin_layout Standard
28008 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
28009  
28010 \begin_inset Graphics
28011         filename ../../images/tabular-feature_append-column.png
28012         scale 85
28013
28014 \end_inset
28015
28016  ou 
28017 \begin_inset Graphics
28018         filename ../../images/tabular-feature_delete-column.png
28019         scale 85
28020
28021 \end_inset
28022
28023 , respectivement, soit le menu 
28024 \family sans
28025 Édition\SpecialChar \menuseparator
28026 Lignes & colonnes
28027 \family default
28028 .
28029 \end_layout
28030
28031 \begin_layout Subsubsection
28032 L'environnement align standard
28033 \begin_inset CommandInset label
28034 LatexCommand label
28035 name "sub:Environnement-align-standard"
28036
28037 \end_inset
28038
28039
28040 \begin_inset Index idx
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044 Formules ! multi-lignes ! environnement align
28045 \end_layout
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Standard
28053 Cet environnement align est créé en appuyant sur 
28054 \family sans
28055 Ctrl+Entrée
28056 \family default
28057  dans une formule ou en utilisant le menu 
28058 \family sans
28059 Insertion\SpecialChar \menuseparator
28060 Math\SpecialChar \menuseparator
28061 Environnement
28062 \begin_inset space ~
28063 \end_inset
28064
28065 AMS
28066 \begin_inset space ~
28067 \end_inset
28068
28069 align
28070 \family default
28071 .
28072 \end_layout
28073
28074 \begin_layout Standard
28075 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
28076  align à quatre colonnes:
28077 \begin_inset Formula 
28078 \begin{align*}
28079 A & =\sin(B) & C & =D\\
28080 C & \ne A & B & \ne D
28081 \end{align*}
28082
28083 \end_inset
28084
28085 Comme on peut le voir, dans cet environnement les formules sont placées
28086  comme s'il y avait un 
28087 \series bold
28088
28089 \backslash
28090 hfill
28091 \begin_inset Foot
28092 status collapsed
28093
28094 \begin_layout Plain Layout
28095 pour plus d'information au sujet de 
28096 \series bold
28097
28098 \backslash
28099 hfill
28100 \series default
28101  voir 
28102 \begin_inset CommandInset ref
28103 LatexCommand ref
28104 reference "sub:Espace-variable"
28105
28106 \end_inset
28107
28108
28109 \end_layout
28110
28111 \end_inset
28112
28113
28114 \series default
28115  avant la première colonne et après chaque colonne paire.
28116  Quand on utilise le style 
28117 \series bold
28118 Indenté
28119 \begin_inset Foot
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123 pour les styles de formules, voir 
28124 \begin_inset CommandInset ref
28125 LatexCommand ref
28126 reference "sec:Styles-de-formules"
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \end_inset
28134
28135  
28136 \series default
28137 la formule est écrite sans le 
28138 \series bold
28139
28140 \backslash
28141 hfill
28142 \series default
28143  avant la première colonne.
28144 \end_layout
28145
28146 \begin_layout Subsubsection
28147 L'environnement alignat
28148 \begin_inset Index idx
28149 status collapsed
28150
28151 \begin_layout Plain Layout
28152 Formules ! multi-lignes ! environnement alignat
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \begin_layout Standard
28161 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
28162  Il peut être inséré manuellement avec les espaces qui sont décrits en 
28163 \begin_inset CommandInset ref
28164 LatexCommand ref
28165 reference "sub:Espace"
28166
28167 \end_inset
28168
28169 .
28170 \end_layout
28171
28172 \begin_layout Standard
28173 Voici l'exemple précédent dans un environnement alignat où on a inséré une
28174  espace de 1
28175 \begin_inset space \thinspace{}
28176 \end_inset
28177
28178 cm au début de la deuxième formule:
28179 \begin_inset Formula 
28180 \begin{alignat*}{2}
28181 A & =\sin(B) & \hspace{1cm}C & =D\\
28182 C & \ne A & B & \ne D
28183 \end{alignat*}
28184
28185 \end_inset
28186
28187 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
28188  colonne, cet environnement est particulièrement adapté aux cas où on a
28189  trois colonnes ou plus côte-à-côte.
28190  
28191 \end_layout
28192
28193 \begin_layout Standard
28194 \begin_inset Newpage newpage
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \begin_layout Subsubsection
28201 Environnement flalign
28202 \begin_inset CommandInset label
28203 LatexCommand label
28204 name "sub:Environnement-Flalign"
28205
28206 \end_inset
28207
28208
28209 \begin_inset Index idx
28210 status collapsed
28211
28212 \begin_layout Plain Layout
28213 Formules ! multi-lignes ! environnement flalign
28214 \end_layout
28215
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \begin_layout Standard
28222 Dans cet environnement les deux premières colonnes sont placées le plus
28223  à gauche possible et les deux dernière le plus à droite possible.
28224  Un exemple:
28225 \begin_inset Formula 
28226 \begin{flalign*}
28227 A & =1 & B & =2 & C & =3\\
28228 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28229 \end{flalign*}
28230
28231 \end_inset
28232
28233
28234 \end_layout
28235
28236 \begin_layout Standard
28237 En créant un environnement flalign avec un nombre impair de colonnes et
28238  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
28239  formules d'un document peuvent être mises à gauche, bien que le style de
28240  formules 
28241 \series bold
28242 Centré 
28243 \series default
28244 soit utilisé.
28245  Comme exemple la formule 
28246 \begin_inset CommandInset ref
28247 LatexCommand eqref
28248 reference "eq:VolInt"
28249
28250 \end_inset
28251
28252  indentée:
28253 \begin_inset Formula 
28254 \begin{flalign}
28255 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28256 \end{flalign}
28257
28258 \end_inset
28259
28260 Les deux premières colonnes contiennent la formule.
28261  Pour l'indenter comme avec le style de formule 
28262 \series bold
28263 Indenté,
28264 \series default
28265  on a inséré une espace de 30
28266 \begin_inset space \thinspace{}
28267 \end_inset
28268
28269 pt au début de la première colonne.
28270 \end_layout
28271
28272 \begin_layout Subsection
28273 Environnement eqnarray
28274 \begin_inset CommandInset label
28275 LatexCommand label
28276 name "sub:Environnement-eqnarray"
28277
28278 \end_inset
28279
28280
28281 \begin_inset Index idx
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285 Formules ! multi-lignes ! environnement eqnarray
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \end_layout
28292
28293 \begin_layout Standard
28294 Quand on créé cet environnement, trois boîtes bleues apparaissent.
28295  Le contenu de la première boîte est aligné à droite, celui de la dernière
28296  est aligné à gauche.
28297  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
28298  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
28299 \begin_inset Formula 
28300 \begin{eqnarray*}
28301 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28302 AB & AB & AB\\
28303 A & = & A
28304 \end{eqnarray*}
28305
28306 \end_inset
28307
28308
28309 \end_layout
28310
28311 \begin_layout Subsection
28312 Environnement gather
28313 \begin_inset Index idx
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317 Formules ! multi-lignes ! environnement gather
28318 \end_layout
28319
28320 \end_inset
28321
28322
28323 \end_layout
28324
28325 \begin_layout Standard
28326 Cet environnement consiste seulement en une colonne centrée.
28327  Chaque ligne peut être numérotée.
28328 \begin_inset Formula 
28329 \begin{gather}
28330 A=1\\
28331 X=\textrm{-}1
28332 \end{gather}
28333
28334 \end_inset
28335
28336
28337 \end_layout
28338
28339 \begin_layout Subsection
28340 Environnement multline
28341 \begin_inset CommandInset label
28342 LatexCommand label
28343 name "sub:Environnement-Multline"
28344
28345 \end_inset
28346
28347
28348 \begin_inset Index idx
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352 Formules ! multi-lignes ! environnement multline
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \begin_layout Standard
28361 L'environnement multline consiste, comme l'environnement gather en une seule
28362  colonne.
28363  Mais la première ligne est alignée à gauche, la dernière est alignée à
28364  droite et toutes les autres sont centrées.
28365  Cet environnement est donc particulièrement adapté aux formules très longues.
28366  Comme exemple, voici la formule 
28367 \begin_inset CommandInset ref
28368 LatexCommand eqref
28369 reference "eq:lefteqn"
28370
28371 \end_inset
28372
28373  dans un environnement multline:
28374 \begin_inset Formula 
28375 \begin{multline}
28376 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}\\
28377 -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}\\
28378 =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}}
28379 \end{multline}
28380
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \begin_layout Standard
28387 Dans la sortie finale, seule la dernière ligne d'un environnement multline
28388  apparaît numérotée si le document est numéroté à droite, la première s'il
28389  est numéroté à gauche.
28390 \begin_inset Foot
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394 pour les styles de numérotation, voir 
28395 \begin_inset CommandInset ref
28396 LatexCommand ref
28397 reference "sec:Styles-de-formules"
28398
28399 \end_inset
28400
28401
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \end_layout
28408
28409 \begin_layout Standard
28410 Avec les commandes 
28411 \series bold
28412
28413 \backslash
28414 shoveright
28415 \series default
28416
28417 \begin_inset Index idx
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421 Commandes ! S ! 
28422 \backslash
28423 shoveright
28424 \end_layout
28425
28426 \end_inset
28427
28428  et 
28429 \series bold
28430
28431 \backslash
28432 shoveleft
28433 \series default
28434
28435 \begin_inset Index idx
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439 Commandes ! S ! 
28440 \backslash
28441 shoveleft
28442 \end_layout
28443
28444 \end_inset
28445
28446  une ligne centrée peut être alignée respectivement à droite ou à gauche.
28447  Les commandes sont utilisées de la façon suivante:
28448 \end_layout
28449
28450 \begin_layout Standard
28451
28452 \series bold
28453
28454 \backslash
28455 shoveright{contenu de la ligne}
28456 \series default
28457  et 
28458 \series bold
28459
28460 \backslash
28461 shoveleft{contenu de la ligne}
28462 \end_layout
28463
28464 \begin_layout Standard
28465 \begin_inset VSpace medskip
28466 \end_inset
28467
28468 La longueur 
28469 \series bold
28470
28471 \backslash
28472 multlinegap
28473 \series default
28474
28475 \begin_inset Index idx
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479 Commandes ! M ! 
28480 \backslash
28481 multlinegap
28482 \end_layout
28483
28484 \end_inset
28485
28486  précise la distance entre le début de la première ligne et la marge de
28487  gauche.
28488  La valeur prédéfinie est 0
28489 \begin_inset space \thinspace{}
28490 \end_inset
28491
28492 pt.
28493 \end_layout
28494
28495 \begin_layout Standard
28496 Comme exemple, la formule précédente en ajoutant avant en mode TeX
28497 \end_layout
28498
28499 \begin_layout Standard
28500
28501 \series bold
28502
28503 \backslash
28504 setlength{
28505 \backslash
28506 multlinegap}{2cm}
28507 \end_layout
28508
28509 \begin_layout Standard
28510 \begin_inset ERT
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514
28515
28516 \backslash
28517 setlength{
28518 \backslash
28519 multlinegap}{2cm}
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \begin_inset Formula 
28526 \begin{multline}
28527 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}\\
28528 \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}}\\
28529 =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}}
28530 \end{multline}
28531
28532 \end_inset
28533
28534
28535 \begin_inset ERT
28536 status collapsed
28537
28538 \begin_layout Plain Layout
28539
28540
28541 \backslash
28542 setlength{
28543 \backslash
28544 multlinegap}{0pt}
28545 \end_layout
28546
28547 \end_inset
28548
28549 La deuxième ligne a été alignée à gauche en utilisant 
28550 \series bold
28551
28552 \backslash
28553 shoveleft
28554 \series default
28555 .
28556 \end_layout
28557
28558 \begin_layout Subsection
28559 Portions de formules en multi-ligne
28560 \begin_inset CommandInset label
28561 LatexCommand label
28562 name "sub:Portions-de-formules-en-multiligne"
28563
28564 \end_inset
28565
28566
28567 \begin_inset Index idx
28568 status collapsed
28569
28570 \begin_layout Plain Layout
28571 Formules ! multi-lignes ! portions de formules
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
28581  on peut utiliser l'un des environnements suivants: 
28582 \series bold
28583 aligned
28584 \series default
28585
28586 \series bold
28587 alignedat
28588 \series default
28589
28590 \series bold
28591 gathered
28592 \series default
28593  or 
28594 \series bold
28595 split
28596 \series default
28597 .
28598  Ils peuvent être insérés en utilisant le menu 
28599 \family sans
28600 Insertion\SpecialChar \menuseparator
28601 Math
28602 \family default
28603  ou en utilisant les commandes décrites dans cette section.
28604 \end_layout
28605
28606 \begin_layout Standard
28607 Les trois premier ont les mêmes propriétés que les environnements de formules
28608  correspondants, à part le fait que l'on peut ajouter d'autres portions
28609  de formules après eux.
28610  Un exemple:
28611 \begin_inset Formula 
28612 \[
28613 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28614 \Delta E\Delta t & \ge\frac{\hbar}{2}
28615 \end{aligned}
28616 \right\} \textrm{Relations d'incertitude}
28617 \]
28618
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \begin_layout Standard
28625 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
28626  on insère la commande 
28627 \series bold
28628
28629 \backslash
28630 aligned
28631 \series default
28632
28633 \begin_inset Index idx
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 Commandes ! A ! 
28638 \backslash
28639 aligned
28640 \end_layout
28641
28642 \end_inset
28643
28644 .
28645  Une boîte violette apparaît autour de la boîte de formule dans laquelle
28646  on peut ajouter des lignes et des colonnes.
28647  En dehors de l'environnement multiligne, on peut mettre d'autres portions
28648  de formules, comme des accolades.
28649 \end_layout
28650
28651 \begin_layout Standard
28652 L'environnement aligned est aussi utilisable pour de longues formules dont
28653  les lignes sont alignées horizontalement.
28654  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
28655  est que le numéro des formules est centré verticalement après les formules.
28656  Un exemple, la formule
28657 \begin_inset CommandInset ref
28658 LatexCommand eqref
28659 reference "eq:courtlong"
28660
28661 \end_inset
28662
28663  dans l'environnement aligned:
28664 \begin_inset Formula 
28665 \begin{equation}
28666 \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}|}\\
28667  & -\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}|}
28668 \end{aligned}
28669 \end{equation}
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \begin_layout Standard
28677 Pour utiliser les environnements 
28678 \series bold
28679 alignedat
28680 \series default
28681
28682 \series bold
28683 gathered
28684 \series default
28685 , ou 
28686 \series bold
28687 split
28688 \series default
28689 , on doit insérer respectivement, les commandes 
28690 \series bold
28691
28692 \backslash
28693 alignedat
28694 \series default
28695 ,
28696 \begin_inset Index idx
28697 status collapsed
28698
28699 \begin_layout Plain Layout
28700 Commandes ! A ! 
28701 \backslash
28702 alignedat
28703 \end_layout
28704
28705 \end_inset
28706
28707  
28708 \series bold
28709
28710 \backslash
28711 gathered
28712 \series default
28713
28714 \begin_inset Index idx
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718 Commandes ! G ! 
28719 \backslash
28720 gathered
28721 \end_layout
28722
28723 \end_inset
28724
28725 , ou 
28726 \series bold
28727
28728 \backslash
28729 split
28730 \series default
28731
28732 \begin_inset Index idx
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736 Commandes ! S ! 
28737 \backslash
28738 split
28739 \end_layout
28740
28741 \end_inset
28742
28743 .
28744  L'environnement split a les mêmes propriétés que l'environnement aligned,
28745  mais il ne peut avoir que deux colonnes.
28746 \end_layout
28747
28748 \begin_layout Subsection
28749 Texte dans les formules multi-lignes
28750 \begin_inset CommandInset label
28751 LatexCommand label
28752 name "sub:Texte-dans-multi-lignes"
28753
28754 \end_inset
28755
28756
28757 \begin_inset Index idx
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761 Texte ! dans les formules
28762 \end_layout
28763
28764 \end_inset
28765
28766
28767 \begin_inset Index idx
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771 Formules ! multi-lignes ! texte
28772 \end_layout
28773
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Dans les environnements align, multline et gather, on peut insérer du texte
28781  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
28782  des colonnes.
28783  Pour faire cela, on utilise la commande 
28784 \series bold
28785
28786 \backslash
28787 intertext
28788 \series default
28789
28790 \begin_inset Index idx
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794 Commandes ! I ! 
28795 \backslash
28796 intertext
28797 \end_layout
28798
28799 \end_inset
28800
28801  avec la syntaxe suivante:
28802 \end_layout
28803
28804 \begin_layout Standard
28805
28806 \series bold
28807
28808 \backslash
28809 intertext{texte}
28810 \end_layout
28811
28812 \begin_layout Standard
28813 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
28814  subir de césure.
28815  Comme LyX ne supporte pas directement 
28816 \series bold
28817
28818 \backslash
28819 intertext
28820 \series default
28821 , le texte doit être écrit comme du texte mathématique.
28822  Le texte inséré avec 
28823 \series bold
28824
28825 \backslash
28826 intertext
28827 \series default
28828  doit être au début d'une ligne pour se trouver dans la sortie final au
28829  dessus de celle-ci.
28830  Un exemple où le texte a été inséré au début de la deuxième ligne:
28831 \begin_inset Formula 
28832 \begin{align}
28833 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28834 \intertext{\text{l'intégrande est symétrique autour de \ensuremath{\phi=\pi}, donc}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28835 \end{align}
28836
28837 \end_inset
28838
28839
28840 \end_layout
28841
28842 \begin_layout Section
28843 Numérotation des formules
28844 \begin_inset Index idx
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848 Numérotation des formules
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \begin_inset Index idx
28855 status collapsed
28856
28857 \begin_layout Plain Layout
28858 Formules ! numérotation|see
28859 \begin_inset ERT
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863
28864 {
28865 \end_layout
28866
28867 \end_inset
28868
28869 Numérotation des formules
28870 \begin_inset ERT
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874
28875 }
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Subsection
28889 Généralités
28890 \end_layout
28891
28892 \begin_layout Standard
28893 On peut créer des formules numérotées avec le menu 
28894 \family sans
28895 Insertion\SpecialChar \menuseparator
28896 Math\SpecialChar \menuseparator
28897 Formule
28898 \begin_inset space ~
28899 \end_inset
28900
28901 numérotée
28902 \family default
28903  (raccourci 
28904 \family sans
28905 Ctrl+Alt
28906 \begin_inset space ~
28907 \end_inset
28908
28909
28910 \family default
28911 N).
28912  On peut aussi numéroter des formules existantes avec le menu 
28913 \family sans
28914 Édition\SpecialChar \menuseparator
28915 Math\SpecialChar \menuseparator
28916 (Dés)Activer
28917 \begin_inset space ~
28918 \end_inset
28919
28920 numérotation
28921 \family default
28922  (raccourci 
28923 \family sans
28924 Alt+M
28925 \family default
28926
28927 \begin_inset space ~
28928 \end_inset
28929
28930
28931 \family sans
28932 N
28933 \family default
28934 ).
28935  Le numéro de la formule est affiché dans LyX après la formule sous la forme
28936  d'un dièse entre parenthèse
28937 \begin_inset Foot
28938 status collapsed
28939
28940 \begin_layout Plain Layout
28941 En anglais le dièse est le symbole du numéro (NdT).
28942 \end_layout
28943
28944 \end_inset
28945
28946 .
28947  Le dièse est remplacé dans la sortie finale par le numéro de la formule
28948 \end_layout
28949
28950 \begin_layout Standard
28951 Quand on active la numérotation sur des formules multi-lignes, toutes les
28952  lignes sont numérotées.
28953  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
28954  
28955 \family sans
28956 Édition\SpecialChar \menuseparator
28957 Math\SpecialChar \menuseparator
28958 (Dés)Activer
28959 \begin_inset space ~
28960 \end_inset
28961
28962 Numérotation
28963 \begin_inset space ~
28964 \end_inset
28965
28966 de
28967 \begin_inset space ~
28968 \end_inset
28969
28970 cette
28971 \begin_inset space ~
28972 \end_inset
28973
28974 ligne
28975 \family default
28976  (raccourci
28977 \begin_inset Newline newline
28978 \end_inset
28979
28980
28981 \family sans
28982 Alt+M
28983 \begin_inset space ~
28984 \end_inset
28985
28986 Shift+N
28987 \family default
28988 ).
28989 \end_layout
28990
28991 \begin_layout Standard
28992 À part pour les formules en ligne, toutes les formules peuvent être numérotées
28993  avec deux styles différents, voir 
28994 \begin_inset CommandInset ref
28995 LatexCommand ref
28996 reference "sec:Styles-de-formules"
28997
28998 \end_inset
28999
29000 .
29001 \end_layout
29002
29003 \begin_layout Subsection
29004 Références croisées
29005 \begin_inset Index idx
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009 References@Références croisées ! à des formules
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \end_layout
29016
29017 \begin_layout Standard
29018 On peut faire référence à toute formule ayant une étiquette.
29019  On ajoute une étiquette avec le menu 
29020 \family sans
29021 Insertion\SpecialChar \menuseparator
29022 Étiquette
29023 \family default
29024  ou avec le bouton 
29025 \begin_inset Graphics
29026         filename ../../images/label-insert.png
29027         scale 85
29028
29029 \end_inset
29030
29031  de la barre d'outils.
29032  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
29033  ligne.
29034  Vous pouvez également effectuer un clic droit sur la formule et choisir
29035  
29036 \family sans
29037 Étiquette d'équation
29038 \family default
29039 \lang english
29040 .
29041
29042 \lang french
29043  Une fenêtre de dialogue apparaît affichant le préfixe 
29044 \series bold
29045 eq:
29046 \series default
29047  dans un champ de texte.
29048  L'étiquette est insérée à cet endroit, juste après le préfixe.
29049  Le préfixe prédéfini signifie 
29050 \begin_inset Quotes eld
29051 \end_inset
29052
29053 équation
29054 \begin_inset Quotes erd
29055 \end_inset
29056
29057  et rend plus facile la recherche d'une étiquette dans les grand documents
29058  en l'identifiant comme une étiquette de formule et pas, par exemple comme
29059  une étiquette de section.
29060  Pour modifier l'étiquette vous devez repasser par le menu 
29061 \family sans
29062 Insertion\SpecialChar \menuseparator
29063 Étiquette 
29064 \family default
29065 ou effectuer un clic droit sur la formule et choisir 
29066 \family sans
29067 Étiquette d'équation
29068 \family default
29069 .
29070 \end_layout
29071
29072 \begin_layout Standard
29073 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
29074  la formule.
29075  Une formule avec une étiquette est toujours numérotée.
29076 \end_layout
29077
29078 \begin_layout Standard
29079 On insère une référence croisée avec le menu 
29080 \family sans
29081 Insertion\SpecialChar \menuseparator
29082 Référence
29083 \begin_inset space ~
29084 \end_inset
29085
29086 croisée
29087 \family default
29088  ou avec le bouton 
29089 \begin_inset Graphics
29090         filename ../../images/dialog-show-new-inset_ref.png
29091         scale 85
29092
29093 \end_inset
29094
29095  de la barre d'outils.
29096  Une référence croisée à une formule apparaît dans la sortie finale comme
29097  un numéro de formule.
29098  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
29099  
29100 \series bold
29101 (<reference>),
29102 \series default
29103  la référence croisée apparaît dans la sortie finale comme un numéro de
29104  formule entre parenthèses.
29105 \begin_inset Newline newline
29106 \end_inset
29107
29108 En faisant un clic droit sur une référence croisée dans LyX, on saute à
29109  la formule qui est référencée.
29110 \end_layout
29111
29112 \begin_layout Standard
29113 Voici comme exemples des références croisées à des formules qui se trouvent
29114  dans les sous-sections qui suivent:
29115 \begin_inset Note Note
29116 status collapsed
29117
29118 \begin_layout Plain Layout
29119 Noter les différents types de références croisées.
29120 \end_layout
29121
29122 \end_inset
29123
29124
29125 \end_layout
29126
29127 \begin_layout Standard
29128 Les équations 
29129 \begin_inset CommandInset ref
29130 LatexCommand eqref
29131 reference "eq:tag"
29132
29133 \end_inset
29134
29135  et 
29136 \begin_inset CommandInset ref
29137 LatexCommand eqref
29138 reference "eq:c"
29139
29140 \end_inset
29141
29142  sont équivalentes.
29143  Dans (
29144 \begin_inset CommandInset ref
29145 LatexCommand ref
29146 reference "eq:Lat"
29147
29148 \end_inset
29149
29150 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
29151  à  (
29152 \begin_inset CommandInset ref
29153 LatexCommand ref
29154 reference "eq:Rom"
29155
29156 \end_inset
29157
29158 ).
29159 \end_layout
29160
29161 \begin_layout Standard
29162 \begin_inset VSpace medskip
29163 \end_inset
29164
29165 Quand l'argument de 
29166 \series bold
29167
29168 \backslash
29169 tag
29170 \begin_inset Foot
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174
29175 \series bold
29176
29177 \backslash
29178 tag
29179 \series default
29180  est décrit dans 
29181 \begin_inset CommandInset ref
29182 LatexCommand ref
29183 reference "sub:Numérotation-personnalisée"
29184
29185 \end_inset
29186
29187 .
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \series default
29194  contient une boîte comme dans 
29195 \begin_inset CommandInset ref
29196 LatexCommand ref
29197 reference "sub:Boîtes-de-paragraphes"
29198
29199 \end_inset
29200
29201 , la formule ne peut pas être référencée.
29202 \end_layout
29203
29204 \begin_layout Subsection
29205 Sous-numérotation
29206 \begin_inset Index idx
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210 Numérotation des formules ! sous-numérotation
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Standard
29219 Avec l'aide des commandes 
29220 \series bold
29221
29222 \backslash
29223 begin{subequations}
29224 \series default
29225  et 
29226 \series bold
29227
29228 \backslash
29229 end{subequations}
29230 \series default
29231  on peut faire une sous-numérotation de formules.
29232  Les deux commandes doivent être insérées en mode TeX.
29233 \end_layout
29234
29235 \begin_layout Standard
29236 Un exemple:
29237 \begin_inset Formula 
29238 \begin{equation}
29239 A=C-B\label{eq:a}
29240 \end{equation}
29241
29242 \end_inset
29243
29244
29245 \begin_inset ERT
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249
29250
29251 \backslash
29252 addtocounter{equation}{-1}
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \begin_inset ERT
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262
29263
29264 \backslash
29265 begin{subequations}
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \begin_inset VSpace -5mm
29272 \end_inset
29273
29274
29275 \begin_inset Formula 
29276 \begin{equation}
29277 B=C-A\label{eq:b}
29278 \end{equation}
29279
29280 \end_inset
29281
29282
29283 \begin_inset Formula 
29284 \begin{equation}
29285 C=A+B\label{eq:c}
29286 \end{equation}
29287
29288 \end_inset
29289
29290
29291 \end_layout
29292
29293 \begin_layout Standard
29294 \begin_inset ERT
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298
29299
29300 \backslash
29301 end{subequations}
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \end_layout
29308
29309 \begin_layout Standard
29310 Pour créer cet exemple, on fait ce qui suit:
29311 \end_layout
29312
29313 \begin_layout Enumerate
29314 on insère la première formule
29315 \end_layout
29316
29317 \begin_layout Enumerate
29318 après la première formule on insère 
29319 \begin_inset Newline newline
29320 \end_inset
29321
29322
29323 \series bold
29324
29325 \backslash
29326 addtocounter{equation}{-1} 
29327 \backslash
29328 begin{subequations}
29329 \begin_inset Index idx
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333 Commandes ! A ! 
29334 \backslash
29335 addtocounter
29336 \end_layout
29337
29338 \end_inset
29339
29340
29341 \end_layout
29342
29343 \begin_layout Enumerate
29344 on insère la deuxième formule
29345 \end_layout
29346
29347 \begin_layout Enumerate
29348 on insère la troisième formule
29349 \end_layout
29350
29351 \begin_layout Enumerate
29352 on insère 
29353 \series bold
29354
29355 \backslash
29356 end{subequations}
29357 \series default
29358  après la troisième formule
29359 \end_layout
29360
29361 \begin_layout Standard
29362 Chaque formule entre les commandes 
29363 \series bold
29364
29365 \backslash
29366 begin
29367 \series default
29368  et 
29369 \series bold
29370
29371 \backslash
29372 end
29373 \series default
29374  est sous-numérotée avec a, b,
29375 \begin_inset Newline linebreak
29376 \end_inset
29377
29378 c, \SpecialChar \ldots{}
29379  Pour les formules multi-lignes, chaque ligne sera numérotée.
29380  Toutes les formules sous-numérotées sont traitées comme 
29381 \emph on
29382 une seule 
29383 \emph default
29384 formule.
29385  Mais comme chaque formule numérotée incrémente le compteur 
29386 \series bold
29387 equation
29388 \series default
29389  de un, on a besoin de la commande 
29390 \series bold
29391
29392 \backslash
29393 addtocounter
29394 \series default
29395  pour le décrémenter.
29396  Sinon les formules 
29397 \begin_inset CommandInset ref
29398 LatexCommand eqref
29399 reference "eq:a"
29400
29401 \end_inset
29402
29403
29404 \begin_inset CommandInset ref
29405 LatexCommand eqref
29406 reference "eq:b"
29407
29408 \end_inset
29409
29410
29411 \begin_inset CommandInset ref
29412 LatexCommand eqref
29413 reference "eq:c"
29414
29415 \end_inset
29416
29417  seraient numérotées comme 
29418 \begin_inset CommandInset ref
29419 LatexCommand eqref
29420 reference "eq:a"
29421
29422 \end_inset
29423
29424
29425 \begin_inset CommandInset ref
29426 LatexCommand eqref
29427 reference "eq:d"
29428
29429 \end_inset
29430
29431
29432 \begin_inset CommandInset ref
29433 LatexCommand eqref
29434 reference "eq:f"
29435
29436 \end_inset
29437
29438 .
29439 \end_layout
29440
29441 \begin_layout Standard
29442 En insérant les commandes en mode TeX entre les deux premières formules,
29443  on crée un espace.
29444  Pour le supprimer, on insère un espace vertical négatif de -5
29445 \begin_inset space \thinspace{}
29446 \end_inset
29447
29448 mm après la commande 
29449 \series bold
29450
29451 \backslash
29452 begin{subequations}
29453 \series default
29454 .
29455  Quand on utilise le style 
29456 \series bold
29457 Indenté
29458 \begin_inset Foot
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462 pour les styles de formules, voir 
29463 \begin_inset CommandInset ref
29464 LatexCommand ref
29465 reference "sec:Styles-de-formules"
29466
29467 \end_inset
29468
29469
29470 \end_layout
29471
29472 \end_inset
29473
29474
29475 \series default
29476 on insère un espace de -7
29477 \begin_inset space \thinspace{}
29478 \end_inset
29479
29480 mm à la place.
29481 \end_layout
29482
29483 \begin_layout Standard
29484 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
29485  pour la deuxième ligne:
29486 \end_layout
29487
29488 \begin_layout Standard
29489 \begin_inset ERT
29490 status collapsed
29491
29492 \begin_layout Plain Layout
29493
29494
29495 \backslash
29496 begin{subequations}
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \begin_inset Formula 
29503 \begin{eqnarray}
29504 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29505  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29506  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29507 \end{eqnarray}
29508
29509 \end_inset
29510
29511
29512 \begin_inset ERT
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516
29517
29518 \backslash
29519 end{subequations}
29520 \end_layout
29521
29522 \end_inset
29523
29524
29525 \end_layout
29526
29527 \begin_layout Subsection
29528 Numérotation personnalisée
29529 \begin_inset CommandInset label
29530 LatexCommand label
29531 name "sub:Numérotation-personnalisée"
29532
29533 \end_inset
29534
29535
29536 \begin_inset Index idx
29537 status collapsed
29538
29539 \begin_layout Plain Layout
29540 Numérotation des formules !  personnalisée
29541 \end_layout
29542
29543 \end_inset
29544
29545
29546 \end_layout
29547
29548 \begin_layout Standard
29549 \begin_inset Index idx
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 Numérotation des formules ! délimiteurs personnalisés
29554 \end_layout
29555
29556 \end_inset
29557
29558 Avec la numérotation standard, on a des parenthèses autour du numéro de
29559  formule.
29560  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
29561  il faut ajouter la lignes suivante dans le préambule LaTeX:
29562 \end_layout
29563
29564 \begin_layout Standard
29565
29566 \series bold
29567
29568 \backslash
29569 def
29570 \backslash
29571 tagform@#1{
29572 \backslash
29573 maketag@@@{|#1|}}
29574 \series default
29575
29576 \begin_inset Note Note
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
29581  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
29582  début de ligne.
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \end_layout
29589
29590 \begin_layout Standard
29591 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
29592  autour du 
29593 \series bold
29594 #1
29595 \series default
29596  par un caractère ou plus.
29597  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
29598  verticales.
29599 \end_layout
29600
29601 \begin_layout Standard
29602 \begin_inset VSpace bigskip
29603 \end_inset
29604
29605 Si vous voulez avoir une expression de votre choix entre parenthèses après
29606  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
29607  commande 
29608 \series bold
29609
29610 \backslash
29611 tag
29612 \series default
29613
29614 \begin_inset Index idx
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618 Commandes ! T ! 
29619 \backslash
29620 tag
29621 \end_layout
29622
29623 \end_inset
29624
29625 :
29626 \begin_inset Formula 
29627 \begin{equation}
29628 A+B=C\tag{quelquechose}\label{eq:tag}
29629 \end{equation}
29630
29631 \end_inset
29632
29633 Dans cet exemple, on a mis la commande 
29634 \series bold
29635
29636 \backslash
29637 tag
29638 \series default
29639
29640 \begin_inset space \textvisiblespace{}
29641 \end_inset
29642
29643
29644 \series bold
29645 quelquechose
29646 \series default
29647  dans la formule.
29648 \end_layout
29649
29650 \begin_layout Standard
29651 Quand on insère la commande 
29652 \series bold
29653
29654 \backslash
29655 tag*
29656 \series default
29657
29658 \begin_inset space \textvisiblespace{}
29659 \end_inset
29660
29661
29662 \series bold
29663 quelquechose
29664 \series default
29665  à la place, l'astérisque supprime les parenthèses autour du texte:
29666 \begin_inset Formula 
29667 \[
29668 A+B=C\tag*{quelquechose}
29669 \]
29670
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Standard
29677 \begin_inset VSpace bigskip
29678 \end_inset
29679
29680 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
29681  ou section du document, on utilise les commandes suivantes: 
29682 \end_layout
29683
29684 \begin_layout Standard
29685
29686 \series bold
29687
29688 \backslash
29689 @addtoreset{equation}{part}
29690 \series default
29691
29692 \begin_inset Index idx
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696 Commandes ! 
29697 \begin_inset ERT
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702 "
29703 \end_layout
29704
29705 \end_inset
29706
29707 @
29708 \begin_inset ERT
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712
29713 "
29714 \end_layout
29715
29716 \end_inset
29717
29718  ! 
29719 \backslash
29720
29721 \begin_inset ERT
29722 status collapsed
29723
29724 \begin_layout Plain Layout
29725
29726 "
29727 \end_layout
29728
29729 \end_inset
29730
29731 @
29732 \begin_inset ERT
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736
29737 "
29738 \end_layout
29739
29740 \end_inset
29741
29742 addtoreset
29743 \end_layout
29744
29745 \end_inset
29746
29747
29748 \begin_inset Newline newline
29749 \end_inset
29750
29751 ou
29752 \begin_inset Newline newline
29753 \end_inset
29754
29755
29756 \series bold
29757
29758 \backslash
29759 @addtoreset{equation}{section}
29760 \end_layout
29761
29762 \begin_layout Standard
29763 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
29764 \begin_inset Quotes eld
29765 \end_inset
29766
29767 @
29768 \begin_inset Quotes erd
29769 \end_inset
29770
29771  doit être rendu 
29772 \begin_inset Quotes eld
29773 \end_inset
29774
29775 actif
29776 \begin_inset Quotes erd
29777 \end_inset
29778
29779  pour LaTeX en utilisant la commande 
29780 \series bold
29781
29782 \backslash
29783 makeatletter.
29784
29785 \series default
29786  La commande 
29787 \series bold
29788
29789 \backslash
29790 makeatother
29791 \series default
29792  le désactive.
29793  La suite de commandes en mode TeX est donc:
29794 \end_layout
29795
29796 \begin_layout Standard
29797
29798 \series bold
29799
29800 \backslash
29801 makeatletter
29802 \begin_inset Newline newline
29803 \end_inset
29804
29805
29806 \backslash
29807 @addtoreset{equation}{section}
29808 \begin_inset Newline newline
29809 \end_inset
29810
29811
29812 \backslash
29813 makeatother
29814 \end_layout
29815
29816 \begin_layout Standard
29817 Dans le préambule LaTeX on peut omettre les commandes 
29818 \series bold
29819
29820 \backslash
29821 makeatletter
29822 \series default
29823  et 
29824 \series bold
29825
29826 \backslash
29827 makeatother
29828 \series default
29829 , vu que LyX les insère automatiquement en interne.
29830 \end_layout
29831
29832 \begin_layout Standard
29833 Pour supprimer l'effet de 
29834 \series bold
29835
29836 \backslash
29837 @addtoreset
29838 \series default
29839 , on doit charger le fichier 
29840 \series bold
29841 remreset.sty
29842 \series default
29843
29844 \begin_inset Foot
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848
29849 \series bold
29850 remreset
29851 \series default
29852  fait partie du paquetage LaTeX 
29853 \series bold
29854 carlisle
29855 \series default
29856
29857 \begin_inset Index idx
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861 Paquetages ! carlisle
29862 \end_layout
29863
29864 \end_inset
29865
29866  qui est compris dans toutes les installations LaTeX standard.
29867 \end_layout
29868
29869 \end_inset
29870
29871
29872 \begin_inset Index idx
29873 status collapsed
29874
29875 \begin_layout Plain Layout
29876 Paquetages ! remreset
29877 \end_layout
29878
29879 \end_inset
29880
29881  dans le préambule LaTeX avec la ligne
29882 \end_layout
29883
29884 \begin_layout Standard
29885
29886 \series bold
29887
29888 \backslash
29889 usepackage{remreset}
29890 \end_layout
29891
29892 \begin_layout Standard
29893 On peut alors utiliser la commande 
29894 \series bold
29895
29896 \backslash
29897 @removefromreset
29898 \series default
29899
29900 \begin_inset Index idx
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904 Commandes ! 
29905 \begin_inset ERT
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909
29910 "
29911 \end_layout
29912
29913 \end_inset
29914
29915 @
29916 \begin_inset ERT
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920
29921 "
29922 \end_layout
29923
29924 \end_inset
29925
29926  ! 
29927 \backslash
29928
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 "
29935 \end_layout
29936
29937 \end_inset
29938
29939 @
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945 "
29946 \end_layout
29947
29948 \end_inset
29949
29950 removefromreset
29951 \end_layout
29952
29953 \end_inset
29954
29955  avec la même syntaxe que 
29956 \series bold
29957
29958 \backslash
29959 @addtoreset
29960 \series default
29961 .
29962 \end_layout
29963
29964 \begin_layout Standard
29965 \begin_inset VSpace bigskip
29966 \end_inset
29967
29968 On doit parfois numéroter les formules de la façon suivante
29969 \end_layout
29970
29971 \begin_layout Standard
29972
29973 \family typewriter
29974 (numéro de section.numéro de formule)
29975 \end_layout
29976
29977 \begin_layout Standard
29978 Le numéro de formule repart à 
29979 \begin_inset Quotes eld
29980 \end_inset
29981
29982 1
29983 \begin_inset Quotes erd
29984 \end_inset
29985
29986  à chaque nouvelle section
29987 \end_layout
29988
29989 \begin_layout Standard
29990 Dans ce cas, on peut utiliser la commande 
29991 \series bold
29992
29993 \backslash
29994 numberwithin
29995 \series default
29996
29997 \begin_inset Index idx
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001 Commandes ! N ! 
30002 \backslash
30003 numberwithin
30004 \end_layout
30005
30006 \end_inset
30007
30008 , qui a la syntaxe suivante:
30009 \end_layout
30010
30011 \begin_layout Standard
30012
30013 \series bold
30014
30015 \backslash
30016 numberwithin{compteur}{sectionnement}
30017 \end_layout
30018
30019 \begin_layout Standard
30020 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
30021 nt indique quel numéro est placé avant le point.
30022 \end_layout
30023
30024 \begin_layout Standard
30025 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
30026  LaTeX soit en mode TeX:
30027 \end_layout
30028
30029 \begin_layout Standard
30030
30031 \series bold
30032
30033 \backslash
30034 numberwithin{equation}{section}
30035 \end_layout
30036
30037 \begin_layout Standard
30038 Voici le résultat:
30039 \begin_inset ERT
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043
30044
30045 \backslash
30046 numberwithin{equation}{section}
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \begin_inset Formula 
30053 \begin{equation}
30054 A+B=C
30055 \end{equation}
30056
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \begin_layout Standard
30063 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
30064  on utilisera
30065 \begin_inset Newline newline
30066 \end_inset
30067
30068
30069 \series bold
30070
30071 \backslash
30072 numberwithin{table}{part}
30073 \end_layout
30074
30075 \begin_layout Standard
30076 Pour revenir à la numérotation standard pour éviter ce type de numérotation
30077  quand elle est définie par la classe du document, on insère la commande
30078  suivante, soit dans le préambule, soit en mode TeX:
30079 \end_layout
30080
30081 \begin_layout Standard
30082
30083 \series bold
30084
30085 \backslash
30086 renewcommand{
30087 \backslash
30088 theequation}{
30089 \backslash
30090 arabic{equation}}
30091 \begin_inset Index idx
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 Commandes ! A ! 
30096 \backslash
30097 arabic
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \series default
30104
30105 \begin_inset ERT
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109
30110
30111 \backslash
30112 renewcommand{
30113 \backslash
30114 theequation}{
30115 \backslash
30116 arabic{equation}}
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \series bold
30123
30124 \begin_inset Newline newline
30125 \end_inset
30126
30127
30128 \series default
30129 ou
30130 \series bold
30131
30132 \begin_inset Newline newline
30133 \end_inset
30134
30135
30136 \backslash
30137 renewcommand{
30138 \backslash
30139 thetable}{
30140 \backslash
30141 arabic{table}}
30142 \end_layout
30143
30144 \begin_layout Standard
30145
30146 \series bold
30147
30148 \backslash
30149 numberwithin
30150 \series default
30151  utilise en interne la commande 
30152 \series bold
30153
30154 \backslash
30155 @addtoreset
30156 \series default
30157 , décrite plus haut et qui doit aussi être annulée.
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163
30164 \backslash
30165 makeatletter
30166 \end_layout
30167
30168 \begin_layout Plain Layout
30169
30170
30171 \backslash
30172 @removefromreset{equation}{section}
30173 \end_layout
30174
30175 \begin_layout Plain Layout
30176
30177
30178 \backslash
30179 makeatother
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Subsection
30188 Numérotation avec des chiffres romains ou des lettres
30189 \begin_inset Index idx
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193 Numérotation des formules ! avec des lettres
30194 \end_layout
30195
30196 \end_inset
30197
30198
30199 \begin_inset Index idx
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203 Numérotation des formules ! avec des chiffres romains
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \begin_layout Standard
30212 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
30213  latines.
30214  Par exemple, pour numéroter avec des petits chiffres romains, on insère
30215  la commande
30216 \end_layout
30217
30218 \begin_layout Standard
30219
30220 \series bold
30221
30222 \backslash
30223 renewcommand{
30224 \backslash
30225 theequation}{
30226 \backslash
30227 roman{equation}}
30228 \end_layout
30229
30230 \begin_layout Standard
30231 en mode TeX juste avant la formule.
30232  
30233 \series bold
30234
30235 \backslash
30236 renewcommand
30237 \series default
30238
30239 \begin_inset Index idx
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243 Commandes ! R ! 
30244 \backslash
30245 renewcommand
30246 \end_layout
30247
30248 \end_inset
30249
30250  redéfinit la commande prédéfinie 
30251 \series bold
30252
30253 \backslash
30254 theequation
30255 \series default
30256  en la commande 
30257 \series bold
30258
30259 \backslash
30260 roman{equation}
30261 \series default
30262
30263 \begin_inset Foot
30264 status collapsed
30265
30266 \begin_layout Plain Layout
30267 La commande 
30268 \series bold
30269
30270 \backslash
30271 renewcommand
30272 \series default
30273  a la même syntaxe que la commande 
30274 \series bold
30275
30276 \backslash
30277 newcommand
30278 \series default
30279  qui est décrite dans 
30280 \begin_inset CommandInset ref
30281 LatexCommand ref
30282 reference "sec:Commandes-personnalisées"
30283
30284 \end_inset
30285
30286 .
30287 \end_layout
30288
30289 \end_inset
30290
30291 .
30292  
30293 \series bold
30294 equation
30295 \series default
30296  est le compteur pour les formules.
30297  Quand la commande 
30298 \series bold
30299
30300 \backslash
30301 the
30302 \series default
30303  est utilisée comme préfixe pour un compteur, la valeur du compteur est
30304  écrite en utilisant des chiffres arabes.
30305  Quand une formule est numérotée, LaTeX met en interne la commande 
30306 \series bold
30307
30308 \backslash
30309 theequation
30310 \series default
30311  après la formule.
30312  
30313 \series bold
30314
30315 \backslash
30316 roman{equation}
30317 \begin_inset Index idx
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321 Commandes ! R ! 
30322 \backslash
30323 roman
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \series default
30330  écrit la valeur du compteur en utilisant des petits chiffres romains.
30331 \end_layout
30332
30333 \begin_layout Standard
30334 Toutes les formules qui suivent 
30335 \series bold
30336
30337 \backslash
30338 renew
30339 \series default
30340 c
30341 \series bold
30342 ommand
30343 \series default
30344  sont maintenant numérotées en chiffres romains.
30345  Pour passer à une numérotation avec de gros chiffres romains, on insère
30346  la même commande, mais avec 
30347 \series bold
30348
30349 \backslash
30350 roman
30351 \series default
30352  remplacé par 
30353 \series bold
30354
30355 \backslash
30356 Roman
30357 \series default
30358
30359 \begin_inset Index idx
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363 Commandes ! R ! 
30364 \backslash
30365 roman@
30366 \backslash
30367 Roman
30368 \end_layout
30369
30370 \end_inset
30371
30372 .
30373  Pour numéroter avec des lettres latines minuscules, on a la commande 
30374 \series bold
30375
30376 \backslash
30377 alph
30378 \series default
30379
30380 \begin_inset Index idx
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384 Commandes ! A ! 
30385 \backslash
30386 alphe
30387 \end_layout
30388
30389 \end_inset
30390
30391 , pour les lettres majuscules, on a 
30392 \series bold
30393
30394 \backslash
30395 Alph
30396 \series default
30397
30398 \begin_inset Index idx
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402 Commandes ! A ! 
30403 \backslash
30404 alph@
30405 \backslash
30406 Alph
30407 \end_layout
30408
30409 \end_inset
30410
30411 .
30412 \end_layout
30413
30414 \begin_layout Standard
30415 \begin_inset Note Greyedout
30416 status open
30417
30418 \begin_layout Plain Layout
30419
30420 \series bold
30421 \color none
30422 Note:
30423 \series default
30424  on peut numéroter au maximum 26
30425 \begin_inset space ~
30426 \end_inset
30427
30428 formules avec des lettres latines dans un même document.
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \end_layout
30435
30436 \begin_layout Standard
30437 \begin_inset ERT
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441
30442
30443 \backslash
30444 renewcommand{
30445 \backslash
30446 theequation}{
30447 \backslash
30448 roman{equation}}
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \begin_layout Standard
30457 \begin_inset Formula 
30458 \begin{equation}
30459 A=\textrm{romains minuscules}
30460 \end{equation}
30461
30462 \end_inset
30463
30464
30465 \begin_inset ERT
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469
30470
30471 \backslash
30472 renewcommand{
30473 \backslash
30474 theequation}{
30475 \backslash
30476 Roman{equation}}
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \begin_inset Formula 
30483 \begin{equation}
30484 B=\textrm{romains majuscules}\label{eq:Rom}
30485 \end{equation}
30486
30487 \end_inset
30488
30489
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495
30496 \backslash
30497 renewcommand{
30498 \backslash
30499 theequation}{
30500 \backslash
30501 alph{equation}}
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \begin_inset Formula 
30508 \begin{equation}
30509 C=\textrm{latines minuscules}
30510 \end{equation}
30511
30512 \end_inset
30513
30514
30515 \begin_inset ERT
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519
30520
30521 \backslash
30522 renewcommand{
30523 \backslash
30524 theequation}{
30525 \backslash
30526 Alph{equation}}
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \begin_inset Formula 
30533 \begin{equation}
30534 D=\textrm{latines majuscules}\label{eq:Lat}
30535 \end{equation}
30536
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Pour revenir à la numérotation implicite, on insère la commande:
30544 \end_layout
30545
30546 \begin_layout Standard
30547
30548 \series bold
30549
30550 \backslash
30551 renewcommand{
30552 \backslash
30553 theequation}{
30554 \backslash
30555 arabic{equation}}
30556 \begin_inset Index idx
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560 Commandes ! A ! 
30561 \backslash
30562 arabic
30563 \end_layout
30564
30565 \end_inset
30566
30567
30568 \end_layout
30569
30570 \begin_layout Standard
30571 \begin_inset ERT
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575
30576
30577 \backslash
30578 renewcommand{
30579 \backslash
30580 theequation}{
30581 \backslash
30582 arabic{equation}}
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \begin_inset Formula 
30589 \begin{equation}
30590 E=\textrm{Arabes}
30591 \end{equation}
30592
30593 \end_inset
30594
30595
30596 \end_layout
30597
30598 \begin_layout Standard
30599 \begin_inset VSpace medskip
30600 \end_inset
30601
30602 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
30603  du style de numérotation.
30604  Si l'on veut que la numérotation reparte à 
30605 \begin_inset Quotes eld
30606 \end_inset
30607
30608 1
30609 \begin_inset Quotes erd
30610 \end_inset
30611
30612  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
30613  On trouvera une description de cette opération dans le fichier 
30614 \begin_inset CommandInset href
30615 LatexCommand href
30616 name "Formula-numbering.lyx"
30617 target "run:Formula-numbering.lyx"
30618
30619 \end_inset
30620
30621 .
30622 \end_layout
30623
30624 \begin_layout Section
30625 Symboles et équations chimiques
30626 \begin_inset CommandInset label
30627 LatexCommand label
30628 name "sub:Symboles-chimiques"
30629
30630 \end_inset
30631
30632
30633 \begin_inset Index idx
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637 Equations@Équations chimiques
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \begin_inset Index idx
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647 Symboles ! chimiques
30648 \end_layout
30649
30650 \end_inset
30651
30652
30653 \end_layout
30654
30655 \begin_layout Standard
30656 Un exemple de texte de chimie:
30657 \end_layout
30658
30659 \begin_layout Quote
30660 L'ion 
30661 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30662 \end_inset
30663
30664 réagit avec deux ions 
30665 \begin_inset Formula $\mathrm{Na^{+}}$
30666 \end_inset
30667
30668  pour donner du sulfate de sodium 
30669 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30670 \end_inset
30671
30672 .
30673  La réaction chimique peut être mise sous la forme:
30674 \begin_inset Formula 
30675 \begin{equation}
30676 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaction-chimique}
30677 \end{equation}
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \begin_layout Standard
30685 Cette équation chimique peut être créée directement sous la forme d'une
30686  formule.
30687  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
30688  et mettez-le dans la police droite avec le raccourci 
30689 \family sans
30690 Alt+C
30691 \begin_inset space ~
30692 \end_inset
30693
30694 R
30695 \family default
30696  .
30697 \begin_inset Foot
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701 Style de polices, voir 
30702 \begin_inset CommandInset ref
30703 LatexCommand ref
30704 reference "sub:Styles-de-polices"
30705
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \end_inset
30712
30713
30714 \end_layout
30715
30716 \begin_layout Standard
30717 Une méthode plus pratique pour mettre en forme des formules chimiques est
30718  d'utiliser la commande 
30719 \series bold
30720
30721 \backslash
30722 ce
30723 \series default
30724
30725 \begin_inset Index idx
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729 Commandes ! C ! 
30730 \backslash
30731 ce
30732 \end_layout
30733
30734 \end_inset
30735
30736  qui est disponible si le paquetage LaTeX 
30737 \series bold
30738 mhchem
30739 \series default
30740
30741 \begin_inset Index idx
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745 Paquetages ! mhchem
30746 \end_layout
30747
30748 \end_inset
30749
30750  est installé.
30751  Quand on insère 
30752 \series bold
30753
30754 \backslash
30755 ce
30756 \series default
30757  dans une formule, une boîte bleue apparaît dans laquelle on peut saisir
30758  des formules chimiques de façon intuitive.
30759 \end_layout
30760
30761 \begin_layout Standard
30762 \align center
30763 \begin_inset Tabular
30764 <lyxtabular version="3" rows="9" columns="2">
30765 <features rotate="0" tabularvalignment="middle">
30766 <column alignment="center" valignment="top">
30767 <column alignment="center" valignment="top">
30768 <row>
30769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30770 \begin_inset Text
30771
30772 \begin_layout Plain Layout
30773 Commande
30774 \end_layout
30775
30776 \end_inset
30777 </cell>
30778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Plain Layout
30782 Résultat
30783 \begin_inset Note Note
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787
30788 \series bold
30789
30790 \backslash
30791 raisebox
30792 \series default
30793  est seulement utilisée pour faire de la place
30794 \end_layout
30795
30796 \end_inset
30797
30798
30799 \end_layout
30800
30801 \end_inset
30802 </cell>
30803 </row>
30804 <row>
30805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30806 \begin_inset Text
30807
30808 \begin_layout Plain Layout
30809
30810 \backslash
30811 ce
30812 \begin_inset space \textvisiblespace{}
30813 \end_inset
30814
30815 H2CO3
30816 \end_layout
30817
30818 \end_inset
30819 </cell>
30820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30821 \begin_inset Text
30822
30823 \begin_layout Plain Layout
30824 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \end_inset
30831 </cell>
30832 </row>
30833 <row>
30834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30835 \begin_inset Text
30836
30837 \begin_layout Plain Layout
30838
30839 \backslash
30840 ce
30841 \begin_inset space \textvisiblespace{}
30842 \end_inset
30843
30844 SO4^2-
30845 \end_layout
30846
30847 \end_inset
30848 </cell>
30849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30850 \begin_inset Text
30851
30852 \begin_layout Plain Layout
30853 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30854 \end_inset
30855
30856
30857 \end_layout
30858
30859 \end_inset
30860 </cell>
30861 </row>
30862 <row>
30863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30864 \begin_inset Text
30865
30866 \begin_layout Plain Layout
30867
30868 \backslash
30869 ce
30870 \begin_inset space \textvisiblespace{}
30871 \end_inset
30872
30873 (NH4)2S
30874 \end_layout
30875
30876 \end_inset
30877 </cell>
30878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30879 \begin_inset Text
30880
30881 \begin_layout Plain Layout
30882 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30883 \end_inset
30884
30885
30886 \end_layout
30887
30888 \end_inset
30889 </cell>
30890 </row>
30891 <row>
30892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30893 \begin_inset Text
30894
30895 \begin_layout Plain Layout
30896
30897 \backslash
30898 ce
30899 \begin_inset space \textvisiblespace{}
30900 \end_inset
30901
30902 KCr(SO4)2.12H2O
30903 \end_layout
30904
30905 \end_inset
30906 </cell>
30907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30908 \begin_inset Text
30909
30910 \begin_layout Plain Layout
30911 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30912 \end_inset
30913
30914
30915 \end_layout
30916
30917 \end_inset
30918 </cell>
30919 </row>
30920 <row>
30921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30922 \begin_inset Text
30923
30924 \begin_layout Plain Layout
30925
30926 \backslash
30927 ce
30928 \begin_inset space \textvisiblespace{}
30929 \end_inset
30930
30931 A-B
30932 \backslash
30933 dbond
30934 \begin_inset space \textvisiblespace{}
30935 \end_inset
30936
30937 C
30938 \backslash
30939 tbond
30940 \begin_inset space \textvisiblespace{}
30941 \end_inset
30942
30943 D
30944 \end_layout
30945
30946 \end_inset
30947 </cell>
30948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30949 \begin_inset Text
30950
30951 \begin_layout Plain Layout
30952 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30953 \end_inset
30954
30955
30956 \end_layout
30957
30958 \end_inset
30959 </cell>
30960 </row>
30961 <row>
30962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30963 \begin_inset Text
30964
30965 \begin_layout Plain Layout
30966
30967 \backslash
30968 ce
30969 \begin_inset space \textvisiblespace{}
30970 \end_inset
30971
30972 ^227
30973 \begin_inset Formula $\downarrow$
30974 \end_inset
30975
30976 _90
30977 \begin_inset Formula $\to$
30978 \end_inset
30979
30980 Th+
30981 \end_layout
30982
30983 \end_inset
30984 </cell>
30985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30986 \begin_inset Text
30987
30988 \begin_layout Plain Layout
30989 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \end_inset
30996 </cell>
30997 </row>
30998 <row>
30999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31000 \begin_inset Text
31001
31002 \begin_layout Plain Layout
31003
31004 \backslash
31005 ce
31006 \begin_inset space \textvisiblespace{}
31007 \end_inset
31008
31009 CO2
31010 \begin_inset space \textvisiblespace{}
31011 \end_inset
31012
31013 +
31014 \begin_inset space \textvisiblespace{}
31015 \end_inset
31016
31017 C
31018 \begin_inset space \textvisiblespace{}
31019 \end_inset
31020
31021 <=>
31022 \begin_inset space \textvisiblespace{}
31023 \end_inset
31024
31025 2CO
31026 \end_layout
31027
31028 \end_inset
31029 </cell>
31030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31031 \begin_inset Text
31032
31033 \begin_layout Plain Layout
31034 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \end_inset
31041 </cell>
31042 </row>
31043 <row>
31044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31045 \begin_inset Text
31046
31047 \begin_layout Plain Layout
31048
31049 \backslash
31050 ce
31051 \begin_inset space \textvisiblespace{}
31052 \end_inset
31053
31054 CO2
31055 \begin_inset space \textvisiblespace{}
31056 \end_inset
31057
31058 +
31059 \begin_inset space \textvisiblespace{}
31060 \end_inset
31061
31062 C
31063 \begin_inset space \textvisiblespace{}
31064 \end_inset
31065
31066 ->[
31067 \backslash
31068 alpha][
31069 \backslash
31070 beta]
31071 \begin_inset space \textvisiblespace{}
31072 \end_inset
31073
31074 2CO}
31075 \end_layout
31076
31077 \end_inset
31078 </cell>
31079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31080 \begin_inset Text
31081
31082 \begin_layout Plain Layout
31083 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31084 \end_inset
31085
31086
31087 \end_layout
31088
31089 \end_inset
31090 </cell>
31091 </row>
31092 </lyxtabular>
31093
31094 \end_inset
31095
31096
31097 \end_layout
31098
31099 \begin_layout Standard
31100 \begin_inset Note Greyedout
31101 status open
31102
31103 \begin_layout Plain Layout
31104
31105 \series bold
31106 \color none
31107 Note:
31108 \series default
31109  L'insertion d'une formule mathématique dans une boîte 
31110 \series bold
31111
31112 \backslash
31113 ce
31114 \series default
31115  va provoquer une erreur LaTeX.
31116  Dans ce cas le code TeX devra être utilisé comme par exemple pour 
31117 \series bold
31118
31119 \backslash
31120 ce{$
31121 \backslash
31122 mu
31123 \backslash
31124 hyphen$Cl}
31125 \series default
31126
31127 \begin_inset ERT
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131
31132
31133 \backslash
31134 ce{$
31135 \backslash
31136 mu
31137 \backslash
31138 hyphen$Cl}
31139 \end_layout
31140
31141 \end_inset
31142
31143  
31144 \end_layout
31145
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Standard
31152
31153 \lang english
31154 \begin_inset Note Greyedout
31155 status open
31156
31157 \begin_layout Plain Layout
31158
31159 \series bold
31160 \color none
31161 Nota:
31162 \series default
31163  il n'est pas possible avec LyX d'utiliser le caractère ^ pour obtenir une
31164  flèche vers le haut, comme il est expliqué dans le manuel de 
31165 \series bold
31166 mhchem
31167 \series default
31168  On doit utiliser à la place une espace fine négative suivie de la commande
31169  
31170 \series bold
31171
31172 \backslash
31173 uparrow
31174 \series default
31175
31176 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31177 \end_inset
31178
31179
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Standard
31188 L'utilisation de la commande 
31189 \series bold
31190
31191 \backslash
31192 ce
31193 \series default
31194  pour l'équation
31195 \begin_inset space ~
31196 \end_inset
31197
31198
31199 \begin_inset CommandInset ref
31200 LatexCommand eqref
31201 reference "eq:reaction-chimique"
31202
31203 \end_inset
31204
31205  donne
31206 \begin_inset Newline newline
31207 \end_inset
31208
31209
31210 \series bold
31211  
31212 \backslash
31213 ce
31214 \begin_inset space \textvisiblespace{}
31215 \end_inset
31216
31217 2Na+
31218 \begin_inset space \textvisiblespace{}
31219 \end_inset
31220
31221 +
31222 \begin_inset space \textvisiblespace{}
31223 \end_inset
31224
31225 SO4^2-
31226 \begin_inset space \textvisiblespace{}
31227 \end_inset
31228
31229
31230 \begin_inset space \textvisiblespace{}
31231 \end_inset
31232
31233 ->
31234 \begin_inset space \textvisiblespace{}
31235 \end_inset
31236
31237 Na2SO4
31238 \end_layout
31239
31240 \begin_layout Standard
31241 Pour créer des équations chimiques multilignes, on crée d'abord une formule
31242  multiligne comme cela est décrit dans 
31243 \begin_inset CommandInset ref
31244 LatexCommand ref
31245 reference "sec:Formules-multi-lignes"
31246
31247 \end_inset
31248
31249 .
31250  Ensuite on utilise la commande 
31251 \series bold
31252
31253 \backslash
31254 ce
31255 \series default
31256  dans chaque petite boîte bleue de la formule.
31257  
31258 \begin_inset CommandInset ref
31259 LatexCommand eqref
31260 reference "eq:TEOS-reaction-1"
31261
31262 \end_inset
31263
31264  et 
31265 \begin_inset CommandInset ref
31266 LatexCommand eqref
31267 reference "eq:TEOS-reaction-2"
31268
31269 \end_inset
31270
31271  sont un exemple d'une réaction chimique multi-étape où chaque équation
31272  a son propre numéro.
31273 \begin_inset Formula 
31274 \begin{eqnarray}
31275 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31276 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31277 \end{eqnarray}
31278
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \begin_layout Standard
31285 En plus de 
31286 \series bold
31287
31288 \backslash
31289 ce
31290 \series default
31291  le paquetage 
31292 \series bold
31293 mhchem
31294 \series default
31295  fournit la commande 
31296 \series bold
31297
31298 \backslash
31299 cf
31300 \series default
31301
31302 \begin_inset Index idx
31303 status collapsed
31304
31305 \begin_layout Plain Layout
31306 Commandes ! C ! 
31307 \backslash
31308 cf
31309 \end_layout
31310
31311 \end_inset
31312
31313  qui doit être réservée à des cas spéciaux.
31314  Pour avoir plus d'information au sujet de 
31315 \series bold
31316
31317 \backslash
31318 cf
31319 \series default
31320  et plus d'exemples, jetez un coup d'oeil à la documentation de 
31321 \series bold
31322 mhchem
31323 \series default
31324
31325 \begin_inset CommandInset citation
31326 LatexCommand cite
31327 key "mhchem"
31328
31329 \end_inset
31330
31331 .
31332 \end_layout
31333
31334 \begin_layout Section
31335 Diagrammes
31336 \end_layout
31337
31338 \begin_layout Standard
31339 LyX gère deux types de diagrammes commutatifs; 
31340 \series bold
31341 amscd
31342 \series default
31343  et
31344 \series bold
31345  xymatrix
31346 \series default
31347  qui sont décrits dans ce qui suit.
31348 \end_layout
31349
31350 \begin_layout Subsection
31351 Les diagrammes amscd
31352 \begin_inset Index idx
31353 status collapsed
31354
31355 \begin_layout Plain Layout
31356 Diagrammes ! amscd
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \end_layout
31363
31364 \begin_layout Standard
31365 Des diagrammes de ce type visualisent les relations par des lignes verticales
31366  ou horizontales ou encore des flèches: 
31367 \begin_inset Formula 
31368 \[
31369 \begin{CD}A@>>>B@>>>C\\
31370 @AAA@.@VVV\\
31371 F@<<<E@<<<D
31372 \end{CD}
31373 \]
31374
31375 \end_inset
31376
31377
31378 \end_layout
31379
31380 \begin_layout Standard
31381 Pour les obtenir, on insère la commande 
31382 \series bold
31383
31384 \backslash
31385 CD
31386 \begin_inset Index idx
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390 Commandes ! C ! 
31391 \backslash
31392 CD
31393 \end_layout
31394
31395 \end_inset
31396
31397
31398 \series default
31399  dans une formule.
31400  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
31401  on peut insérer d'autres commandes.
31402  On crée une nouvelle ligne avec 
31403 \family sans
31404 Ctrl+Entrée
31405 \family default
31406 .
31407  Les relations horizontales sont insérées dans les lignes impaires et les
31408  relations verticales dans les lignes paires.
31409 \end_layout
31410
31411 \begin_layout Standard
31412 Pour créer les relations, il y a les commandes suivantes:
31413 \end_layout
31414
31415 \begin_layout Itemize
31416
31417 \series bold
31418 @<<<
31419 \series default
31420  crée une flèche gauche, 
31421 \series bold
31422 @>>>
31423 \series default
31424  une flèche droite, et 
31425 \series bold
31426 @=
31427 \series default
31428  un long signe égal
31429 \end_layout
31430
31431 \begin_layout Itemize
31432
31433 \series bold
31434 @AAA
31435 \series default
31436  crée une flèche vers le haut, 
31437 \series bold
31438 @VVV
31439 \series default
31440  une flèche vers le bas, et 
31441 \series bold
31442 @|
31443 \series default
31444  un signe égal vertical
31445 \end_layout
31446
31447 \begin_layout Itemize
31448
31449 \series bold
31450 @.
31451
31452 \series default
31453  sert de remplissage pour une relation inexistante
31454 \end_layout
31455
31456 \begin_layout Standard
31457 Toutes les flèches peuvent être étiquetées de la façon suivante:
31458 \end_layout
31459
31460 \begin_layout Itemize
31461 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
31462  de la flèche.
31463  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
31464  flèche.
31465 \end_layout
31466
31467 \begin_layout Itemize
31468 Quand le texte destiné à une flèche verticale est inséré entre le premier
31469  et le second A ou V, il est placé sur le côté gauche de la flèche.
31470  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
31471  de la flèche.
31472  Si le texte contient un A ou un V, ces lettres doivent être placées entre
31473  des accolades TeX.
31474 \end_layout
31475
31476 \begin_layout Standard
31477 Comme exemple, un diagramme avec toutes les relations possibles:
31478 \end_layout
31479
31480 \begin_layout Standard
31481 \begin_inset Formula 
31482 \[
31483 \begin{CD}A@>j>>B@>>k>C@=F\\
31484 @AmAA@.@VV{V}V@|\\
31485 D@<<j<E@>k>>F@=C
31486 \end{CD}
31487 \]
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Standard
31495 La commande pour l'obtenir:
31496 \begin_inset Newline newline
31497 \end_inset
31498
31499
31500 \series bold
31501
31502 \backslash
31503 CD
31504 \begin_inset space \textvisiblespace{}
31505 \end_inset
31506
31507 A@>j>>B@>>k>C@=F Ctrl+Entrée
31508 \begin_inset Newline newline
31509 \end_inset
31510
31511
31512 \begin_inset Phantom HPhantom
31513 status open
31514
31515 \begin_layout Plain Layout
31516
31517 \series bold
31518
31519 \backslash
31520 CD
31521 \begin_inset space \textvisiblespace{}
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \end_inset
31528
31529 @AmAA@.@VV
31530 \backslash
31531 {V
31532 \series default
31533
31534 \begin_inset Formula $\to$
31535 \end_inset
31536
31537
31538 \series bold
31539 V@| Ctrl+Entrée
31540 \begin_inset Newline newline
31541 \end_inset
31542
31543
31544 \begin_inset Phantom HPhantom
31545 status open
31546
31547 \begin_layout Plain Layout
31548
31549 \series bold
31550
31551 \backslash
31552 CD
31553 \begin_inset space \textvisiblespace{}
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \end_inset
31560
31561 D@<<j<E@>k>>F@=C
31562 \end_layout
31563
31564 \begin_layout Subsection
31565 Les diagrammes xymatrix
31566 \begin_inset Index idx
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 Diagrammes ! xymatrix
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Standard
31579 Pour pouvoir utiliser des xymatrices, on doit installer le paquetage LaTeX
31580  
31581 \series bold
31582 xypic
31583 \series default
31584 .
31585  Une xymatrice est créée en insérant la commande 
31586 \series bold
31587
31588 \backslash
31589 xymatrix
31590 \series default
31591  dans une formule.
31592  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31593  comme pour une matrice normale, voir 
31594 \begin_inset CommandInset ref
31595 LatexCommand ref
31596 reference "sec:Matrices"
31597
31598 \end_inset
31599
31600 .
31601 \end_layout
31602
31603 \begin_layout Standard
31604 Contrairement aux diagrammes amscd, les xymatrices acceptent les flèches
31605  diagonales ou courbes et plus encore.
31606  Toutes les possibilités pour créer des diagrammes commutatifs et leurs
31607  décorations sont expliquées en détail dans ce 
31608 \emph on
31609 manuel pour XY-pic 
31610 \emph default
31611 que vous trouverez dans le menu 
31612 \family sans
31613 Aide\SpecialChar \menuseparator
31614 Manuels
31615 \begin_inset space ~
31616 \end_inset
31617
31618 spécifiques
31619 \family default
31620 .
31621 \end_layout
31622
31623 \begin_layout Subsection
31624 Les diagrammes
31625 \noun on
31626  Feynman
31627 \noun default
31628
31629 \begin_inset Index idx
31630 status collapsed
31631
31632 \begin_layout Plain Layout
31633 Diagrammes ! Feynman
31634 \end_layout
31635
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \begin_layout Standard
31642 Pour pouvoir utiliser des diagrammes 
31643 \noun on
31644 Feynman
31645 \noun default
31646 , on doit installer le paquetage LaTeX 
31647 \series bold
31648 feyn
31649 \series default
31650 .
31651  Un diagramme 
31652 \noun on
31653 Feynman
31654 \noun default
31655  est créée en insérant la commande 
31656 \series bold
31657
31658 \backslash
31659 Diagram
31660 \series default
31661  dans une formule.
31662  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31663  comme pour une matrice normale, voir 
31664 \begin_inset CommandInset ref
31665 LatexCommand ref
31666 reference "sec:Matrices"
31667
31668 \end_inset
31669
31670 .
31671 \end_layout
31672
31673 \begin_layout Standard
31674 On trouvera des exemples montrant comment créer des diagrammes de 
31675 \noun on
31676 Feynman
31677 \noun default
31678  avec LyX dans le 
31679 \emph on
31680 Manuel des diagrammes de Feynman
31681 \emph default
31682  que vous trouverez dans le menu 
31683 \family sans
31684 Aide\SpecialChar \menuseparator
31685 Manuels
31686 \begin_inset space ~
31687 \end_inset
31688
31689 spécifiques
31690 \family default
31691 .
31692 \end_layout
31693
31694 \begin_layout Standard
31695 \begin_inset Newpage newpage
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Section
31702 Commandes personnalisées
31703 \begin_inset CommandInset label
31704 LatexCommand label
31705 name "sec:Commandes-personnalisées"
31706
31707 \end_inset
31708
31709
31710 \begin_inset Index idx
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714 Commandes personnalisées
31715 \end_layout
31716
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \begin_layout Standard
31723 \begin_inset Note Greyedout
31724 status open
31725
31726 \begin_layout Plain Layout
31727
31728 \series bold
31729 Note:
31730 \series default
31731  Les noms des commandes personnalisées ne peuvent contenir que des lettres
31732  latines.
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Subsection
31741 La commande 
31742 \backslash
31743 newcommand
31744 \begin_inset CommandInset label
31745 LatexCommand label
31746 name "sub:La-commande-newcommand"
31747
31748 \end_inset
31749
31750
31751 \begin_inset Index idx
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755 Commandes personnalisées ! 
31756 \backslash
31757 newcommand
31758 \end_layout
31759
31760 \end_inset
31761
31762
31763 \begin_inset Index idx
31764 status collapsed
31765
31766 \begin_layout Plain Layout
31767 Commandes ! N ! 
31768 \backslash
31769 newcommand
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \begin_layout Standard
31778 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
31779  Mais on peut définir de nouvelles commandes plus courtes avec la commande
31780  
31781 \series bold
31782
31783 \backslash
31784 newcommand
31785 \series default
31786
31787 \begin_inset Index idx
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791 Commandes ! N ! 
31792 \backslash
31793 newcommand
31794 \end_layout
31795
31796 \end_inset
31797
31798  .
31799 \end_layout
31800
31801 \begin_layout Standard
31802 La syntaxe de 
31803 \series bold
31804
31805 \backslash
31806 newcommand
31807 \series default
31808  est:
31809 \end_layout
31810
31811 \begin_layout Standard
31812
31813 \series bold
31814
31815 \backslash
31816 newcommand{nom de la nouvelle commande}[nombre d'arguments][valeur optionnelle]
31817 \begin_inset Newline newline
31818 \end_inset
31819
31820
31821 \begin_inset Phantom HPhantom
31822 status open
31823
31824 \begin_layout Plain Layout
31825
31826 \series bold
31827
31828 \backslash
31829 newcommand
31830 \end_layout
31831
31832 \end_inset
31833
31834 {définition de la commande}
31835 \end_layout
31836
31837 \begin_layout Standard
31838 \begin_inset Note Greyedout
31839 status open
31840
31841 \begin_layout Plain Layout
31842
31843 \series bold
31844 Note:
31845 \series default
31846  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
31847  votre document ou par un des paquetages LaTeX que vous utilisez.
31848  Si par exemple, vous tentez de définir la commande 
31849 \series bold
31850
31851 \backslash
31852 le
31853 \series default
31854  pour 
31855 \series bold
31856
31857 \backslash
31858 Leftarrow
31859 \series default
31860 , vous aurez un message d'erreur puisque 
31861 \series bold
31862
31863 \backslash
31864 le
31865 \series default
31866  est déjà définie comme étant la commande pour le symbole 
31867 \begin_inset Quotes eld
31868 \end_inset
31869
31870
31871 \begin_inset Formula $\le$
31872 \end_inset
31873
31874
31875 \begin_inset Quotes erd
31876 \end_inset
31877
31878 .
31879 \end_layout
31880
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \begin_layout Standard
31887 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
31888  d'argument que la commande doit avoir.
31889  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
31890  optionnel.
31891  Quand on utilise cette valeur, le 
31892 \emph on
31893 premier 
31894 \emph default
31895 argument de la nouvelle commande est automatiquement l'argument optionnel.
31896 \end_layout
31897
31898 \begin_layout Standard
31899 Voici quelques exemples:
31900 \end_layout
31901
31902 \begin_layout Itemize
31903 Pour définir la commande 
31904 \series bold
31905
31906 \backslash
31907 gr
31908 \series default
31909  pour 
31910 \series bold
31911
31912 \backslash
31913 Longrightarrow
31914 \series default
31915 , la ligne à insérer dans le préambule LaTeX est:
31916 \begin_inset VSpace medskip
31917 \end_inset
31918
31919
31920 \begin_inset Newline newline
31921 \end_inset
31922
31923
31924 \series bold
31925
31926 \backslash
31927 newcommand{
31928 \backslash
31929 gr}{
31930 \backslash
31931 Longrightarrow}
31932 \end_layout
31933
31934 \begin_layout Itemize
31935 Pour définir la commande
31936 \series bold
31937  
31938 \backslash
31939 us
31940 \series default
31941  pour 
31942 \series bold
31943
31944 \backslash
31945 underline
31946 \series default
31947 , l'argument (qui doit être souligné) doit être pris en compte.
31948  Pour cela, la ligne à insérer dans le préambule est:
31949 \begin_inset VSpace medskip
31950 \end_inset
31951
31952
31953 \begin_inset Newline newline
31954 \end_inset
31955
31956
31957 \series bold
31958
31959 \backslash
31960 newcommand{
31961 \backslash
31962 us}[1]{
31963 \backslash
31964 underline{#1}}
31965 \series default
31966
31967 \begin_inset VSpace medskip
31968 \end_inset
31969
31970
31971 \begin_inset Newline newline
31972 \end_inset
31973
31974 Le caractère 
31975 \series bold
31976 #
31977 \series default
31978  agit comme un argument formel, le 
31979 \series bold
31980 1
31981 \series default
31982  derrière lui indique qu'il représente le premier argument.
31983 \end_layout
31984
31985 \begin_layout Itemize
31986 Pour remplacer la commande 
31987 \series bold
31988
31989 \backslash
31990 framebox
31991 \series default
31992  on peut par exemple définir, la commande 
31993 \series bold
31994
31995 \backslash
31996 fb
31997 \series default
31998 :
31999 \begin_inset VSpace medskip
32000 \end_inset
32001
32002
32003 \begin_inset Newline newline
32004 \end_inset
32005
32006
32007 \series bold
32008
32009 \backslash
32010 newcommand{
32011 \backslash
32012 fb}[3]{
32013 \backslash
32014 framebox#1#2{$#3$}}
32015 \series default
32016
32017 \begin_inset VSpace medskip
32018 \end_inset
32019
32020
32021 \begin_inset Newline newline
32022 \end_inset
32023
32024 Les deux dollars créent une formule supplémentaire pour la commande 
32025 \series bold
32026
32027 \backslash
32028 framebox
32029 \series default
32030 , voir 
32031 \begin_inset CommandInset ref
32032 LatexCommand ref
32033 reference "sub:Boîtes-avec-cadre"
32034
32035 \end_inset
32036
32037 .
32038 \end_layout
32039
32040 \begin_layout Itemize
32041 Pour créer une nouvelle commande pour remplacer 
32042 \series bold
32043
32044 \backslash
32045 fcolorbox
32046 \series default
32047  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
32048  pour la couleur est défini comme optionnel:
32049 \begin_inset VSpace medskip
32050 \end_inset
32051
32052
32053 \begin_inset Newline newline
32054 \end_inset
32055
32056
32057 \series bold
32058
32059 \backslash
32060 newcommand{
32061 \backslash
32062 cb}[3][white]{
32063 \backslash
32064 fcolorbox{#2}{#1}{$#3$}}
32065 \series default
32066
32067 \begin_inset VSpace medskip
32068 \end_inset
32069
32070
32071 \begin_inset Newline newline
32072 \end_inset
32073
32074 Quand la couleur n'est pas définie lors d'une utilisation de 
32075 \series bold
32076
32077 \backslash
32078 cb
32079 \series default
32080 , la couleur prédéfinie 
32081 \series bold
32082 white
32083 \series default
32084  est utilisée implicitement.
32085 \end_layout
32086
32087 \begin_layout Standard
32088 Un test des nouvelles commandes:
32089 \end_layout
32090
32091 \begin_layout Standard
32092 \align center
32093 \begin_inset Tabular
32094 <lyxtabular version="3" rows="6" columns="2">
32095 <features rotate="0" tabularvalignment="middle">
32096 <column alignment="center" valignment="top">
32097 <column alignment="center" valignment="top">
32098 <row>
32099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32100 \begin_inset Text
32101
32102 \begin_layout Plain Layout
32103 Commande
32104 \end_layout
32105
32106 \end_inset
32107 </cell>
32108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112 Résultat
32113 \begin_inset Note Note
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117
32118 \series bold
32119
32120 \backslash
32121 raisebox
32122 \series default
32123  est seulement utilisée pour faire de la place
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \end_inset
32132 </cell>
32133 </row>
32134 <row>
32135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32136 \begin_inset Text
32137
32138 \begin_layout Plain Layout
32139 A
32140 \backslash
32141 gr
32142 \begin_inset space \textvisiblespace{}
32143 \end_inset
32144
32145 B
32146 \end_layout
32147
32148 \end_inset
32149 </cell>
32150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32151 \begin_inset Text
32152
32153 \begin_layout Plain Layout
32154 \begin_inset Formula $A\gr B$
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \end_inset
32161 </cell>
32162 </row>
32163 <row>
32164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32165 \begin_inset Text
32166
32167 \begin_layout Plain Layout
32168
32169 \backslash
32170 us{ABcd
32171 \end_layout
32172
32173 \end_inset
32174 </cell>
32175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32176 \begin_inset Text
32177
32178 \begin_layout Plain Layout
32179 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \end_inset
32186 </cell>
32187 </row>
32188 <row>
32189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193
32194 \backslash
32195 fb{[2cm]
32196 \begin_inset Formula $\to$
32197 \end_inset
32198
32199
32200 \backslash
32201 {
32202 \begin_inset Formula $\to$
32203 \end_inset
32204
32205
32206 \backslash
32207 {
32208 \backslash
32209 int
32210 \begin_inset space \textvisiblespace{}
32211 \end_inset
32212
32213 A=B
32214 \end_layout
32215
32216 \end_inset
32217 </cell>
32218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32219 \begin_inset Text
32220
32221 \begin_layout Plain Layout
32222 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32223 \end_inset
32224
32225
32226 \end_layout
32227
32228 \end_inset
32229 </cell>
32230 </row>
32231 <row>
32232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32233 \begin_inset Text
32234
32235 \begin_layout Plain Layout
32236
32237 \backslash
32238 cb{red
32239 \begin_inset Formula $\to$
32240 \end_inset
32241
32242
32243 \backslash
32244 {
32245 \backslash
32246 int
32247 \begin_inset space \textvisiblespace{}
32248 \end_inset
32249
32250 A=B
32251 \end_layout
32252
32253 \end_inset
32254 </cell>
32255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32256 \begin_inset Text
32257
32258 \begin_layout Plain Layout
32259 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32260 \end_inset
32261
32262
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 </row>
32268 <row>
32269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32270 \begin_inset Text
32271
32272 \begin_layout Plain Layout
32273
32274 \backslash
32275 cb[green]
32276 \backslash
32277 {red
32278 \begin_inset Formula $\to$
32279 \end_inset
32280
32281
32282 \backslash
32283 {
32284 \backslash
32285 int
32286 \begin_inset space \textvisiblespace{}
32287 \end_inset
32288
32289 A=B
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 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32299 \end_inset
32300
32301
32302 \end_layout
32303
32304 \end_inset
32305 </cell>
32306 </row>
32307 </lyxtabular>
32308
32309 \end_inset
32310
32311
32312 \end_layout
32313
32314 \begin_layout Subsection
32315 Macros en mode mathématique
32316 \begin_inset Index idx
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320 Commandes personnalisées ! macros mathématiques
32321 \end_layout
32322
32323 \end_inset
32324
32325
32326 \begin_inset Index idx
32327 status collapsed
32328
32329 \begin_layout Plain Layout
32330 Macros
32331 \end_layout
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \begin_layout Standard
32339 LyX permet la définition de macros pour les formules, ce qui est parciculièremen
32340 t utile pour les expressions complexes.
32341  Par exemple, supposons que les solutions de l'équation du second degré
32342  apparaissent souvent dans votre document sous des formes variées.
32343  La forme générale de l'équation du second degré est:
32344 \begin_inset Formula 
32345 \[
32346 0=\lambda^{2}+p\lambda+q
32347 \]
32348
32349 \end_inset
32350
32351 La forme générale de ses solutions est:
32352 \begin_inset Formula 
32353 \[
32354 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32355 \]
32356
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \begin_layout Standard
32363 Pour définir une commande pour la formule de la solution, les paramètres
32364  
32365 \begin_inset Formula $\lambda$
32366 \end_inset
32367
32368
32369 \begin_inset Formula $p$
32370 \end_inset
32371
32372  et 
32373 \begin_inset Formula $q$
32374 \end_inset
32375
32376  peuvent prendre des formes variées et l'indice de 
32377 \begin_inset Formula $\lambda$
32378 \end_inset
32379
32380  doit pouvoir être donné de façon optionnelle, la ligne de préambule LaTeX
32381  est
32382 \begin_inset Newline newline
32383 \end_inset
32384
32385
32386 \series bold
32387
32388 \backslash
32389 newcommand{
32390 \backslash
32391 qG}[4][1,
32392 \backslash
32393 ,2]{#2_{#1}=-
32394 \backslash
32395 frac{#3}{2}
32396 \backslash
32397 pm
32398 \begin_inset Newline newline
32399 \end_inset
32400
32401
32402 \begin_inset Phantom HPhantom
32403 status open
32404
32405 \begin_layout Plain Layout
32406
32407 \series bold
32408
32409 \backslash
32410 newcommand
32411 \end_layout
32412
32413 \end_inset
32414
32415
32416 \backslash
32417 sqrt{
32418 \backslash
32419 frac{#3^{2}}{4}-#4}}
32420 \end_layout
32421
32422 \begin_layout Standard
32423 Pour créer une formule de solution avec cette définition, on peut insérer
32424  dans une formule la commande:
32425 \end_layout
32426
32427 \begin_layout Standard
32428
32429 \series bold
32430
32431 \backslash
32432 qG{
32433 \backslash
32434 lambda
32435 \begin_inset Formula $\to$
32436 \end_inset
32437
32438
32439 \backslash
32440 {p
32441 \begin_inset Formula $\to$
32442 \end_inset
32443
32444
32445 \backslash
32446 {q
32447 \end_layout
32448
32449 \begin_layout Standard
32450 La définition de la nouvelle commande n'est pas intuitive parce que l'on
32451  doit connaître la syntaxe des commandes LaTeX que l'on utilise, par exemple
32452  que l'on insère une fraction en faisant 
32453 \series bold
32454
32455 \backslash
32456 frac{numérateur}{dénominateur}
32457 \series default
32458 .
32459  En plus on peut facilement oublier une accolade dans la définition et ne
32460  pas voir dans LyX ce que la nouvelle commande va faire.
32461  Pour éviter ces problèmes LyX offre la possibilité d'utiliser des macros
32462  mathématiques à la place de la commande 
32463 \series bold
32464
32465 \backslash
32466 newcommand
32467 \series default
32468 .
32469 \end_layout
32470
32471 \begin_layout Standard
32472 Une macro est créée en utilisant le menu 
32473 \family sans
32474 Insertion\SpecialChar \menuseparator
32475 Math\SpecialChar \menuseparator
32476 Macro
32477 \family default
32478  ou le bouton 
32479 \begin_inset Graphics
32480         filename ../../images/math-macro_newmacroname_newcommand.png
32481         scale 85
32482
32483 \end_inset
32484
32485  de la barre d'outils.
32486  La barre d'outils macro apparaît alors ainsi que la boîte suivante où on
32487  définit la macro:
32488 \begin_inset Newline newline
32489 \end_inset
32490
32491
32492 \begin_inset space \hspace*{\fill}
32493 \end_inset
32494
32495
32496 \begin_inset Graphics
32497         filename ../clipart/macrobox.png
32498
32499 \end_inset
32500
32501
32502 \begin_inset space \hspace*{\fill}
32503 \end_inset
32504
32505
32506 \begin_inset Newline newline
32507 \end_inset
32508
32509
32510 \begin_inset FormulaMacro
32511 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32512 \end_inset
32513
32514
32515 \backslash
32516 newmacroname est le nom qui est donné implicitement à la macro et qui doit
32517  être remplacé par quelquechose de raisonable.
32518  La formule voulue est insérée dans la première boîte bleue.
32519  On insère une réservation pour un argument avec la commande 
32520 \series bold
32521
32522 \backslash
32523 #numéro_argument
32524 \series default
32525 , par exemple 
32526 \series bold
32527
32528 \backslash
32529 #1
32530 \series default
32531 , ou en utilisant le bouton 
32532 \begin_inset Graphics
32533         filename ../../images/math-macro-add-param.png
32534         scale 85
32535
32536 \end_inset
32537
32538  de la barre d'outils macro.
32539  On peut avoir au maximum 9
32540 \begin_inset space ~
32541 \end_inset
32542
32543 arguments.
32544  Les arguments optionnels sont créés avec le bouton 
32545 \begin_inset Graphics
32546         filename ../../images/math-macro-add-optional-param.png
32547         scale 85
32548
32549 \end_inset
32550
32551 de la barre d'outils.
32552  Le prenier argument non optionnel peut être transformé en argument optionnel
32553  avec le bouton 
32554 \begin_inset Graphics
32555         filename ../../images/math-macro-make-optional.png
32556         scale 85
32557
32558 \end_inset
32559
32560 .
32561  On peut utiliser la deuxième boîte bleue pour décrire l'apparence de la
32562  macro dans LyX.
32563  En principe, vous voudrez la voir comme vous l'avez définie, la boîte est
32564  alors laissée vide.
32565  Mais quand vous avez créé une macro qui demande beaucoup de place à l'écran,
32566  vous pouvez par exemple, insérer dans la boîte quelquechose comme ceci
32567 \begin_inset Newline newline
32568 \end_inset
32569
32570
32571 \series bold
32572 qG: 
32573 \backslash
32574 #1
32575 \series default
32576  
32577 \series bold
32578 ,
32579 \series default
32580  
32581 \series bold
32582
32583 \backslash
32584 #2
32585 \series default
32586  
32587 \series bold
32588 ,
32589 \series default
32590  
32591 \series bold
32592
32593 \backslash
32594 #3, 
32595 \backslash
32596 #4
32597 \begin_inset Newline newline
32598 \end_inset
32599
32600
32601 \series default
32602 Au niveau de la macro on n'affichera que les arguments, précédés du nom
32603  de la macro, ce qui facilitera la lisibilité.
32604  La formule sera imprimée sur la sortie conformément à la description de
32605  la première boîte.
32606 \begin_inset Newline newline
32607 \end_inset
32608
32609 L'apparence d'une macro dans une formule peut être modifiée en déplaçant
32610  le curseur dans la macro et en utilisant le menu 
32611 \family sans
32612 Visualiser\SpecialChar \menuseparator
32613 Déplier/Replier la macro mathématique
32614 \family default
32615 .
32616 \end_layout
32617
32618 \begin_layout Standard
32619 Pour utiliser une macro, son nom est inséré dans une formule comme une commande,
32620  dans notre cas, on met 
32621 \series bold
32622
32623 \backslash
32624 qG
32625 \series default
32626 .
32627  Dans Lyx, notre macro va ressembler à ceci:
32628 \begin_inset Newline newline
32629 \end_inset
32630
32631
32632 \begin_inset space \hspace*{\fill}
32633 \end_inset
32634
32635
32636 \begin_inset Graphics
32637         filename ../clipart/macrouse.png
32638
32639 \end_inset
32640
32641
32642 \begin_inset space \hspace*{\fill}
32643 \end_inset
32644
32645
32646 \begin_inset Newline newline
32647 \end_inset
32648
32649 Voici notre exemple avec les arguments 
32650 \begin_inset Formula $x$
32651 \end_inset
32652
32653
32654 \begin_inset Formula $\ln(x)$
32655 \end_inset
32656
32657  et 
32658 \begin_inset Formula $B$
32659 \end_inset
32660
32661 :
32662 \end_layout
32663
32664 \begin_layout Standard
32665 \begin_inset Formula 
32666 \[
32667 \qG x{\ln(x)}B
32668 \]
32669
32670 \end_inset
32671
32672
32673 \end_layout
32674
32675 \begin_layout Standard
32676 LyX propose dans le menu 
32677 \family sans
32678 Outils
32679 \family default
32680 \SpecialChar \menuseparator
32681
32682 \family sans
32683 Préférences\SpecialChar \menuseparator
32684 En
32685 \begin_inset space ~
32686 \end_inset
32687
32688 cours
32689 \begin_inset space ~
32690 \end_inset
32691
32692 de
32693 \begin_inset space ~
32694 \end_inset
32695
32696 modification\SpecialChar \menuseparator
32697 Contrôle
32698 \family default
32699  different styles pour éditer les macros.
32700  Pour trouver le style qui vous convient le mieux, choisissez un style et
32701  placez le curseur dans une macro pour voir la différence.
32702 \end_layout
32703
32704 \begin_layout Standard
32705 En interne, une macro est transformée en une commande 
32706 \series bold
32707
32708 \backslash
32709 newcommand
32710 \series default
32711  au moment de l'exportation du document.
32712  Les commandes 
32713 \series bold
32714
32715 \backslash
32716 newcommand
32717 \series default
32718  qui sont ainsi générées ne sont pas placées dans le préambule LaTeX, ce
32719  qui fait que les macros ne peuvent être utilisées que dans des formules
32720  qui suivent leur boîte de définition dans le document.
32721 \end_layout
32722
32723 \begin_layout Standard
32724 On peut aussi créer une macro mathématique directement à partir d'une commande
32725  
32726 \series bold
32727
32728 \backslash
32729 newcommand
32730 \series default
32731 .
32732  Écrivez par exemple la commande
32733 \begin_inset Newline newline
32734 \end_inset
32735
32736
32737 \series bold
32738
32739 \backslash
32740 newcommand{
32741 \backslash
32742 larrow}[2]{
32743 \backslash
32744 xleftarrow[#2]{#1}}
32745 \series default
32746
32747 \begin_inset Newline newline
32748 \end_inset
32749
32750 dans LyX, en texte normal, sélectionnez-la et ensuite utilisez la raccourci
32751  clavier 
32752 \family sans
32753 Ctrl+M
32754 \family default
32755 , la commande sera transformée en macro mathématique.
32756  En utilisant cette méthode, vous devez faire attention au fait que la commande
32757  
32758 \series bold
32759
32760 \backslash
32761 newcommand
32762 \series default
32763  soit tapée correctement, sinon vous obtiendrez une macro corrompue qui
32764  amènera des erreurs LaTeX.
32765 \end_layout
32766
32767 \begin_layout Standard
32768 Les macro mathématiques ont encore actuellement un problème qui fait que
32769  les formules supplémentaires dans une définition de macro ne sont pas gérées
32770  correctement.
32771  Ce qui fait que l'exemple 
32772 \series bold
32773
32774 \backslash
32775 fb
32776 \series default
32777  de la sous-section
32778 \begin_inset space ~
32779 \end_inset
32780
32781
32782 \begin_inset CommandInset ref
32783 LatexCommand ref
32784 reference "sub:La-commande-newcommand"
32785
32786 \end_inset
32787
32788  ne peut pas être créée comme macro.
32789 \end_layout
32790
32791 \begin_layout Standard
32792 Quand le curseur se trouve dans la boîte de définition d'une macro, vous
32793  verrez dans la fenêtre de LyX, la barre d'outils macro :
32794 \end_layout
32795
32796 \begin_layout Standard
32797 \begin_inset VSpace defskip
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Standard
32804 \begin_inset Graphics
32805         filename ../clipart/MacroToolbar.png
32806
32807 \end_inset
32808
32809
32810 \begin_inset Index idx
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814 Macros ! Barre d'outils
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \begin_layout Standard
32823 \begin_inset VSpace defskip
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 La barre d'outils macro contient de la gauche vers la droite les boutons
32831  suivants :
32832 \end_layout
32833
32834 \begin_layout Standard
32835 \begin_inset VSpace defskip
32836 \end_inset
32837
32838
32839 \end_layout
32840
32841 \begin_layout Standard
32842 \begin_inset Tabular
32843 <lyxtabular version="3" rows="9" columns="2">
32844 <features rotate="0" islongtable="true" longtabularalignment="center">
32845 <column alignment="left" valignment="top">
32846 <column alignment="left" valignment="top" width="85col%">
32847 <row interlinespace="2.5mm">
32848 <cell alignment="center" valignment="top" usebox="none">
32849 \begin_inset Text
32850
32851 \begin_layout Plain Layout
32852 \begin_inset Graphics
32853         filename ../../images/math-macro-remove-param.png
32854         rotateOrigin center
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \end_inset
32862 </cell>
32863 <cell alignment="center" valignment="top" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867
32868 \family sans
32869 Édition\SpecialChar \menuseparator
32870 Math\SpecialChar \menuseparator
32871 Définition
32872 \begin_inset space ~
32873 \end_inset
32874
32875 de
32876 \begin_inset space ~
32877 \end_inset
32878
32879 macro\SpecialChar \menuseparator
32880 Supprimer
32881 \begin_inset space ~
32882 \end_inset
32883
32884 le
32885 \begin_inset space ~
32886 \end_inset
32887
32888 dernier
32889 \begin_inset space ~
32890 \end_inset
32891
32892 argument
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 </row>
32898 <row interlinespace="2.5mm">
32899 <cell alignment="center" valignment="top" usebox="none">
32900 \begin_inset Text
32901
32902 \begin_layout Plain Layout
32903 \begin_inset Graphics
32904         filename ../../images/math-macro-add-param.png
32905         rotateOrigin center
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \end_inset
32913 </cell>
32914 <cell alignment="center" valignment="top" usebox="none">
32915 \begin_inset Text
32916
32917 \begin_layout Plain Layout
32918
32919 \family sans
32920 Édition\SpecialChar \menuseparator
32921 Math\SpecialChar \menuseparator
32922 Définition
32923 \begin_inset space ~
32924 \end_inset
32925
32926 de
32927 \begin_inset space ~
32928 \end_inset
32929
32930 macro\SpecialChar \menuseparator
32931 Ajouter
32932 \begin_inset space ~
32933 \end_inset
32934
32935 un
32936 \begin_inset space ~
32937 \end_inset
32938
32939 argument
32940 \end_layout
32941
32942 \end_inset
32943 </cell>
32944 </row>
32945 <row interlinespace="2.5mm">
32946 <cell alignment="center" valignment="top" usebox="none">
32947 \begin_inset Text
32948
32949 \begin_layout Plain Layout
32950 \begin_inset Graphics
32951         filename ../../images/math-macro-make-optional.png
32952         rotateOrigin center
32953
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 <cell alignment="center" valignment="top" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965
32966 \family sans
32967 Édition\SpecialChar \menuseparator
32968 Math\SpecialChar \menuseparator
32969 Définition
32970 \begin_inset space ~
32971 \end_inset
32972
32973 de
32974 \begin_inset space ~
32975 \end_inset
32976
32977 macro\SpecialChar \menuseparator
32978 Rendre optionnel le premier
32979 \begin_inset Newline newline
32980 \end_inset
32981
32982
32983 \begin_inset Phantom HPhantom
32984 status open
32985
32986 \begin_layout Plain Layout
32987
32988 \family sans
32989 Édition\SpecialChar \menuseparator
32990 Math\SpecialChar \menuseparator
32991 Définition
32992 \begin_inset space ~
32993 \end_inset
32994
32995 de
32996 \begin_inset space ~
32997 \end_inset
32998
32999 macro\SpecialChar \menuseparator
33000
33001 \end_layout
33002
33003 \end_inset
33004
33005 argument
33006 \begin_inset space ~
33007 \end_inset
33008
33009 non
33010 \begin_inset space ~
33011 \end_inset
33012
33013 optionnel
33014 \end_layout
33015
33016 \end_inset
33017 </cell>
33018 </row>
33019 <row interlinespace="2.5mm">
33020 <cell alignment="center" valignment="top" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024 \begin_inset Graphics
33025         filename ../../images/math-macro-make-nonoptional.png
33026         rotateOrigin center
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \end_inset
33034 </cell>
33035 <cell alignment="center" valignment="top" usebox="none">
33036 \begin_inset Text
33037
33038 \begin_layout Plain Layout
33039
33040 \family sans
33041 Édition\SpecialChar \menuseparator
33042 Math\SpecialChar \menuseparator
33043 Définition
33044 \begin_inset space ~
33045 \end_inset
33046
33047 de
33048 \begin_inset space ~
33049 \end_inset
33050
33051 macro\SpecialChar \menuseparator
33052 Rendre non optionnel le dernier
33053 \begin_inset Newline newline
33054 \end_inset
33055
33056
33057 \begin_inset Phantom HPhantom
33058 status open
33059
33060 \begin_layout Plain Layout
33061
33062 \family sans
33063 Édition\SpecialChar \menuseparator
33064 Math\SpecialChar \menuseparator
33065 Définition
33066 \begin_inset space ~
33067 \end_inset
33068
33069 de
33070 \begin_inset space ~
33071 \end_inset
33072
33073 macro\SpecialChar \menuseparator
33074
33075 \end_layout
33076
33077 \end_inset
33078
33079 argument
33080 \begin_inset space ~
33081 \end_inset
33082
33083 optionnel
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 </row>
33089 <row interlinespace="2.5mm">
33090 <cell alignment="center" valignment="top" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094 \begin_inset Graphics
33095         filename ../../images/math-macro-remove-optional-param.png
33096         rotateOrigin center
33097
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 <cell alignment="center" valignment="top" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109
33110 \family sans
33111 Édition\SpecialChar \menuseparator
33112 Math\SpecialChar \menuseparator
33113 Définition
33114 \begin_inset space ~
33115 \end_inset
33116
33117 de
33118 \begin_inset space ~
33119 \end_inset
33120
33121 macro\SpecialChar \menuseparator
33122 Supprimer
33123 \begin_inset space ~
33124 \end_inset
33125
33126 un
33127 \begin_inset space ~
33128 \end_inset
33129
33130 argument
33131 \begin_inset space ~
33132 \end_inset
33133
33134 optionnel
33135 \end_layout
33136
33137 \end_inset
33138 </cell>
33139 </row>
33140 <row interlinespace="2.5mm">
33141 <cell alignment="center" valignment="top" usebox="none">
33142 \begin_inset Text
33143
33144 \begin_layout Plain Layout
33145 \begin_inset Graphics
33146         filename ../../images/math-macro-add-optional-param.png
33147         rotateOrigin center
33148
33149 \end_inset
33150
33151
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 <cell alignment="center" valignment="top" usebox="none">
33157 \begin_inset Text
33158
33159 \begin_layout Plain Layout
33160
33161 \family sans
33162 Édition\SpecialChar \menuseparator
33163 Math\SpecialChar \menuseparator
33164 Définition
33165 \begin_inset space ~
33166 \end_inset
33167
33168 de
33169 \begin_inset space ~
33170 \end_inset
33171
33172 macro\SpecialChar \menuseparator
33173 Insérer
33174 \begin_inset space ~
33175 \end_inset
33176
33177 un
33178 \begin_inset space ~
33179 \end_inset
33180
33181 argument
33182 \begin_inset space ~
33183 \end_inset
33184
33185 optionnel
33186 \end_layout
33187
33188 \end_inset
33189 </cell>
33190 </row>
33191 <row interlinespace="2.5mm">
33192 <cell alignment="center" valignment="top" usebox="none">
33193 \begin_inset Text
33194
33195 \begin_layout Plain Layout
33196 \begin_inset Graphics
33197         filename ../../images/math-macro-remove-greedy-param.png
33198         rotateOrigin center
33199
33200 \end_inset
33201
33202
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 <cell alignment="center" valignment="top" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211
33212 \family sans
33213 Édition\SpecialChar \menuseparator
33214 Math\SpecialChar \menuseparator
33215 Définition
33216 \begin_inset space ~
33217 \end_inset
33218
33219 de
33220 \begin_inset space ~
33221 \end_inset
33222
33223 macro\SpecialChar \menuseparator
33224 Enlever
33225 \begin_inset space ~
33226 \end_inset
33227
33228 le
33229 \begin_inset space ~
33230 \end_inset
33231
33232 dernier
33233 \begin_inset space ~
33234 \end_inset
33235
33236 argument
33237 \begin_inset space ~
33238 \end_inset
33239
33240 en
33241 \begin_inset Newline newline
33242 \end_inset
33243
33244
33245 \begin_inset Phantom HPhantom
33246 status open
33247
33248 \begin_layout Plain Layout
33249
33250 \family sans
33251 Édition\SpecialChar \menuseparator
33252 Math\SpecialChar \menuseparator
33253 Définition
33254 \begin_inset space ~
33255 \end_inset
33256
33257 de
33258 \begin_inset space ~
33259 \end_inset
33260
33261 macro\SpecialChar \menuseparator
33262
33263 \end_layout
33264
33265 \end_inset
33266
33267 éjectant
33268 \begin_inset space ~
33269 \end_inset
33270
33271 par
33272 \begin_inset space ~
33273 \end_inset
33274
33275 la
33276 \begin_inset space ~
33277 \end_inset
33278
33279 droite
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 </row>
33285 <row interlinespace="2.5mm">
33286 <cell alignment="center" valignment="top" usebox="none">
33287 \begin_inset Text
33288
33289 \begin_layout Plain Layout
33290 \begin_inset Graphics
33291         filename ../../images/math-macro-append-greedy-param.png
33292         rotateOrigin center
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 <cell alignment="center" valignment="top" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305
33306 \family sans
33307 Édition\SpecialChar \menuseparator
33308 Math\SpecialChar \menuseparator
33309 Définition
33310 \begin_inset space ~
33311 \end_inset
33312
33313 de
33314 \begin_inset space ~
33315 \end_inset
33316
33317 macro\SpecialChar \menuseparator
33318 Ajouter
33319 \begin_inset space ~
33320 \end_inset
33321
33322 l'argument
33323 \begin_inset space ~
33324 \end_inset
33325
33326 en
33327 \begin_inset space ~
33328 \end_inset
33329
33330 intégrant
33331 \begin_inset Newline newline
33332 \end_inset
33333
33334
33335 \begin_inset Phantom HPhantom
33336 status open
33337
33338 \begin_layout Plain Layout
33339
33340 \family sans
33341 Édition\SpecialChar \menuseparator
33342 Math\SpecialChar \menuseparator
33343 Définition
33344 \begin_inset space ~
33345 \end_inset
33346
33347 de
33348 \begin_inset space ~
33349 \end_inset
33350
33351 macro\SpecialChar \menuseparator
33352
33353 \end_layout
33354
33355 \end_inset
33356
33357 depuis
33358 \begin_inset space ~
33359 \end_inset
33360
33361 la
33362 \begin_inset space ~
33363 \end_inset
33364
33365 droite
33366 \end_layout
33367
33368 \end_inset
33369 </cell>
33370 </row>
33371 <row interlinespace="2.5mm">
33372 <cell alignment="center" valignment="top" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 \begin_inset Graphics
33377         filename ../../images/math-macro-add-greedy-optional-param.png
33378         rotateOrigin center
33379
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 <cell alignment="center" valignment="top" usebox="none">
33388 \begin_inset Text
33389
33390 \begin_layout Plain Layout
33391
33392 \family sans
33393 Édition\SpecialChar \menuseparator
33394 Math\SpecialChar \menuseparator
33395 Définition
33396 \begin_inset space ~
33397 \end_inset
33398
33399 de
33400 \begin_inset space ~
33401 \end_inset
33402
33403 macro\SpecialChar \menuseparator
33404 Ajouter
33405 \begin_inset space ~
33406 \end_inset
33407
33408 l'argument
33409 \begin_inset space ~
33410 \end_inset
33411
33412 optionnel
33413 \begin_inset space ~
33414 \end_inset
33415
33416 en
33417 \begin_inset Newline newline
33418 \end_inset
33419
33420
33421 \begin_inset Phantom HPhantom
33422 status open
33423
33424 \begin_layout Plain Layout
33425
33426 \family sans
33427 Édition\SpecialChar \menuseparator
33428 Math\SpecialChar \menuseparator
33429 Définition
33430 \begin_inset space ~
33431 \end_inset
33432
33433 de
33434 \begin_inset space ~
33435 \end_inset
33436
33437 macro\SpecialChar \menuseparator
33438
33439 \end_layout
33440
33441 \end_inset
33442
33443 intégrant
33444 \begin_inset space ~
33445 \end_inset
33446
33447 depuis
33448 \begin_inset space ~
33449 \end_inset
33450
33451 la
33452 \begin_inset space ~
33453 \end_inset
33454
33455 droite
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 </row>
33461 </lyxtabular>
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Section
33469 Système de calcul formel
33470 \end_layout
33471
33472 \begin_layout Standard
33473 LyX permet l'échange d'expressions mathématiques écrites avec l'éditeur
33474  mathématique de LyX et des applications externes ou des programmes écrits
33475  par l'utilisateur.
33476  Actuellement les applications qui sont gérées sont 
33477 \family sans
33478 Maple
33479 \family default
33480
33481 \family sans
33482 Mathematica
33483 \family default
33484
33485 \family sans
33486 Maxima
33487 \family default
33488  et 
33489 \family sans
33490 Octave
33491 \family default
33492 .
33493  Notez que les constructions mathematiques qui sont acceptées sont limitées
33494  à des cas très simples.
33495 \end_layout
33496
33497 \begin_layout Subsection
33498 Utilisation
33499 \end_layout
33500
33501 \begin_layout Standard
33502 Écrivez une expression dans une formule puis allez dans 
33503 \family sans
33504 Édition\SpecialChar \menuseparator
33505 Maths
33506 \family default
33507 \SpecialChar \menuseparator
33508
33509 \family sans
33510 Appel à un logiciel de calcul formel
33511 \family default
33512 , choisissez une des applications que vous avez installé sur votre ordinateur.
33513  Après cela, le résultat du calcul devrait apparaître sur le côté droit
33514  de l'expression avec l'opérateur 
33515 \begin_inset Quotes fld
33516 \end_inset
33517
33518 =
33519 \begin_inset Quotes frd
33520 \end_inset
33521
33522 .
33523 \end_layout
33524
33525 \begin_layout Standard
33526 Voici quelques exemples très simples ( avec les résultats de 
33527 \family sans
33528 Maxima
33529 \family default
33530  ) pour montrer quel genre de calculs on peut effectuer :
33531 \end_layout
33532
33533 \begin_layout Itemize
33534 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \begin_layout Itemize
33541 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33542 \end_inset
33543
33544
33545 \end_layout
33546
33547 \begin_layout Itemize
33548 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \begin_layout Itemize
33555 \begin_inset Formula $\det\left[\begin{array}{ccc}
33556 1 & 6 & 7\\
33557 2 & 5 & 8\\
33558 3 & 4 & 17
33559 \end{array}\right]=-56$
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \begin_layout Itemize
33566 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33567 \end_inset
33568
33569
33570 \end_layout
33571
33572 \begin_layout Subsection
33573 Raccourci clavier
33574 \end_layout
33575
33576 \begin_layout Standard
33577 Actuellement, il n'y a pas de raccourci clavier pour appeler les applications
33578  algébriques.
33579  On peut facilement attacher un raccourci à la fonction math-extern de LyX
33580  ( voir le manuel 
33581 \family sans
33582 \emph on
33583 Fonctions LyX
33584 \family default
33585 \emph default
33586  ).
33587  On peut par exemple attacher la touche 
33588 \family sans
33589 Entrée
33590 \family default
33591  à l'intérieur de l'éditeur mathématique à 
33592 \family sans
33593 Maxima
33594 \family default
33595 , ce qui donnera la commande de définition suivante pour le raccourci
33596 \begin_inset space ~
33597 \end_inset
33598
33599 :
33600 \end_layout
33601
33602 \begin_layout Standard
33603
33604 \series bold
33605 command-alternatives break-paragraph;math-extern maxima
33606 \end_layout
33607
33608 \begin_layout Section
33609 Points divers
33610 \begin_inset Index idx
33611 status collapsed
33612
33613 \begin_layout Plain Layout
33614 Points divers
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Subsection
33623 Nombres négatifs
33624 \begin_inset Index idx
33625 status collapsed
33626
33627 \begin_layout Plain Layout
33628 Nombres ! négatifs
33629 \end_layout
33630
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \begin_layout Standard
33637 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
33638  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
33639  moins.
33640  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
33641  correctement.
33642 \end_layout
33643
33644 \begin_layout Standard
33645 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
33646 \end_layout
33647
33648 \begin_layout Standard
33649 Un exemple pour illustrer le problème:
33650 \end_layout
33651
33652 \begin_layout Standard
33653 \align center
33654 \begin_inset Tabular
33655 <lyxtabular version="3" rows="3" columns="2">
33656 <features rotate="0" tabularvalignment="middle">
33657 <column alignment="right" valignment="top">
33658 <column alignment="left" valignment="top">
33659 <row>
33660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33661 \begin_inset Text
33662
33663 \begin_layout Plain Layout
33664 texte normal:
33665 \end_layout
33666
33667 \end_inset
33668 </cell>
33669 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Plain Layout
33673 x = -2
33674 \end_layout
33675
33676 \end_inset
33677 </cell>
33678 </row>
33679 <row>
33680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33681 \begin_inset Text
33682
33683 \begin_layout Plain Layout
33684 formule:
33685 \end_layout
33686
33687 \end_inset
33688 </cell>
33689 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33690 \begin_inset Text
33691
33692 \begin_layout Plain Layout
33693 \begin_inset Formula $x=-2$
33694 \end_inset
33695
33696
33697 \end_layout
33698
33699 \end_inset
33700 </cell>
33701 </row>
33702 <row>
33703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33704 \begin_inset Text
33705
33706 \begin_layout Plain Layout
33707 solution:
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33713 \begin_inset Text
33714
33715 \begin_layout Plain Layout
33716 \begin_inset Formula $x=\textrm{-}2$
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 </row>
33725 </lyxtabular>
33726
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Subsection
33733 La virgule comme séparateur décimal
33734 \begin_inset Index idx
33735 status collapsed
33736
33737 \begin_layout Plain Layout
33738 Virgule
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \begin_layout Standard
33747 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
33748  pour grouper les chiffres dans un nombre.
33749  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
33750  formules.
33751 \end_layout
33752
33753 \begin_layout Standard
33754 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
33755  (raccourci 
33756 \family sans
33757 Ctrl+M
33758 \family default
33759 ).
33760 \end_layout
33761
33762 \begin_layout Standard
33763 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
33764  on doit charger le fichier 
33765 \series bold
33766 icomma.sty
33767 \series default
33768
33769 \begin_inset Foot
33770 status collapsed
33771
33772 \begin_layout Plain Layout
33773
33774 \series bold
33775 icomma
33776 \series default
33777  fait partie du paquetage 
33778 \series bold
33779 was
33780 \series default
33781
33782 \begin_inset Index idx
33783 status collapsed
33784
33785 \begin_layout Plain Layout
33786 Paquetages ! was
33787 \begin_inset ERT
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791
33792
33793 \backslash
33794 vspace{4mm}
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \end_layout
33801
33802 \end_inset
33803
33804 .
33805 \end_layout
33806
33807 \end_inset
33808
33809
33810 \begin_inset Index idx
33811 status collapsed
33812
33813 \begin_layout Plain Layout
33814 Paquetages ! icomma
33815 \end_layout
33816
33817 \end_inset
33818
33819  dans le préambule LaTeX avec la ligne
33820 \end_layout
33821
33822 \begin_layout Standard
33823
33824 \series bold
33825
33826 \backslash
33827 usepackage{icomma}
33828 \end_layout
33829
33830 \begin_layout Subsection
33831 Les vecteurs physiques
33832 \begin_inset CommandInset label
33833 LatexCommand label
33834 name "sub:Vecteurs-physiques"
33835
33836 \end_inset
33837
33838
33839 \begin_inset Index idx
33840 status collapsed
33841
33842 \begin_layout Plain Layout
33843 Vecteurs ! physiques
33844 \end_layout
33845
33846 \end_inset
33847
33848
33849 \end_layout
33850
33851 \begin_layout Standard
33852 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
33853 \series bold
33854  braket
33855 \series default
33856
33857 \begin_inset Index idx
33858 status collapsed
33859
33860 \begin_layout Plain Layout
33861 Paquetages ! braket
33862 \end_layout
33863
33864 \end_inset
33865
33866  que l'on charge en mettant dans le préambule LaTeX la ligne
33867 \end_layout
33868
33869 \begin_layout Standard
33870
33871 \series bold
33872
33873 \backslash
33874 usepackage{braket}
33875 \end_layout
33876
33877 \begin_layout Standard
33878 \begin_inset ERT
33879 status collapsed
33880
33881 \begin_layout Plain Layout
33882
33883
33884 \backslash
33885 ifbraket 
33886 \end_layout
33887
33888 \end_inset
33889
33890
33891 \begin_inset Note Note
33892 status open
33893
33894 \begin_layout Plain Layout
33895 Ce qui suit ne sera affiché que si le paquetage LaTeX 
33896 \series bold
33897 braket
33898 \series default
33899  est installé:
33900 \end_layout
33901
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \begin_layout Standard
33908 \begin_inset Newpage newpage
33909 \end_inset
33910
33911
33912 \end_layout
33913
33914 \begin_layout Standard
33915 Les commandes suivantes sont définies:
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \align center
33920 \begin_inset Tabular
33921 <lyxtabular version="3" rows="4" columns="2">
33922 <features rotate="0" tabularvalignment="middle">
33923 <column alignment="center" valignment="top">
33924 <column alignment="center" valignment="top">
33925 <row>
33926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Plain Layout
33930 Commande
33931 \end_layout
33932
33933 \end_inset
33934 </cell>
33935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33936 \begin_inset Text
33937
33938 \begin_layout Plain Layout
33939 Résultat
33940 \end_layout
33941
33942 \end_inset
33943 </cell>
33944 </row>
33945 <row>
33946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33947 \begin_inset Text
33948
33949 \begin_layout Plain Layout
33950
33951 \backslash
33952 Bra{
33953 \backslash
33954 psi
33955 \end_layout
33956
33957 \end_inset
33958 </cell>
33959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33960 \begin_inset Text
33961
33962 \begin_layout Plain Layout
33963 \begin_inset Formula $\Bra{\psi}$
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 </row>
33972 <row>
33973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33974 \begin_inset Text
33975
33976 \begin_layout Plain Layout
33977
33978 \backslash
33979 Ket{
33980 \backslash
33981 psi
33982 \end_layout
33983
33984 \end_inset
33985 </cell>
33986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33987 \begin_inset Text
33988
33989 \begin_layout Plain Layout
33990 \begin_inset Formula $\Ket{\psi}$
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \end_inset
33997 </cell>
33998 </row>
33999 <row>
34000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34001 \begin_inset Text
34002
34003 \begin_layout Plain Layout
34004
34005 \backslash
34006 Braket{
34007 \backslash
34008 psi|
34009 \backslash
34010 phi
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34016 \begin_inset Text
34017
34018 \begin_layout Plain Layout
34019 \begin_inset Formula $\Braket{\psi|\phi}$
34020 \end_inset
34021
34022
34023 \end_layout
34024
34025 \end_inset
34026 </cell>
34027 </row>
34028 </lyxtabular>
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \begin_layout Standard
34036 La commande 
34037 \series bold
34038
34039 \backslash
34040 Braket
34041 \series default
34042  assure que toutes les barres verticales ont la même taille que les crochets
34043  englobants:
34044 \begin_inset Formula 
34045 \[
34046 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34047 \]
34048
34049 \end_inset
34050
34051
34052 \end_layout
34053
34054 \begin_layout Standard
34055 \begin_inset ERT
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059
34060
34061 \backslash
34062 else 
34063 \end_layout
34064
34065 \end_inset
34066
34067
34068 \begin_inset Note Note
34069 status open
34070
34071 \begin_layout Plain Layout
34072 Ce qui suit sera affiché si la paquetage LaTeX 
34073 \series bold
34074 braket
34075 \series default
34076  n'est pas installé:
34077 \end_layout
34078
34079 \end_inset
34080
34081
34082 \end_layout
34083
34084 \begin_layout Standard
34085 Vous avez besoin du paquetage LaTeX 
34086 \series bold
34087 braket
34088 \series default
34089  pour voir le reste de cette sous section dans la sortie finale.
34090 \end_layout
34091
34092 \begin_layout Standard
34093 \begin_inset ERT
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097
34098
34099 \backslash
34100 fi 
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \begin_layout Standard
34109 L'effet de la commande 
34110 \series bold
34111
34112 \backslash
34113 Braket
34114 \series default
34115  peut aussi être obtenu en utilisant la commande 
34116 \series bold
34117
34118 \backslash
34119 middle
34120 \series default
34121 , qui est décrite dans 
34122 \begin_inset CommandInset ref
34123 LatexCommand ref
34124 reference "sub:Taille-parenthèses-automatique"
34125
34126 \end_inset
34127
34128 .
34129 \end_layout
34130
34131 \begin_layout Subsection
34132 Fractions personnalisées
34133 \begin_inset CommandInset label
34134 LatexCommand label
34135 name "sub:Fractions-personnalisées"
34136
34137 \end_inset
34138
34139
34140 \begin_inset Index idx
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144 Fractions ! personnalisées
34145 \end_layout
34146
34147 \end_inset
34148
34149
34150 \end_layout
34151
34152 \begin_layout Standard
34153 Pour définir des commandes personnalisées pour les fractions, on utilise
34154  la commande 
34155 \series bold
34156
34157 \backslash
34158 genfrac
34159 \series default
34160
34161 \begin_inset Index idx
34162 status collapsed
34163
34164 \begin_layout Plain Layout
34165 Commandes ! G ! 
34166 \backslash
34167 genfrac
34168 \end_layout
34169
34170 \end_inset
34171
34172  avec la syntaxe suivante:
34173 \end_layout
34174
34175 \begin_layout Standard
34176
34177 \series bold
34178
34179 \backslash
34180 genfrac{parenthèse gauche}{parenthèse droite}
34181 \begin_inset Newline newline
34182 \end_inset
34183
34184
34185 \begin_inset Phantom HPhantom
34186 status open
34187
34188 \begin_layout Plain Layout
34189
34190 \series bold
34191
34192 \backslash
34193 genfrac
34194 \end_layout
34195
34196 \end_inset
34197
34198 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
34199 \end_layout
34200
34201 \begin_layout Standard
34202 Le style est un nombre allant de 0 à 3.
34203 \end_layout
34204
34205 \begin_layout Standard
34206 \align center
34207 \begin_inset Tabular
34208 <lyxtabular version="3" rows="5" columns="2">
34209 <features rotate="0" tabularvalignment="middle">
34210 <column alignment="center" valignment="top">
34211 <column alignment="center" valignment="top">
34212 <row>
34213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34214 \begin_inset Text
34215
34216 \begin_layout Plain Layout
34217 Nombre
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34223 \begin_inset Text
34224
34225 \begin_layout Plain Layout
34226 Style (Taille)
34227 \end_layout
34228
34229 \end_inset
34230 </cell>
34231 </row>
34232 <row>
34233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34234 \begin_inset Text
34235
34236 \begin_layout Plain Layout
34237 0
34238 \end_layout
34239
34240 \end_inset
34241 </cell>
34242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34243 \begin_inset Text
34244
34245 \begin_layout Plain Layout
34246 formule hors ligne
34247 \end_layout
34248
34249 \end_inset
34250 </cell>
34251 </row>
34252 <row>
34253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34254 \begin_inset Text
34255
34256 \begin_layout Plain Layout
34257 1
34258 \end_layout
34259
34260 \end_inset
34261 </cell>
34262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34263 \begin_inset Text
34264
34265 \begin_layout Plain Layout
34266 formule en ligne
34267 \end_layout
34268
34269 \end_inset
34270 </cell>
34271 </row>
34272 <row>
34273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34274 \begin_inset Text
34275
34276 \begin_layout Plain Layout
34277 2
34278 \end_layout
34279
34280 \end_inset
34281 </cell>
34282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34283 \begin_inset Text
34284
34285 \begin_layout Plain Layout
34286 petit (small)
34287 \end_layout
34288
34289 \end_inset
34290 </cell>
34291 </row>
34292 <row>
34293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34294 \begin_inset Text
34295
34296 \begin_layout Plain Layout
34297 3
34298 \end_layout
34299
34300 \end_inset
34301 </cell>
34302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34303 \begin_inset Text
34304
34305 \begin_layout Plain Layout
34306 minuscule (tiny)
34307 \end_layout
34308
34309 \end_inset
34310 </cell>
34311 </row>
34312 </lyxtabular>
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Standard
34320 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
34321  dans lequel on se trouve, comme avec la commande 
34322 \series bold
34323
34324 \backslash
34325 frac
34326 \series default
34327 .
34328 \end_layout
34329
34330 \begin_layout Standard
34331 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
34332 e de 0.4
34333 \begin_inset space \thinspace{}
34334 \end_inset
34335
34336 pt est utilisée.
34337 \end_layout
34338
34339 \begin_layout Standard
34340 \begin_inset VSpace medskip
34341 \end_inset
34342
34343 Par exemple les commandes 
34344 \series bold
34345
34346 \backslash
34347 dfrac
34348 \series default
34349  et 
34350 \series bold
34351
34352 \backslash
34353 tbinom
34354 \series default
34355  vues en 
34356 \begin_inset CommandInset ref
34357 LatexCommand ref
34358 reference "sub:Fractions"
34359
34360 \end_inset
34361
34362  sont définies avec les commandes 
34363 \end_layout
34364
34365 \begin_layout Standard
34366
34367 \series bold
34368
34369 \backslash
34370 newcommand{
34371 \backslash
34372 dfrac}[2]{
34373 \backslash
34374 genfrac{}{}{}{0}{#1}{#2}}
34375 \end_layout
34376
34377 \begin_layout Standard
34378 et
34379 \end_layout
34380
34381 \begin_layout Standard
34382
34383 \series bold
34384
34385 \backslash
34386 newcommand{
34387 \backslash
34388 tbinom}[2]{
34389 \backslash
34390 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34391 \end_layout
34392
34393 \begin_layout Standard
34394 \begin_inset VSpace medskip
34395 \end_inset
34396
34397 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
34398  en argument, on insère la ligne suivante dans le préambule LaTeX:
34399 \end_layout
34400
34401 \begin_layout Standard
34402
34403 \series bold
34404
34405 \backslash
34406 newcommand{
34407 \backslash
34408 fracS}[3][]{
34409 \backslash
34410 genfrac{}{}{#1}{}{#2}{#3}}
34411 \end_layout
34412
34413 \begin_layout Standard
34414 Un test:
34415 \begin_inset Formula 
34416 \begin{align*}
34417 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34418 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34419 \end{align*}
34420
34421 \end_inset
34422
34423 Comme on peut le voir, la distance entre le numérateur et le dénominateur
34424  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
34425 \end_layout
34426
34427 \begin_layout Subsection
34428 Formules barrées
34429 \begin_inset Index idx
34430 status collapsed
34431
34432 \begin_layout Plain Layout
34433 Formules ! barrées
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \begin_layout Standard
34442 \begin_inset ERT
34443 status collapsed
34444
34445 \begin_layout Plain Layout
34446
34447
34448 \backslash
34449 ifcancel 
34450 \end_layout
34451
34452 \end_inset
34453
34454
34455 \begin_inset Note Note
34456 status open
34457
34458 \begin_layout Plain Layout
34459 Ce qui suit ne sera affiché que si le paquetage LaTeX 
34460 \series bold
34461 cancel
34462 \series default
34463  est installé:
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Standard
34472 Il y a quatre façon de barrer une formule u une portion de formule:
34473 \end_layout
34474
34475 \begin_layout Standard
34476 \align center
34477 \begin_inset Tabular
34478 <lyxtabular version="3" rows="5" columns="2">
34479 <features rotate="0" tabularvalignment="middle">
34480 <column alignment="center" valignment="top">
34481 <column alignment="center" valignment="top">
34482 <row>
34483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34484 \begin_inset Text
34485
34486 \begin_layout Plain Layout
34487 Commande
34488 \end_layout
34489
34490 \end_inset
34491 </cell>
34492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34493 \begin_inset Text
34494
34495 \begin_layout Plain Layout
34496 Résultat
34497 \begin_inset Note Note
34498 status collapsed
34499
34500 \begin_layout Plain Layout
34501 L'espace et
34502 \series bold
34503  
34504 \backslash
34505 raisebox 
34506 \series default
34507 sont seulement utilisées pour faire de la place.
34508 \end_layout
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \end_inset
34516 </cell>
34517 </row>
34518 <row>
34519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523
34524 \backslash
34525 cancel
34526 \begin_inset space \textvisiblespace{}
34527 \end_inset
34528
34529
34530 \backslash
34531 int
34532 \begin_inset space \textvisiblespace{}
34533 \end_inset
34534
34535 A=B
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 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \end_inset
34551 </cell>
34552 </row>
34553 <row>
34554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34555 \begin_inset Text
34556
34557 \begin_layout Plain Layout
34558
34559 \backslash
34560 bcancel
34561 \begin_inset space \textvisiblespace{}
34562 \end_inset
34563
34564
34565 \backslash
34566 int
34567 \begin_inset space \textvisiblespace{}
34568 \end_inset
34569
34570 A=B
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34580 \end_inset
34581
34582
34583 \end_layout
34584
34585 \end_inset
34586 </cell>
34587 </row>
34588 <row>
34589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34590 \begin_inset Text
34591
34592 \begin_layout Plain Layout
34593
34594 \backslash
34595 xcancel
34596 \begin_inset space \textvisiblespace{}
34597 \end_inset
34598
34599 int
34600 \begin_inset space \textvisiblespace{}
34601 \end_inset
34602
34603 A=B
34604 \end_layout
34605
34606 \end_inset
34607 </cell>
34608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34609 \begin_inset Text
34610
34611 \begin_layout Plain Layout
34612 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34613 \end_inset
34614
34615
34616 \end_layout
34617
34618 \end_inset
34619 </cell>
34620 </row>
34621 <row>
34622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34623 \begin_inset Text
34624
34625 \begin_layout Plain Layout
34626
34627 \backslash
34628 cancelto
34629 \begin_inset space \textvisiblespace{}
34630 \end_inset
34631
34632
34633 \backslash
34634 int
34635 \begin_inset space \textvisiblespace{}
34636 \end_inset
34637
34638 A=B
34639 \begin_inset Formula $\to$
34640 \end_inset
34641
34642 1
34643 \end_layout
34644
34645 \end_inset
34646 </cell>
34647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34648 \begin_inset Text
34649
34650 \begin_layout Plain Layout
34651 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \end_inset
34658 </cell>
34659 </row>
34660 </lyxtabular>
34661
34662 \end_inset
34663
34664
34665 \end_layout
34666
34667 \begin_layout Standard
34668
34669 \series bold
34670
34671 \backslash
34672 cancelto
34673 \series default
34674  est particulièrement utile pour visionner des simplifications de fractions
34675  dans les formules:
34676 \begin_inset Formula 
34677 \[
34678 \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}}}
34679 \]
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \begin_layout Standard
34687 Pour modifier la taille de la valeur d' 
34688 \begin_inset Quotes fld
34689 \end_inset
34690
34691 indice
34692 \begin_inset Quotes frd
34693 \end_inset
34694
34695  de 
34696 \series bold
34697
34698 \backslash
34699 cancelto
34700 \series default
34701  , il est possible de 
34702 \lang english
34703 add the LaTeX-preamble line
34704 \end_layout
34705
34706 \begin_layout Standard
34707
34708 \series bold
34709
34710 \backslash
34711 PassOptionsToPackage{option}{cancel}
34712 \end_layout
34713
34714 \begin_layout Standard
34715
34716 \lang english
34717 where 
34718 \series bold
34719 option
34720 \series default
34721  is either 
34722 \series bold
34723 \lang french
34724 samesize
34725 \series default
34726  qui laissera la valeur barrée avec la même taille, ou 
34727 \series bold
34728 Smaller
34729 \series default
34730  qui la met dans une taille un peu plus petite que la taille normale.
34731 \end_layout
34732
34733 \begin_layout Standard
34734 Pour mettre la barre en couleur, il faut ajouter cette commande en mode
34735  TeX:
34736 \end_layout
34737
34738 \begin_layout Standard
34739
34740 \series bold
34741
34742 \backslash
34743 renewcommand{
34744 \backslash
34745 CancelColor}{
34746 \backslash
34747 color{red}}
34748 \end_layout
34749
34750 \begin_layout Standard
34751 où 
34752 \series bold
34753 \lang english
34754 red
34755 \series default
34756 \lang french
34757  peut être remplacé par ma couleur de votre choix.
34758 \end_layout
34759
34760 \begin_layout Standard
34761 \begin_inset ERT
34762 status collapsed
34763
34764 \begin_layout Plain Layout
34765
34766
34767 \backslash
34768 renewcommand{
34769 \backslash
34770 CancelColor}{
34771 \backslash
34772 color{red}}
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Standard
34781 \begin_inset Formula 
34782 \[
34783 \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}}}
34784 \]
34785
34786 \end_inset
34787
34788
34789 \end_layout
34790
34791 \begin_layout Standard
34792 \begin_inset ERT
34793 status collapsed
34794
34795 \begin_layout Plain Layout
34796
34797
34798 \backslash
34799 renewcommand{
34800 \backslash
34801 CancelColor}{
34802 \backslash
34803 color{black}}
34804 \end_layout
34805
34806 \end_inset
34807
34808
34809 \begin_inset Note Note
34810 status open
34811
34812 \begin_layout Plain Layout
34813
34814 \lang english
34815 reset the color
34816 \end_layout
34817
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \begin_layout Standard
34824 Pour d'autres personnalisations, voir le manuel du paquetage 
34825 \series bold
34826 cancel
34827 \series default
34828
34829 \begin_inset CommandInset citation
34830 LatexCommand cite
34831 key "cancel"
34832
34833 \end_inset
34834
34835 .
34836 \begin_inset Index idx
34837 status collapsed
34838
34839 \begin_layout Plain Layout
34840 Paquetages ! cancel
34841 \end_layout
34842
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \begin_layout Standard
34849 \begin_inset ERT
34850 status collapsed
34851
34852 \begin_layout Plain Layout
34853
34854
34855 \backslash
34856 else 
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \begin_inset Note Note
34863 status open
34864
34865 \begin_layout Plain Layout
34866 Ce qui suit sera affiché si la paquetage LaTeX 
34867 \series bold
34868 cancel
34869 \series default
34870  n'est pas installé:
34871 \end_layout
34872
34873 \end_inset
34874
34875
34876 \end_layout
34877
34878 \begin_layout Standard
34879 Vous avez besoin du paquetage LaTeX 
34880 \series bold
34881 cancel
34882 \series default
34883  pour voir le reste de cette sous section dans la sortie finale.
34884 \end_layout
34885
34886 \begin_layout Standard
34887 \begin_inset ERT
34888 status collapsed
34889
34890 \begin_layout Plain Layout
34891
34892
34893 \backslash
34894 fi 
34895 \end_layout
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \begin_layout Subsection
34903 Formules dans les entêtes de section
34904 \begin_inset CommandInset label
34905 LatexCommand label
34906 name "sub:formules-dans-les-entêtes"
34907
34908 \end_inset
34909
34910
34911 \begin_inset Index idx
34912 status collapsed
34913
34914 \begin_layout Plain Layout
34915 Formules ! dans les entêtes de section
34916 \end_layout
34917
34918 \end_inset
34919
34920
34921 \end_layout
34922
34923 \begin_layout Standard
34924 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
34925  en compte les points suivants:
34926 \end_layout
34927
34928 \begin_layout Standard
34929 \begin_inset Note Greyedout
34930 status open
34931
34932 \begin_layout Plain Layout
34933 Quand la gestion de 
34934 \series bold
34935 hyperref
34936 \series default
34937
34938 \begin_inset Index idx
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942 Paquetages ! hyperref
34943 \end_layout
34944
34945 \end_inset
34946
34947  est activée dans le dialogue paramètres du document dans la rubrique 
34948 \family sans
34949 Propriétés du PDF
34950 \family default
34951 , les signets PDF sont créés dans la table des matières pour chaque entête
34952  de section.
34953  Si l'entête de section contient une formule, elle est affichée de façon
34954  incorrecte dans le texte du signet parce que les formules dans les signets
34955  ne respectent pas certaines conventions du PDF.
34956  
34957 \end_layout
34958
34959 \end_inset
34960
34961
34962 \end_layout
34963
34964 \begin_layout Standard
34965 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
34966  de section un titre court avec le menu 
34967 \family sans
34968 Insertion\SpecialChar \menuseparator
34969 Titre
34970 \begin_inset space ~
34971 \end_inset
34972
34973 court
34974 \family default
34975 .
34976  Les titres courts sont en général utilisés avec des entêtes de section
34977  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
34978  Seul le titre court apparaît dans la table des matières et donc dans les
34979  signets PDF.
34980 \end_layout
34981
34982 \begin_layout Standard
34983 Quand des formules doivent apparaître dans la table des matières mais que
34984  l'on utilise aussi 
34985 \series bold
34986 hyperref
34987 \series default
34988 , on peut utiliser la commande suivante en mode TeX:
34989 \end_layout
34990
34991 \begin_layout Standard
34992
34993 \series bold
34994
34995 \backslash
34996 texorpdfstring{partie à problème}{alternative}
34997 \begin_inset Index idx
34998 status collapsed
34999
35000 \begin_layout Plain Layout
35001 Commandes ! T ! 
35002 \backslash
35003 texorpdfstring
35004 \end_layout
35005
35006 \end_inset
35007
35008
35009 \end_layout
35010
35011 \begin_layout Standard
35012 \begin_inset Quotes eld
35013 \end_inset
35014
35015 Partie à problème
35016 \begin_inset Quotes erd
35017 \end_inset
35018
35019  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
35020  Cela peut être des caractères, des formules, des notes de bas de page,
35021  mais aussi des références croisées.
35022  L'
35023 \begin_inset Quotes erd
35024 \end_inset
35025
35026 alternative
35027 \begin_inset Quotes erd
35028 \end_inset
35029
35030  est utilisée à la place de la 
35031 \begin_inset Quotes eld
35032 \end_inset
35033
35034 partie à problème
35035 \begin_inset Quotes erd
35036 \end_inset
35037
35038  pour les signets.
35039 \end_layout
35040
35041 \begin_layout Standard
35042 Voici deux exemples d'entêtes de section:
35043 \begin_inset VSpace -3mm
35044 \end_inset
35045
35046
35047 \begin_inset ERT
35048 status collapsed
35049
35050 \begin_layout Plain Layout
35051
35052
35053 \backslash
35054 boldmath 
35055 \end_layout
35056
35057 \end_inset
35058
35059
35060 \end_layout
35061
35062 \begin_layout Subsubsection
35063 Entête de section sans formule dans la table des matières 
35064 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35065 \end_inset
35066
35067
35068 \begin_inset Argument 1
35069 status collapsed
35070
35071 \begin_layout Plain Layout
35072 Entête sans formule dans la table des matières
35073 \end_layout
35074
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \begin_layout Subsubsection
35081 Entête de section avec formule dans la table des matières
35082 \begin_inset ERT
35083 status collapsed
35084
35085 \begin_layout Plain Layout
35086
35087
35088 \backslash
35089 texorpdfstring{
35090 \end_layout
35091
35092 \end_inset
35093
35094  
35095 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35096 \end_inset
35097
35098
35099 \begin_inset ERT
35100 status collapsed
35101
35102 \begin_layout Plain Layout
35103
35104 }{}
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Standard
35113 \begin_inset ERT
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117
35118
35119 \backslash
35120 unboldmath 
35121 \end_layout
35122
35123 \end_inset
35124
35125 Dans le premier entête, on a utilisé un titre court, dans le second la commande
35126  
35127 \series bold
35128
35129 \backslash
35130 texorpdfstring
35131 \series default
35132 .
35133 \end_layout
35134
35135 \begin_layout Standard
35136 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
35137  a été placée dans un environnement  
35138 \series bold
35139 boldmath
35140 \series default
35141 .
35142 \begin_inset Foot
35143 status collapsed
35144
35145 \begin_layout Plain Layout
35146 voir 
35147 \begin_inset CommandInset ref
35148 LatexCommand ref
35149 reference "sub:Formules-en-gras"
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \end_inset
35157
35158
35159 \end_layout
35160
35161 \begin_layout Subsection
35162 Formules dans du texte multi-colonnes
35163 \begin_inset Index idx
35164 status collapsed
35165
35166 \begin_layout Plain Layout
35167 Formules ! dans du texte multi-colonnes
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \end_layout
35174
35175 \begin_layout Standard
35176 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
35177  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
35178  utiliser toute la largeur de la page.
35179  Pour faire cela, on utilise le paquetage LaTeX 
35180 \series bold
35181 multicol
35182 \series default
35183
35184 \begin_inset Foot
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188
35189 \series bold
35190 multicol
35191 \series default
35192  fait partie de toutes les installations LaTeX standard.
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \begin_inset Index idx
35199 status collapsed
35200
35201 \begin_layout Plain Layout
35202 Paquetages ! multicol
35203 \end_layout
35204
35205 \end_inset
35206
35207 , qui est chargé avec la ligne suivante dans le préambule LaTeX
35208 \end_layout
35209
35210 \begin_layout Standard
35211
35212 \series bold
35213
35214 \backslash
35215 usepackage{multicol}
35216 \end_layout
35217
35218 \begin_layout Standard
35219 \begin_inset Note Greyedout
35220 status open
35221
35222 \begin_layout Plain Layout
35223 Noter que dans ce cas on ne 
35224 \emph on
35225 doit pas 
35226 \emph default
35227 activer l'option 
35228 \family sans
35229 Document
35230 \begin_inset space ~
35231 \end_inset
35232
35233 sur
35234 \begin_inset space ~
35235 \end_inset
35236
35237 deux
35238 \begin_inset space ~
35239 \end_inset
35240
35241 colonnes
35242 \family default
35243  dans la rubrique 
35244 \family sans
35245 Format
35246 \begin_inset space ~
35247 \end_inset
35248
35249 du
35250 \begin_inset space ~
35251 \end_inset
35252
35253 texte 
35254 \family default
35255 du menu 
35256 \family sans
35257 Document\SpecialChar \menuseparator
35258 Paramètres
35259 \family default
35260 .
35261 \end_layout
35262
35263 \end_inset
35264
35265
35266 \end_layout
35267
35268 \begin_layout Standard
35269 Avant le texte multi-colonnes on met la commande
35270 \end_layout
35271
35272 \begin_layout Standard
35273
35274 \series bold
35275
35276 \backslash
35277 begin{multicols}{nombre de colonnes}
35278 \end_layout
35279
35280 \begin_layout Standard
35281 en mode TeX.
35282  Le nombre de colonnes est un entier entre 2 et 10.
35283  Avant la formule, le texte multi-colonnes et interrompu avec la commande
35284 \end_layout
35285
35286 \begin_layout Standard
35287
35288 \series bold
35289
35290 \backslash
35291 end{multicols}
35292 \end_layout
35293
35294 \begin_layout Standard
35295 en mode TeX.
35296 \end_layout
35297
35298 \begin_layout Standard
35299 À cause de la commande, un peu d'espace est ajouté automatiquement avant
35300  la formule.
35301  Pour le supprimer, on peut insérer avant la formule un espace vertical
35302  de -6
35303 \begin_inset space \thinspace{}
35304 \end_inset
35305
35306 mm.
35307  Quand on utilise le style de formules 
35308 \series bold
35309 Indenté
35310 \begin_inset Foot
35311 status collapsed
35312
35313 \begin_layout Plain Layout
35314 voir 
35315 \begin_inset CommandInset ref
35316 LatexCommand ref
35317 reference "sec:Styles-de-formules"
35318
35319 \end_inset
35320
35321  pour les styles de formules.
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \series default
35328 , il faut mettre un espace de -9
35329 \begin_inset space \thinspace{}
35330 \end_inset
35331
35332 mm à la place.
35333 \end_layout
35334
35335 \begin_layout Standard
35336 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
35337 \end_layout
35338
35339 \begin_layout Standard
35340
35341 \lang german
35342 \begin_inset ERT
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346
35347
35348 \backslash
35349 begin{multicols}{2}
35350 \end_layout
35351
35352 \end_inset
35353
35354 Das Spektrum wird fouriertransformiert.
35355  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35356 , Lösungsmittel) zu trennen.
35357  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35358  nun das Aussehen des Ausgangssignals.
35359  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35360  über alle Phasen integrieren muss.
35361  Sei nun 
35362 \begin_inset Formula $S$
35363 \end_inset
35364
35365  unser normiertes Ausgangssignal und 
35366 \begin_inset Formula $P$
35367 \end_inset
35368
35369  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35370 \begin_inset ERT
35371 status collapsed
35372
35373 \begin_layout Plain Layout
35374
35375
35376 \backslash
35377 end{multicols}
35378 \end_layout
35379
35380 \end_inset
35381
35382
35383 \begin_inset VSpace -6mm
35384 \end_inset
35385
35386
35387 \begin_inset Formula 
35388 \begin{equation}
35389 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35390 \end{equation}
35391
35392 \end_inset
35393
35394
35395 \begin_inset ERT
35396 status collapsed
35397
35398 \begin_layout Plain Layout
35399
35400
35401 \backslash
35402 begin{multicols}{2}
35403 \end_layout
35404
35405 \end_inset
35406
35407 wobei 
35408 \begin_inset Formula $S_{0}$
35409 \end_inset
35410
35411  das Signal ohne Gradient ist und die Normierungsbedingung 
35412 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35413 \end_inset
35414
35415  gilt.
35416  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35417  Direkt nach dem 
35418 \begin_inset Formula $\nicefrac{\pi}{2}$
35419 \end_inset
35420
35421
35422 \begin_inset space \thinspace{}
35423 \end_inset
35424
35425 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35426  das Signal zusätzlich abschwächt.
35427  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35428  
35429 \begin_inset Formula $T_{2}$
35430 \end_inset
35431
35432 -Zeit.
35433 \end_layout
35434
35435 \begin_layout Standard
35436
35437 \lang german
35438 \begin_inset ERT
35439 status collapsed
35440
35441 \begin_layout Plain Layout
35442
35443
35444 \backslash
35445 end{multicols}
35446 \end_layout
35447
35448 \end_inset
35449
35450
35451 \end_layout
35452
35453 \begin_layout Subsection
35454 Formules avec description des variables
35455 \begin_inset Index idx
35456 status collapsed
35457
35458 \begin_layout Plain Layout
35459 Formules ! avec description des variables
35460 \end_layout
35461
35462 \end_inset
35463
35464
35465 \end_layout
35466
35467 \begin_layout Standard
35468 Pour décrire les variable au sein d'une formule, comme dans la formule 
35469 \begin_inset CommandInset ref
35470 LatexCommand eqref
35471 reference "eq:within"
35472
35473 \end_inset
35474
35475 , on peut utiliser une matrice
35476 \begin_inset space ~
35477 \end_inset
35478
35479 2
35480 \series bold
35481 ×
35482 \series default
35483
35484 \begin_inset Formula $n$
35485 \end_inset
35486
35487  avec une colonne alignée à gauche pour les 
35488 \begin_inset Formula $n$
35489 \end_inset
35490
35491  variables utilisées.
35492 \begin_inset Foot
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496 pour les matrices, voir 
35497 \begin_inset CommandInset ref
35498 LatexCommand ref
35499 reference "sec:Matrices"
35500
35501 \end_inset
35502
35503
35504 \end_layout
35505
35506 \end_inset
35507
35508  Pour mettre la description en plus petits caractères, on peut insérer par
35509  exemple la commande 
35510 \series bold
35511
35512 \backslash
35513 footnotesize
35514 \series default
35515  avant la matrice.
35516 \begin_inset Foot
35517 status collapsed
35518
35519 \begin_layout Plain Layout
35520 pour les tailles de polices, voir 
35521 \begin_inset CommandInset ref
35522 LatexCommand ref
35523 reference "sub:Tailles-polices"
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \begin_layout Standard
35536 Quand on utilise le style de formules 
35537 \series bold
35538 Indenté
35539 \begin_inset Foot
35540 status collapsed
35541
35542 \begin_layout Plain Layout
35543 pour les styles de formules, voir 
35544 \begin_inset CommandInset ref
35545 LatexCommand ref
35546 reference "sec:Styles-de-formules"
35547
35548 \end_inset
35549
35550
35551 \end_layout
35552
35553 \end_inset
35554
35555
35556 \series default
35557 , on insère un 
35558 \series bold
35559
35560 \backslash
35561 hfill
35562 \series default
35563
35564 \begin_inset Foot
35565 status collapsed
35566
35567 \begin_layout Plain Layout
35568
35569 \series bold
35570
35571 \backslash
35572 hfill
35573 \series default
35574  marche seulement avec des formules dans le style 
35575 \series bold
35576 Indenté
35577 \series default
35578 , voir 
35579 \begin_inset CommandInset ref
35580 LatexCommand ref
35581 reference "sub:Espace-variable"
35582
35583 \end_inset
35584
35585 .
35586 \end_layout
35587
35588 \end_inset
35589
35590  avant et après la matrice pour avoir la même séparation entre la matrice
35591  et la formule et entre la matrice et la marge.
35592 \end_layout
35593
35594 \begin_layout Standard
35595 Quand on utilise le style de formules
35596 \series bold
35597  Centré
35598 \series default
35599 , on utilise la méthode décrite dans 
35600 \begin_inset CommandInset ref
35601 LatexCommand ref
35602 reference "sub:Environnement-Flalign"
35603
35604 \end_inset
35605
35606  pour indenter les formules.
35607  La formule 
35608 \begin_inset CommandInset ref
35609 LatexCommand eqref
35610 reference "eq:within"
35611
35612 \end_inset
35613
35614  consiste en cinq colonnes dont les deux premières contiennent l'équation,
35615  la troisième la matrice et la dernière une accolade TeX vide.
35616 \begin_inset Formula 
35617 \begin{flalign}
35618 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35619 \rho & \textrm{density}\\
35620 V & \textrm{volume}\\
35621 g & \textrm{gravitational acceleration}
35622 \end{array} &  & {}\label{eq:within}
35623 \end{flalign}
35624
35625 \end_inset
35626
35627
35628 \end_layout
35629
35630 \begin_layout Subsection
35631 Lettres grecques minuscules droites
35632 \begin_inset CommandInset label
35633 LatexCommand label
35634 name "sub:minuscules-grecques-droites"
35635
35636 \end_inset
35637
35638
35639 \begin_inset Index idx
35640 status collapsed
35641
35642 \begin_layout Plain Layout
35643 Lettres grecques ! droites
35644 \end_layout
35645
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \begin_layout Standard
35652 La plupart des polices de caractères mathématiques ne fournissent que des
35653  minuscules grecques italiques.
35654  Mais pour les symboles des particules élémentaires comme les pions et le
35655  neutrinos, on a besoin de lettre grecques droites.
35656  Elles sont fournies par le fichier 
35657 \series bold
35658 upgreek.sty
35659 \series default
35660
35661 \begin_inset Foot
35662 status collapsed
35663
35664 \begin_layout Plain Layout
35665
35666 \series bold
35667 upgreek
35668 \series default
35669  fait partie du paquetage LaTeX 
35670 \series bold
35671 was
35672 \series default
35673
35674 \begin_inset Index idx
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678 Paquetages ! was
35679 \begin_inset ERT
35680 status collapsed
35681
35682 \begin_layout Plain Layout
35683
35684
35685 \backslash
35686 vspace{4mm}
35687 \end_layout
35688
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \end_inset
35695
35696 .
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \begin_inset Index idx
35703 status collapsed
35704
35705 \begin_layout Plain Layout
35706 Paquetages ! upgreek
35707 \end_layout
35708
35709 \end_inset
35710
35711  qui est chargé avec la ligne suivante dans le préambule LaTeX:
35712 \end_layout
35713
35714 \begin_layout Standard
35715
35716 \series bold
35717
35718 \backslash
35719 usepackage{upgreek}
35720 \end_layout
35721
35722 \begin_layout Standard
35723 \begin_inset ERT
35724 status collapsed
35725
35726 \begin_layout Plain Layout
35727
35728
35729 \backslash
35730 ifupgreek 
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \begin_inset Note Note
35737 status open
35738
35739 \begin_layout Plain Layout
35740 Ce qui suit ne sera affiché que si le paquetage LaTeX 
35741 \series bold
35742 upgreek
35743 \series default
35744  est installé:
35745 \end_layout
35746
35747 \end_inset
35748
35749  On crée ces minuscules droites en commençant la commande pour une minuscule
35750  grecque par 
35751 \series bold
35752 up
35753 \series default
35754 .
35755  Par exemple, la commande 
35756 \series bold
35757
35758 \backslash
35759 uptau
35760 \series default
35761  donne ceci: 
35762 \begin_inset Formula $\uptau$
35763 \end_inset
35764
35765
35766 \end_layout
35767
35768 \begin_layout Standard
35769 Avec ces commandes, on peut typographier des réactions entre particules
35770  élémentaires:
35771 \begin_inset Formula 
35772 \[
35773 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35774 \]
35775
35776 \end_inset
35777
35778
35779 \end_layout
35780
35781 \begin_layout Standard
35782 Les lettres droites sont plus grasses et plus larges que les italiques.
35783  On ne doit donc pas les utiliser pour des unités comme 
35784 \begin_inset Quotes eld
35785 \end_inset
35786
35787 µm
35788 \begin_inset Quotes erd
35789 \end_inset
35790
35791 .
35792 \end_layout
35793
35794 \begin_layout Standard
35795 \begin_inset ERT
35796 status collapsed
35797
35798 \begin_layout Plain Layout
35799
35800
35801 \backslash
35802 else 
35803 \end_layout
35804
35805 \end_inset
35806
35807
35808 \begin_inset Note Note
35809 status open
35810
35811 \begin_layout Plain Layout
35812 Ce qui suit sera affiché si la paquetage LaTeX 
35813 \series bold
35814 upgreek
35815 \series default
35816  n'est pas installé:
35817 \end_layout
35818
35819 \end_inset
35820
35821
35822 \end_layout
35823
35824 \begin_layout Standard
35825 Vous avez besoin du paquetage LaTeX 
35826 \series bold
35827 upgreek
35828 \series default
35829  pour voir le reste de cette sous section dans la sortie finale.
35830 \end_layout
35831
35832 \begin_layout Standard
35833 \begin_inset ERT
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837
35838
35839 \backslash
35840 fi 
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \end_layout
35847
35848 \begin_layout Subsection
35849 Caractères texte dans les formules
35850 \begin_inset CommandInset label
35851 LatexCommand label
35852 name "sub:Caractères-texte"
35853
35854 \end_inset
35855
35856
35857 \begin_inset Index idx
35858 status collapsed
35859
35860 \begin_layout Plain Layout
35861 Texte ! dans les formules
35862 \end_layout
35863
35864 \end_inset
35865
35866
35867 \end_layout
35868
35869 \begin_layout Standard
35870 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
35871  directement dans des formules.
35872  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
35873  du genre 
35874 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35875 \end_inset
35876
35877 , vous devrez insérer tout le temps la commande 
35878 \series bold
35879
35880 \backslash
35881 cdot
35882 \series default
35883
35884 \begin_inset Foot
35885 status collapsed
35886
35887 \begin_layout Plain Layout
35888 voir 
35889 \begin_inset CommandInset ref
35890 LatexCommand ref
35891 reference "sub:Opérateurs-binaires"
35892
35893 \end_inset
35894
35895
35896 \end_layout
35897
35898 \end_inset
35899
35900 , puisque ce caractère est défini dans tous les encodages comme un caractère
35901  texte.
35902  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
35903 \end_layout
35904
35905 \begin_layout Standard
35906
35907 \series bold
35908
35909 \backslash
35910 Declare Inputtext{183}{
35911 \backslash
35912 ifmmode
35913 \backslash
35914 cdot
35915 \backslash
35916 else
35917 \backslash
35918 textperiodcentered
35919 \backslash
35920 f\SpecialChar \textcompwordmark{}
35921 i}
35922 \end_layout
35923
35924 \begin_layout Standard
35925 En plus du point centré, dans ce document on a défini le symbole degré °
35926  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
35927  suivante dans le préambule LaTeX:
35928 \end_layout
35929
35930 \begin_layout Standard
35931
35932 \series bold
35933
35934 \backslash
35935 DeclareInputtext{176}{
35936 \backslash
35937 ifmmode^
35938 \backslash
35939 circ
35940 \backslash
35941 else
35942 \backslash
35943 textdegree
35944 \backslash
35945 f\SpecialChar \textcompwordmark{}
35946 i}
35947 \end_layout
35948
35949 \begin_layout Standard
35950 \begin_inset Newpage newpage
35951 \end_inset
35952
35953
35954 \end_layout
35955
35956 \begin_layout Section
35957 \start_of_appendix
35958 Conseils Typographiques
35959 \begin_inset Index idx
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963 Typographiques, conseils
35964 \end_layout
35965
35966 \end_inset
35967
35968
35969 \end_layout
35970
35971 \begin_layout Standard
35972 Ce paragraphe est un résumé des usages typographiques les plus importants,
35973  documentés dans les normes ISO.
35974 \begin_inset Foot
35975 status collapsed
35976
35977 \begin_layout Plain Layout
35978 Cette collection a été extraite partiellement du dictionnaire allmend semi-offic
35979 iel dénommé 
35980 \begin_inset Quotes fld
35981 \end_inset
35982
35983 Duden
35984 \begin_inset Quotes frd
35985 \end_inset
35986
35987  
35988 \begin_inset CommandInset citation
35989 LatexCommand cite
35990 key "Duden"
35991
35992 \end_inset
35993
35994  qui indique quelques règles ISO.
35995  D'autre règles sont décrites dans 
35996 \begin_inset CommandInset citation
35997 LatexCommand cite
35998 key "Checklist"
35999
36000 \end_inset
36001
36002 .
36003 \end_layout
36004
36005 \end_inset
36006
36007
36008 \end_layout
36009
36010 \begin_layout Itemize
36011 Les symboles d'unités sont 
36012 \emph on
36013 toujours
36014 \emph default
36015  en caractères droits
36016 \begin_inset Foot
36017 status collapsed
36018
36019 \begin_layout Plain Layout
36020 obtenu avec les styles de polices, voir 
36021 \begin_inset CommandInset ref
36022 LatexCommand ref
36023 reference "sub:Styles-de-polices"
36024
36025 \end_inset
36026
36027
36028 \end_layout
36029
36030 \end_inset
36031
36032 , même dans un texte en italique: 30
36033 \begin_inset space \thinspace{}
36034 \end_inset
36035
36036 km/h
36037 \begin_inset Newline newline
36038 \end_inset
36039
36040 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
36041 \begin_inset CommandInset ref
36042 LatexCommand ref
36043 reference "sub:Espace-prédéfini"
36044
36045 \end_inset
36046
36047 .
36048 \begin_inset Newline newline
36049 \end_inset
36050
36051 Cette convention est automatiquement respectée quand on utilise la commande
36052  
36053 \series bold
36054
36055 \backslash
36056 unittwo.
36057  
36058 \series default
36059 Quand on l'insère dans une formule, deux boîtes apparaissent.
36060  Dans la première on met la valeur et dans la seconde l'unité et on obtient
36061  comme ci-dessus: 
36062 \begin_inset Formula $\unit[30]{km/h}$
36063 \end_inset
36064
36065
36066 \begin_inset space \thinspace{}
36067 \end_inset
36068
36069 .
36070  Notez que 
36071 \series bold
36072
36073 \backslash
36074 unittwo
36075 \series default
36076  n'est pas une vraie commande LaTeX, mais c'est la commande 
36077 \series bold
36078
36079 \backslash
36080 unit[valeur]{unité}
36081 \series default
36082 , vous ne pouvez donc pas l'insérer en code TeX.
36083 \end_layout
36084
36085 \begin_layout Itemize
36086 Les symboles pourcent et les pour mille sont présentés comme les symboles
36087  d'unités:
36088 \begin_inset Newline newline
36089 \end_inset
36090
36091 1,2
36092 \begin_inset space \thinspace{}
36093 \end_inset
36094
36095 ‰ d'alcool dans le sang
36096 \begin_inset Foot
36097 status collapsed
36098
36099 \begin_layout Plain Layout
36100 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
36101 \end_layout
36102
36103 \end_inset
36104
36105
36106 \end_layout
36107
36108 \begin_layout Itemize
36109 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
36110  est utilisé dans une unité: 15
36111 \begin_inset space \thinspace{}
36112 \end_inset
36113
36114 °C
36115 \end_layout
36116
36117 \begin_layout Itemize
36118 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
36119  tous les trois chiffres pour les grouper: 18
36120 \begin_inset space \thinspace{}
36121 \end_inset
36122
36123 473
36124 \begin_inset space \thinspace{}
36125 \end_inset
36126
36127 588
36128 \end_layout
36129
36130 \begin_layout Itemize
36131 Pour exprimer des dimensions comme par exemple 120×90×40
36132 \begin_inset space \thinspace{}
36133 \end_inset
36134
36135 cm on utilise le signe de la multiplication 
36136 \begin_inset Quotes eld
36137 \end_inset
36138
36139 ×
36140 \begin_inset Quotes erd
36141 \end_inset
36142
36143  .
36144  Il est accessible soit par la commande 
36145 \series bold
36146
36147 \backslash
36148 times
36149 \series default
36150  ou par le menu 
36151 \family sans
36152 Insertion\SpecialChar \menuseparator
36153 Caractère
36154 \begin_inset space ~
36155 \end_inset
36156
36157 spécial\SpecialChar \menuseparator
36158 Symboles,
36159 \family default
36160  mais il peut aussi être accessible directement sur certains claviers.
36161 \begin_inset Foot
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165 Par exemple sous Windows on l'obtient avec 
36166 \family sans
36167 Alt-0215
36168 \family default
36169  (NdT).
36170 \end_layout
36171
36172 \end_inset
36173
36174
36175 \end_layout
36176
36177 \begin_layout Itemize
36178 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
36179  sont écrites en caractères droits pour éviter toute confusion, voir 
36180 \begin_inset CommandInset ref
36181 LatexCommand ref
36182 reference "sub:Fonctions-prédéfinies"
36183
36184 \end_inset
36185
36186 .
36187 \end_layout
36188
36189 \begin_layout Itemize
36190 Les indices composés de plusieurs caractères sont écrits en caractères droits:
36191  
36192 \begin_inset Formula $E_{\mathrm{kin}}$
36193 \end_inset
36194
36195
36196 \begin_inset Newline newline
36197 \end_inset
36198
36199 Les composants de matrices sont en italiques: 
36200 \begin_inset Formula $\hat{H}_{kl}$
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \begin_layout Itemize
36207 L'opérateur 
36208 \begin_inset Quotes fld
36209 \end_inset
36210
36211 d
36212 \begin_inset Quotes frd
36213 \end_inset
36214
36215  de différentiation/intégration, la constante d'Euler 
36216 \begin_inset Quotes fld
36217 \end_inset
36218
36219 e
36220 \begin_inset Quotes frd
36221 \end_inset
36222
36223 , et la base des nombre imaginaires 
36224 \begin_inset Quotes fld
36225 \end_inset
36226
36227 i
36228 \begin_inset Quotes frd
36229 \end_inset
36230
36231  devraient être écrits en caractères droits pour éviter de les mélanger
36232  avec les autres variables.
36233 \end_layout
36234
36235 \begin_layout Itemize
36236 Le caractère qui représente une transformation de Fourier peut être obtenu
36237  soit avec la commande 
36238 \series bold
36239
36240 \backslash
36241 mathscr
36242 \begin_inset space \textvisiblespace{}
36243 \end_inset
36244
36245 F
36246 \series default
36247 , soit avec le menu 
36248 \family sans
36249 Insertion\SpecialChar \menuseparator
36250 Caractère
36251 \begin_inset space ~
36252 \end_inset
36253
36254 spécial\SpecialChar \menuseparator
36255 Symboles\SpecialChar \menuseparator
36256 Symboles de type lettre
36257 \family default
36258 .
36259 \end_layout
36260
36261 \begin_layout Standard
36262 \begin_inset Newpage newpage
36263 \end_inset
36264
36265
36266 \end_layout
36267
36268 \begin_layout Section
36269 Synonymes
36270 \begin_inset Index idx
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274 Synonymes
36275 \end_layout
36276
36277 \end_inset
36278
36279
36280 \end_layout
36281
36282 \begin_layout Standard
36283 Certains caractères peuvent être obtenus en utilisant différentes commandes.
36284  Voici une liste de commandes synonymes:
36285 \end_layout
36286
36287 \begin_layout Standard
36288 \begin_inset VSpace bigskip
36289 \end_inset
36290
36291
36292 \begin_inset space \hfill{}
36293 \end_inset
36294
36295
36296 \begin_inset Tabular
36297 <lyxtabular version="3" rows="12" columns="2">
36298 <features rotate="0" tabularvalignment="middle">
36299 <column alignment="center" valignment="top" width="0pt">
36300 <column alignment="center" valignment="top" width="0pt">
36301 <row>
36302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36303 \begin_inset Text
36304
36305 \begin_layout Plain Layout
36306 Commande
36307 \end_layout
36308
36309 \end_inset
36310 </cell>
36311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36312 \begin_inset Text
36313
36314 \begin_layout Plain Layout
36315 est équivalente à
36316 \begin_inset Note Note
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320
36321 \series bold
36322
36323 \backslash
36324 raisebox
36325 \series default
36326  est seulement utilisée pour faire de la place
36327 \end_layout
36328
36329 \end_inset
36330
36331
36332 \end_layout
36333
36334 \end_inset
36335 </cell>
36336 </row>
36337 <row>
36338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36339 \begin_inset Text
36340
36341 \begin_layout Plain Layout
36342
36343 \backslash
36344 ast
36345 \end_layout
36346
36347 \end_inset
36348 </cell>
36349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36350 \begin_inset Text
36351
36352 \begin_layout Plain Layout
36353 \begin_inset ERT
36354 status collapsed
36355
36356 \begin_layout Plain Layout
36357
36358
36359 \backslash
36360 raisebox{-1.2mm}{
36361 \end_layout
36362
36363 \end_inset
36364
36365 *
36366 \begin_inset ERT
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370
36371 }
36372 \end_layout
36373
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \end_inset
36380 </cell>
36381 </row>
36382 <row>
36383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36384 \begin_inset Text
36385
36386 \begin_layout Plain Layout
36387
36388 \backslash
36389 choose
36390 \end_layout
36391
36392 \end_inset
36393 </cell>
36394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36395 \begin_inset Text
36396
36397 \begin_layout Plain Layout
36398
36399 \backslash
36400 binom
36401 \end_layout
36402
36403 \end_inset
36404 </cell>
36405 </row>
36406 <row>
36407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36408 \begin_inset Text
36409
36410 \begin_layout Plain Layout
36411
36412 \backslash
36413 geq
36414 \end_layout
36415
36416 \end_inset
36417 </cell>
36418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36419 \begin_inset Text
36420
36421 \begin_layout Plain Layout
36422
36423 \backslash
36424 ge
36425 \end_layout
36426
36427 \end_inset
36428 </cell>
36429 </row>
36430 <row>
36431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36432 \begin_inset Text
36433
36434 \begin_layout Plain Layout
36435
36436 \backslash
36437 lbrace
36438 \end_layout
36439
36440 \end_inset
36441 </cell>
36442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36443 \begin_inset Text
36444
36445 \begin_layout Plain Layout
36446 {
36447 \end_layout
36448
36449 \end_inset
36450 </cell>
36451 </row>
36452 <row>
36453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36454 \begin_inset Text
36455
36456 \begin_layout Plain Layout
36457
36458 \backslash
36459 lbracket
36460 \end_layout
36461
36462 \end_inset
36463 </cell>
36464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36465 \begin_inset Text
36466
36467 \begin_layout Plain Layout
36468 [
36469 \end_layout
36470
36471 \end_inset
36472 </cell>
36473 </row>
36474 <row>
36475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36476 \begin_inset Text
36477
36478 \begin_layout Plain Layout
36479
36480 \backslash
36481 leftarrow
36482 \end_layout
36483
36484 \end_inset
36485 </cell>
36486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36487 \begin_inset Text
36488
36489 \begin_layout Plain Layout
36490
36491 \backslash
36492 gets
36493 \end_layout
36494
36495 \end_inset
36496 </cell>
36497 </row>
36498 <row>
36499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36500 \begin_inset Text
36501
36502 \begin_layout Plain Layout
36503
36504 \backslash
36505 leq
36506 \end_layout
36507
36508 \end_inset
36509 </cell>
36510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36511 \begin_inset Text
36512
36513 \begin_layout Plain Layout
36514
36515 \backslash
36516 le
36517 \end_layout
36518
36519 \end_inset
36520 </cell>
36521 </row>
36522 <row>
36523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36524 \begin_inset Text
36525
36526 \begin_layout Plain Layout
36527
36528 \backslash
36529 lor
36530 \end_layout
36531
36532 \end_inset
36533 </cell>
36534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36535 \begin_inset Text
36536
36537 \begin_layout Plain Layout
36538
36539 \backslash
36540 vee
36541 \end_layout
36542
36543 \end_inset
36544 </cell>
36545 </row>
36546 <row>
36547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36548 \begin_inset Text
36549
36550 \begin_layout Plain Layout
36551
36552 \backslash
36553 neq
36554 \end_layout
36555
36556 \end_inset
36557 </cell>
36558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36559 \begin_inset Text
36560
36561 \begin_layout Plain Layout
36562
36563 \backslash
36564 not=
36565 \end_layout
36566
36567 \end_inset
36568 </cell>
36569 </row>
36570 <row>
36571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36572 \begin_inset Text
36573
36574 \begin_layout Plain Layout
36575
36576 \backslash
36577 slash
36578 \end_layout
36579
36580 \end_inset
36581 </cell>
36582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36583 \begin_inset Text
36584
36585 \begin_layout Plain Layout
36586 /
36587 \end_layout
36588
36589 \end_inset
36590 </cell>
36591 </row>
36592 <row>
36593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36594 \begin_inset Text
36595
36596 \begin_layout Plain Layout
36597
36598 \backslash
36599 vert
36600 \end_layout
36601
36602 \end_inset
36603 </cell>
36604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36605 \begin_inset Text
36606
36607 \begin_layout Plain Layout
36608 |
36609 \end_layout
36610
36611 \end_inset
36612 </cell>
36613 </row>
36614 </lyxtabular>
36615
36616 \end_inset
36617
36618
36619 \begin_inset space \hfill{}
36620 \end_inset
36621
36622
36623 \begin_inset Tabular
36624 <lyxtabular version="3" rows="12" columns="2">
36625 <features rotate="0" tabularvalignment="middle">
36626 <column alignment="center" valignment="top" width="0pt">
36627 <column alignment="center" valignment="top" width="0pt">
36628 <row>
36629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36630 \begin_inset Text
36631
36632 \begin_layout Plain Layout
36633 Commande
36634 \end_layout
36635
36636 \end_inset
36637 </cell>
36638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36639 \begin_inset Text
36640
36641 \begin_layout Plain Layout
36642 est équivalente à
36643 \end_layout
36644
36645 \end_inset
36646 </cell>
36647 </row>
36648 <row>
36649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Plain Layout
36653
36654 \backslash
36655 backslash
36656 \end_layout
36657
36658 \end_inset
36659 </cell>
36660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36661 \begin_inset Text
36662
36663 \begin_layout Plain Layout
36664
36665 \backslash
36666
36667 \backslash
36668
36669 \end_layout
36670
36671 \end_inset
36672 </cell>
36673 </row>
36674 <row>
36675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36676 \begin_inset Text
36677
36678 \begin_layout Plain Layout
36679
36680 \backslash
36681 dasharrow
36682 \end_layout
36683
36684 \end_inset
36685 </cell>
36686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36687 \begin_inset Text
36688
36689 \begin_layout Plain Layout
36690
36691 \backslash
36692 dashrightarrow
36693 \end_layout
36694
36695 \end_inset
36696 </cell>
36697 </row>
36698 <row>
36699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36700 \begin_inset Text
36701
36702 \begin_layout Plain Layout
36703
36704 \backslash
36705 land
36706 \end_layout
36707
36708 \end_inset
36709 </cell>
36710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714
36715 \backslash
36716 wedge
36717 \end_layout
36718
36719 \end_inset
36720 </cell>
36721 </row>
36722 <row>
36723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36724 \begin_inset Text
36725
36726 \begin_layout Plain Layout
36727
36728 \backslash
36729 rbrace
36730 \end_layout
36731
36732 \end_inset
36733 </cell>
36734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36735 \begin_inset Text
36736
36737 \begin_layout Plain Layout
36738 }
36739 \end_layout
36740
36741 \end_inset
36742 </cell>
36743 </row>
36744 <row>
36745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36746 \begin_inset Text
36747
36748 \begin_layout Plain Layout
36749
36750 \backslash
36751 rbracket
36752 \end_layout
36753
36754 \end_inset
36755 </cell>
36756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36757 \begin_inset Text
36758
36759 \begin_layout Plain Layout
36760 ]
36761 \end_layout
36762
36763 \end_inset
36764 </cell>
36765 </row>
36766 <row>
36767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36768 \begin_inset Text
36769
36770 \begin_layout Plain Layout
36771
36772 \backslash
36773 rightarrow
36774 \end_layout
36775
36776 \end_inset
36777 </cell>
36778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36779 \begin_inset Text
36780
36781 \begin_layout Plain Layout
36782
36783 \backslash
36784 to
36785 \end_layout
36786
36787 \end_inset
36788 </cell>
36789 </row>
36790 <row>
36791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36792 \begin_inset Text
36793
36794 \begin_layout Plain Layout
36795
36796 \backslash
36797 lnot
36798 \end_layout
36799
36800 \end_inset
36801 </cell>
36802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36803 \begin_inset Text
36804
36805 \begin_layout Plain Layout
36806
36807 \backslash
36808 neg
36809 \end_layout
36810
36811 \end_inset
36812 </cell>
36813 </row>
36814 <row>
36815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36816 \begin_inset Text
36817
36818 \begin_layout Plain Layout
36819
36820 \backslash
36821 ne
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Plain Layout
36830
36831 \backslash
36832 not=
36833 \end_layout
36834
36835 \end_inset
36836 </cell>
36837 </row>
36838 <row>
36839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36840 \begin_inset Text
36841
36842 \begin_layout Plain Layout
36843
36844 \backslash
36845 owns
36846 \end_layout
36847
36848 \end_inset
36849 </cell>
36850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36851 \begin_inset Text
36852
36853 \begin_layout Plain Layout
36854
36855 \backslash
36856 ni
36857 \end_layout
36858
36859 \end_inset
36860 </cell>
36861 </row>
36862 <row>
36863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36864 \begin_inset Text
36865
36866 \begin_layout Plain Layout
36867
36868 \backslash
36869 square
36870 \end_layout
36871
36872 \end_inset
36873 </cell>
36874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36875 \begin_inset Text
36876
36877 \begin_layout Plain Layout
36878
36879 \backslash
36880 Box
36881 \end_layout
36882
36883 \end_inset
36884 </cell>
36885 </row>
36886 <row>
36887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Plain Layout
36891
36892 \backslash
36893 Vert
36894 \end_layout
36895
36896 \end_inset
36897 </cell>
36898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36899 \begin_inset Text
36900
36901 \begin_layout Plain Layout
36902
36903 \backslash
36904 |
36905 \end_layout
36906
36907 \end_inset
36908 </cell>
36909 </row>
36910 </lyxtabular>
36911
36912 \end_inset
36913
36914
36915 \begin_inset space \hfill{}
36916 \end_inset
36917
36918
36919 \end_layout
36920
36921 \begin_layout Standard
36922 \begin_inset Newpage newpage
36923 \end_inset
36924
36925
36926 \end_layout
36927
36928 \begin_layout Bibliography
36929 \begin_inset CommandInset bibitem
36930 LatexCommand bibitem
36931 key "TLC2"
36932
36933 \end_inset
36934
36935
36936 \shape smallcaps
36937 Mittelbach, F.
36938  ; Goossens, M.
36939 \shape default
36940
36941 \shape italic
36942 The LaTeX Companion
36943 \shape default
36944 .
36945  Addison Wesley, 2004
36946 \end_layout
36947
36948 \begin_layout Bibliography
36949 \begin_inset CommandInset bibitem
36950 LatexCommand bibitem
36951 key "Mathmode"
36952
36953 \end_inset
36954
36955
36956 \begin_inset CommandInset href
36957 LatexCommand href
36958 name "Description"
36959 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36960
36961 \end_inset
36962
36963  des possibilités mathématiques de LaTeX
36964 \end_layout
36965
36966 \begin_layout Bibliography
36967 \begin_inset CommandInset bibitem
36968 LatexCommand bibitem
36969 key "AMS"
36970
36971 \end_inset
36972
36973
36974 \begin_inset CommandInset href
36975 LatexCommand href
36976 name "Description"
36977 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36978
36979 \end_inset
36980
36981  de 
36982 \begin_inset ERT
36983 status collapsed
36984
36985 \begin_layout Plain Layout
36986
36987
36988 \backslash
36989 AmS
36990 \end_layout
36991
36992 \end_inset
36993
36994 -LaTeX
36995 \end_layout
36996
36997 \begin_layout Bibliography
36998 \begin_inset CommandInset bibitem
36999 LatexCommand bibitem
37000 key "Symbols"
37001
37002 \end_inset
37003
37004
37005 \begin_inset CommandInset href
37006 LatexCommand href
37007 name "Liste"
37008 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37009
37010 \end_inset
37011
37012  de tous les symboles disponibles avec les paquetages LaTeX
37013 \end_layout
37014
37015 \begin_layout Bibliography
37016 \begin_inset CommandInset bibitem
37017 LatexCommand bibitem
37018 key "cancel"
37019
37020 \end_inset
37021
37022
37023 \begin_inset CommandInset href
37024 LatexCommand href
37025 name "Documentation"
37026 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37027
37028 \end_inset
37029
37030  paquetage LaTeX 
37031 \series bold
37032 cancel
37033 \series default
37034
37035 \begin_inset Index idx
37036 status collapsed
37037
37038 \begin_layout Plain Layout
37039 Paquetages ! cancel
37040 \end_layout
37041
37042 \end_inset
37043
37044
37045 \end_layout
37046
37047 \begin_layout Bibliography
37048 \begin_inset CommandInset bibitem
37049 LatexCommand bibitem
37050 key "hyperref"
37051
37052 \end_inset
37053
37054
37055 \begin_inset CommandInset href
37056 LatexCommand href
37057 name "Documentation"
37058 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37059
37060 \end_inset
37061
37062  paquetage LaTeX 
37063 \series bold
37064 hyperref
37065 \series default
37066
37067 \begin_inset Index idx
37068 status collapsed
37069
37070 \begin_layout Plain Layout
37071 Paquetages ! hyperref
37072 \end_layout
37073
37074 \end_inset
37075
37076
37077 \end_layout
37078
37079 \begin_layout Bibliography
37080 \begin_inset CommandInset bibitem
37081 LatexCommand bibitem
37082 key "mhchem"
37083
37084 \end_inset
37085
37086
37087 \begin_inset CommandInset href
37088 LatexCommand href
37089 name "Documentation"
37090 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37091
37092 \end_inset
37093
37094  paquetage LaTeX 
37095 \series bold
37096 mhchem
37097 \series default
37098
37099 \begin_inset Index idx
37100 status collapsed
37101
37102 \begin_layout Plain Layout
37103 Paquetages ! mhchem
37104 \end_layout
37105
37106 \end_inset
37107
37108
37109 \end_layout
37110
37111 \begin_layout Bibliography
37112 \begin_inset CommandInset bibitem
37113 LatexCommand bibitem
37114 key "Mathclap"
37115
37116 \end_inset
37117
37118
37119 \begin_inset CommandInset href
37120 LatexCommand href
37121 name "Description"
37122 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37123
37124 \end_inset
37125
37126  de la commande 
37127 \series bold
37128
37129 \backslash
37130 mathclap
37131 \series default
37132 , décrite dans 
37133 \begin_inset CommandInset ref
37134 LatexCommand ref
37135 reference "sub:Limites-des-opérateurs"
37136
37137 \end_inset
37138
37139
37140 \begin_inset Index idx
37141 status collapsed
37142
37143 \begin_layout Plain Layout
37144 Commandes ! M ! 
37145 \backslash
37146 mathclap
37147 \end_layout
37148
37149 \end_inset
37150
37151
37152 \end_layout
37153
37154 \begin_layout Bibliography
37155 \begin_inset CommandInset bibitem
37156 LatexCommand bibitem
37157 key "Duden"
37158
37159 \end_inset
37160
37161
37162 \emph on
37163 Duden Band 1
37164 \emph default
37165 .
37166  22.
37167  Auflage, Duden 2001
37168 \end_layout
37169
37170 \begin_layout Bibliography
37171 \begin_inset CommandInset bibitem
37172 LatexCommand bibitem
37173 key "Checklist"
37174
37175 \end_inset
37176
37177
37178 \begin_inset CommandInset href
37179 LatexCommand href
37180 name "Check list"
37181 target "http://physics.nist.gov/Document/checklist.pdf"
37182
37183 \end_inset
37184
37185  pour relire les manuscrits
37186 \end_layout
37187
37188 \begin_layout Standard
37189 \begin_inset CommandInset index_print
37190 LatexCommand printindex
37191 type "idx"
37192
37193 \end_inset
37194
37195
37196 \end_layout
37197
37198 \end_body
37199 \end_document