]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/Math.lyx
Math.lyx: fix a package loading logic mistake
[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 % macro from sec. 10.2
96 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
97 \def\mathclap {\mathpalette \mathclapinternal}
98 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
99
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % check for package undertilde
106 % used for the command \utilde
107 \newboolean{undertilde}
108 \IfFileExists{undertilde.sty}
109  {\usepackage{undertilde}
110   \setboolean{undertilde}{true}}
111  {\setboolean{undertilde}{false}}
112
113 % check for package eurosym
114 % used for the Euro symbol
115 \newboolean{eurosym}
116 \IfFileExists{eurosym.sty}
117  {\usepackage[gennarrow]{eurosym}
118   \setboolean{eurosym}{true}}
119  {\setboolean{eurosym}{false}}
120
121 % check for package braket
122 % used for physical vectors
123 \newboolean{braket}
124 \IfFileExists{braket.sty}
125  {\usepackage{braket}
126   \setboolean{braket}{true}}
127  {\setboolean{braket}{false}}
128
129 % check for package cancel
130 \newboolean{cancel}
131 \IfFileExists{cancel.sty}
132  {\usepackage{cancel}
133   \setboolean{cancel}{true}}
134  {\setboolean{cancel}{false}}
135
136 % check for package upgreek
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142
143 % use normal list environments also in French documents
144 \frenchbsetup{StandardLayout}
145 \end_preamble
146 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
147 \use_default_options false
148 \maintain_unincluded_children false
149 \language french
150 \language_package default
151 \inputencoding auto
152 \fontencoding global
153 \font_roman default
154 \font_sans default
155 \font_typewriter default
156 \font_math auto
157 \font_default_family default
158 \use_non_tex_fonts false
159 \font_sc false
160 \font_osf false
161 \font_sf_scale 100
162 \font_tt_scale 100
163 \graphics default
164 \default_output_format default
165 \output_sync 0
166 \bibtex_command default
167 \index_command default
168 \paperfontsize 12
169 \spacing single
170 \use_hyperref true
171 \pdf_title "Manuel mathématique de LyX"
172 \pdf_author "L'équipe LyX, Uwe Stöhr, traducteur: Siegfried Meunier-Guttin-Cluzel"
173 \pdf_subject "Documentation sur les mathématiques avec LyX"
174 \pdf_keywords "LyX, Mathed"
175 \pdf_bookmarks true
176 \pdf_bookmarksnumbered true
177 \pdf_bookmarksopen true
178 \pdf_bookmarksopenlevel 1
179 \pdf_breaklinks false
180 \pdf_pdfborder false
181 \pdf_colorlinks true
182 \pdf_backref false
183 \pdf_pdfusetitle false
184 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
185 \papersize a4paper
186 \use_geometry false
187 \use_package amsmath 2
188 \use_package amssymb 2
189 \use_package cancel 0
190 \use_package esint 1
191 \use_package mathdots 1
192 \use_package mathtools 0
193 \use_package mhchem 1
194 \use_package stackrel 0
195 \use_package stmaryrd 0
196 \use_package undertilde 0
197 \cite_engine basic
198 \cite_engine_type default
199 \biblio_style plain
200 \use_bibtopic false
201 \use_indices false
202 \paperorientation portrait
203 \suppress_date false
204 \justification true
205 \use_refstyle 0
206 \notefontcolor #0000ff
207 \index Index
208 \shortcut idx
209 \color #008000
210 \end_index
211 \secnumdepth 4
212 \tocdepth 3
213 \paragraph_separation skip
214 \defskip medskip
215 \quotes_language french
216 \papercolumns 1
217 \papersides 2
218 \paperpagestyle plain
219 \bullet 1 0 6 -1
220 \bullet 2 2 35 -1
221 \bullet 3 2 7 -1
222 \tracking_changes false
223 \output_changes false
224 \html_math_output 0
225 \html_css_as_file 0
226 \html_be_strict false
227 \end_header
228
229 \begin_body
230
231 \begin_layout Title
232 Manuel mathématique détaillé de LyX
233 \end_layout
234
235 \begin_layout Author
236 par l'équipe LyX 
237 \begin_inset Foot
238 status collapsed
239
240 \begin_layout Plain Layout
241 \noindent
242 Si vous avez des commentaires ou des corrections d'erreurs, faites les parvenir
243  à la liste de diffusion de la documentation de LyX: 
244 \family typewriter
245
246 \begin_inset CommandInset href
247 LatexCommand href
248 name "lyx-docs@lists.lyx.org"
249 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Plain Layout
263 auteur: Uwe Stöhr
264 \end_layout
265
266 \begin_layout Plain Layout
267 traducteur: Siegfried Meunier-Guttin-Cluzel
268 \end_layout
269
270 \begin_layout Plain Layout
271 Dernière revue : 31/10/2012 pour 2.0.5 (quelques mises à jour de Uwe -> 19/10/2012
272  + remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Inser
273 tion/Navigation) par J.P.
274  Chrétien
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \begin_inset Newline newline
285 \end_inset
286
287
288 \family sans
289 Version 2.1.x
290 \end_layout
291
292 \begin_layout Standard
293 \begin_inset CommandInset toc
294 LatexCommand tableofcontents
295
296 \end_inset
297
298
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset Note Note
303 status open
304
305 \begin_layout Plain Layout
306 Pour pouvoir exporter ce document en PDF, PS, ou DVI les paquetages LaTeX
307  
308 \series bold
309 braket, cancel, eurosym, mathdots, mhchem, undertilde
310 \series default
311  et 
312 \series bold
313 was
314 \series default
315  devraient être installés.
316  Si les ne sont pas installés, vous pouvez quand même exporter votre document,
317  mais les sections où ces paquetages sont nécessaires ne seront pas visibles
318  sur la sortie finale.
319  
320 \series bold
321 mhchem
322 \series default
323  fait exception: s'il n'est pas installé, on ne peut pas exporter ce fichier.
324 \end_layout
325
326 \begin_layout Plain Layout
327 On peut trouver la dernière version de ce document ici:
328 \begin_inset Newline newline
329 \end_inset
330
331
332 \series bold
333 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
334 \end_layout
335
336 \end_inset
337
338
339 \end_layout
340
341 \begin_layout Standard
342 \begin_inset Newpage newpage
343 \end_inset
344
345
346 \end_layout
347
348 \begin_layout Section
349 Introduction
350 \end_layout
351
352 \begin_layout Standard
353 Ce document explique les fonctions mathématiques de LyX et c'est aussi une
354  collection de commandes LaTeX utilisées pour les symboles et les constructions
355  mathématiques.
356  Les explications mettent l'accent sur l'utilisation des commandes, il est
357  donc indispensable que vous ayez déjà lu la section sur les 
358 \family typewriter
359 Formules Mathématiques
360 \family default
361  du Manuel de l'Utilisateur.
362 \end_layout
363
364 \begin_layout Standard
365 La plupart des symboles et plusieurs constructions expliquées dans ce manuel
366  sont aussi accessibles par le menu
367 \family sans
368  Insertion\SpecialChar \menuseparator
369 Math
370 \family default
371 , ou par la 
372 \family sans
373 barre d'outils mathématique.
374  
375 \family default
376 Mais quand on tape beaucoup de formules, on constate vite qu'il est plus
377  rapide d'utiliser une commande plutôt que la barre d'outils.
378  C'est pourquoi ce manuel se focalise sur les commandes tout en mentionnant
379  les boutons correspondants quand il y en a de disponibles.
380 \end_layout
381
382 \begin_layout Standard
383 Sauf mention contraire les commandes ne sont disponibles qu'au sein d'une
384  formule.
385  Pour pouvoir utiliser toutes les commandes expliquées dans ce document
386  il faut utiliser l'option 
387 \family sans
388 Utiliser le paquetage math AMS
389 \family default
390  dans les paramètres du document (menu
391 \family sans
392  Document\SpecialChar \menuseparator
393 Paramètres\SpecialChar \menuseparator
394 Options mode math
395 \family default
396 )
397 \begin_inset Foot
398 status collapsed
399
400 \begin_layout Plain Layout
401 L'option 
402 \family sans
403 Utiliser automatiquement le paquetage math AMS
404 \family default
405  n'utilise les maths-
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418
419 \begin_inset space ~
420 \end_inset
421
422 que si on utilise des constructions mathématiques qui sont reconnues par
423  LyX.
424 \end_layout
425
426 \end_inset
427
428 .
429 \end_layout
430
431 \begin_layout Standard
432 Ce document ne liste pas la totalité des commandes math-
433 \begin_inset ERT
434 status collapsed
435
436 \begin_layout Plain Layout
437
438
439 \backslash
440 AmS 
441 \end_layout
442
443 \end_inset
444
445
446 \begin_inset space ~
447 \end_inset
448
449 pour des raisons de bon sens
450 \begin_inset Foot
451 status collapsed
452
453 \begin_layout Plain Layout
454 On trouve une liste de toutes les commandes math-
455 \begin_inset ERT
456 status collapsed
457
458 \begin_layout Plain Layout
459
460
461 \backslash
462 AmS 
463 \end_layout
464
465 \end_inset
466
467
468 \begin_inset space ~
469 \end_inset
470
471 dans le fichier 
472 \family sans
473
474 \begin_inset CommandInset href
475 LatexCommand href
476 name "amsguide.ps"
477 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
478
479 \end_inset
480
481
482 \family default
483 , qui est inclus dans toutes les installations LaTeX standard.
484 \end_layout
485
486 \end_inset
487
488 .
489 \end_layout
490
491 \begin_layout Section
492 Instructions générales
493 \end_layout
494
495 \begin_layout Standard
496 Pour créer une formule en ligne
497 \begin_inset Index idx
498 status collapsed
499
500 \begin_layout Plain Layout
501 Formules ! en ligne
502 \end_layout
503
504 \end_inset
505
506  c'est-à-dire qui soit incorporée à la ligne de texte, appuyez sur 
507 \family sans
508 Ctrl+M, Alt+C M, Alt+M M
509 \family default
510  ou sur le bouton 
511 \begin_inset Graphics
512         filename ../../images/math-mode.png
513         scale 85
514
515 \end_inset
516
517  de la barre d'outils
518 \begin_inset Newline newline
519 \end_inset
520
521 Pour créer une formule hors ligne
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 Formules ! hors ligne
527 \end_layout
528
529 \end_inset
530
531  c'est-à-dire qui apparaîtra plus grosse et qui aura son propre paragraphe,
532  appuyez sur 
533 \family sans
534 Ctrl+Shift+M
535 \family default
536  ou 
537 \family sans
538 Alt+M D
539 \family default
540 .
541 \end_layout
542
543 \begin_layout Standard
544 Pour changer une formule en ligne en une formule hors ligne, placez le curseur
545  dans la formule et appuyez sur 
546 \family sans
547 Ctrl-M, Alt+C M, Alt+M M
548 \family default
549  ou utilisez 
550 \family sans
551 Édition\SpecialChar \menuseparator
552 Math\SpecialChar \menuseparator
553 Changer le type de formule
554 \family default
555 .
556  De la même façon, on peut changer une formule hors ligne en une formule
557  en ligne.
558 \end_layout
559
560 \begin_layout Standard
561 Pour afficher des parties d'une formule en ligne avec la même taille qu'une
562  formule hors ligne, entrez la commande 
563 \series bold
564
565 \backslash
566 displaystyle
567 \series default
568
569 \begin_inset Index idx
570 status collapsed
571
572 \begin_layout Plain Layout
573 Commandes ! D ! 
574 \backslash
575 displaystyle
576 \end_layout
577
578 \end_inset
579
580  dans la formule.
581  Une nouvelle boîte bleue apparaît alors dans laquelle on peut insérer les
582  parties de formules qui doivent avoir la taille hors ligne.
583 \end_layout
584
585 \begin_layout Standard
586 Seules les formules en ligne sont autorisées dans les tableaux.
587 \end_layout
588
589 \begin_layout Standard
590 La barre d'outils mathématique peut être activée avec le menu 
591 \family sans
592 Visualiser\SpecialChar \menuseparator
593 Barres d'outils
594 \family default
595 .
596  Quand vous y cliquez sur 
597 \begin_inset Quotes eld
598 \end_inset
599
600 Math
601 \begin_inset Quotes erd
602 \end_inset
603
604  la barre d'outils s'affiche de façon permanente en bas de l'interface;
605  cet état est visualisé dans le menu 
606 \family sans
607 Barres
608 \begin_inset space ~
609 \end_inset
610
611 d'outils 
612 \family default
613 par une coche.
614  Si, dans cet état, vous cliquez une nouvelle fois sur 
615 \begin_inset Quotes eld
616 \end_inset
617
618 Math
619 \begin_inset Quotes erd
620 \end_inset
621
622  la barre d'outils ne s'affichera plus que lorsque le curseur se trouvera
623  à l'intérieur d'une formule; cet état est visualisé en changeant l'entrée
624  de menu de 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Math
629 \begin_inset Quotes erd
630 \end_inset
631
632  en 
633 \begin_inset Quotes eld
634 \end_inset
635
636 Math (auto)
637 \begin_inset Quotes erd
638 \end_inset
639
640 .
641 \end_layout
642
643 \begin_layout Standard
644 Le mode TeX
645 \begin_inset Index idx
646 status collapsed
647
648 \begin_layout Plain Layout
649 Mode TeX
650 \end_layout
651
652 \end_inset
653
654  est activé en appuyant sur le bouton 
655 \begin_inset Graphics
656         filename ../../images/ert-insert.png
657         scale 85
658
659 \end_inset
660
661  de la barre d'outils ou en utilisant le menu 
662 \family sans
663 Insertion\SpecialChar \menuseparator
664 Code
665 \begin_inset space ~
666 \end_inset
667
668 Te
669 \begin_inset ERT
670 status collapsed
671
672 \begin_layout Plain Layout
673
674 {}
675 \end_layout
676
677 \end_inset
678
679 X
680 \family default
681  (raccourci 
682 \family sans
683 Ctrl+L
684 \family default
685 ).
686 \begin_inset Note Note
687 status collapsed
688
689 \begin_layout Plain Layout
690 Dans LyX il y a trois 
691 \begin_inset Quotes eld
692 \end_inset
693
694 nom propres
695 \begin_inset Quotes erd
696 \end_inset
697
698  qui apparaissent dans la sortie finale avec des lettres mises en indice
699  ou en exposant: TeX, LaTeX, et LyX
700 \end_layout
701
702 \begin_layout Plain Layout
703 Pour éviter que ces noms soient reconnus comme des noms propres, on insère
704  une paire d'accolades TeX .
705 \end_layout
706
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 Pour modifier le préambule LaTeX
714 \begin_inset Index idx
715 status collapsed
716
717 \begin_layout Plain Layout
718 Préambule LaTeX
719 \end_layout
720
721 \end_inset
722
723 , on utilise le menu 
724 \family sans
725 Document\SpecialChar \menuseparator
726 Paramètres\SpecialChar \menuseparator
727 Préambule
728 \begin_inset space ~
729 \end_inset
730
731 LaT
732 \begin_inset ERT
733 status collapsed
734
735 \begin_layout Plain Layout
736
737 {}
738 \end_layout
739
740 \end_inset
741
742 eX
743 \family default
744 .
745 \end_layout
746
747 \begin_layout Standard
748 Pour éditer des matrices, des différentiations de cas et des formules multiligne
749 s après coup, on peut utiliser les menus 
750 \family sans
751 Édition\SpecialChar \menuseparator
752 Math
753 \family default
754  and 
755 \family sans
756 Édition\SpecialChar \menuseparator
757 Lignes
758 \begin_inset space \thinspace{}
759 \end_inset
760
761 &
762 \begin_inset space \thinspace{}
763 \end_inset
764
765 colonnes,
766 \family default
767  ou la barre d'outils 
768 \family sans
769 Tableau
770 \family default
771 .
772  Quand deux lignes ou deux colonnes sont permutées à l'aide du menu, la
773  ligne ou la colonne où se trouve le curseur est échangée avec la ligne
774  d'en dessous ou la colonne directement à droite.
775  Si le curseur se trouve dans la dernière ligne ou colonne, l'échange se
776  fera avec la ligne précédente ou la colonne directement à gauche.
777 \end_layout
778
779 \begin_layout Standard
780 Quand on veut écrire du texte dans des formules
781 \begin_inset Foot
782 status collapsed
783
784 \begin_layout Plain Layout
785 Pour les formules multilignes, on utilise la commande 
786 \series bold
787
788 \backslash
789 intertext,
790 \series default
791  voir 
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "sub:Texte-dans-multi-lignes"
795
796 \end_inset
797
798 .
799 \end_layout
800
801 \end_inset
802
803 , on doit utiliser du 
804 \emph on
805 texte mathématique
806 \emph default
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 Texte ! dans les formules
813 \end_layout
814
815 \end_inset
816
817
818 \begin_inset Index idx
819 status collapsed
820
821 \begin_layout Plain Layout
822 Mathématique, texte
823 \end_layout
824
825 \end_inset
826
827 .
828  Ce mode est invoqué à l'aide du raccourci
829 \family sans
830  Ctrl+M
831 \family default
832  ou en insérant la commande 
833 \series bold
834
835 \backslash
836 text
837 \series default
838
839 \begin_inset Index idx
840 status collapsed
841
842 \begin_layout Plain Layout
843 Commandes ! T ! 
844 \backslash
845 text
846 \end_layout
847
848 \end_inset
849
850 .
851  Dans LyX, le texte apparaît en noir et peut donc être distingué des autres
852  parties de la formule qui apparaissent en bleu.
853  Dans la sortie finale, le texte mathématique est en caractères droits,
854  contrairement aux autres éléments de formule.
855 \end_layout
856
857 \begin_layout Subsection*
858 Syntaxe des commandes
859 \end_layout
860
861 \begin_layout Standard
862 La plupart des commandes LaTeX utilisées dans les constructions mathématiques
863  suivent la syntaxe suivante:
864 \end_layout
865
866 \begin_layout Standard
867
868 \series bold
869
870 \backslash
871 nomdelacommande[argument optionnel]{argument obligatoire}
872 \end_layout
873
874 \begin_layout Standard
875 Une commande commence toujours par une barre de fraction inverse (anti-slash)
876  
877 \begin_inset Quotes gld
878 \end_inset
879
880
881 \series bold
882
883 \backslash
884
885 \series default
886
887 \begin_inset Quotes grd
888 \end_inset
889
890 .
891  Pour omettre l'argument optionnel, il faut aussi omettre les crochets qui
892  vont avec.
893  Les accolades placées autour des arguments obligatoires seront nommées
894  accolade TeX dans ce document
895 \begin_inset Index idx
896 status collapsed
897
898 \begin_layout Plain Layout
899 Accolades TeX
900 \end_layout
901
902 \end_inset
903
904 .
905  Si dans une formule, vous ajoutez à un nom de commande une accolade gauche,
906  LyX créera automatiquement une accolade droite.
907  Dans tous les autres cas les accolades TeX sont créées dans des formules
908  avec la commande 
909 \series bold
910
911 \backslash
912 {
913 \series default
914 .
915  Les accolades TeX apparaissent en rouge dans LyX, contrairement aux accolades
916  normales qui apparaissent en bleu.
917  En mode TeX, on n'a pas besoin d'une commande pour obtenir des accolades
918  TeX.
919  Les accolades TeX n'apparaissent pas dans la sortie finale.
920 \end_layout
921
922 \begin_layout Standard
923 Quand on entre en mode TeX des commandes sans argument, comme les commandes
924  pour les symboles, on doit 
925 \emph on
926 toujours
927 \emph default
928  placer une espace après la commande pour la terminer.
929  Cette espace n'apparaît pas dans la sortie finale.
930
931 \emph on
932  
933 \emph default
934 Si une espace doit apparaître dans la sortie finale, l'espace doit être
935  suivie par une espace insécable en texte normal.
936 \end_layout
937
938 \begin_layout Standard
939 On insère une espace insécable avec 
940 \family sans
941 Ctrl+Espace
942 \family default
943 .
944 \end_layout
945
946 \begin_layout Subsection*
947 Explications sur la syntaxe
948 \end_layout
949
950 \begin_layout Itemize
951 Le symbole 
952 \begin_inset space \textvisiblespace{}
953 \end_inset
954
955  indique que l'on doit mettre une espace.
956 \end_layout
957
958 \begin_layout Itemize
959 Une flèche comme celle-ci 
960 \begin_inset Formula $\to$
961 \end_inset
962
963  indique que l'on doit appuyer sur la flèche correspondante du clavier.
964  La touche
965 \family sans
966  Tab
967 \family default
968  peut être fréquemment utilisée à la place de
969 \begin_inset Formula $\to$
970 \end_inset
971
972  et 
973 \begin_inset Formula $\downarrow$
974 \end_inset
975
976 , et 
977 \family sans
978 Shift+Tab
979 \family default
980  à la place de 
981 \begin_inset Formula $\leftarrow$
982 \end_inset
983
984  et 
985 \begin_inset Formula $\uparrow$
986 \end_inset
987
988 .
989 \end_layout
990
991 \begin_layout Subsection*
992 Unités disponibles
993 \end_layout
994
995 \begin_layout Standard
996 \align center
997 \begin_inset Float table
998 placement H
999 wide false
1000 sideways false
1001 status open
1002
1003 \begin_layout Plain Layout
1004 \align center
1005 \begin_inset Caption Standard
1006
1007 \begin_layout Plain Layout
1008 \begin_inset CommandInset label
1009 LatexCommand label
1010 name "tab:Unités-disponibles"
1011
1012 \end_inset
1013
1014 Unités disponibles
1015 \end_layout
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Tabular
1025 <lyxtabular version="3" rows="13" columns="2">
1026 <features rotate="0" tabularvalignment="middle">
1027 <column alignment="center" valignment="top">
1028 <column alignment="center" valignment="top">
1029 <row>
1030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 Unité
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Nom / Description
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 mm
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Millimètre
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 cm
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Centimètre
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 in
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Pouce (1
1104 \begin_inset space \thinspace{}
1105 \end_inset
1106
1107 in = 2,54
1108 \begin_inset space \thinspace{}
1109 \end_inset
1110
1111 cm)
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 </row>
1117 <row>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 pt
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 Point (72.27
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 pt = 1
1136 \begin_inset space \thinspace{}
1137 \end_inset
1138
1139 in)
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 </row>
1145 <row>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 pc
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 Pica (1
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 pc = 12
1164 \begin_inset space \thinspace{}
1165 \end_inset
1166
1167 pt)
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 </row>
1173 <row>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 sp
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 scaled point (65536
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 sp = 1
1192 \begin_inset space \thinspace{}
1193 \end_inset
1194
1195 pt)
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 </row>
1201 <row>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 bp
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 big point (72
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 bp = 1
1220 \begin_inset space \thinspace{}
1221 \end_inset
1222
1223 in)
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 </row>
1229 <row>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 dd
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 Didot (1
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 dd 
1248 \begin_inset Formula $\approx$
1249 \end_inset
1250
1251  0.376
1252 \begin_inset space \thinspace{}
1253 \end_inset
1254
1255 mm)
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 </row>
1261 <row>
1262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 cc
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 Cicero (1
1276 \begin_inset space \thinspace{}
1277 \end_inset
1278
1279 cc = 12
1280 \begin_inset space \thinspace{}
1281 \end_inset
1282
1283 dd)
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 </row>
1289 <row>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 ex
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 Hauteur de la lettre 
1304 \emph on
1305
1306 \begin_inset Quotes eld
1307 \end_inset
1308
1309 x
1310 \emph default
1311
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315  dans la police courante
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 </row>
1321 <row>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 em
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1332 \begin_inset Text
1333
1334 \begin_layout Plain Layout
1335 Largeur de la lettre 
1336 \begin_inset Quotes eld
1337 \end_inset
1338
1339
1340 \emph on
1341 M
1342 \emph default
1343
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347  dans la police courante
1348 \end_layout
1349
1350 \end_inset
1351 </cell>
1352 </row>
1353 <row>
1354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 mu
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 unité math  (1
1368 \begin_inset space \thinspace{}
1369 \end_inset
1370
1371 mu = 
1372 \begin_inset Formula $\nicefrac{1}{18}$
1373 \end_inset
1374
1375
1376 \begin_inset space \thinspace{}
1377 \end_inset
1378
1379 em)
1380 \end_layout
1381
1382 \end_inset
1383 </cell>
1384 </row>
1385 </lyxtabular>
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \begin_layout Standard
1398 \begin_inset Newpage newpage
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \begin_layout Section
1405 Fonctions de base
1406 \end_layout
1407
1408 \begin_layout Subsection
1409 Exposants
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 Exposants
1415 \end_layout
1416
1417 \end_inset
1418
1419  et indices
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 Indices
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \begin_layout Standard
1433 Les indices sont créés avec le caractère souligné 
1434 \begin_inset Quotes eld
1435 \end_inset
1436
1437 _
1438 \begin_inset Quotes erd
1439 \end_inset
1440
1441  ou avec le bouton 
1442 \begin_inset Graphics
1443         filename ../../images/math-subscript.png
1444         scale 85
1445
1446 \end_inset
1447
1448 de la barre d'outils mathématique, les exposants avec un accent circonflexe
1449  
1450 \begin_inset Quotes eld
1451 \end_inset
1452
1453 ^
1454 \begin_inset Quotes erd
1455 \end_inset
1456
1457  ou avec le bouton 
1458 \begin_inset Graphics
1459         filename ../../images/math-superscript.png
1460         scale 85
1461
1462 \end_inset
1463
1464 .
1465 \end_layout
1466
1467 \begin_layout Standard
1468 \align center
1469 \begin_inset Tabular
1470 <lyxtabular version="3" rows="4" columns="2">
1471 <features rotate="0" tabularvalignment="middle">
1472 <column alignment="center" valignment="top" width="0pt">
1473 <column alignment="center" valignment="top" width="0pt">
1474 <row>
1475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1476 \begin_inset Text
1477
1478 \begin_layout Plain Layout
1479 Commande
1480 \end_layout
1481
1482 \end_inset
1483 </cell>
1484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1485 \begin_inset Text
1486
1487 \begin_layout Plain Layout
1488 Résultat
1489 \begin_inset Note Note
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 \series bold
1495
1496 \backslash
1497 raisebox
1498 \series default
1499  est seulement utilisée pour faire de la place
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \end_inset
1508 </cell>
1509 </row>
1510 <row>
1511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Plain Layout
1515 B_V
1516 \end_layout
1517
1518 \end_inset
1519 </cell>
1520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1521 \begin_inset Text
1522
1523 \begin_layout Plain Layout
1524 \begin_inset Formula $B_{V}$
1525 \end_inset
1526
1527
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 </row>
1533 <row>
1534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 B^V
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 </row>
1556 <row>
1557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 B^
1562 \begin_inset space \textvisiblespace{}
1563 \end_inset
1564
1565 A
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1575 \end_inset
1576
1577
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 </row>
1583 </lyxtabular>
1584
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \begin_layout Standard
1591 Pour éviter que l'accent se retrouve sur la lettre qui le suit au lieu de
1592  la mettre en exposant, vous pouvez soit appuyer sur 
1593 \family sans
1594 Espace 
1595 \family default
1596 après l'accent circonflexe comme dans le dernier exemple ou utiliser l'accent
1597  qui se trouve sur la touche du 9.
1598 \end_layout
1599
1600 \begin_layout Subsection
1601 Fractions
1602 \begin_inset CommandInset label
1603 LatexCommand label
1604 name "sub:Fractions"
1605
1606 \end_inset
1607
1608
1609 \begin_inset Index idx
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613 Fractions
1614 \end_layout
1615
1616 \end_inset
1617
1618
1619 \end_layout
1620
1621 \begin_layout Standard
1622 Les fractions sont créées avec la commande 
1623 \series bold
1624
1625 \backslash
1626 frac
1627 \series default
1628
1629 \begin_inset Index idx
1630 status collapsed
1631
1632 \begin_layout Plain Layout
1633 Commandes ! F ! 
1634 \backslash
1635 frac
1636 \end_layout
1637
1638 \end_inset
1639
1640  ou avec le bouton 
1641 \begin_inset Graphics
1642         filename ../../images/math/frac.png
1643         scale 50
1644
1645 \end_inset
1646
1647  de la barre d'outils mathématique.
1648  La taille de la police est ajustée automatiquement selon que l'on se trouve
1649  dans une formule en ligne ou hors ligne.
1650  Avec le bouton 
1651 \begin_inset Graphics
1652         filename ../../images/math/frac-square.png
1653         scale 85
1654
1655 \end_inset
1656
1657  de la barre d'outils mathématique, vous pouvez choisir entre différents
1658  types de fractions.
1659 \end_layout
1660
1661 \begin_layout Standard
1662 Avec la commande 
1663 \series bold
1664
1665 \backslash
1666 dfrac
1667 \series default
1668
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Commandes ! D ! 
1674 \backslash
1675 dfrac
1676 \end_layout
1677
1678 \end_inset
1679
1680  on peut créer une fraction qui a dans tous les cas la taille d'une fraction
1681  qui se trouverait dans une formule hors ligne.
1682  Avec 
1683 \series bold
1684
1685 \backslash
1686 tfrac
1687 \series default
1688
1689 \begin_inset Index idx
1690 status collapsed
1691
1692 \begin_layout Plain Layout
1693 Commandes ! T ! 
1694 \backslash
1695 tfrac
1696 \end_layout
1697
1698 \end_inset
1699
1700  la fraction aura toujours la taille d'une formule en ligne.
1701  Un exemple:
1702 \end_layout
1703
1704 \begin_layout Standard
1705 Une ligne avec la fraction 
1706 \begin_inset Formula $\frac{1}{2}$
1707 \end_inset
1708
1709  créée avec la commande 
1710 \series bold
1711
1712 \backslash
1713 frac
1714 \series default
1715 .
1716 \end_layout
1717
1718 \begin_layout Standard
1719 Une ligne avec la fraction 
1720 \begin_inset Formula $\dfrac{1}{2}$
1721 \end_inset
1722
1723  créée avec la commande 
1724 \series bold
1725
1726 \backslash
1727 dfrac
1728 \series default
1729 .
1730 \end_layout
1731
1732 \begin_layout Standard
1733 \align center
1734 \begin_inset Tabular
1735 <lyxtabular version="3" rows="4" columns="2">
1736 <features rotate="0" tabularvalignment="middle">
1737 <column alignment="center" valignment="top" width="0pt">
1738 <column alignment="center" valignment="top" width="0pt">
1739 <row>
1740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744 Commande
1745 \end_layout
1746
1747 \end_inset
1748 </cell>
1749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1750 \begin_inset Text
1751
1752 \begin_layout Plain Layout
1753 Résultat
1754 \begin_inset Note Note
1755 status collapsed
1756
1757 \begin_layout Plain Layout
1758
1759 \series bold
1760
1761 \backslash
1762 raisebox
1763 \series default
1764  est seulement utilisée pour faire de la place
1765 \end_layout
1766
1767 \end_inset
1768
1769
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 </row>
1775 <row>
1776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780
1781 \backslash
1782 frac
1783 \begin_inset space \textvisiblespace{}
1784 \end_inset
1785
1786 A
1787 \begin_inset Formula $\downarrow$
1788 \end_inset
1789
1790 B
1791 \end_layout
1792
1793 \end_inset
1794 </cell>
1795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1800 \end_inset
1801
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 </row>
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \backslash
1815 dfrac
1816 \begin_inset space \textvisiblespace{}
1817 \end_inset
1818
1819 A
1820 \begin_inset Formula $\downarrow$
1821 \end_inset
1822
1823 B
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1833 \end_inset
1834
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 </row>
1841 <row>
1842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \backslash
1848 dfrac
1849 \begin_inset space \textvisiblespace{}
1850 \end_inset
1851
1852 e^
1853 \backslash
1854 frac
1855 \begin_inset space \textvisiblespace{}
1856 \end_inset
1857
1858 1
1859 \begin_inset Formula $\downarrow$
1860 \end_inset
1861
1862 2
1863 \begin_inset Formula $\downarrow\downarrow$
1864 \end_inset
1865
1866 3
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1876 \end_inset
1877
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 </lyxtabular>
1885
1886 \end_inset
1887
1888
1889 \end_layout
1890
1891 \begin_layout Standard
1892 \begin_inset VSpace bigskip
1893 \end_inset
1894
1895
1896 \begin_inset Newpage newpage
1897 \end_inset
1898
1899 Pour des fractions emboîtées, on peut utiliser la commande 
1900 \series bold
1901
1902 \backslash
1903 cfrac
1904 \series default
1905
1906 \begin_inset Index idx
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910 Commandes ! C ! 
1911 \backslash
1912 cfrac
1913 \end_layout
1914
1915 \end_inset
1916
1917 .
1918  Voici un exemple:
1919 \begin_inset VSpace -3mm
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Standard
1926 \begin_inset Formula 
1927 \begin{align*}
1928 \textrm{créée avec \textbf{\textbackslash frac}} &  & \textrm{créée avec \textbf{\textbackslash cfrac}}\\
1929 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1930 \end{align*}
1931
1932 \end_inset
1933
1934
1935 \end_layout
1936
1937 \begin_layout Standard
1938 La commande pour l'exemple précédent est:
1939 \end_layout
1940
1941 \begin_layout Standard
1942
1943 \series bold
1944
1945 \backslash
1946 cfrac
1947 \begin_inset space \textvisiblespace{}
1948 \end_inset
1949
1950 A
1951 \begin_inset Formula $\downarrow$
1952 \end_inset
1953
1954 B+
1955 \backslash
1956 cfrac
1957 \begin_inset space \textvisiblespace{}
1958 \end_inset
1959
1960 C+
1961 \backslash
1962 cfrac
1963 \begin_inset space \textvisiblespace{}
1964 \end_inset
1965
1966 E
1967 \begin_inset Formula $\downarrow$
1968 \end_inset
1969
1970 F
1971 \begin_inset Formula $\downarrow$
1972 \end_inset
1973
1974 D
1975 \end_layout
1976
1977 \begin_layout Standard
1978 \begin_inset VSpace medskip
1979 \end_inset
1980
1981
1982 \end_layout
1983
1984 \begin_layout Standard
1985
1986 \series bold
1987
1988 \backslash
1989 cfrac
1990 \series default
1991  met toujours la fraction dans la taille d'une formule hors ligne, même
1992  si elle est une partie d'une autre fraction.
1993 \end_layout
1994
1995 \begin_layout Standard
1996 On peut préciser l'alignement du numérateur.
1997  On utilise la commande 
1998 \series bold
1999
2000 \backslash
2001 cfracleft
2002 \series default
2003  pour l'aligner à gauche, la commande 
2004 \series bold
2005
2006 \backslash
2007 cfracright
2008 \series default
2009  pour l'aligner à droite et 
2010 \series bold
2011
2012 \backslash
2013 cfrac
2014 \series default
2015  pour le centrer.
2016  Les fractions qui suivent illustrent les différents alignements:
2017 \end_layout
2018
2019 \begin_layout Standard
2020
2021 \series bold
2022 \begin_inset Formula 
2023 \[
2024 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2025 \]
2026
2027 \end_inset
2028
2029
2030 \end_layout
2031
2032 \begin_layout Standard
2033 \begin_inset Note Greyedout
2034 status open
2035
2036 \begin_layout Plain Layout
2037
2038 \series bold
2039 Notez:
2040 \series default
2041  
2042 \series bold
2043
2044 \backslash
2045 cfracleft
2046 \series default
2047  et 
2048 \series bold
2049 cfracright
2050 \series default
2051  ne sont pas des commandes LaTeX réelle, mais représentent la commande 
2052 \series bold
2053
2054 \backslash
2055 cfrac[alignement]{numérateur}{dénominateur}
2056 \series default
2057  .
2058
2059 \series bold
2060  
2061 \series default
2062 Vous ne pouvez donc pas les utiliser en code TeX.
2063 \end_layout
2064
2065 \end_inset
2066
2067
2068 \end_layout
2069
2070 \begin_layout Standard
2071 \begin_inset VSpace medskip
2072 \end_inset
2073
2074 Il est souvent intéressant de combiner 
2075 \series bold
2076
2077 \backslash
2078 cfrac
2079 \series default
2080  et 
2081 \series bold
2082
2083 \backslash
2084 frac
2085 \series default
2086 :
2087 \begin_inset Formula 
2088 \[
2089 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2090 \]
2091
2092 \end_inset
2093
2094
2095 \end_layout
2096
2097 \begin_layout Standard
2098 Pour des fractions en ligne avec une barre de fraction en diagonale, vous
2099  pouvez utiliser la commande 
2100 \series bold
2101
2102 \backslash
2103 nicefrac
2104 \begin_inset Index idx
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108 Commandes ! N ! 
2109 \backslash
2110 nicefrac
2111 \end_layout
2112
2113 \end_inset
2114
2115
2116 \series default
2117
2118 \begin_inset Formula $\nicefrac{5}{31}$
2119 \end_inset
2120
2121  ou 
2122 \series bold
2123
2124 \backslash
2125 unitfrac
2126 \series default
2127
2128 \begin_inset Index idx
2129 status collapsed
2130
2131 \begin_layout Plain Layout
2132 Commandes ! U ! 
2133 \backslash
2134 unitfrac
2135 \end_layout
2136
2137 \end_inset
2138
2139
2140 \begin_inset Formula $\unitfrac{5}{31}$
2141 \end_inset
2142
2143 .
2144  Il y a aussi la commande 
2145 \series bold
2146
2147 \backslash
2148 unitfracthree
2149 \series default
2150  qui permet d'écrire une fraction en combinaison avec un nombre: 
2151 \begin_inset Formula $\unitfrac[2]{1}{3}$
2152 \end_inset
2153
2154
2155 \end_layout
2156
2157 \begin_layout Standard
2158 \begin_inset Note Greyedout
2159 status open
2160
2161 \begin_layout Plain Layout
2162
2163 \series bold
2164 Notez:
2165 \series default
2166  
2167 \series bold
2168
2169 \backslash
2170 unitfracthree
2171 \series default
2172  n'est pas une commande LaTeX réelle, mais c'est la commande 
2173 \series bold
2174
2175 \backslash
2176 unitfrac[nombre]{numérateur}{dénominateur}
2177 \series default
2178  .
2179
2180 \series bold
2181  
2182 \series default
2183 Vous ne pouvez donc pas l'utiliser en code TeX.
2184 \end_layout
2185
2186 \end_inset
2187
2188
2189 \end_layout
2190
2191 \begin_layout Standard
2192 Dans 
2193 \begin_inset CommandInset ref
2194 LatexCommand ref
2195 reference "sub:Fractions-personnalisées"
2196
2197 \end_inset
2198
2199  on explique comment définir des fractions personnalisées en modifiant les
2200  barres de fractions.
2201 \end_layout
2202
2203 \begin_layout Standard
2204 \begin_inset Newpage newpage
2205 \end_inset
2206
2207
2208 \end_layout
2209
2210 \begin_layout Subsection
2211 Racines
2212 \begin_inset Index idx
2213 status collapsed
2214
2215 \begin_layout Plain Layout
2216 Racines
2217 \end_layout
2218
2219 \end_inset
2220
2221
2222 \end_layout
2223
2224 \begin_layout Standard
2225 On obtient les racines carrées avec la commande 
2226 \series bold
2227
2228 \backslash
2229 sqrt
2230 \series default
2231
2232 \begin_inset Index idx
2233 status collapsed
2234
2235 \begin_layout Plain Layout
2236 Commandes ! S ! 
2237 \backslash
2238 sqrt
2239 \end_layout
2240
2241 \end_inset
2242
2243  ou avec le bouton 
2244 \begin_inset Graphics
2245         filename ../../images/math/sqrt.png
2246         scale 85
2247
2248 \end_inset
2249
2250  de la barre d'outils mathématique, et toutes les autres racines avec la
2251  commande 
2252 \series bold
2253
2254 \backslash
2255 root
2256 \series default
2257
2258 \begin_inset Index idx
2259 status collapsed
2260
2261 \begin_layout Plain Layout
2262 Commandes ! R ! 
2263 \backslash
2264 root
2265 \end_layout
2266
2267 \end_inset
2268
2269  ou avec le bouton 
2270 \begin_inset Graphics
2271         filename ../../images/math/root.png
2272         scale 85
2273
2274 \end_inset
2275
2276 .
2277 \end_layout
2278
2279 \begin_layout Standard
2280 \align center
2281 \begin_inset Tabular
2282 <lyxtabular version="3" rows="3" columns="2">
2283 <features rotate="0" tabularvalignment="middle">
2284 <column alignment="center" valignment="top" width="0pt">
2285 <column alignment="center" valignment="top" width="0pt">
2286 <row>
2287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2288 \begin_inset Text
2289
2290 \begin_layout Plain Layout
2291 Commande
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300 Résultat
2301 \begin_inset Note Note
2302 status collapsed
2303
2304 \begin_layout Plain Layout
2305
2306 \series bold
2307
2308 \backslash
2309 raisebox
2310 \series default
2311  est seulement utilisée pour faire de la place
2312 \end_layout
2313
2314 \end_inset
2315
2316
2317 \end_layout
2318
2319 \end_inset
2320 </cell>
2321 </row>
2322 <row>
2323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2324 \begin_inset Text
2325
2326 \begin_layout Plain Layout
2327
2328 \backslash
2329 sqrt
2330 \begin_inset space \textvisiblespace{}
2331 \end_inset
2332
2333 A-B
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2343 \end_inset
2344
2345
2346 \end_layout
2347
2348 \end_inset
2349 </cell>
2350 </row>
2351 <row>
2352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2353 \begin_inset Text
2354
2355 \begin_layout Plain Layout
2356
2357 \backslash
2358 root
2359 \begin_inset space \textvisiblespace{}
2360 \end_inset
2361
2362 3
2363 \begin_inset Formula $\downarrow$
2364 \end_inset
2365
2366 A-B
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2376 \end_inset
2377
2378
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 </row>
2384 </lyxtabular>
2385
2386 \end_inset
2387
2388
2389 \end_layout
2390
2391 \begin_layout Standard
2392 On peut aussi obtenir une racine carrée avec 
2393 \series bold
2394
2395 \backslash
2396 root
2397 \series default
2398  en laissant le champ réservé au degré de la racine vide.
2399 \end_layout
2400
2401 \begin_layout Standard
2402 Dans certains cas, la distance entre le degré et la racine est trop petite
2403  comme dans cette formule: 
2404 \begin_inset Formula $\sqrt[\beta]{B}$
2405 \end_inset
2406
2407
2408 \begin_inset Newline newline
2409 \end_inset
2410
2411 Le 
2412 \begin_inset Formula $\beta$
2413 \end_inset
2414
2415  touche la racine, ce qui peut être évité en utilisant les commandes 
2416 \series bold
2417
2418 \backslash
2419 leftroot
2420 \series default
2421
2422 \begin_inset Index idx
2423 status collapsed
2424
2425 \begin_layout Plain Layout
2426 Commandes ! L ! 
2427 \backslash
2428 leftroot
2429 \end_layout
2430
2431 \end_inset
2432
2433  et 
2434 \series bold
2435
2436 \backslash
2437 uproot
2438 \series default
2439
2440 \begin_inset Index idx
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 Commandes ! U ! 
2445 \backslash
2446 uproot
2447 \end_layout
2448
2449 \end_inset
2450
2451  avec la syntaxe suivante:
2452 \end_layout
2453
2454 \begin_layout Standard
2455
2456 \series bold
2457
2458 \backslash
2459 leftroot{distance}
2460 \series default
2461  et 
2462 \series bold
2463
2464 \backslash
2465 uproot{distance}
2466 \end_layout
2467
2468 \begin_layout Standard
2469 Distance est le nombre de Big Points (unité bp; 
2470 \begin_inset Formula $\mathrm{72\, bp=1\, pouce}$
2471 \end_inset
2472
2473 ), dont le degré doit être déplacé, respectivement vers la gauche ou vers
2474  le haut.
2475  Les commandes doivent être placées dans la case du degré.
2476  Par exemple, la commande
2477 \begin_inset Newline newline
2478 \end_inset
2479
2480
2481 \series bold
2482
2483 \backslash
2484 root
2485 \backslash
2486 leftroot{-1
2487 \begin_inset Formula $\to$
2488 \end_inset
2489
2490
2491 \backslash
2492 uproot{2
2493 \begin_inset Formula $\to$
2494 \end_inset
2495
2496
2497 \backslash
2498 beta
2499 \begin_inset space \textvisiblespace{}
2500 \end_inset
2501
2502
2503 \begin_inset Formula $\to$
2504 \end_inset
2505
2506 B
2507 \begin_inset Newline newline
2508 \end_inset
2509
2510
2511 \series default
2512 produit une formule correctement mise en forme: 
2513 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \begin_layout Subsection
2520 Coefficients binomiaux 
2521 \begin_inset Index idx
2522 status collapsed
2523
2524 \begin_layout Plain Layout
2525 Binomiaux, coefficients
2526 \end_layout
2527
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \begin_layout Standard
2534 Les coefficients binomiaux sont insérés avec la commande 
2535 \series bold
2536
2537 \backslash
2538 binom
2539 \series default
2540
2541 \begin_inset Index idx
2542 status collapsed
2543
2544 \begin_layout Plain Layout
2545 Commandes ! B ! 
2546 \backslash
2547 binom
2548 \end_layout
2549
2550 \end_inset
2551
2552  ou avec le bouton 
2553 \begin_inset Graphics
2554         filename ../../images/math/frac-square.png
2555         scale 85
2556
2557 \end_inset
2558
2559 de la barre d'outils mathématique.
2560  Comme pour les fraction (
2561 \series bold
2562
2563 \backslash
2564 frac
2565 \series default
2566 ) il y a avec 
2567 \series bold
2568
2569 \backslash
2570 binom
2571 \series default
2572  les commandes 
2573 \series bold
2574
2575 \backslash
2576 dbinom
2577 \series default
2578
2579 \begin_inset Index idx
2580 status collapsed
2581
2582 \begin_layout Plain Layout
2583 Commandes ! D ! 
2584 \backslash
2585 dbinom
2586 \end_layout
2587
2588 \end_inset
2589
2590  et 
2591 \series bold
2592
2593 \backslash
2594 tbinom
2595 \series default
2596
2597 \begin_inset Index idx
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 Commandes ! T ! 
2602 \backslash
2603 tbinom
2604 \end_layout
2605
2606 \end_inset
2607
2608 .
2609  Pour d'autres styles de parenthèses autour des coefficients binomiaux,
2610  il y a les commandes 
2611 \series bold
2612
2613 \backslash
2614 brace
2615 \series default
2616
2617 \begin_inset Index idx
2618 status collapsed
2619
2620 \begin_layout Plain Layout
2621 Commandes ! B ! 
2622 \backslash
2623 brace
2624 \end_layout
2625
2626 \end_inset
2627
2628  et 
2629 \series bold
2630
2631 \backslash
2632 brack
2633 \series default
2634
2635 \begin_inset Index idx
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 Commandes ! B ! 
2640 \backslash
2641 brack
2642 \end_layout
2643
2644 \end_inset
2645
2646 .
2647 \end_layout
2648
2649 \begin_layout Standard
2650 \align center
2651 \begin_inset Tabular
2652 <lyxtabular version="3" rows="6" columns="2">
2653 <features rotate="0" tabularvalignment="middle">
2654 <column alignment="center" valignment="top" width="0pt">
2655 <column alignment="center" valignment="top" width="0pt">
2656 <row>
2657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2658 \begin_inset Text
2659
2660 \begin_layout Plain Layout
2661 Commande
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2667 \begin_inset Text
2668
2669 \begin_layout Plain Layout
2670 Résultat
2671 \begin_inset Note Note
2672 status collapsed
2673
2674 \begin_layout Plain Layout
2675
2676 \series bold
2677
2678 \backslash
2679 raisebox
2680 \series default
2681  est seulement utilisée pour faire de la place
2682 \end_layout
2683
2684 \end_inset
2685
2686
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 </row>
2692 <row>
2693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2694 \begin_inset Text
2695
2696 \begin_layout Plain Layout
2697
2698 \backslash
2699 binom
2700 \begin_inset space \textvisiblespace{}
2701 \end_inset
2702
2703 A
2704 \begin_inset Formula $\downarrow$
2705 \end_inset
2706
2707 B
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 </row>
2725 <row>
2726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2727 \begin_inset Text
2728
2729 \begin_layout Plain Layout
2730
2731 \backslash
2732 dbinom
2733 \begin_inset space \textvisiblespace{}
2734 \end_inset
2735
2736 A
2737 \begin_inset Formula $\downarrow$
2738 \end_inset
2739
2740 B
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2750 \end_inset
2751
2752
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 </row>
2758 <row>
2759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \backslash
2765 tbinom
2766 \begin_inset space \textvisiblespace{}
2767 \end_inset
2768
2769 A
2770 \begin_inset Formula $\downarrow$
2771 \end_inset
2772
2773 B
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row>
2792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 brack
2799 \begin_inset space \textvisiblespace{}
2800 \end_inset
2801
2802 A
2803 \begin_inset Formula $\downarrow$
2804 \end_inset
2805
2806 B
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row>
2825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \backslash
2831 brace
2832 \begin_inset space \textvisiblespace{}
2833 \end_inset
2834
2835 A
2836 \begin_inset Formula $\downarrow$
2837 \end_inset
2838
2839 B
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 </lyxtabular>
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Subsection
2865 Différentiation de cas 
2866 \begin_inset Index idx
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870 Différentiation de cas 
2871 \end_layout
2872
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \begin_layout Standard
2879 \align center
2880 \begin_inset Tabular
2881 <lyxtabular version="3" rows="3" columns="2">
2882 <features rotate="0" tabularvalignment="middle">
2883 <column alignment="center" valignment="top" width="0pt">
2884 <column alignment="center" valignment="top" width="0pt">
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890 Commande
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899 Résultat
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 </row>
2905 <row>
2906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \backslash
2912 cases
2913 \begin_inset space \textvisiblespace{}
2914 \end_inset
2915
2916 A
2917 \begin_inset Formula $\to$
2918 \end_inset
2919
2920 B>0
2921 \begin_inset Index idx
2922 status collapsed
2923
2924 \begin_layout Plain Layout
2925 Commandes ! C ! 
2926 \backslash
2927 cases
2928 \end_layout
2929
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Plain Layout
2941 \begin_inset Formula $\begin{cases}
2942 A & B>0\end{cases}$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 cases
2959 \begin_inset space \textvisiblespace{}
2960 \end_inset
2961
2962
2963 \family sans
2964 Ctrl-Entrée
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973 \begin_inset Formula $\begin{cases}
2974 A & \textrm{pour }\hat{x}>0\\
2975 B & \textrm{pour }\hat{x}=0
2976 \end{cases}$
2977 \end_inset
2978
2979
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 </lyxtabular>
2986
2987 \end_inset
2988
2989
2990 \end_layout
2991
2992 \begin_layout Standard
2993 Après avoir inséré 
2994 \series bold
2995
2996 \backslash
2997 cases
2998 \series default
2999  ou avoir utilisé le bouton 
3000 \begin_inset Graphics
3001         filename ../../images/math/cases.png
3002         lyxscale 50
3003         scale 50
3004
3005 \end_inset
3006
3007  de la barre d'outils mathématique, vous pouvez ajouter de nouvelles lignes
3008  avec le raccourci 
3009 \family sans
3010 Ctrl+Entrée
3011 \family default
3012  ou avec le bouton 
3013 \begin_inset Graphics
3014         filename ../../images/tabular-feature_append-row.png
3015         scale 85
3016
3017 \end_inset
3018
3019 .
3020 \begin_inset Foot
3021 status collapsed
3022
3023 \begin_layout Plain Layout
3024 Les accents et autres trémas, comme ceux présents dans la formule précédente,
3025  sont expliqués dans 
3026 \begin_inset CommandInset ref
3027 LatexCommand ref
3028 reference "sub:Accents-sur-un-caractère"
3029
3030 \end_inset
3031
3032 .
3033 \end_layout
3034
3035 \end_inset
3036
3037
3038 \end_layout
3039
3040 \begin_layout Standard
3041 La commande 
3042 \series bold
3043
3044 \backslash
3045 cases
3046 \series default
3047  est aussi accessible par le menu 
3048 \family sans
3049 Insertion\SpecialChar \menuseparator
3050 Math\SpecialChar \menuseparator
3051 Environnement
3052 \begin_inset space ~
3053 \end_inset
3054
3055 Cas
3056 \family default
3057 .
3058 \end_layout
3059
3060 \begin_layout Subsection
3061 Négations
3062 \begin_inset Index idx
3063 status collapsed
3064
3065 \begin_layout Plain Layout
3066 Negations@Négations
3067 \end_layout
3068
3069 \end_inset
3070
3071
3072 \end_layout
3073
3074 \begin_layout Standard
3075 En insérant la commande 
3076 \series bold
3077
3078 \backslash
3079 not
3080 \series default
3081
3082 \begin_inset Index idx
3083 status collapsed
3084
3085 \begin_layout Plain Layout
3086 Commandes ! N ! 
3087 \backslash
3088 not
3089 \end_layout
3090
3091 \end_inset
3092
3093  chaque caractère peut être affiché barré.
3094  Les caractères sont en quelque sorte accentués par une barre de fraction.
3095 \end_layout
3096
3097 \begin_layout Standard
3098 \align center
3099 \begin_inset Tabular
3100 <lyxtabular version="3" rows="4" columns="2">
3101 <features rotate="0" tabularvalignment="middle">
3102 <column alignment="center" valignment="top" width="0pt">
3103 <column alignment="center" valignment="top" width="0pt">
3104 <row>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 Commande
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118 Résultat
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row>
3125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \backslash
3131 not=
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 \begin_inset Formula $\not=$
3141 \end_inset
3142
3143
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 </row>
3149 <row>
3150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \backslash
3156 not 
3157 \backslash
3158 le
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 \begin_inset Formula $\not\le$
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 </row>
3176 <row>
3177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181
3182 \backslash
3183 not 
3184 \backslash
3185 parallel
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194 \begin_inset Formula $\not\parallel$
3195 \end_inset
3196
3197
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 </row>
3203 </lyxtabular>
3204
3205 \end_inset
3206
3207
3208 \end_layout
3209
3210 \begin_layout Standard
3211 Le dernier exemple montre que toutes les négations n'ont pas forcément un
3212  bel aspect.
3213  C'est pourquoi il existe des commandes spéciales pour certaines négations
3214  (voir 
3215 \begin_inset CommandInset ref
3216 LatexCommand ref
3217 reference "sub:Symboles-mathématiques"
3218
3219 \end_inset
3220
3221  et 
3222 \begin_inset CommandInset ref
3223 LatexCommand ref
3224 reference "sec:Relations"
3225
3226 \end_inset
3227
3228 ).
3229 \end_layout
3230
3231 \begin_layout Subsection
3232 Garnitures
3233 \begin_inset CommandInset label
3234 LatexCommand label
3235 name "sub:Garnitures"
3236
3237 \end_inset
3238
3239
3240 \begin_inset Index idx
3241 status collapsed
3242
3243 \begin_layout Plain Layout
3244 Garnitures
3245 \end_layout
3246
3247 \end_inset
3248
3249
3250 \begin_inset Index idx
3251 status collapsed
3252
3253 \begin_layout Plain Layout
3254 Symboles chimiques ! Isotopes
3255 \end_layout
3256
3257 \end_inset
3258
3259
3260 \begin_inset Index idx
3261 status collapsed
3262
3263 \begin_layout Plain Layout
3264 Isotopes|see
3265 \begin_inset ERT
3266 status collapsed
3267
3268 \begin_layout Plain Layout
3269
3270 {
3271 \end_layout
3272
3273 \end_inset
3274
3275 Symboles chimiques
3276 \begin_inset ERT
3277 status collapsed
3278
3279 \begin_layout Plain Layout
3280
3281 }
3282 \end_layout
3283
3284 \end_inset
3285
3286
3287 \end_layout
3288
3289 \end_inset
3290
3291
3292 \end_layout
3293
3294 \begin_layout Standard
3295 Quand on affiche par exemple des isotopes
3296 \begin_inset Foot
3297 status collapsed
3298
3299 \begin_layout Plain Layout
3300 Plus d'information sur les symboles chimiques dans 
3301 \begin_inset CommandInset ref
3302 LatexCommand ref
3303 reference "sub:Symboles-chimiques"
3304
3305 \end_inset
3306
3307 .
3308 \end_layout
3309
3310 \end_inset
3311
3312 , on rencontre le problème suivant:
3313 \end_layout
3314
3315 \begin_layout Standard
3316 \align center
3317 \begin_inset Tabular
3318 <lyxtabular version="3" rows="2" columns="2">
3319 <features rotate="0" tabularvalignment="middle">
3320 <column alignment="center" valignment="top" width="0pt">
3321 <column alignment="center" valignment="top" width="0pt">
3322 <row>
3323 <cell alignment="center" valignment="top" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 Indices avec les indices et exposants:
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3337 \end_inset
3338
3339
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 Indices corrects:
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3360 \end_inset
3361
3362
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 </row>
3368 </lyxtabular>
3369
3370 \end_inset
3371
3372
3373 \begin_inset Note Note
3374 status collapsed
3375
3376 \begin_layout Plain Layout
3377
3378 \series bold
3379
3380 \backslash
3381 raisebox
3382 \series default
3383  est là pour faire de la place
3384 \end_layout
3385
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \begin_layout Standard
3392 L'indice le plus petit est placé implicitement au dessus ou en dessous du
3393  premier caractère le l'indice le plus long.
3394  Pour éviter ce problème il y a la commande 
3395 \series bold
3396
3397 \backslash
3398 phantom
3399 \series default
3400
3401 \begin_inset Index idx
3402 status collapsed
3403
3404 \begin_layout Plain Layout
3405 Commandes ! P ! 
3406 \backslash
3407 phantom
3408 \end_layout
3409
3410 \end_inset
3411
3412  ou le bouton
3413 \begin_inset space ~
3414 \end_inset
3415
3416
3417 \begin_inset Graphics
3418         filename ../../images/math/phantom.png
3419         scale 85
3420
3421 \end_inset
3422
3423  qui crée un ou plusieurs caractères fantômes.
3424  Quand on insère la commande 
3425 \series bold
3426
3427 \backslash
3428 phantom
3429 \series default
3430  une petite boîte avec deux flèches rouges apparaît.
3431  Les flèches indiquent que la garniture
3432 \begin_inset Foot
3433 status collapsed
3434
3435 \begin_layout Plain Layout
3436 Traduction de placeholder, c'est un terme de typographie (NdT).
3437 \end_layout
3438
3439 \end_inset
3440
3441  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3442  De la même façon, les caractères fantômes sont des garnitures qui ont la
3443  taille du caractère concerné.
3444 \end_layout
3445
3446 \begin_layout Standard
3447 \align center
3448 \begin_inset Tabular
3449 <lyxtabular version="3" rows="4" columns="2">
3450 <features rotate="0" tabularvalignment="middle">
3451 <column alignment="center" valignment="top">
3452 <column alignment="center" valignment="top">
3453 <row>
3454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458 Commande
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 Résultat
3468 \begin_inset Note Note
3469 status collapsed
3470
3471 \begin_layout Plain Layout
3472
3473 \series bold
3474
3475 \backslash
3476 raisebox
3477 \series default
3478  est seulement utilisée pour faire de la place
3479 \end_layout
3480
3481 \end_inset
3482
3483
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 ^19
3495 \begin_inset space \textvisiblespace{}
3496 \end_inset
3497
3498 _
3499 \backslash
3500 phantom
3501 \begin_inset space \textvisiblespace{}
3502 \end_inset
3503
3504 1
3505 \begin_inset Formula $\to$
3506 \end_inset
3507
3508 9
3509 \begin_inset space \textvisiblespace{}
3510 \end_inset
3511
3512 F
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3522 \end_inset
3523
3524
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 ^235
3536 \begin_inset space \textvisiblespace{}
3537 \end_inset
3538
3539 _
3540 \backslash
3541 phantom
3542 \begin_inset space \textvisiblespace{}
3543 \end_inset
3544
3545 23
3546 \begin_inset Formula $\to$
3547 \end_inset
3548
3549 9
3550 \begin_inset space \textvisiblespace{}
3551 \end_inset
3552
3553 F
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3563 \end_inset
3564
3565
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \backslash
3578 Lambda^
3579 \begin_inset space \textvisiblespace{}
3580 \end_inset
3581
3582
3583 \backslash
3584 phantom
3585 \begin_inset space \textvisiblespace{}
3586 \end_inset
3587
3588 ii
3589 \begin_inset Formula $\to$
3590 \end_inset
3591
3592 t
3593 \begin_inset space \textvisiblespace{}
3594 \end_inset
3595
3596 _MMt
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3606 \end_inset
3607
3608
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 </lyxtabular>
3615
3616 \end_inset
3617
3618
3619 \end_layout
3620
3621 \begin_layout Standard
3622 En plus, il y a les commandes 
3623 \series bold
3624
3625 \backslash
3626 vphantom
3627 \series default
3628
3629 \begin_inset Index idx
3630 status collapsed
3631
3632 \begin_layout Plain Layout
3633 Commandes ! V ! 
3634 \backslash
3635 vphantom
3636 \end_layout
3637
3638 \end_inset
3639
3640  (bouton
3641 \begin_inset space ~
3642 \end_inset
3643
3644
3645 \begin_inset Graphics
3646         filename ../../images/math/vphantom.png
3647         scale 85
3648
3649 \end_inset
3650
3651  de la barre d'outils) et 
3652 \series bold
3653
3654 \backslash
3655 hphantom
3656 \series default
3657
3658 \begin_inset Index idx
3659 status collapsed
3660
3661 \begin_layout Plain Layout
3662 Commandes ! H ! 
3663 \backslash
3664 hphantom
3665 \end_layout
3666
3667 \end_inset
3668
3669  (bouton
3670 \begin_inset space ~
3671 \end_inset
3672
3673
3674 \begin_inset Graphics
3675         filename ../../images/math/hphantom.png
3676         scale 85
3677
3678 \end_inset
3679
3680 ).
3681  
3682 \series bold
3683
3684 \backslash
3685 hphantom
3686 \series default
3687  crée seulement de l'espace pour la hauteur maximale des caractères de la
3688  boîte, mais pas pour leur largeur.
3689  
3690 \series bold
3691
3692 \backslash
3693 vphantom
3694 \series default
3695  crée de l'espace seulement pour la largeur du contenu de la boîte.
3696  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3697  commandes n'ont qu'une seule flèche rouge.
3698 \end_layout
3699
3700 \begin_layout Standard
3701 Par exemple 
3702 \series bold
3703
3704 \backslash
3705 vphantom
3706 \series default
3707
3708 \begin_inset space \textvisiblespace{}
3709 \end_inset
3710
3711
3712 \series bold
3713 a
3714 \backslash
3715 int
3716 \series default
3717  crée de l'espace pour la hauteur du signe intégral
3718 \begin_inset Foot
3719 status collapsed
3720
3721 \begin_layout Plain Layout
3722 La commande 
3723 \series bold
3724
3725 \backslash
3726 int
3727 \series default
3728  insère le signe de l'intégrale, voir 
3729 \begin_inset CommandInset ref
3730 LatexCommand ref
3731 reference "sub:Grands-opérateurs"
3732
3733 \end_inset
3734
3735 .
3736 \end_layout
3737
3738 \end_inset
3739
3740 , vu que c'est le plus haut caractère.
3741  Voir un exemple d'application dans 
3742 \begin_inset CommandInset ref
3743 LatexCommand ref
3744 reference "sub:Crochets-multilignes"
3745
3746 \end_inset
3747
3748 .
3749 \end_layout
3750
3751 \begin_layout Standard
3752 Les réserves peuvent aussi être utilisées avec du texte en les insérant
3753  via le menu 
3754 \family sans
3755 Insertion\SpecialChar \menuseparator
3756 Typographie
3757 \begin_inset space ~
3758 \end_inset
3759
3760 spéciale\SpecialChar \menuseparator
3761 Fantôme
3762 \family default
3763 .
3764 \end_layout
3765
3766 \begin_layout Standard
3767 Ceci est une phrase.
3768 \begin_inset Newline newline
3769 \end_inset
3770
3771
3772 \begin_inset Phantom Phantom
3773 status open
3774
3775 \begin_layout Plain Layout
3776 Ceci
3777 \end_layout
3778
3779 \end_inset
3780
3781  est aussi une phrase.
3782 \end_layout
3783
3784 \begin_layout Subsection
3785 Lignes
3786 \begin_inset Index idx
3787 status collapsed
3788
3789 \begin_layout Plain Layout
3790 Lignes
3791 \end_layout
3792
3793 \end_inset
3794
3795
3796 \begin_inset Index idx
3797 status collapsed
3798
3799 \begin_layout Plain Layout
3800 Formules ! soulignées
3801 \end_layout
3802
3803 \end_inset
3804
3805
3806 \end_layout
3807
3808 \begin_layout Standard
3809 \align center
3810 \begin_inset Tabular
3811 <lyxtabular version="3" rows="4" columns="2">
3812 <features rotate="0" tabularvalignment="middle">
3813 <column alignment="center" valignment="top" width="0pt">
3814 <column alignment="center" valignment="top" width="0pt">
3815 <row>
3816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 Commande
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 Résultat
3830 \begin_inset Note Note
3831 status collapsed
3832
3833 \begin_layout Plain Layout
3834
3835 \series bold
3836
3837 \backslash
3838 raisebox
3839 \series default
3840  est seulement utilisée pour faire de la place
3841 \end_layout
3842
3843 \end_inset
3844
3845
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \backslash
3858 overline
3859 \begin_inset space \textvisiblespace{}
3860 \end_inset
3861
3862 A+B
3863 \begin_inset Index idx
3864 status collapsed
3865
3866 \begin_layout Plain Layout
3867 Commandes ! O ! 
3868 \backslash
3869 overline
3870 \end_layout
3871
3872 \end_inset
3873
3874
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3884 \end_inset
3885
3886
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \backslash
3899 underline
3900 \begin_inset space \textvisiblespace{}
3901 \end_inset
3902
3903 A+B
3904 \begin_inset Index idx
3905 status collapsed
3906
3907 \begin_layout Plain Layout
3908 Commandes ! U ! 
3909 \backslash
3910 underline
3911 \end_layout
3912
3913 \end_inset
3914
3915
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3925 \end_inset
3926
3927
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938
3939 \backslash
3940 overline
3941 \begin_inset space \textvisiblespace{}
3942 \end_inset
3943
3944
3945 \backslash
3946 underline
3947 \begin_inset space \textvisiblespace{}
3948 \end_inset
3949
3950 A+B
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3960 \end_inset
3961
3962
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 </lyxtabular>
3969
3970 \end_inset
3971
3972
3973 \end_layout
3974
3975 \begin_layout Standard
3976 Dans le dernier exemple, il importe peu que 
3977 \series bold
3978
3979 \backslash
3980 overline
3981 \series default
3982  ou 
3983 \series bold
3984
3985 \backslash
3986 underline
3987 \series default
3988  soit inséré en premier.
3989 \end_layout
3990
3991 \begin_layout Standard
3992 Pour souligner deux fois, par exemple des résultats, on utilise 
3993 \backslash
3994 underline deux fois.
3995 \end_layout
3996
3997 \begin_layout Standard
3998 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
3999 \end_layout
4000
4001 \begin_layout Standard
4002 \begin_inset VSpace bigskip
4003 \end_inset
4004
4005
4006 \end_layout
4007
4008 \begin_layout Standard
4009 On peut créer des lignes personnalisées en utilisant la commande 
4010 \series bold
4011
4012 \backslash
4013 rule
4014 \series default
4015
4016 \begin_inset Index idx
4017 status collapsed
4018
4019 \begin_layout Plain Layout
4020 Commandes ! R ! 
4021 \backslash
4022 rule
4023 \end_layout
4024
4025 \end_inset
4026
4027  qui a la syntaxe suivante:
4028 \end_layout
4029
4030 \begin_layout Standard
4031
4032 \series bold
4033
4034 \backslash
4035 rule[décalage vertical]{longueur}{épaisseur}
4036 \end_layout
4037
4038 \begin_layout Standard
4039 Le décalage vertical optionnel déplace la ligne vers le haut (ou vers le
4040  bas, si sa valeur est négative).
4041  Les unités utilisables pour ces valeurs sont listées dans 
4042 \begin_inset CommandInset ref
4043 LatexCommand ref
4044 reference "tab:Unités-disponibles"
4045
4046 \end_inset
4047
4048 .
4049  Voici deux exemples de lignes créées avec les commandes
4050 \begin_inset Newline newline
4051 \end_inset
4052
4053
4054 \series bold
4055
4056 \backslash
4057 rule[-2ex]{3cm}{2pt}
4058 \series default
4059  et 
4060 \series bold
4061
4062 \backslash
4063 rule{2cm}{1pt}
4064 \series default
4065 :
4066 \end_layout
4067
4068 \begin_layout Standard
4069 Voici une phrase 
4070 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4071 \end_inset
4072
4073  avec deux lignes.
4074 \end_layout
4075
4076 \begin_layout Standard
4077
4078 \series bold
4079
4080 \backslash
4081 rule
4082 \series default
4083  peut aussi être utilisé avec du texte si la ligne est insérée via le menu
4084  
4085 \family sans
4086 Insertion\SpecialChar \menuseparator
4087 Typographie
4088 \begin_inset space ~
4089 \end_inset
4090
4091 spéciale\SpecialChar \menuseparator
4092 Ligne
4093 \begin_inset space ~
4094 \end_inset
4095
4096 horizontale
4097 \family default
4098
4099 \begin_inset space ~
4100 \end_inset
4101
4102 :
4103 \end_layout
4104
4105 \begin_layout Standard
4106 Ceci est une phrase 
4107 \begin_inset CommandInset line
4108 LatexCommand rule
4109 offset "0.5ex"
4110 width "3cm"
4111 height "1pt"
4112
4113 \end_inset
4114
4115  avec une ligne.
4116 \end_layout
4117
4118 \begin_layout Subsection
4119 Points de suspension
4120 \begin_inset CommandInset label
4121 LatexCommand label
4122 name "sub:Points-de-suspension"
4123
4124 \end_inset
4125
4126
4127 \begin_inset Index idx
4128 status collapsed
4129
4130 \begin_layout Plain Layout
4131 Points de suspension
4132 \end_layout
4133
4134 \end_inset
4135
4136
4137 \end_layout
4138
4139 \begin_layout Standard
4140 Différents types de points de suspension sont disponibles.
4141 \begin_inset Foot
4142 status collapsed
4143
4144 \begin_layout Plain Layout
4145 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4146 \begin_inset Graphics
4147         filename ../../images/math/ldots.png
4148         scale 85
4149
4150 \end_inset
4151
4152
4153 \end_layout
4154
4155 \end_inset
4156
4157  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4158  base, on utilise (
4159 \series bold
4160
4161 \backslash
4162 ldots
4163 \series default
4164
4165 \begin_inset Index idx
4166 status collapsed
4167
4168 \begin_layout Plain Layout
4169 Commandes ! L ! 
4170 \backslash
4171 ldots
4172 \end_layout
4173
4174 \end_inset
4175
4176 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4177  à la même hauteur que les opérateurs, on utilise (
4178 \series bold
4179
4180 \backslash
4181 cdots
4182 \series default
4183
4184 \begin_inset Index idx
4185 status collapsed
4186
4187 \begin_layout Plain Layout
4188 Commandes ! C ! 
4189 \backslash
4190 cdots
4191 \end_layout
4192
4193 \end_inset
4194
4195 ).
4196  Quand on utilise la commande 
4197 \series bold
4198
4199 \backslash
4200 dots
4201 \series default
4202
4203 \begin_inset Index idx
4204 status collapsed
4205
4206 \begin_layout Plain Layout
4207 Commandes ! D ! 
4208 \backslash
4209 dots
4210 \end_layout
4211
4212 \end_inset
4213
4214 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4215 \end_layout
4216
4217 \begin_layout Standard
4218 \align center
4219 \begin_inset Tabular
4220 <lyxtabular version="3" rows="9" columns="2">
4221 <features rotate="0" tabularvalignment="middle">
4222 <column alignment="center" valignment="top" width="0pt">
4223 <column alignment="center" valignment="top" width="0pt">
4224 <row>
4225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Commande
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 Résultat
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 A_1
4250 \begin_inset space \textvisiblespace{}
4251 \end_inset
4252
4253 ,
4254 \backslash
4255 dots
4256 \begin_inset space \textvisiblespace{}
4257 \end_inset
4258
4259 ,A_n
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 \begin_inset Formula $A_{1},\dots,A_{n}$
4269 \end_inset
4270
4271
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 A_1
4283 \begin_inset space \textvisiblespace{}
4284 \end_inset
4285
4286 +
4287 \backslash
4288 dots
4289 \begin_inset space \textvisiblespace{}
4290 \end_inset
4291
4292 +A_n
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 \begin_inset Formula $A_{1}+\dots+A_{n}$
4302 \end_inset
4303
4304
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315 A_1
4316 \begin_inset space \textvisiblespace{}
4317 \end_inset
4318
4319 ,
4320 \backslash
4321 ldots
4322 \begin_inset space \textvisiblespace{}
4323 \end_inset
4324
4325 ,A_n
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 \begin_inset Formula $A_{1},\ldots,A_{n}$
4335 \end_inset
4336
4337
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 A_1
4349 \begin_inset space \textvisiblespace{}
4350 \end_inset
4351
4352 +
4353 \backslash
4354 cdots
4355 \begin_inset space \textvisiblespace{}
4356 \end_inset
4357
4358 +A_n
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4368 \end_inset
4369
4370
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 </row>
4376 <row>
4377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381
4382 \backslash
4383 vdots
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 \begin_inset Formula $\vdots$
4393 \end_inset
4394
4395
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 </row>
4401 <row>
4402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406
4407 \backslash
4408 ddots
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 \begin_inset Formula $\ddots$
4418 \end_inset
4419
4420
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \backslash
4433 iddots
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 \begin_inset Formula $\iddots$
4443 \end_inset
4444
4445
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 matrice 3×3
4457 \begin_inset space \thinspace{}
4458 \end_inset
4459
4460 avec les différents types de points
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 \begin_inset Formula $\begin{array}{ccc}
4470 A_{11} & \cdots & A_{1m}\\
4471 \vdots & \ddots & \vdots\\
4472 A_{n1} & \cdots & A_{nm}
4473 \end{array}$
4474 \end_inset
4475
4476
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 </lyxtabular>
4483
4484 \end_inset
4485
4486
4487 \end_layout
4488
4489 \begin_layout Standard
4490 Les points de suspension accessibles avec le menu 
4491 \family sans
4492 Insertion\SpecialChar \menuseparator
4493 Caractère
4494 \begin_inset space ~
4495 \end_inset
4496
4497 spécial
4498 \family default
4499  sont des 
4500 \series bold
4501
4502 \backslash
4503 ldots
4504 \series default
4505 .
4506 \end_layout
4507
4508 \begin_layout Standard
4509 \begin_inset VSpace medskip
4510 \end_inset
4511
4512
4513 \end_layout
4514
4515 \begin_layout Standard
4516 Pour utiliser 
4517 \series bold
4518
4519 \backslash
4520 iddots
4521 \series default
4522 , on doit utiliser une des options 
4523 \family sans
4524 Utiliser
4525 \begin_inset space ~
4526 \end_inset
4527
4528 (automatiquement) le paquetage mathdots 
4529 \family default
4530 dans les paramètres du document, rubrique 
4531 \family sans
4532 Options du mode math
4533 \family default
4534 .
4535 \begin_inset Newline newline
4536 \end_inset
4537
4538 L'utilisation de l'option 
4539 \family sans
4540 Utiliser le paquetage mathdots
4541 \family default
4542  améliorera l'apparence de tous les points du document si leur police ou
4543  leur taille de caractère n'est pas le choix implicite.
4544 \end_layout
4545
4546 \begin_layout Standard
4547 \begin_inset VSpace medskip
4548 \end_inset
4549
4550 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4551  couvrir plusieurs colonnes.
4552  Il sont créés avec la commande 
4553 \series bold
4554
4555 \backslash
4556 hdotsfor
4557 \series default
4558
4559 \begin_inset Index idx
4560 status collapsed
4561
4562 \begin_layout Plain Layout
4563 Commandes ! H ! 
4564 \backslash
4565 hdotsfor
4566 \end_layout
4567
4568 \end_inset
4569
4570 , qui a la syntaxe suivante:
4571 \end_layout
4572
4573 \begin_layout Standard
4574
4575 \series bold
4576
4577 \backslash
4578 hdotsfor[distance]{nombre de colonnes}
4579 \end_layout
4580
4581 \begin_layout Standard
4582 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4583  La distance est un facteur donnant la distance entre les points.
4584 \end_layout
4585
4586 \begin_layout Standard
4587 Dans la matrice suivante, on a inséré la commande 
4588 \series bold
4589
4590 \backslash
4591 hdotsfor[2]{4}
4592 \series default
4593  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4594  points de suspension avec une distance entre points double de celle obtenue
4595  avec la commande 
4596 \series bold
4597
4598 \backslash
4599 dots
4600 \series default
4601 :
4602 \begin_inset Formula 
4603 \[
4604 \left(\begin{array}{cccc}
4605 A & B & C & D\\
4606 \hdotsfor[2]{4}\\
4607 a & z & e & r
4608 \end{array}\right)
4609 \]
4610
4611 \end_inset
4612
4613 Notez que les cases de la matrice qui doivent être couvertes doivent être
4614  vides, sinon vous aurez des erreurs LaTeX.
4615 \end_layout
4616
4617 \begin_layout Standard
4618 \begin_inset VSpace bigskip
4619 \end_inset
4620
4621 Pour aller plus loin, vous pouvez utiliser la commande 
4622 \series bold
4623
4624 \backslash
4625 dotfill
4626 \series default
4627
4628 \begin_inset Index idx
4629 status collapsed
4630
4631 \begin_layout Plain Layout
4632 Commandes ! D ! 
4633 \backslash
4634 dotfill
4635 \end_layout
4636
4637 \end_inset
4638
4639  pour remplir le reste d'une ligne avec des points.
4640  L'effet de ces commandes est le même que celui de 
4641 \series bold
4642
4643 \backslash
4644 hfill
4645 \series default
4646 , voir 
4647 \begin_inset CommandInset ref
4648 LatexCommand ref
4649 reference "sub:Espace-variable"
4650
4651 \end_inset
4652
4653 .
4654 \end_layout
4655
4656 \begin_layout Standard
4657 Par exemple, la commande 
4658 \series bold
4659 A
4660 \backslash
4661 dotfill
4662 \begin_inset space \textvisiblespace{}
4663 \end_inset
4664
4665 B
4666 \series default
4667  produit
4668 \end_layout
4669
4670 \begin_layout Standard
4671 \begin_inset Formula $A\dotfill B$
4672 \end_inset
4673
4674
4675 \end_layout
4676
4677 \begin_layout Standard
4678 Comme
4679 \series bold
4680  
4681 \backslash
4682 dotfill
4683 \series default
4684  avec des points, il existe la commande 
4685 \series bold
4686
4687 \backslash
4688 hrulefill
4689 \series default
4690
4691 \begin_inset Index idx
4692 status collapsed
4693
4694 \begin_layout Plain Layout
4695 Commandes ! H ! 
4696 \backslash
4697 hrulefill
4698 \end_layout
4699
4700 \end_inset
4701
4702  avec un filet:
4703 \end_layout
4704
4705 \begin_layout Standard
4706 \begin_inset Formula $A\hrulefill B$
4707 \end_inset
4708
4709
4710 \end_layout
4711
4712 \begin_layout Standard
4713 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4714  mode TeX.
4715 \end_layout
4716
4717 \begin_layout Section
4718 Matrices
4719 \begin_inset CommandInset label
4720 LatexCommand label
4721 name "sec:Matrices"
4722
4723 \end_inset
4724
4725
4726 \begin_inset Index idx
4727 status collapsed
4728
4729 \begin_layout Plain Layout
4730 Matrices
4731 \end_layout
4732
4733 \end_inset
4734
4735
4736 \end_layout
4737
4738 \begin_layout Standard
4739 On peut insérer des matrices avec le bouton 
4740 \begin_inset Graphics
4741         filename ../../images/dialog-show_mathmatrix.png
4742         scale 85
4743
4744 \end_inset
4745
4746  de la barre d'outils mathématique ou en utilisant le menu
4747 \family sans
4748  Insertion\SpecialChar \menuseparator
4749 Math\SpecialChar \menuseparator
4750 Matrice
4751 \begin_inset space ~
4752 \end_inset
4753
4754 mathématique
4755 \family default
4756 .
4757  On vous demande alors le nombre de lignes et de colonnes de la matrice,
4758  de leur alignement et de la décoration.
4759  L'alignement vertical n'est en fait important que pour les matrices qui
4760  se trouvent dans une formule en ligne:
4761 \end_layout
4762
4763 \begin_layout Standard
4764 L'alignement de la première matrice est haut 
4765 \begin_inset Formula $\begin{array}[t]{cccc}
4766 A & D & G & J\\
4767 B & E & H & K\\
4768 C & F & I & L
4769 \end{array}$
4770 \end_inset
4771
4772 , la seconde milieu 
4773 \begin_inset Formula $\begin{array}{cccc}
4774 A & D & G & J\\
4775 B & E & H & K\\
4776 C & F & I & L
4777 \end{array}$
4778 \end_inset
4779
4780 , et la troisième bas 
4781 \begin_inset Formula $\begin{array}[b]{cccc}
4782 A & D & G & J\\
4783 B & E & H & K\\
4784 C & F & I & L
4785 \end{array}$
4786 \end_inset
4787
4788  .
4789 \end_layout
4790
4791 \begin_layout Standard
4792 L'alignement horizontal précise comment le contenu des colonnes doit être
4793  aligné.
4794  On le choisit en entrant une lettre pour chaque colonne.
4795  
4796 \emph on
4797 l
4798 \emph default
4799  pour un alignement à gauche (left) , 
4800 \emph on
4801 c
4802 \emph default
4803  centré, et
4804 \emph on
4805  r
4806 \emph default
4807  à droite (right).
4808  Par exemple, pour créer une matrice
4809 \begin_inset space ~
4810 \end_inset
4811
4812 4
4813 \series bold
4814 ×
4815 \series default
4816 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4817  sont centrées et la dernière est alignée à gauche, on va entrer 
4818 \series bold
4819 lccr
4820 \series default
4821  pour l'alignement horizontal.
4822  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4823  que l'alignement implicite pour toutes les colonnes est un 
4824 \series bold
4825 c
4826 \series default
4827 .
4828 \end_layout
4829
4830 \begin_layout Standard
4831 Alignement horizontal:
4832 \end_layout
4833
4834 \begin_layout Standard
4835
4836 \series bold
4837 lll
4838 \series default
4839  : 
4840 \begin_inset Formula $\begin{array}{lll}
4841 10000 & D & G\\
4842 B & 10000 & H\\
4843 C & F & 10000
4844 \end{array}$
4845 \end_inset
4846
4847  , 
4848 \series bold
4849 ccc
4850 \series default
4851  : 
4852 \begin_inset Formula $\begin{array}{ccc}
4853 10000 & D & G\\
4854 B & 10000 & H\\
4855 C & F & 10000
4856 \end{array}$
4857 \end_inset
4858
4859  , 
4860 \series bold
4861 rrr
4862 \series default
4863  : 
4864 \begin_inset Formula $\begin{array}{rrr}
4865 10000 & D & G\\
4866 B & 10000 & H\\
4867 C & F & 10000
4868 \end{array}$
4869 \end_inset
4870
4871
4872 \end_layout
4873
4874 \begin_layout Standard
4875 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
4876  utiliser les boutons 
4877 \begin_inset Graphics
4878         filename ../../images/tabular-feature_append-row.png
4879         scale 85
4880
4881 \end_inset
4882
4883
4884 \begin_inset Graphics
4885         filename ../../images/tabular-feature_delete-row.png
4886         scale 85
4887
4888 \end_inset
4889
4890 , etc.
4891 \begin_inset space \thinspace{}
4892 \end_inset
4893
4894 de la barre d'outils mathématique, ou le menu 
4895 \family sans
4896 Édition\SpecialChar \menuseparator
4897 Lignes
4898 \begin_inset space \thinspace{}
4899 \end_inset
4900
4901 &
4902 \begin_inset space \thinspace{}
4903 \end_inset
4904
4905 colonnes
4906 \family default
4907 .
4908  On peut aussi ajouter de nouvelles lignes avec 
4909 \family sans
4910 Ctrl-Entrée
4911 \family default
4912 .
4913 \end_layout
4914
4915 \begin_layout Standard
4916 \begin_inset VSpace bigskip
4917 \end_inset
4918
4919 La 
4920 \family sans
4921 Décoration
4922 \family default
4923  permet d'ajouter des parenthèses du type choisi autour de la matrice.
4924  Une autre façon d'ajouter des parenthèses autour d'une matrice, est soit
4925  d'utiliser les commandes 
4926 \series bold
4927
4928 \backslash
4929 left
4930 \series default
4931
4932 \begin_inset Index idx
4933 status collapsed
4934
4935 \begin_layout Plain Layout
4936 Commandes ! L ! 
4937 \backslash
4938 left
4939 \end_layout
4940
4941 \end_inset
4942
4943  et 
4944 \series bold
4945
4946 \backslash
4947 right
4948 \series default
4949
4950 \begin_inset Index idx
4951 status collapsed
4952
4953 \begin_layout Plain Layout
4954 Commandes ! R ! 
4955 \backslash
4956 right
4957 \end_layout
4958
4959 \end_inset
4960
4961  (raccourci 
4962 \family sans
4963 Alt-m
4964 \begin_inset space ~
4965 \end_inset
4966
4967 parenthèse
4968 \family default
4969 ), voir 
4970 \begin_inset CommandInset ref
4971 LatexCommand ref
4972 reference "sub:Taille-parenthèses-automatique"
4973
4974 \end_inset
4975
4976 , soit d'utiliser les commandes suivantes:
4977 \begin_inset VSpace medskip
4978 \end_inset
4979
4980
4981 \end_layout
4982
4983 \begin_layout Standard
4984 \begin_inset Tabular
4985 <lyxtabular version="3" rows="4" columns="2">
4986 <features rotate="0" tabularvalignment="middle">
4987 <column alignment="center" valignment="top" width="0pt">
4988 <column alignment="center" valignment="top">
4989 <row>
4990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 Commande
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Résultat
5004 \begin_inset Note Note
5005 status collapsed
5006
5007 \begin_layout Plain Layout
5008
5009 \series bold
5010
5011 \backslash
5012 raisebox
5013 \series default
5014  est seulement utilisée pour faire de la place
5015 \end_layout
5016
5017 \end_inset
5018
5019
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 </row>
5025 <row>
5026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030
5031 \backslash
5032 bmatrix
5033 \begin_inset space \textvisiblespace{}
5034 \end_inset
5035
5036 matrice
5037 \begin_inset space \thinspace{}
5038 \end_inset
5039
5040 2×2
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5050 0 & \textrm{-}\mathrm{i}\\
5051 \mathrm{i} & 0
5052 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5053 \end_inset
5054
5055
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \backslash
5068 Bmatrix
5069 \begin_inset space \textvisiblespace{}
5070 \end_inset
5071
5072 matrice
5073 \begin_inset space \thinspace{}
5074 \end_inset
5075
5076 2×2
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5086 0 & \textrm{-}\mathrm{i}\\
5087 \mathrm{i} & 0
5088 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5089 \end_inset
5090
5091
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \backslash
5104 pmatrix
5105 \begin_inset space \textvisiblespace{}
5106 \end_inset
5107
5108 matrice
5109 \begin_inset space \thinspace{}
5110 \end_inset
5111
5112 2×2
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5122 0 & \textrm{-}\mathrm{i}\\
5123 \mathrm{i} & 0
5124 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5125 \end_inset
5126
5127
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 </row>
5133 </lyxtabular>
5134
5135 \end_inset
5136
5137
5138 \begin_inset space \hfill{}
5139 \end_inset
5140
5141
5142 \begin_inset Tabular
5143 <lyxtabular version="3" rows="4" columns="2">
5144 <features rotate="0" tabularvalignment="middle">
5145 <column alignment="center" valignment="top">
5146 <column alignment="center" valignment="top">
5147 <row>
5148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 Commande
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 Résultat
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 </row>
5167 <row>
5168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172
5173 \backslash
5174 vmatrix
5175 \begin_inset space \textvisiblespace{}
5176 \end_inset
5177
5178 matrice
5179 \begin_inset space \thinspace{}
5180 \end_inset
5181
5182 2×2
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5192 0 & \textrm{-}\mathrm{i}\\
5193 \mathrm{i} & 0
5194 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5195 \end_inset
5196
5197
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \backslash
5210 Vmatrix
5211 \begin_inset space \textvisiblespace{}
5212 \end_inset
5213
5214 matrice
5215 \begin_inset space \thinspace{}
5216 \end_inset
5217
5218 2×2
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5228 0 & \textrm{-}\mathrm{i}\\
5229 \mathrm{i} & 0
5230 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5231 \end_inset
5232
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 <row>
5240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244
5245 \backslash
5246 matrix
5247 \begin_inset space \textvisiblespace{}
5248 \end_inset
5249
5250 matrice
5251 \begin_inset space \thinspace{}
5252 \end_inset
5253
5254 2×2
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5264 0 & \textrm{-}\mathrm{i}\\
5265 \mathrm{i} & 0
5266 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5267 \end_inset
5268
5269
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 </lyxtabular>
5276
5277 \end_inset
5278
5279
5280 \end_layout
5281
5282 \begin_layout Standard
5283 \begin_inset VSpace medskip
5284 \end_inset
5285
5286 Quand on insère par exemple 
5287 \series bold
5288
5289 \backslash
5290 vmatrix,
5291 \series default
5292  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5293  insérée.
5294 \begin_inset Newline newline
5295 \end_inset
5296
5297 Notez que les matrices décorées ignorent l'alignement vertical.
5298 \end_layout
5299
5300 \begin_layout Standard
5301 \begin_inset VSpace bigskip
5302 \end_inset
5303
5304 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5305  
5306 \series bold
5307
5308 \backslash
5309 arraycolsep
5310 \series default
5311
5312 \begin_inset Index idx
5313 status collapsed
5314
5315 \begin_layout Plain Layout
5316 Commandes ! A ! 
5317 \backslash
5318 arraycolsep
5319 \end_layout
5320
5321 \end_inset
5322
5323  qui est décrite dans 
5324 \begin_inset CommandInset ref
5325 LatexCommand ref
5326 reference "sub:Séparation-des-colonnes"
5327
5328 \end_inset
5329
5330  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5331  dans les matrices.
5332 \end_layout
5333
5334 \begin_layout Standard
5335 Pour changer l'espacement des lignes, on utilise la commande 
5336 \series bold
5337
5338 \backslash
5339 arraystretch
5340 \series default
5341
5342 \begin_inset Index idx
5343 status collapsed
5344
5345 \begin_layout Plain Layout
5346 Commandes ! A ! 
5347 \backslash
5348 arraystretch
5349 \end_layout
5350
5351 \end_inset
5352
5353  de la façon suivante:
5354 \end_layout
5355
5356 \begin_layout Standard
5357
5358 \series bold
5359
5360 \backslash
5361 renewcommand{
5362 \backslash
5363 arraystretch}{facteur d'étirement}
5364 \begin_inset Index idx
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368 Commandes ! R ! 
5369 \backslash
5370 renewcommand
5371 \end_layout
5372
5373 \end_inset
5374
5375
5376 \end_layout
5377
5378 \begin_layout Standard
5379 La commande 
5380 \series bold
5381
5382 \backslash
5383 renewcommand
5384 \series default
5385  affecte le facteur d'étirement à la commande prédéfinie 
5386 \series bold
5387
5388 \backslash
5389 arraystretch
5390 \series default
5391 .
5392  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5393  2.
5394  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5395  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5396 \series bold
5397
5398 \backslash
5399 arraystretch
5400 \series default
5401 .
5402 \end_layout
5403
5404 \begin_layout Standard
5405 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5406  
5407 \series bold
5408
5409 \backslash
5410 smallmatrix
5411 \series default
5412
5413 \begin_inset Index idx
5414 status collapsed
5415
5416 \begin_layout Plain Layout
5417 Commandes ! S ! 
5418 \backslash
5419 smallmatrix
5420 \end_layout
5421
5422 \end_inset
5423
5424 .
5425  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5426  où la matrice est insérée.
5427 \end_layout
5428
5429 \begin_layout Standard
5430 Voici une matrice 
5431 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5432 C & D
5433 \end{smallmatrix}\right)$
5434 \end_inset
5435
5436  dans une ligne de texte.
5437 \end_layout
5438
5439 \begin_layout Section
5440 Parenthèses et autres délimiteurs
5441 \begin_inset Index idx
5442 status collapsed
5443
5444 \begin_layout Plain Layout
5445 Parenthèses
5446 \end_layout
5447
5448 \end_inset
5449
5450
5451 \begin_inset Index idx
5452 status collapsed
5453
5454 \begin_layout Plain Layout
5455 Accolades
5456 \end_layout
5457
5458 \end_inset
5459
5460
5461 \begin_inset Index idx
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465 Crochets
5466 \end_layout
5467
5468 \end_inset
5469
5470
5471 \begin_inset Index idx
5472 status collapsed
5473
5474 \begin_layout Plain Layout
5475 Delimiteurs@Délimiteurs
5476 \end_layout
5477
5478 \end_inset
5479
5480
5481 \end_layout
5482
5483 \begin_layout Subsection
5484 Parenthèses verticales et délimiteurs
5485 \begin_inset Index idx
5486 status collapsed
5487
5488 \begin_layout Plain Layout
5489 Accolades ! verticales
5490 \end_layout
5491
5492 \end_inset
5493
5494
5495 \end_layout
5496
5497 \begin_layout Standard
5498 \begin_inset space \hfill{}
5499 \end_inset
5500
5501
5502 \begin_inset Tabular
5503 <lyxtabular version="3" rows="9" columns="2">
5504 <features rotate="0" tabularvalignment="middle">
5505 <column alignment="center" valignment="top" width="0pt">
5506 <column alignment="center" valignment="top" width="0pt">
5507 <row>
5508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 Commande
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 Résultat
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 <row>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 (
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 \begin_inset Formula $($
5542 \end_inset
5543
5544
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 </row>
5550 <row>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 {
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 \begin_inset Formula $\{$
5565 \end_inset
5566
5567
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 </row>
5573 <row>
5574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 [
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 \begin_inset Formula $[$
5588 \end_inset
5589
5590
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 </row>
5596 <row>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601
5602 \backslash
5603 langle
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 \begin_inset Formula $\langle$
5613 \end_inset
5614
5615
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626
5627 \backslash
5628 lceil
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 \begin_inset Formula $\lceil$
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 <row>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \backslash
5653 lfloor
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 \begin_inset Formula $\lfloor$
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 </row>
5671 <row>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 /
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 \begin_inset Formula $/$
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 </row>
5694 <row>
5695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 |
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 \begin_inset Formula $|$
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 </row>
5717 </lyxtabular>
5718
5719 \end_inset
5720
5721
5722 \begin_inset space \hfill{}
5723 \end_inset
5724
5725
5726 \begin_inset Tabular
5727 <lyxtabular version="3" rows="9" columns="2">
5728 <features rotate="0" tabularvalignment="middle">
5729 <column alignment="center" valignment="top" width="0pt">
5730 <column alignment="center" valignment="top" width="0pt">
5731 <row>
5732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 Commande
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 Résultat
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 )
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 \begin_inset Formula $)$
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 <row>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 }
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 \begin_inset Formula $\}$
5789 \end_inset
5790
5791
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 <row>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 ]
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 \begin_inset Formula $]$
5812 \end_inset
5813
5814
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 <row>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825
5826 \backslash
5827 rangle
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 \begin_inset Formula $\rangle$
5837 \end_inset
5838
5839
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 </row>
5845 <row>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850
5851 \backslash
5852 rceil
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 \begin_inset Formula $\rceil$
5862 \end_inset
5863
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 </row>
5870 <row>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875
5876 \backslash
5877 rfloor
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 \begin_inset Formula $\rfloor$
5887 \end_inset
5888
5889
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 </row>
5895 <row>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900
5901 \backslash
5902
5903 \backslash
5904
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 \begin_inset Formula $\backslash$
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 <row>
5923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927
5928 \backslash
5929 |
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 \begin_inset Formula $\|$
5939 \end_inset
5940
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 </lyxtabular>
5948
5949 \end_inset
5950
5951
5952 \begin_inset space \hfill{}
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \begin_layout Standard
5959 \begin_inset Note Greyedout
5960 status open
5961
5962 \begin_layout Plain Layout
5963
5964 \series bold
5965 Notez:
5966 \series default
5967  En mode TeX, on doit utiliser la commande 
5968 \series bold
5969
5970 \backslash
5971 textbackslash
5972 \series default
5973
5974 \begin_inset Index idx
5975 status collapsed
5976
5977 \begin_layout Plain Layout
5978 Commandes ! T ! 
5979 \backslash
5980 textbackslash
5981 \end_layout
5982
5983 \end_inset
5984
5985  pour la barre de fraction inverse (backslash), puisque la commande 
5986 \backslash
5987
5988 \backslash
5989  produit un saut de ligne.
5990 \end_layout
5991
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \begin_layout Standard
5998 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
5999  commandes décrites dans les deux sous-sections qui suivent.
6000  Quand on utilise ces commandes, on peut utiliser directement les caractères
6001  < et > , plutôt que les commandes 
6002 \series bold
6003
6004 \backslash
6005 langle
6006 \series default
6007  et 
6008 \series bold
6009
6010 \backslash
6011 rangle
6012 \series default
6013 .
6014 \end_layout
6015
6016 \begin_layout Subsubsection
6017 Taille de parenthèse manuelle
6018 \begin_inset CommandInset label
6019 LatexCommand label
6020 name "sub:Taille-parenthèses-manuelle"
6021
6022 \end_inset
6023
6024
6025 \begin_inset Index idx
6026 status collapsed
6027
6028 \begin_layout Plain Layout
6029 Taille parenthèses ! manuelle
6030 \end_layout
6031
6032 \end_inset
6033
6034
6035 \end_layout
6036
6037 \begin_layout Standard
6038 La taille des parenthèses peut être précisée manuellement en utilisant les
6039  commandes LaTeX 
6040 \series bold
6041
6042 \backslash
6043 big
6044 \series default
6045
6046 \begin_inset Index idx
6047 status collapsed
6048
6049 \begin_layout Plain Layout
6050 Commandes ! B ! 
6051 \backslash
6052 big
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \series bold
6059
6060 \backslash
6061 Big
6062 \series default
6063
6064 \series bold
6065
6066 \backslash
6067 bigg
6068 \series default
6069 , et 
6070 \series bold
6071
6072 \backslash
6073 Bigg
6074 \series default
6075 .
6076  
6077 \series bold
6078
6079 \backslash
6080 big
6081 \series default
6082  indique la plus petite taille et 
6083 \series bold
6084
6085 \backslash
6086 Bigg
6087 \series default
6088  la plus grande.
6089 \end_layout
6090
6091 \begin_layout Standard
6092 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6093  de parenthèses:
6094 \end_layout
6095
6096 \begin_layout Standard
6097 \align center
6098 \begin_inset Tabular
6099 <lyxtabular version="3" rows="2" columns="2">
6100 <features rotate="0" tabularvalignment="middle">
6101 <column alignment="center" valignment="top" width="0pt">
6102 <column alignment="center" valignment="top" width="0pt">
6103 <row>
6104 <cell alignment="center" valignment="top" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 toutes les parenthèses de la même taille:
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6118 \end_inset
6119
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 </row>
6126 <row>
6127 <cell alignment="center" valignment="top" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 c'est mieux comme cela:
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6141 \end_inset
6142
6143
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 </row>
6149 </lyxtabular>
6150
6151 \end_inset
6152
6153
6154 \begin_inset Note Note
6155 status collapsed
6156
6157 \begin_layout Plain Layout
6158
6159 \series bold
6160
6161 \backslash
6162 raisebox
6163 \series default
6164  est seulement utilisée pour faire de la place
6165 \end_layout
6166
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \begin_layout Standard
6173 Pour la deuxième formule, on a utilisé la commande 
6174 \backslash
6175 Big((A+B)(A-B)
6176 \backslash
6177 Big)^
6178 \begin_inset space \textvisiblespace{}
6179 \end_inset
6180
6181 C.
6182 \end_layout
6183
6184 \begin_layout Standard
6185 Voici un aperçu de toutes les tailles de parenthèses:
6186 \end_layout
6187
6188 \begin_layout Standard
6189 \align center
6190
6191 \backslash
6192 Bigg(
6193 \backslash
6194 exp
6195 \backslash
6196 bigg<
6197 \backslash
6198 Big[
6199 \backslash
6200 big{
6201 \backslash
6202 ln(3x)
6203 \backslash
6204 big}^2
6205 \begin_inset space \textvisiblespace{}
6206 \end_inset
6207
6208
6209 \backslash
6210 sin(x)
6211 \backslash
6212 Big]^
6213 \begin_inset space \textvisiblespace{}
6214 \end_inset
6215
6216 A
6217 \begin_inset space \textvisiblespace{}
6218 \end_inset
6219
6220
6221 \backslash
6222 bigg>
6223 \backslash
6224 Bigg)^0,5
6225 \end_layout
6226
6227 \begin_layout Standard
6228 \align center
6229 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \begin_layout Standard
6236 En plus des commandes 
6237 \series bold
6238
6239 \backslash
6240 big
6241 \series default
6242 , il y a la variante 
6243 \series bold
6244
6245 \backslash
6246 bigm
6247 \series default
6248
6249 \begin_inset Index idx
6250 status collapsed
6251
6252 \begin_layout Plain Layout
6253 Commandes ! B ! 
6254 \backslash
6255 bigm
6256 \end_layout
6257
6258 \end_inset
6259
6260  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6261  la variante 
6262 \series bold
6263
6264 \backslash
6265 bigl
6266 \series default
6267 -
6268 \series bold
6269
6270 \backslash
6271 bigr
6272 \series default
6273
6274 \begin_inset Index idx
6275 status collapsed
6276
6277 \begin_layout Plain Layout
6278 Commandes ! B ! 
6279 \backslash
6280 bigl - 
6281 \backslash
6282 bigr
6283 \end_layout
6284
6285 \end_inset
6286
6287 , qui n'ajoute pas d'espace.
6288  Le 
6289 \emph on
6290 l
6291 \emph default
6292  à la fin de la commande 
6293 \series bold
6294
6295 \backslash
6296 bigl
6297 \series default
6298  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6299  par un 
6300 \emph on
6301 r
6302 \emph default
6303 .
6304  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6305  ou ouvrante.
6306 \end_layout
6307
6308 \begin_layout Standard
6309 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6310 \end_layout
6311
6312 \begin_layout Standard
6313 \align center
6314 \begin_inset Tabular
6315 <lyxtabular version="3" rows="5" columns="2">
6316 <features rotate="0" tabularvalignment="middle">
6317 <column alignment="center" valignment="middle">
6318 <column alignment="center" valignment="middle">
6319 <row>
6320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 Commande
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 Résultat
6334 \begin_inset Note Note
6335 status collapsed
6336
6337 \begin_layout Plain Layout
6338
6339 \series bold
6340
6341 \backslash
6342 raisebox
6343 \series default
6344  est seulement utilisée pour faire de la place
6345 \end_layout
6346
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 </row>
6355 <row>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360
6361 \backslash
6362 Bigm(
6363 \backslash
6364 bigm(
6365 \backslash
6366 ln(3x)
6367 \backslash
6368 bigm)^2
6369 \begin_inset space \textvisiblespace{}
6370 \end_inset
6371
6372
6373 \backslash
6374 Bigm)
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6384 \end_inset
6385
6386
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 </row>
6392 <row>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397
6398 \backslash
6399 Big(
6400 \backslash
6401 big(
6402 \backslash
6403 ln(3x)
6404 \backslash
6405 big)^2
6406 \begin_inset space \textvisiblespace{}
6407 \end_inset
6408
6409
6410 \backslash
6411 Big)
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6421 \end_inset
6422
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 <row>
6430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434
6435 \backslash
6436 Bigl(
6437 \backslash
6438 bigl(
6439 \backslash
6440 ln(3x)
6441 \backslash
6442 bigr)^2
6443 \begin_inset space \textvisiblespace{}
6444 \end_inset
6445
6446
6447 \backslash
6448 Bigr)
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
6467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471
6472 \backslash
6473 bigl)
6474 \backslash
6475 ln(3x)
6476 \backslash
6477 bigr(
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 </lyxtabular>
6496
6497 \end_inset
6498
6499
6500 \end_layout
6501
6502 \begin_layout Subsubsection
6503 Taille de parenthèse automatique
6504 \begin_inset CommandInset label
6505 LatexCommand label
6506 name "sub:Taille-parenthèses-automatique"
6507
6508 \end_inset
6509
6510
6511 \begin_inset Index idx
6512 status collapsed
6513
6514 \begin_layout Plain Layout
6515 Taille parenthèses ! automatique
6516 \end_layout
6517
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \begin_layout Standard
6524 On peut insérer des parenthèses à taille variable avec les commandes 
6525 \series bold
6526
6527 \backslash
6528 left
6529 \series default
6530
6531 \begin_inset Index idx
6532 status collapsed
6533
6534 \begin_layout Plain Layout
6535 Commandes ! L ! 
6536 \backslash
6537 left
6538 \end_layout
6539
6540 \end_inset
6541
6542  et 
6543 \series bold
6544
6545 \backslash
6546 right
6547 \series default
6548
6549 \begin_inset Index idx
6550 status collapsed
6551
6552 \begin_layout Plain Layout
6553 Commandes ! R ! 
6554 \backslash
6555 right
6556 \end_layout
6557
6558 \end_inset
6559
6560  ou avec le bouton
6561 \begin_inset space ~
6562 \end_inset
6563
6564
6565 \begin_inset Graphics
6566         filename ../../images/dialog-show_mathdelimiter.png
6567         scale 85
6568
6569 \end_inset
6570
6571  de la barre d'outils mathématique.
6572  On doit insérer la parenthèse voulue juste après la commande 
6573 \series bold
6574
6575 \backslash
6576 left
6577 \series default
6578  ou 
6579 \series bold
6580
6581 \backslash
6582 right
6583 \series default
6584 .
6585  La taille de la parenthèse sera alors calculée automatiquement pour la
6586  sortie.
6587 \end_layout
6588
6589 \begin_layout Standard
6590 \align center
6591 parenthèse normale: La commande 
6592 \series bold
6593
6594 \backslash
6595 ln(
6596 \backslash
6597 frac
6598 \begin_inset space \textvisiblespace{}
6599 \end_inset
6600
6601 A
6602 \begin_inset Formula $\downarrow$
6603 \end_inset
6604
6605 C
6606 \begin_inset space \textvisiblespace{}
6607 \end_inset
6608
6609 )
6610 \series default
6611  donne
6612 \begin_inset Formula 
6613 \[
6614 \ln(\frac{A}{C})
6615 \]
6616
6617 \end_inset
6618
6619
6620 \end_layout
6621
6622 \begin_layout Standard
6623 \align center
6624 parenthèse adaptable: La commande 
6625 \series bold
6626
6627 \backslash
6628 ln
6629 \backslash
6630 left(
6631 \backslash
6632 frac
6633 \begin_inset space \textvisiblespace{}
6634 \end_inset
6635
6636 A
6637 \begin_inset Formula $\downarrow$
6638 \end_inset
6639
6640 C
6641 \begin_inset space \textvisiblespace{}
6642 \end_inset
6643
6644
6645 \backslash
6646 right)
6647 \series default
6648  donne
6649 \begin_inset Formula 
6650 \[
6651 \ln\left(\frac{A}{C}\right)
6652 \]
6653
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \begin_layout Standard
6660 À la place des commandes 
6661 \series bold
6662
6663 \backslash
6664 left
6665 \series default
6666  et 
6667 \series bold
6668
6669 \backslash
6670 right
6671 \series default
6672  on peut utiliser le raccourci 
6673 \family sans
6674 Alt+M
6675 \begin_inset space ~
6676 \end_inset
6677
6678 parenthèse
6679 \family default
6680 .
6681  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6682  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6683  en même temps.
6684 \begin_inset Newline newline
6685 \end_inset
6686
6687 La commande pour le dernier exemple serait alors: 
6688 \series bold
6689
6690 \backslash
6691 ln Alt+M
6692 \series default
6693  
6694 \series bold
6695 (
6696 \backslash
6697 frac
6698 \begin_inset space \textvisiblespace{}
6699 \end_inset
6700
6701 A
6702 \begin_inset Formula $\downarrow$
6703 \end_inset
6704
6705 C
6706 \end_layout
6707
6708 \begin_layout Standard
6709 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6710  de la parenthèse omise.
6711  Par exemple, la commande 
6712 \series bold
6713
6714 \backslash
6715 left.
6716 \backslash
6717 frac
6718 \begin_inset space \textvisiblespace{}
6719 \end_inset
6720
6721 A
6722 \begin_inset Formula $\downarrow$
6723 \end_inset
6724
6725 B
6726 \begin_inset space \textvisiblespace{}
6727 \end_inset
6728
6729
6730 \backslash
6731 right}
6732 \series default
6733  donne:
6734 \series bold
6735
6736 \begin_inset Formula 
6737 \[
6738 \left.\frac{A}{B}\right\} 
6739 \]
6740
6741 \end_inset
6742
6743
6744 \series default
6745 Les commandes 
6746 \series bold
6747
6748 \backslash
6749 left
6750 \series default
6751  et 
6752 \series bold
6753
6754 \backslash
6755 right
6756 \series default
6757  seront converties par LyX en parenthèses de taille appropriée quand le
6758  document sera rechargé et une parenthèse omise apparaîtra sous la forme
6759  d'une ligne en pointillé.
6760 \end_layout
6761
6762 \begin_layout Standard
6763 \begin_inset VSpace bigskip
6764 \end_inset
6765
6766 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
6767  de LaTeX, la commande 
6768 \series bold
6769
6770 \backslash
6771 middle
6772 \series default
6773
6774 \begin_inset Index idx
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778 Commandes ! M ! 
6779 \backslash
6780 middle
6781 \end_layout
6782
6783 \end_inset
6784
6785  est aussi disponible pour toutes les parenthèses et limites.
6786  Avec cette commande la taille du caractère suivant est adaptée à la taille
6787  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
6788  de la physique quantique:
6789 \begin_inset Formula 
6790 \[
6791 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6792 \]
6793
6794 \end_inset
6795
6796 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
6797  en 
6798 \begin_inset CommandInset ref
6799 LatexCommand ref
6800 reference "sub:Vecteurs-physiques"
6801
6802 \end_inset
6803
6804 .
6805 \end_layout
6806
6807 \begin_layout Subsection
6808 Accolades horizontales
6809 \begin_inset Index idx
6810 status collapsed
6811
6812 \begin_layout Plain Layout
6813 Accolades ! horizontales
6814 \end_layout
6815
6816 \end_inset
6817
6818
6819 \end_layout
6820
6821 \begin_layout Standard
6822 \align center
6823 \begin_inset Tabular
6824 <lyxtabular version="3" rows="4" columns="2">
6825 <features rotate="0" tabularvalignment="middle">
6826 <column alignment="center" valignment="top" width="0pt">
6827 <column alignment="center" valignment="top" width="0pt">
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 Commande
6834 \begin_inset Note Note
6835 status collapsed
6836
6837 \begin_layout Plain Layout
6838
6839 \series bold
6840
6841 \backslash
6842 raisebox
6843 \series default
6844  est seulement utilisée pour faire de la place
6845 \end_layout
6846
6847 \end_inset
6848
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 Résultat
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 </row>
6864 <row>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 \begin_inset ERT
6870 status collapsed
6871
6872 \begin_layout Plain Layout
6873
6874
6875 \backslash
6876 raisebox{2.3mm}{
6877 \end_layout
6878
6879 \end_inset
6880
6881
6882 \backslash
6883 overbrace
6884 \begin_inset space \textvisiblespace{}
6885 \end_inset
6886
6887 A+B
6888 \begin_inset space \textvisiblespace{}
6889 \end_inset
6890
6891 ^
6892 \begin_inset space \textvisiblespace{}
6893 \end_inset
6894
6895 3
6896 \begin_inset ERT
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900
6901 }
6902 \end_layout
6903
6904 \end_inset
6905
6906
6907 \begin_inset Index idx
6908 status collapsed
6909
6910 \begin_layout Plain Layout
6911 Commandes ! O ! 
6912 \backslash
6913 overbrace
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 \begin_inset Formula $\overbrace{A+B}^{3}$
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 </row>
6936 <row>
6937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 \begin_inset ERT
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945
6946
6947 \backslash
6948 raisebox{-2.2mm}{
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \backslash
6955 underbrace
6956 \begin_inset space \textvisiblespace{}
6957 \end_inset
6958
6959 A+B
6960 \begin_inset space \textvisiblespace{}
6961 \end_inset
6962
6963 _5
6964 \begin_inset ERT
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968
6969 }
6970 \end_layout
6971
6972 \end_inset
6973
6974
6975 \begin_inset Index idx
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979 Commandes ! U ! 
6980 \backslash
6981 underbrace
6982 \end_layout
6983
6984 \end_inset
6985
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 \begin_inset Formula $\underbrace{A+B}_{5}$
6996 \end_inset
6997
6998
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 </row>
7004 <row>
7005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \backslash
7011 overbrace
7012 \begin_inset space \textvisiblespace{}
7013 \end_inset
7014
7015
7016 \backslash
7017 underbrace
7018 \begin_inset space \textvisiblespace{}
7019 \end_inset
7020
7021 A+B_w
7022 \begin_inset space \textvisiblespace{}
7023 \end_inset
7024
7025
7026 \begin_inset space \textvisiblespace{}
7027 \end_inset
7028
7029 _7
7030 \begin_inset space \textvisiblespace{}
7031 \end_inset
7032
7033
7034 \begin_inset space \textvisiblespace{}
7035 \end_inset
7036
7037 ^
7038 \begin_inset space \textvisiblespace{}
7039 \end_inset
7040
7041 C
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7051 \end_inset
7052
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 </lyxtabular>
7060
7061 \end_inset
7062
7063
7064 \end_layout
7065
7066 \begin_layout Standard
7067 Dans le dernier exemple, il importe peu que 
7068 \series bold
7069
7070 \backslash
7071 overbrace
7072 \series default
7073  ou 
7074 \series bold
7075
7076 \backslash
7077 underbrace
7078 \series default
7079  soit inséré en premier.
7080 \end_layout
7081
7082 \begin_layout Standard
7083 \begin_inset VSpace bigskip
7084 \end_inset
7085
7086 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7087  des formules multi-lignes, comme c'est décrit en :
7088 \begin_inset Formula 
7089 \begin{eqnarray*}
7090 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7091  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7092 \end{eqnarray*}
7093
7094 \end_inset
7095
7096 Dans la première ligne la formule est insérée avec l'accolade.
7097  Dans celle-ci, il est important que la commande d'espacement
7098 \begin_inset Foot
7099 status collapsed
7100
7101 \begin_layout Plain Layout
7102 Les commandes concernant les espaces sont expliquées dans 
7103 \begin_inset CommandInset ref
7104 LatexCommand ref
7105 reference "sub:Espace-prédéfini"
7106
7107 \end_inset
7108
7109 .
7110 \end_layout
7111
7112 \end_inset
7113
7114  
7115 \series bold
7116
7117 \backslash
7118 :
7119 \series default
7120  soit insérée avant le premier 
7121 \begin_inset Formula $d$
7122 \end_inset
7123
7124 , parce que l'accolade qui se termine après le dernier 
7125 \begin_inset Formula $q$
7126 \end_inset
7127
7128  empêche que le 
7129 \begin_inset Quotes eld
7130 \end_inset
7131
7132 +
7133 \begin_inset Quotes erd
7134 \end_inset
7135
7136  qui suit soit entouré par des espaces
7137 \begin_inset Foot
7138 status collapsed
7139
7140 \begin_layout Plain Layout
7141 parce que l'accolade n'est pas traitée comme un caractère, voir 
7142 \begin_inset CommandInset ref
7143 LatexCommand ref
7144 reference "sub:Opérateurs-binaires"
7145
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \end_inset
7152
7153 .
7154  On insère la deuxième accolade dans la deuxième ligne.
7155  Comme elle doit commencer juste avant le premier 
7156 \begin_inset Formula $b$
7157 \end_inset
7158
7159 , on insère d'abord la commande 
7160 \series bold
7161
7162 \backslash
7163 hphantom{gggg+
7164 \backslash
7165 :}
7166 \series default
7167
7168 \begin_inset Foot
7169 status collapsed
7170
7171 \begin_layout Plain Layout
7172 plus au sujet de 
7173 \series bold
7174
7175 \backslash
7176 hphantom
7177 \series default
7178 , voir 
7179 \begin_inset CommandInset ref
7180 LatexCommand ref
7181 reference "sub:Garnitures"
7182
7183 \end_inset
7184
7185
7186 \end_layout
7187
7188 \end_inset
7189
7190 .
7191  Cet espace est nécessaire puisque le 
7192 \begin_inset Quotes eld
7193 \end_inset
7194
7195 +
7196 \begin_inset Quotes erd
7197 \end_inset
7198
7199  est aussi entouré d'espace dans la formule.
7200  L'accolade est placée sous la commande 
7201 \series bold
7202
7203 \backslash
7204 hphantom{bbqq+dddd}
7205 \series default
7206 .
7207 \end_layout
7208
7209 \begin_layout Standard
7210 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7211  dans l'exemple suivant:
7212 \begin_inset ERT
7213 status collapsed
7214
7215 \begin_layout Plain Layout
7216
7217
7218 \backslash
7219 setlength{
7220 \backslash
7221 jot}{-6pt}
7222 \end_layout
7223
7224 \end_inset
7225
7226
7227 \begin_inset Formula 
7228 \begin{eqnarray*}
7229  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7230 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7231 \end{eqnarray*}
7232
7233 \end_inset
7234
7235
7236 \begin_inset ERT
7237 status collapsed
7238
7239 \begin_layout Plain Layout
7240
7241
7242 \backslash
7243 setlength{
7244 \backslash
7245 jot}{3pt}
7246 \end_layout
7247
7248 \end_inset
7249
7250 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7251  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7252  La seconde ligne contient la formule avec la deuxième accolade.
7253  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7254  et la formule, on doit réduire l'espacement entre les lignes.
7255  Ce n'est pas facile à cause d'un bug de LyX
7256 \begin_inset Foot
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260 \begin_inset CommandInset href
7261 LatexCommand href
7262 name "LyX-bug #1505"
7263 target "http://www.lyx.org/trac/ticket/1505"
7264
7265 \end_inset
7266
7267
7268 \end_layout
7269
7270 \end_inset
7271
7272 .
7273  Comme solution à ce problème, on peut mettre à -6
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 pt la formule globale pour l'espacement des lignes 
7278 \series bold
7279
7280 \backslash
7281 jot
7282 \series default
7283
7284 \begin_inset Index idx
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288 Commandes ! J ! 
7289 \backslash
7290 jot
7291 \begin_inset ERT
7292 status collapsed
7293
7294 \begin_layout Plain Layout
7295
7296
7297 \backslash
7298 vspace{4mm}
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \end_inset
7307
7308 , juste avant la formule en utilisant la commande 
7309 \series bold
7310
7311 \backslash
7312 setlength{
7313 \backslash
7314 jot}{-6pt}
7315 \series default
7316  en mode TeX.
7317  
7318 \series bold
7319
7320 \backslash
7321 jot
7322 \series default
7323  est remise à sa valeur initiale de 3
7324 \begin_inset space \thinspace{}
7325 \end_inset
7326
7327 pt juste après la formule, en utilisant la même commande.
7328  Vous trouverez plus d'explications sur la séparation des lignes dans les
7329  formules dans 
7330 \begin_inset CommandInset ref
7331 LatexCommand ref
7332 reference "sub:Séparation-des-lignes"
7333
7334 \end_inset
7335
7336 .
7337 \end_layout
7338
7339 \begin_layout Section
7340 Flèches
7341 \begin_inset Index idx
7342 status collapsed
7343
7344 \begin_layout Plain Layout
7345 Flèches
7346 \end_layout
7347
7348 \end_inset
7349
7350
7351 \end_layout
7352
7353 \begin_layout Standard
7354 On peut insérer des flèches avec le bouton 
7355 \begin_inset Graphics
7356         filename ../../images/math/leftarrow.png
7357         scale 85
7358
7359 \end_inset
7360
7361  de la barre d'outils mathématique ou en insérant une des commandes listées
7362  dans les sous-sections qui suivent.
7363 \end_layout
7364
7365 \begin_layout Subsection
7366 Flèches horizontales
7367 \begin_inset Index idx
7368 status collapsed
7369
7370 \begin_layout Plain Layout
7371 Flèches ! horizontales
7372 \end_layout
7373
7374 \end_inset
7375
7376
7377 \end_layout
7378
7379 \begin_layout Standard
7380 \begin_inset space \hfill{}
7381 \end_inset
7382
7383
7384 \begin_inset Tabular
7385 <lyxtabular version="3" rows="8" columns="2">
7386 <features rotate="0" tabularvalignment="middle">
7387 <column alignment="center" valignment="top" width="0pt">
7388 <column alignment="center" valignment="top" width="0pt">
7389 <row>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 Commande
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 Résultat
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 <row>
7410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414
7415 \backslash
7416 gets
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 \begin_inset Formula $\gets$
7426 \end_inset
7427
7428
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 </row>
7434 <row>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439
7440 \backslash
7441 Leftarrow
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 \begin_inset Formula $\Leftarrow$
7451 \end_inset
7452
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 </row>
7459 <row>
7460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464
7465 \backslash
7466 longleftarrow
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 \begin_inset Formula $\longleftarrow$
7476 \end_inset
7477
7478
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 <row>
7485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489
7490 \backslash
7491 Longleftarrow
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 \begin_inset Formula $\Longleftarrow$
7501 \end_inset
7502
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row>
7510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514
7515 \backslash
7516 leftharpoonup
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 \begin_inset Formula $\leftharpoonup$
7526 \end_inset
7527
7528
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 </row>
7534 <row>
7535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539
7540 \backslash
7541 leftharpoondown
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 \begin_inset Formula $\leftharpoondown$
7551 \end_inset
7552
7553
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 </row>
7559 <row>
7560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564
7565 \backslash
7566 hookleftarrow
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 \begin_inset Formula $\hookleftarrow$
7576 \end_inset
7577
7578
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 </row>
7584 </lyxtabular>
7585
7586 \end_inset
7587
7588
7589 \begin_inset space \hfill{}
7590 \end_inset
7591
7592
7593 \begin_inset Tabular
7594 <lyxtabular version="3" rows="8" columns="2">
7595 <features rotate="0" tabularvalignment="middle">
7596 <column alignment="center" valignment="top" width="0pt">
7597 <column alignment="center" valignment="top" width="0pt">
7598 <row>
7599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 Command
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 Résultat
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 </row>
7618 <row>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623
7624 \backslash
7625 to
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 \begin_inset Formula $\to$
7635 \end_inset
7636
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 </row>
7643 <row>
7644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \backslash
7650 Rightarrow
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 \begin_inset Formula $\Rightarrow$
7660 \end_inset
7661
7662
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row>
7669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673
7674 \backslash
7675 longrightarrow
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 \begin_inset Formula $\longrightarrow$
7685 \end_inset
7686
7687
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \backslash
7700 Longrightarrow
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 \begin_inset Formula $\Longrightarrow$
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 </row>
7718 <row>
7719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \backslash
7725 rightharpoonup
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 \begin_inset Formula $\rightharpoonup$
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 <row>
7744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \backslash
7750 rightharpoondown
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 \begin_inset Formula $\rightharpoondown$
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row>
7769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \backslash
7775 hookrightarrow
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 \begin_inset Formula $\hookrightarrow$
7785 \end_inset
7786
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 </lyxtabular>
7794
7795 \end_inset
7796
7797
7798 \begin_inset space \hfill{}
7799 \end_inset
7800
7801
7802 \end_layout
7803
7804 \begin_layout Standard
7805 \begin_inset space \hfill{}
7806 \end_inset
7807
7808
7809 \begin_inset Tabular
7810 <lyxtabular version="3" rows="6" columns="2">
7811 <features rotate="0" tabularvalignment="middle">
7812 <column alignment="center" valignment="top" width="0pt">
7813 <column alignment="center" valignment="top" width="0pt">
7814 <row>
7815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 Commande
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 Résultat
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 <row>
7835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \backslash
7841 leftrightarrow
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 \begin_inset Formula $\leftrightarrow$
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \backslash
7866 Leftrightarrow
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 \begin_inset Formula $\Leftrightarrow$
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \backslash
7891 longleftrightarrow
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 \begin_inset Formula $\longleftrightarrow$
7901 \end_inset
7902
7903
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row>
7910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \backslash
7916 Longleftrightarrow
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 \begin_inset Formula $\Longleftrightarrow$
7926 \end_inset
7927
7928
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row>
7935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \backslash
7941 rightleftharpoons
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 \begin_inset Formula $\rightleftharpoons$
7951 \end_inset
7952
7953
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 </row>
7959 </lyxtabular>
7960
7961 \end_inset
7962
7963
7964 \begin_inset space \hspace{}
7965 \length 25pt
7966 \end_inset
7967
7968
7969 \begin_inset space \hfill{}
7970 \end_inset
7971
7972
7973 \begin_inset Tabular
7974 <lyxtabular version="3" rows="5" columns="2">
7975 <features rotate="0" tabularvalignment="middle">
7976 <column alignment="center" valignment="top" width="0pt">
7977 <column alignment="center" valignment="top" width="0pt">
7978 <row>
7979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 Commande
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 Résultat
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 </row>
7998 <row>
7999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003
8004 \backslash
8005 mapsto
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 \begin_inset Formula $\mapsto$
8015 \end_inset
8016
8017
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \backslash
8030 longmapsto
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 \begin_inset Formula $\longmapsto$
8040 \end_inset
8041
8042
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \backslash
8055 leadsto
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 \begin_inset Formula $\leadsto$
8065 \end_inset
8066
8067
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \backslash
8080 dasharrow
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 \begin_inset Formula $\dasharrow$
8090 \end_inset
8091
8092
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 </lyxtabular>
8099
8100 \end_inset
8101
8102
8103 \begin_inset space \hfill{}
8104 \end_inset
8105
8106
8107 \end_layout
8108
8109 \begin_layout Standard
8110 \begin_inset VSpace medskip
8111 \end_inset
8112
8113 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8114  flèches des vecteurs, sont listées dans 
8115 \begin_inset CommandInset ref
8116 LatexCommand ref
8117 reference "sec:Accents"
8118
8119 \end_inset
8120
8121 .
8122 \end_layout
8123
8124 \begin_layout Standard
8125 \begin_inset VSpace bigskip
8126 \end_inset
8127
8128 Il y a aussi les flèches avec étiquette 
8129 \begin_inset Index idx
8130 status collapsed
8131
8132 \begin_layout Plain Layout
8133 Flèches ! avec étiquette
8134 \end_layout
8135
8136 \end_inset
8137
8138  
8139 \series bold
8140
8141 \backslash
8142 xleftarrow
8143 \series default
8144
8145 \begin_inset Index idx
8146 status collapsed
8147
8148 \begin_layout Plain Layout
8149 Commandes ! X ! 
8150 \backslash
8151 xleftarrow
8152 \end_layout
8153
8154 \end_inset
8155
8156  et 
8157 \series bold
8158
8159 \backslash
8160 xrightarrow
8161 \series default
8162
8163 \begin_inset Index idx
8164 status collapsed
8165
8166 \begin_layout Plain Layout
8167 Commandes ! X ! 
8168 \backslash
8169 xrightarrow
8170 \begin_inset ERT
8171 status collapsed
8172
8173 \begin_layout Plain Layout
8174
8175
8176 \backslash
8177 vspace{4mm}
8178 \end_layout
8179
8180 \end_inset
8181
8182
8183 \end_layout
8184
8185 \end_inset
8186
8187 .
8188  Quand on insère une de ces commandes dans une formule, une flèche avec
8189  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8190  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8191 \end_layout
8192
8193 \begin_layout Standard
8194 \align center
8195 \begin_inset Tabular
8196 <lyxtabular version="3" rows="3" columns="2">
8197 <features rotate="0" tabularvalignment="middle">
8198 <column alignment="center" valignment="top" width="0pt">
8199 <column alignment="center" valignment="top" width="0pt">
8200 <row>
8201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Commande
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 Résultat
8215 \begin_inset Note Note
8216 status collapsed
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221
8222 \backslash
8223 raisebox
8224 \series default
8225  est seulement utilisée pour faire de la place
8226 \end_layout
8227
8228 \end_inset
8229
8230
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 F(a)
8242 \backslash
8243 xleftarrow
8244 \begin_inset space \textvisiblespace{}
8245 \end_inset
8246
8247 x=a
8248 \begin_inset Formula $\downarrow$
8249 \end_inset
8250
8251 x>0
8252 \begin_inset Formula $\to$
8253 \end_inset
8254
8255 F(x)
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 </row>
8273 <row>
8274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 F(x)
8279 \backslash
8280 xrightarrow
8281 \begin_inset space \textvisiblespace{}
8282 \end_inset
8283
8284 x=a
8285 \begin_inset Formula $\downarrow$
8286 \end_inset
8287
8288 x>0
8289 \begin_inset Formula $\to$
8290 \end_inset
8291
8292 F(a)
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8302 \end_inset
8303
8304
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 </lyxtabular>
8311
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \begin_layout Subsection
8318 Flèches verticales et diagonales
8319 \begin_inset Index idx
8320 status collapsed
8321
8322 \begin_layout Plain Layout
8323 Flèches ! diagonales
8324 \end_layout
8325
8326 \end_inset
8327
8328
8329 \begin_inset Index idx
8330 status collapsed
8331
8332 \begin_layout Plain Layout
8333 Flèches ! verticales
8334 \end_layout
8335
8336 \end_inset
8337
8338
8339 \end_layout
8340
8341 \begin_layout Standard
8342 \begin_inset space \hfill{}
8343 \end_inset
8344
8345
8346 \begin_inset Tabular
8347 <lyxtabular version="3" rows="7" columns="2">
8348 <features rotate="0" tabularvalignment="middle">
8349 <column alignment="center" valignment="top" width="0pt">
8350 <column alignment="center" valignment="top" width="0pt">
8351 <row>
8352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 Commande
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Résultat
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \backslash
8378 uparrow
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 \begin_inset Formula $\uparrow$
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 <row>
8397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401
8402 \backslash
8403 Uparrow
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 \begin_inset Formula $\Uparrow$
8413 \end_inset
8414
8415
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \backslash
8428 updownarrow
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 \begin_inset Formula $\updownarrow$
8438 \end_inset
8439
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \backslash
8453 Updownarrow
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 \begin_inset Formula $\Updownarrow$
8463 \end_inset
8464
8465
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \backslash
8478 Downarrow
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 \begin_inset Formula $\Downarrow$
8488 \end_inset
8489
8490
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \backslash
8503 downarrow
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 \begin_inset Formula $\downarrow$
8513 \end_inset
8514
8515
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 </lyxtabular>
8522
8523 \end_inset
8524
8525
8526 \begin_inset space \hfill{}
8527 \end_inset
8528
8529
8530 \begin_inset Tabular
8531 <lyxtabular version="3" rows="5" columns="2">
8532 <features rotate="0" tabularvalignment="middle">
8533 <column alignment="center" valignment="top" width="0pt">
8534 <column alignment="center" valignment="top" width="0pt">
8535 <row>
8536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 Commande
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 Résultat
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \backslash
8562 nearrow
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 \begin_inset Formula $\nearrow$
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \backslash
8587 searrow
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 \begin_inset Formula $\searrow$
8597 \end_inset
8598
8599
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \backslash
8612 swarrow
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 \begin_inset Formula $\swarrow$
8622 \end_inset
8623
8624
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 <row>
8631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \backslash
8637 nwarrow
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 \begin_inset Formula $\nwarrow$
8647 \end_inset
8648
8649
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 </lyxtabular>
8656
8657 \end_inset
8658
8659
8660 \begin_inset space \hfill{}
8661 \end_inset
8662
8663
8664 \end_layout
8665
8666 \begin_layout Standard
8667 \begin_inset VSpace medskip
8668 \end_inset
8669
8670 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
8671  même temps que les commandes décrites dans 
8672 \begin_inset CommandInset ref
8673 LatexCommand ref
8674 reference "sub:Taille-parenthèses-manuelle"
8675
8676 \end_inset
8677
8678  et 
8679 \begin_inset CommandInset ref
8680 LatexCommand ref
8681 reference "sub:Taille-parenthèses-automatique"
8682
8683 \end_inset
8684
8685 .
8686 \end_layout
8687
8688 \begin_layout Section
8689 Accents
8690 \begin_inset CommandInset label
8691 LatexCommand label
8692 name "sec:Accents"
8693
8694 \end_inset
8695
8696
8697 \begin_inset Index idx
8698 status collapsed
8699
8700 \begin_layout Plain Layout
8701 Accents
8702 \end_layout
8703
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \begin_layout Standard
8710 On peut ajouter des accents avec le bouton
8711 \begin_inset space ~
8712 \end_inset
8713
8714
8715 \begin_inset Graphics
8716         filename ../../images/math/hat.png
8717         scale 85
8718
8719 \end_inset
8720
8721  de la barre d'outils mathématique ou en utilisant les commandes listées
8722  dans les sous-sections qui suivent.
8723 \end_layout
8724
8725 \begin_layout Subsection
8726 Accents pour un caractère
8727 \begin_inset ERT
8728 status collapsed
8729
8730 \begin_layout Plain Layout
8731
8732
8733 \backslash
8734 texorpdfstring{
8735 \end_layout
8736
8737 \end_inset
8738
8739
8740 \begin_inset Foot
8741 status collapsed
8742
8743 \begin_layout Plain Layout
8744 pour les accents dans le texte, voir 
8745 \begin_inset CommandInset ref
8746 LatexCommand ref
8747 reference "sub:Accents-dans-le-texte"
8748
8749 \end_inset
8750
8751
8752 \end_layout
8753
8754 \end_inset
8755
8756
8757 \begin_inset ERT
8758 status collapsed
8759
8760 \begin_layout Plain Layout
8761
8762 }{}
8763 \end_layout
8764
8765 \end_inset
8766
8767
8768 \begin_inset Note Note
8769 status collapsed
8770
8771 \begin_layout Plain Layout
8772
8773 \series bold
8774
8775 \backslash
8776 texorpdfstring
8777 \series default
8778  est utilisé pour éviter que la note de bas de page apparaisse dans les
8779  signets PDF.
8780 \end_layout
8781
8782 \begin_layout Plain Layout
8783 Plus au sujet de 
8784 \series bold
8785
8786 \backslash
8787 texorpdfstring
8788 \series default
8789  dans la section 
8790 \begin_inset CommandInset ref
8791 LatexCommand ref
8792 reference "sub:formules-dans-les-entêtes"
8793
8794 \end_inset
8795
8796 .
8797 \end_layout
8798
8799 \end_inset
8800
8801
8802 \begin_inset CommandInset label
8803 LatexCommand label
8804 name "sub:Accents-sur-un-caractère"
8805
8806 \end_inset
8807
8808
8809 \begin_inset Index idx
8810 status collapsed
8811
8812 \begin_layout Plain Layout
8813 Accents ! pour un caractère
8814 \end_layout
8815
8816 \end_inset
8817
8818
8819 \end_layout
8820
8821 \begin_layout Standard
8822 \begin_inset space \hfill{}
8823 \end_inset
8824
8825
8826 \begin_inset Tabular
8827 <lyxtabular version="3" rows="8" columns="2">
8828 <features rotate="0" tabularvalignment="middle">
8829 <column alignment="center" valignment="top" width="0pt">
8830 <column alignment="center" valignment="top" width="0pt">
8831 <row>
8832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Commande
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Résultat
8846 \begin_inset Note Note
8847 status collapsed
8848
8849 \begin_layout Plain Layout
8850
8851 \series bold
8852
8853 \backslash
8854 raisebox
8855 \series default
8856  est seulement utilisée pour faire de la place
8857 \end_layout
8858
8859 \end_inset
8860
8861
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \backslash
8874 dot
8875 \begin_inset space \textvisiblespace{}
8876 \end_inset
8877
8878 A
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8888 \end_inset
8889
8890
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 </row>
8896 <row>
8897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901
8902 \backslash
8903 ddot
8904 \begin_inset space \textvisiblespace{}
8905 \end_inset
8906
8907 A
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \backslash
8932 dddot
8933 \begin_inset space \textvisiblespace{}
8934 \end_inset
8935
8936 A
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
8946 \end_inset
8947
8948
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \backslash
8961 ddddot
8962 \begin_inset space \textvisiblespace{}
8963 \end_inset
8964
8965 A
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \backslash
8990 vec
8991 \begin_inset space \textvisiblespace{}
8992 \end_inset
8993
8994 A
8995 \begin_inset Index idx
8996 status collapsed
8997
8998 \begin_layout Plain Layout
8999 Vecteurs
9000 \end_layout
9001
9002 \end_inset
9003
9004
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9014 \end_inset
9015
9016
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \backslash
9029 bar
9030 \begin_inset space \textvisiblespace{}
9031 \end_inset
9032
9033 A
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9043 \end_inset
9044
9045
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \backslash
9058 mathring
9059 \begin_inset space \textvisiblespace{}
9060 \end_inset
9061
9062 A
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9072 \end_inset
9073
9074
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 </lyxtabular>
9081
9082 \end_inset
9083
9084
9085 \begin_inset space \hfill{}
9086 \end_inset
9087
9088
9089 \begin_inset Tabular
9090 <lyxtabular version="3" rows="7" columns="2">
9091 <features rotate="0" tabularvalignment="middle">
9092 <column alignment="center" valignment="top" width="0pt">
9093 <column alignment="center" valignment="top" width="0pt">
9094 <row>
9095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 Commande
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 Résultat
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \backslash
9121 tilde
9122 \begin_inset space \textvisiblespace{}
9123 \end_inset
9124
9125 A
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \backslash
9150 hat
9151 \begin_inset space \textvisiblespace{}
9152 \end_inset
9153
9154 A
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \backslash
9179 check
9180 \begin_inset space \textvisiblespace{}
9181 \end_inset
9182
9183 A
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9193 \end_inset
9194
9195
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \backslash
9208 acute
9209 \begin_inset space \textvisiblespace{}
9210 \end_inset
9211
9212 A
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \backslash
9237 grave
9238 \begin_inset space \textvisiblespace{}
9239 \end_inset
9240
9241 A
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9251 \end_inset
9252
9253
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \backslash
9266 breve
9267 \begin_inset space \textvisiblespace{}
9268 \end_inset
9269
9270 A
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9280 \end_inset
9281
9282
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 </lyxtabular>
9289
9290 \end_inset
9291
9292
9293 \begin_inset space \hfill{}
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \begin_layout Standard
9300 \begin_inset VSpace bigskip
9301 \end_inset
9302
9303 Vous pouvez insérer directement des caractères accentués comme un é dans
9304  des formules.
9305  LyX va les transformer en la commande correspondante.
9306  Pour créer des trémas (umlauts en allemand)
9307 \begin_inset Index idx
9308 status collapsed
9309
9310 \begin_layout Plain Layout
9311 Umlauts | see
9312 \begin_inset ERT
9313 status collapsed
9314
9315 \begin_layout Plain Layout
9316
9317 {
9318 \end_layout
9319
9320 \end_inset
9321
9322 Trémas
9323 \begin_inset ERT
9324 status collapsed
9325
9326 \begin_layout Plain Layout
9327
9328 }
9329 \end_layout
9330
9331 \end_inset
9332
9333
9334 \end_layout
9335
9336 \end_inset
9337
9338
9339 \begin_inset Index idx
9340 status collapsed
9341
9342 \begin_layout Plain Layout
9343 Trémas
9344 \end_layout
9345
9346 \end_inset
9347
9348  dans des formules, il est préférable d'insérer des guillemets devant la
9349  voyelle.
9350  Ces deux caractères sont alors traités comme 
9351 \emph on
9352 un seul 
9353 \emph default
9354 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9355  étant en allemand.
9356  Avec cette méthode, contrairement à 
9357 \series bold
9358
9359 \backslash
9360 ddot
9361 \series default
9362 , on crée de 
9363 \begin_inset Quotes eld
9364 \end_inset
9365
9366 vrais
9367 \begin_inset Quotes erd
9368 \end_inset
9369
9370  umlauts, comme le montre l'exemple suivant:
9371 \end_layout
9372
9373 \begin_layout Standard
9374 \begin_inset VSpace -2mm
9375 \end_inset
9376
9377
9378 \end_layout
9379
9380 \begin_layout Standard
9381 \align center
9382 \begin_inset Tabular
9383 <lyxtabular version="3" rows="3" columns="2">
9384 <features rotate="0" tabularvalignment="middle">
9385 <column alignment="center" valignment="top">
9386 <column alignment="center" valignment="top">
9387 <row>
9388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Commande
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 Résultat
9402 \begin_inset Note Note
9403 status collapsed
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408
9409 \backslash
9410 raisebox
9411 \series default
9412  et le 0
9413 \begin_inset space \thinspace{}
9414 \end_inset
9415
9416 pt espace sont seulement utilisés pour faire de la place
9417 \end_layout
9418
9419 \end_inset
9420
9421
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 </row>
9427 <row>
9428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Quotes grd
9433 \end_inset
9434
9435 i
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 \begin_inset space \hspace{}
9445 \length 0pt
9446 \end_inset
9447
9448
9449 \lang german
9450
9451 \begin_inset Formula $"i$
9452 \end_inset
9453
9454
9455 \lang french
9456
9457 \begin_inset Note Note
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461 il faut que cette formule soit en allemand (NdT)
9462 \end_layout
9463
9464 \end_inset
9465
9466
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 </row>
9472 <row>
9473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \backslash
9479 ddot
9480 \begin_inset space \textvisiblespace{}
9481 \end_inset
9482
9483 i
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 </lyxtabular>
9502
9503 \end_inset
9504
9505
9506 \end_layout
9507
9508 \begin_layout Standard
9509 Un autre avantage par rapport à 
9510 \series bold
9511
9512 \backslash
9513 ddot
9514 \series default
9515  est que les trémas peuvent être convertis directement en texte mathématique,
9516  parce que les accents vus plus haut 
9517 \emph on
9518 ne sont pas autorisés 
9519 \emph default
9520 en texte mathématique.
9521  Quand on convertit un caractère accentué en texte mathématique, seul le
9522  caractère qui est sous l'accent est converti.
9523  Ceci s'applique aussi à toutes les autres conversions comme par exemple
9524  l'italique ou le gras.
9525 \end_layout
9526
9527 \begin_layout Standard
9528 En texte mathématique, les trémas et autres caractères accentués peuvent
9529  être insérés directement.
9530 \end_layout
9531
9532 \begin_layout Standard
9533 \begin_inset VSpace bigskip
9534 \end_inset
9535
9536
9537 \end_layout
9538
9539 \begin_layout Standard
9540
9541 \lang english
9542 LyX also supports a tilde under the character if the LaTeX-package
9543 \lang french
9544  
9545 \series bold
9546 undertilde
9547 \series default
9548
9549 \begin_inset Index idx
9550 status collapsed
9551
9552 \begin_layout Plain Layout
9553 Paquetages ! undertilde
9554 \end_layout
9555
9556 \end_inset
9557
9558  
9559 \lang english
9560 is installed on your system:
9561 \end_layout
9562
9563 \begin_layout Standard
9564 \begin_inset ERT
9565 status collapsed
9566
9567 \begin_layout Plain Layout
9568
9569
9570 \backslash
9571 ifundertilde 
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \begin_inset Note Note
9578 status open
9579
9580 \begin_layout Plain Layout
9581 Ce qui suit ne sera affiché que si le paquetage LaTeX 
9582 \series bold
9583 undertilde
9584 \series default
9585  est installé:
9586 \end_layout
9587
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \begin_layout Standard
9594 \noindent
9595 \align center
9596 \begin_inset Tabular
9597 <lyxtabular version="3" rows="2" columns="2">
9598 <features rotate="0" tabularvalignment="middle">
9599 <column alignment="center" valignment="top" width="0pt">
9600 <column alignment="center" valignment="top" width="0pt">
9601 <row>
9602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 Commande
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 Résultat
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row>
9622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626
9627 \backslash
9628 utilde
9629 \begin_inset space \textvisiblespace{}
9630 \end_inset
9631
9632 A
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9642 \end_inset
9643
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 </lyxtabular>
9651
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \begin_layout Standard
9658 \begin_inset ERT
9659 status collapsed
9660
9661 \begin_layout Plain Layout
9662
9663
9664 \backslash
9665 else 
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \begin_inset Note Note
9672 status open
9673
9674 \begin_layout Plain Layout
9675 Ce qui suit sera affiché si la paquetage LaTeX 
9676 \series bold
9677 undertilde
9678 \series default
9679  n'est pas installé:
9680 \end_layout
9681
9682 \end_inset
9683
9684
9685 \end_layout
9686
9687 \begin_layout Standard
9688 Vous avez besoin du paquetage LaTeX 
9689 \series bold
9690 undertilde
9691 \series default
9692  pour voir le reste de cette sous section dans la sortie finale.
9693 \end_layout
9694
9695 \begin_layout Standard
9696 \begin_inset ERT
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700
9701
9702 \backslash
9703 fi 
9704 \end_layout
9705
9706 \end_inset
9707
9708
9709 \end_layout
9710
9711 \begin_layout Subsection
9712 Accents pour plusieurs caractères
9713 \begin_inset Index idx
9714 status collapsed
9715
9716 \begin_layout Plain Layout
9717 Accents ! pour plusieurs caractères
9718 \end_layout
9719
9720 \end_inset
9721
9722
9723 \end_layout
9724
9725 \begin_layout Standard
9726 \begin_inset space \hfill{}
9727 \end_inset
9728
9729
9730 \begin_inset Tabular
9731 <lyxtabular version="3" rows="5" columns="2">
9732 <features rotate="0" tabularvalignment="middle">
9733 <column alignment="center" valignment="top" width="0pt">
9734 <column alignment="center" valignment="top" width="0pt">
9735 <row>
9736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740 Commande
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749 Résultat
9750 \begin_inset Note Note
9751 status collapsed
9752
9753 \begin_layout Plain Layout
9754
9755 \series bold
9756
9757 \backslash
9758 raisebox
9759 \series default
9760  est seulement utilisée pour faire de la place
9761 \end_layout
9762
9763 \end_inset
9764
9765
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row>
9772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \backslash
9778 overleftarrow
9779 \begin_inset space \textvisiblespace{}
9780 \end_inset
9781
9782 A=B
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \backslash
9807 underleftarrow
9808 \begin_inset space \textvisiblespace{}
9809 \end_inset
9810
9811 A=B
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \backslash
9836 overleftrightarrow
9837 \begin_inset space \textvisiblespace{}
9838 \end_inset
9839
9840 A=B
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row>
9859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \backslash
9865 underleftrightarrow
9866 \begin_inset space \textvisiblespace{}
9867 \end_inset
9868
9869 A=B
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 </row>
9887 </lyxtabular>
9888
9889 \end_inset
9890
9891
9892 \begin_inset space \hfill{}
9893 \end_inset
9894
9895
9896 \begin_inset Tabular
9897 <lyxtabular version="3" rows="5" columns="2">
9898 <features rotate="0" tabularvalignment="middle">
9899 <column alignment="center" valignment="top" width="0pt">
9900 <column alignment="center" valignment="top" width="0pt">
9901 <row>
9902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 Commande
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 Résultat
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \backslash
9928 overrightarrow
9929 \begin_inset space \textvisiblespace{}
9930 \end_inset
9931
9932 A=B
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9942 \end_inset
9943
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row>
9951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \backslash
9957 underrightarrow
9958 \begin_inset space \textvisiblespace{}
9959 \end_inset
9960
9961 A=B
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9971 \end_inset
9972
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 <row>
9980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984
9985 \backslash
9986 widetilde
9987 \begin_inset space \textvisiblespace{}
9988 \end_inset
9989
9990 A=B
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row>
10009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \backslash
10015 widehat
10016 \begin_inset space \textvisiblespace{}
10017 \end_inset
10018
10019 A=B
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 </lyxtabular>
10038
10039 \end_inset
10040
10041
10042 \begin_inset space \hfill{}
10043 \end_inset
10044
10045
10046 \end_layout
10047
10048 \begin_layout Standard
10049 \begin_inset VSpace medskip
10050 \end_inset
10051
10052 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10053  voulez.
10054  Mais les accents 
10055 \series bold
10056
10057 \backslash
10058 widetilde
10059 \series default
10060  et 
10061 \series bold
10062
10063 \backslash
10064 widehat 
10065 \series default
10066 apparaîtront dans la sortie finale avec une longueur de seulement trois
10067  caractères, comme on le voit dans l'exemple suivant:
10068 \begin_inset Formula 
10069 \[
10070 \widetilde{A+B=C-D}
10071 \]
10072
10073 \end_inset
10074
10075
10076 \end_layout
10077
10078 \begin_layout Standard
10079 Avec les commandes 
10080 \series bold
10081
10082 \backslash
10083 overset
10084 \series default
10085
10086 \begin_inset Index idx
10087 status collapsed
10088
10089 \begin_layout Plain Layout
10090 Commandes ! O ! 
10091 \backslash
10092 overset
10093 \end_layout
10094
10095 \end_inset
10096
10097  et 
10098 \series bold
10099
10100 \backslash
10101 underset
10102 \series default
10103
10104 \begin_inset Index idx
10105 status collapsed
10106
10107 \begin_layout Plain Layout
10108 Commandes ! U ! 
10109 \backslash
10110 underset
10111 \end_layout
10112
10113 \end_inset
10114
10115  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10116  plusieurs caractères.
10117
10118 \series bold
10119  
10120 \series default
10121 La commande
10122 \series bold
10123  
10124 \backslash
10125 underset
10126 \begin_inset space \textvisiblespace{}
10127 \end_inset
10128
10129 A=B
10130 \begin_inset Formula $\downarrow$
10131 \end_inset
10132
10133 ***
10134 \series default
10135  donne:
10136 \begin_inset Formula 
10137 \[
10138 \underset{***}{A=B}
10139 \]
10140
10141 \end_inset
10142
10143
10144 \end_layout
10145
10146 \begin_layout Section
10147 Espace
10148 \begin_inset CommandInset label
10149 LatexCommand label
10150 name "sub:Espace"
10151
10152 \end_inset
10153
10154
10155 \begin_inset Index idx
10156 status collapsed
10157
10158 \begin_layout Plain Layout
10159 Espace ! horizontal
10160 \end_layout
10161
10162 \end_inset
10163
10164
10165 \end_layout
10166
10167 \begin_layout Subsection
10168 Espace prédéfini
10169 \begin_inset CommandInset label
10170 LatexCommand label
10171 name "sub:Espace-prédéfini"
10172
10173 \end_inset
10174
10175
10176 \begin_inset Index idx
10177 status collapsed
10178
10179 \begin_layout Plain Layout
10180 Espace ! horizontal ! prédéfini
10181 \end_layout
10182
10183 \end_inset
10184
10185
10186 \end_layout
10187
10188 \begin_layout Standard
10189 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10190  On le fait en utilisant une espace insécable (raccourci 
10191 \family sans
10192 Ctrl-Espace
10193 \family default
10194 ).
10195  Un 
10196 \begin_inset Quotes eld
10197 \end_inset
10198
10199
10200 \color blue
10201
10202 \begin_inset space \textvisiblespace{}
10203 \end_inset
10204
10205
10206 \color inherit
10207
10208 \begin_inset Quotes erd
10209 \end_inset
10210
10211  apparaît et en appuyant plusieurs fois sur 
10212 \family sans
10213 Espace
10214 \family default
10215  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10216  On peut aussi insérer ces espaces en utilisant le bouton 
10217 \begin_inset Graphics
10218         filename ../../images/math/space.png
10219         scale 85
10220
10221 \end_inset
10222
10223  de la barre d'outils mathématique.
10224  Indépendemment de la commande insérée, on peut toujours changer de taille
10225  après en appuyant sur 
10226 \family sans
10227 Espace
10228 \family default
10229 .
10230  
10231 \end_layout
10232
10233 \begin_layout Standard
10234 \noindent
10235 \align center
10236 \begin_inset VSpace -5mm
10237 \end_inset
10238
10239
10240 \begin_inset Tabular
10241 <lyxtabular version="3" rows="3" columns="7">
10242 <features rotate="0" tabularvalignment="middle">
10243 <column alignment="center" valignment="middle" width="6.8cm">
10244 <column alignment="center" valignment="top">
10245 <column alignment="center" valignment="top">
10246 <column alignment="center" valignment="top">
10247 <column alignment="center" valignment="top">
10248 <column alignment="center" valignment="top">
10249 <column alignment="center" valignment="top">
10250 <row>
10251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Commande
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \backslash
10266 ,
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \backslash
10277 :
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \backslash
10288 ;
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \backslash
10299 quad
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308
10309 \backslash
10310 qquad
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \backslash
10321 !
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 Nombre de fois où on a appuyé sur la barre d'
10333 \family sans
10334 Espace 
10335 \family default
10336 après avoir inséré l'espace insécable
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 0
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 1
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 2
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 3
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 4
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 5
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 Résultat
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 \begin_inset Formula $A\, B$
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 \begin_inset Formula $A\: B$
10423 \end_inset
10424
10425
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 \begin_inset Formula $A\; B$
10435 \end_inset
10436
10437
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 \begin_inset Formula $A\quad B$
10447 \end_inset
10448
10449
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
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 \begin_inset Formula $A\qquad B$
10459 \end_inset
10460
10461
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 \begin_inset Formula $A\! B$
10471 \end_inset
10472
10473
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 </lyxtabular>
10480
10481 \end_inset
10482
10483
10484 \end_layout
10485
10486 \begin_layout Standard
10487 La dernière taille n'a pas l'air de produire une espace.
10488  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
10489  parce que c'est une espace négative.
10490  Il y a deux autres espaces négatives:
10491 \end_layout
10492
10493 \begin_layout Standard
10494 \align center
10495 \begin_inset Tabular
10496 <lyxtabular version="3" rows="3" columns="3">
10497 <features rotate="0" tabularvalignment="middle">
10498 <column alignment="center" valignment="middle" width="6.8cm">
10499 <column alignment="center" valignment="top" width="0pt">
10500 <column alignment="center" valignment="top" width="0pt">
10501 <row>
10502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 Commande
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \backslash
10517 negmedspace
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526
10527 \backslash
10528 negthickspace
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 Nombre de fois où on a appuyé sur la barre d'
10540 \family sans
10541 Espace 
10542 \family default
10543 après avoir inséré l'espace insécable
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 6
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 7
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 Résultat
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 \begin_inset Formula $A\negmedspace B$
10582 \end_inset
10583
10584
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 \begin_inset Formula $A\negthickspace B$
10594 \end_inset
10595
10596
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 </lyxtabular>
10603
10604 \end_inset
10605
10606
10607 \end_layout
10608
10609 \begin_layout Standard
10610 Les espaces négatives peuvent faire que les caractères se chevauchent.
10611  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
10612  les opérateurs de somme:
10613 \end_layout
10614
10615 \begin_layout Standard
10616 \align center
10617 \begin_inset Tabular
10618 <lyxtabular version="3" rows="3" columns="2">
10619 <features rotate="0" tabularvalignment="middle">
10620 <column alignment="center" valignment="top">
10621 <column alignment="center" valignment="top">
10622 <row>
10623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Commande
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Résultat
10637 \begin_inset Note Note
10638 status collapsed
10639
10640 \begin_layout Plain Layout
10641
10642 \series bold
10643
10644 \backslash
10645 raisebox
10646 \series default
10647  est seulement utilisée pour faire de la place
10648 \end_layout
10649
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \backslash
10665 sum
10666 \backslash
10667 sum
10668 \begin_inset space \textvisiblespace{}
10669 \end_inset
10670
10671 f_kl
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10681 \end_inset
10682
10683
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \backslash
10696 sum
10697 \backslash
10698 negmedspace
10699 \backslash
10700 sum
10701 \begin_inset space \textvisiblespace{}
10702 \end_inset
10703
10704 f_kl
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10714 \end_inset
10715
10716
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 </row>
10722 </lyxtabular>
10723
10724 \end_inset
10725
10726
10727 \end_layout
10728
10729 \begin_layout Standard
10730 Les opérateur de relations comme par exemple le signe égal, sont toujours
10731  entourés par des espaces.
10732  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
10733  L'exemple suivant donne une illustration:
10734 \end_layout
10735
10736 \begin_layout Standard
10737 \align center
10738 \begin_inset Tabular
10739 <lyxtabular version="3" rows="2" columns="2">
10740 <features rotate="0" tabularvalignment="middle">
10741 <column alignment="center" valignment="top" width="0pt">
10742 <column alignment="center" valignment="top" width="0pt">
10743 <row>
10744 <cell alignment="center" valignment="top" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 équation normale
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 \begin_inset Formula $A=B$
10758 \end_inset
10759
10760
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 \begin_inset Note Note
10772 status collapsed
10773
10774 \begin_layout Plain Layout
10775
10776 \series bold
10777
10778 \backslash
10779 raisebox
10780 \series default
10781  est seulement utilisée pour faire de la place
10782 \end_layout
10783
10784 \end_inset
10785
10786
10787 \begin_inset Formula $\raisebox{5mm}{}$
10788 \end_inset
10789
10790 équation sans espace
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 \begin_inset Formula $A{=}B$
10800 \end_inset
10801
10802
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 </lyxtabular>
10809
10810 \end_inset
10811
10812
10813 \end_layout
10814
10815 \begin_layout Standard
10816 \noindent
10817 La commande utilisée pour la dernière formule est: 
10818 \series bold
10819 A
10820 \backslash
10821 {=
10822 \begin_inset Formula $\to$
10823 \end_inset
10824
10825 B
10826 \end_layout
10827
10828 \begin_layout Standard
10829 \begin_inset VSpace bigskip
10830 \end_inset
10831
10832 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
10833  insérée entre la valeur et l'unité est une espace fine et pas une espace
10834  normale.
10835  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
10836 \family sans
10837 Insertion\SpecialChar \menuseparator
10838 Typographie
10839 \begin_inset space ~
10840 \end_inset
10841
10842 spéciale\SpecialChar \menuseparator
10843 Espace
10844 \begin_inset space ~
10845 \end_inset
10846
10847 fine
10848 \family default
10849  (raccourci 
10850 \family sans
10851 Ctrl+Shift+Espace
10852 \family default
10853 ).
10854 \end_layout
10855
10856 \begin_layout Standard
10857 Un exemple pour voir la différence:
10858 \end_layout
10859
10860 \begin_layout Standard
10861 \begin_inset Tabular
10862 <lyxtabular version="3" rows="2" columns="2">
10863 <features rotate="0" tabularvalignment="middle">
10864 <column alignment="left" valignment="top">
10865 <column alignment="left" valignment="top">
10866 <row>
10867 <cell alignment="center" valignment="top" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 24 kW
10872 \begin_inset Formula $\cdot$
10873 \end_inset
10874
10875 h
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 espace normale entre l'unité est la valeur
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row>
10891 <cell alignment="center" valignment="top" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 24
10896 \begin_inset space \thinspace{}
10897 \end_inset
10898
10899 kW
10900 \begin_inset Formula $\cdot$
10901 \end_inset
10902
10903 h
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 espace fine entre l'unité et la valeur
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 </row>
10918 </lyxtabular>
10919
10920 \end_inset
10921
10922
10923 \end_layout
10924
10925 \begin_layout Subsection
10926 Espace variable
10927 \begin_inset ERT
10928 status collapsed
10929
10930 \begin_layout Plain Layout
10931
10932
10933 \backslash
10934 texorpdfstring{
10935 \end_layout
10936
10937 \end_inset
10938
10939
10940 \begin_inset Foot
10941 status collapsed
10942
10943 \begin_layout Plain Layout
10944 pour les espacements verticaux dans les formules, voir 
10945 \begin_inset CommandInset ref
10946 LatexCommand ref
10947 reference "sub:Séparation-des-lignes"
10948
10949 \end_inset
10950
10951
10952 \end_layout
10953
10954 \end_inset
10955
10956
10957 \begin_inset ERT
10958 status collapsed
10959
10960 \begin_layout Plain Layout
10961
10962 }{}
10963 \end_layout
10964
10965 \end_inset
10966
10967
10968 \begin_inset Note Note
10969 status collapsed
10970
10971 \begin_layout Plain Layout
10972
10973 \backslash
10974 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
10975  dans les signets PDF.
10976 \end_layout
10977
10978 \begin_layout Plain Layout
10979 Plus au sujet de 
10980 \backslash
10981 texorpdfstring dans la section 
10982 \begin_inset CommandInset ref
10983 LatexCommand ref
10984 reference "sub:formules-dans-les-entêtes"
10985
10986 \end_inset
10987
10988 .
10989 \end_layout
10990
10991 \end_inset
10992
10993
10994 \begin_inset CommandInset label
10995 LatexCommand label
10996 name "sub:Espace-variable"
10997
10998 \end_inset
10999
11000
11001 \begin_inset Index idx
11002 status collapsed
11003
11004 \begin_layout Plain Layout
11005 Espace ! horizontal ! variable
11006 \end_layout
11007
11008 \end_inset
11009
11010
11011 \end_layout
11012
11013 \begin_layout Standard
11014 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11015  
11016 \series bold
11017
11018 \backslash
11019 hspace
11020 \series default
11021
11022 \begin_inset Index idx
11023 status collapsed
11024
11025 \begin_layout Plain Layout
11026 Commandes ! H ! 
11027 \backslash
11028 hspace
11029 \end_layout
11030
11031 \end_inset
11032
11033 .
11034  Un 
11035 \begin_inset Quotes eld
11036 \end_inset
11037
11038
11039 \color blue
11040
11041 \begin_inset space \textvisiblespace{}
11042 \end_inset
11043
11044
11045 \color inherit
11046
11047 \begin_inset Quotes erd
11048 \end_inset
11049
11050  long apparaît.
11051  La longueur peut être précisée en faisant un clic gauche sur le 
11052 \begin_inset Quotes eld
11053 \end_inset
11054
11055
11056 \color blue
11057
11058 \begin_inset space \textvisiblespace{}
11059 \end_inset
11060
11061
11062 \color inherit
11063
11064 \begin_inset Quotes erd
11065 \end_inset
11066
11067 .
11068  La longueur peut aussi être négative.
11069  Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11070  disponible, on utilise la commande 
11071 \series bold
11072
11073 \backslash
11074 hfill
11075 \series default
11076
11077 \begin_inset Index idx
11078 status collapsed
11079
11080 \begin_layout Plain Layout
11081 Commandes ! H ! 
11082 \backslash
11083 hfill
11084 \end_layout
11085
11086 \end_inset
11087
11088 .
11089 \end_layout
11090
11091 \begin_layout Standard
11092 \begin_inset VSpace -1mm
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \begin_layout Standard
11099 \align center
11100 \begin_inset Tabular
11101 <lyxtabular version="3" rows="4" columns="2">
11102 <features rotate="0" tabularvalignment="middle">
11103 <column alignment="center" valignment="top">
11104 <column alignment="center" valignment="top">
11105 <row>
11106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 Commande (
11111 \backslash
11112 hspace longueur)
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 Résultat
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 </row>
11127 <row>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 A=B
11133 \backslash
11134 hspace
11135 \begin_inset space \textvisiblespace{}
11136 \end_inset
11137
11138
11139 \begin_inset Formula $\to$
11140 \end_inset
11141
11142 A
11143 \backslash
11144 not=C (3
11145 \begin_inset space \thinspace{}
11146 \end_inset
11147
11148 cm)
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 </row>
11166 <row>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 A
11172 \backslash
11173 hspace
11174 \begin_inset space \textvisiblespace{}
11175 \end_inset
11176
11177
11178 \begin_inset Formula $\to$
11179 \end_inset
11180
11181 A
11182 \backslash
11183 not=A (-1
11184 \begin_inset space \thinspace{}
11185 \end_inset
11186
11187 mm)
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11197 \end_inset
11198
11199
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 </row>
11205 <row>
11206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 A=A
11211 \backslash
11212 hfill
11213 \begin_inset space \textvisiblespace{}
11214 \end_inset
11215
11216 B=B
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 \begin_inset Formula $A=A\hfill B=B$
11226 \end_inset
11227
11228
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 </row>
11234 </lyxtabular>
11235
11236 \end_inset
11237
11238
11239 \end_layout
11240
11241 \begin_layout Standard
11242 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
11243  de colonne le plus long du tableau.
11244  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
11245  laquelle 
11246 \series bold
11247
11248 \backslash
11249 hfill
11250 \series default
11251  est inséré.
11252  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
11253  espace ne sera ajouté.
11254  
11255 \series bold
11256
11257 \backslash
11258 hfill
11259 \series default
11260  a un effet sur les formules hors ligne uniquement si on utilise le style
11261  de formule 
11262 \series bold
11263 Indenté
11264 \series default
11265  (Les styles de formules sont expliqués dans 
11266 \begin_inset CommandInset ref
11267 LatexCommand ref
11268 reference "sec:Styles-de-formules"
11269
11270 \end_inset
11271
11272 ).
11273 \end_layout
11274
11275 \begin_layout Standard
11276 En plus de 
11277 \series bold
11278
11279 \backslash
11280 hfill, 
11281 \series default
11282 il y a les commandes 
11283 \series bold
11284
11285 \backslash
11286 dotfill
11287 \series default
11288  et 
11289 \series bold
11290
11291 \backslash
11292 hrulefill
11293 \series default
11294  qui remplissent l'espace avec un motif, voir 
11295 \begin_inset CommandInset ref
11296 LatexCommand ref
11297 reference "sub:Points-de-suspension"
11298
11299 \end_inset
11300
11301  pour un exemple.
11302 \end_layout
11303
11304 \begin_layout Standard
11305 Pour le texte, on peut insérer une espace de longueur variable avec le menu
11306  
11307 \family sans
11308 Insertion\SpecialChar \menuseparator
11309 Typographie
11310 \begin_inset space ~
11311 \end_inset
11312
11313 spéciale\SpecialChar \menuseparator
11314 Espacement horizontal
11315 \family default
11316 :
11317 \end_layout
11318
11319 \begin_layout Standard
11320 Ceci est une ligne avec un espace de
11321 \begin_inset space \hspace{}
11322 \length 2cm
11323 \end_inset
11324
11325 2
11326 \begin_inset space \thinspace{}
11327 \end_inset
11328
11329 cm.
11330 \end_layout
11331
11332 \begin_layout Standard
11333 Ceci est une ligne avec un
11334 \begin_inset space \hfill{}
11335 \end_inset
11336
11337 espace maximum.
11338 \end_layout
11339
11340 \begin_layout Subsection
11341 Espace après les formules en ligne
11342 \begin_inset Index idx
11343 status collapsed
11344
11345 \begin_layout Plain Layout
11346 Espace ! après les formules en ligne
11347 \end_layout
11348
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \begin_layout Standard
11355 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
11356  
11357 \series bold
11358
11359 \backslash
11360 mathsurround
11361 \series default
11362
11363 \begin_inset Index idx
11364 status collapsed
11365
11366 \begin_layout Plain Layout
11367 Commandes ! M ! 
11368 \backslash
11369 mathsurround
11370 \end_layout
11371
11372 \end_inset
11373
11374 .
11375  La valeur d'une longueur est modifiée avec la commande 
11376 \series bold
11377
11378 \backslash
11379 setlength
11380 \series default
11381
11382 \begin_inset Index idx
11383 status collapsed
11384
11385 \begin_layout Plain Layout
11386 Commandes ! S ! 
11387 \backslash
11388 setlength
11389 \end_layout
11390
11391 \end_inset
11392
11393  qui a la syntaxe suivante:
11394 \end_layout
11395
11396 \begin_layout Standard
11397
11398 \series bold
11399
11400 \backslash
11401 setlength{nom de la longueur}{valeur}
11402 \end_layout
11403
11404 \begin_layout Standard
11405 Pour mettre 
11406 \series bold
11407
11408 \backslash
11409 mathsurround
11410 \series default
11411  à une valeur de 5
11412 \begin_inset space \thinspace{}
11413 \end_inset
11414
11415 mm, on insère la commande
11416 \end_layout
11417
11418 \begin_layout Standard
11419
11420 \series bold
11421
11422 \backslash
11423 setlength{
11424 \backslash
11425 mathsurround}{5mm}
11426 \end_layout
11427
11428 \begin_layout Standard
11429 en mode TeX.
11430  Une espace de 5
11431 \begin_inset space \thinspace{}
11432 \end_inset
11433
11434 mm va maintenant être placée autour de toutes les formules en ligne:
11435 \begin_inset ERT
11436 status collapsed
11437
11438 \begin_layout Plain Layout
11439
11440
11441 \backslash
11442 setlength{
11443 \backslash
11444 mathsurround}{5mm}
11445 \end_layout
11446
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \begin_layout Standard
11453 Voici une formule en ligne 
11454 \begin_inset Formula $A=B$
11455 \end_inset
11456
11457  avec une espace de 5
11458 \begin_inset space \thinspace{}
11459 \end_inset
11460
11461 mm autour.
11462 \begin_inset ERT
11463 status collapsed
11464
11465 \begin_layout Plain Layout
11466
11467
11468 \backslash
11469 setlength{
11470 \backslash
11471 mathsurround}{0pt}
11472 \end_layout
11473
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \begin_layout Standard
11480 Pour revenir à la valeur prédéfinie, on met 
11481 \series bold
11482
11483 \backslash
11484 mathsurround
11485 \series default
11486  à 0
11487 \begin_inset space \thinspace{}
11488 \end_inset
11489
11490 pt.
11491 \end_layout
11492
11493 \begin_layout Section
11494 Boîtes et cadres
11495 \begin_inset Index idx
11496 status collapsed
11497
11498 \begin_layout Plain Layout
11499 Boîtes
11500 \end_layout
11501
11502 \end_inset
11503
11504
11505 \begin_inset Index idx
11506 status collapsed
11507
11508 \begin_layout Plain Layout
11509 Cadres | see 
11510 \begin_inset ERT
11511 status collapsed
11512
11513 \begin_layout Plain Layout
11514
11515 {
11516 \end_layout
11517
11518 \end_inset
11519
11520 Boîtes
11521 \begin_inset ERT
11522 status collapsed
11523
11524 \begin_layout Plain Layout
11525
11526 }
11527 \end_layout
11528
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \begin_layout Standard
11540 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
11541 \emph on
11542 Boîtes 
11543 \emph default
11544 du manuel 
11545 \emph on
11546 Objets insérés.
11547  
11548 \end_layout
11549
11550 \begin_layout Subsection
11551 Boîtes avec cadre
11552 \begin_inset CommandInset label
11553 LatexCommand label
11554 name "sub:Boîtes-avec-cadre"
11555
11556 \end_inset
11557
11558
11559 \begin_inset Index idx
11560 status collapsed
11561
11562 \begin_layout Plain Layout
11563 Boîtes ! avec cadre
11564 \end_layout
11565
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \begin_layout Standard
11572 Il es possible d'encadrer des formules ou des portions de formules avec
11573  la commande 
11574 \series bold
11575
11576 \backslash
11577 fbox
11578 \series default
11579
11580 \begin_inset Index idx
11581 status collapsed
11582
11583 \begin_layout Plain Layout
11584 Commandes ! F ! 
11585 \backslash
11586 fbox
11587 \end_layout
11588
11589 \end_inset
11590
11591  et 
11592 \series bold
11593
11594 \backslash
11595 boxed
11596 \series default
11597
11598 \begin_inset Index idx
11599 status collapsed
11600
11601 \begin_layout Plain Layout
11602 Commandes ! B ! 
11603 \backslash
11604 boxed
11605 \end_layout
11606
11607 \end_inset
11608
11609 .
11610 \end_layout
11611
11612 \begin_layout Standard
11613 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
11614  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
11615  Pour 
11616 \series bold
11617
11618 \backslash
11619 fbox
11620 \series default
11621  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
11622  avec 
11623 \family sans
11624 Ctrl+M
11625 \family default
11626 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
11627  Quand on utilise 
11628 \series bold
11629
11630 \backslash
11631 boxed
11632 \series default
11633 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
11634 \end_layout
11635
11636 \begin_layout Standard
11637 La commande 
11638 \series bold
11639
11640 \backslash
11641 fbox
11642 \series default
11643  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
11644  formule serait alors toujours mise à la taille du texte.
11645  
11646 \series bold
11647
11648 \backslash
11649 boxed
11650 \series default
11651 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
11652  la formule serait alors toujours mise à la taille des formules hors ligne.
11653 \end_layout
11654
11655 \begin_layout Standard
11656 Comme extension à 
11657 \series bold
11658
11659 \backslash
11660 fbox
11661 \series default
11662  il y a la commande 
11663 \series bold
11664
11665 \backslash
11666 framebox
11667 \series default
11668
11669 \begin_inset Index idx
11670 status collapsed
11671
11672 \begin_layout Plain Layout
11673 Commandes ! F ! 
11674 \backslash
11675 framebox
11676 \end_layout
11677
11678 \end_inset
11679
11680  où on peut en plus spécifier la largeur du cadre et l'alignement.
11681  La syntaxe de la commande 
11682 \series bold
11683
11684 \backslash
11685 framebox
11686 \series default
11687  est la suivante:
11688 \end_layout
11689
11690 \begin_layout Standard
11691
11692 \series bold
11693
11694 \backslash
11695 framebox[Largeur du cadre][position]{contenu de la boîte}
11696 \end_layout
11697
11698 \begin_layout Standard
11699 La position peut être soit 
11700 \emph on
11701 l
11702 \emph default
11703  soit 
11704 \emph on
11705 r
11706 \emph default
11707 .
11708  
11709 \emph on
11710 l
11711 \emph default
11712  aligne la formule à gauche dans la boîte, 
11713 \emph on
11714 r
11715 \emph default
11716  à droite.
11717  Quand on ne précise pas la position, la formule est centrée.
11718 \begin_inset Newline newline
11719 \end_inset
11720
11721 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
11722  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
11723  c'est le cas avec 
11724 \series bold
11725
11726 \backslash
11727 fbox
11728 \series default
11729 .
11730 \end_layout
11731
11732 \begin_layout Standard
11733 Quand on insère la commande 
11734 \series bold
11735
11736 \backslash
11737 framebox
11738 \series default
11739 , une boîte apparaît contenant trois boîtes bleues.
11740  Les deux premières sont entourées de crochets pour signales des arguments
11741  optionnels.
11742  La troisième boîte est là pour contenir les portions de formules, comme
11743  pour 
11744 \series bold
11745
11746 \backslash
11747 fbox
11748 \series default
11749 .
11750 \end_layout
11751
11752 \begin_layout Standard
11753 \align center
11754 \begin_inset Tabular
11755 <lyxtabular version="3" rows="5" columns="2">
11756 <features rotate="0" tabularvalignment="middle">
11757 <column alignment="center" valignment="top">
11758 <column alignment="center" valignment="top">
11759 <row>
11760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 Commande
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 Résultat
11774 \begin_inset Note Note
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778
11779 \series bold
11780
11781 \backslash
11782 raisebox
11783 \series default
11784  est seulement utilisée pour faire de la place
11785 \end_layout
11786
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 </row>
11795 <row>
11796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800
11801 \backslash
11802 fbox
11803 \begin_inset space \textvisiblespace{}
11804 \end_inset
11805
11806
11807 \family sans
11808 Ctrl+M
11809 \family default
11810  
11811 \backslash
11812 int
11813 \begin_inset space \textvisiblespace{}
11814 \end_inset
11815
11816 A=B
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11826 \end_inset
11827
11828
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 </row>
11834 <row>
11835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839
11840 \backslash
11841 boxed
11842 \begin_inset space \textvisiblespace{}
11843 \end_inset
11844
11845
11846 \backslash
11847 int
11848 \begin_inset space \textvisiblespace{}
11849 \end_inset
11850
11851 A=B
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 </row>
11869 <row>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 A+
11875 \backslash
11876 fbox
11877 \begin_inset space \textvisiblespace{}
11878 \end_inset
11879
11880 B
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11890 \end_inset
11891
11892
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 </row>
11898 <row>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903
11904 \backslash
11905 framebox
11906 \begin_inset space \textvisiblespace{}
11907 \end_inset
11908
11909 20mm
11910 \begin_inset Formula $\to$
11911 \end_inset
11912
11913
11914 \begin_inset Formula $\to$
11915 \end_inset
11916
11917
11918 \family sans
11919 Ctrl+M
11920 \family default
11921  
11922 \backslash
11923 frac
11924 \begin_inset space \textvisiblespace{}
11925 \end_inset
11926
11927 A
11928 \begin_inset Formula $\downarrow$
11929 \end_inset
11930
11931 B
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 \begin_inset Formula $\raisebox{6mm}{}$
11941 \end_inset
11942
11943
11944 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11945 \end_inset
11946
11947
11948 \begin_inset Formula $\raisebox{-4mm}{}$
11949 \end_inset
11950
11951
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 </lyxtabular>
11958
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \begin_layout Standard
11965 On peut aussi ajuster l'épaisseur du cadre.
11966  Pour cela, il faut insérer les commandes suivantes en mode TeX avant la
11967  formule
11968 \end_layout
11969
11970 \begin_layout Standard
11971
11972 \series bold
11973
11974 \backslash
11975 fboxrule
11976 \series default
11977  
11978 \series bold
11979
11980 \begin_inset Quotes eld
11981 \end_inset
11982
11983 épaisseur
11984 \begin_inset Quotes erd
11985 \end_inset
11986
11987
11988 \series default
11989  
11990 \series bold
11991
11992 \backslash
11993 fboxsep
11994 \series default
11995  
11996 \series bold
11997
11998 \begin_inset Quotes eld
11999 \end_inset
12000
12001 distance
12002 \begin_inset Quotes erd
12003 \end_inset
12004
12005
12006 \end_layout
12007
12008 \begin_layout Standard
12009 \begin_inset Quotes eld
12010 \end_inset
12011
12012 distance
12013 \begin_inset Quotes erd
12014 \end_inset
12015
12016  précise la distance minimale entre le cadre et le premier caractère de
12017  la boîte.
12018  Un exemple pour illustrer ceci avec la formule encadrée suivante:
12019 \begin_inset ERT
12020 status collapsed
12021
12022 \begin_layout Plain Layout
12023
12024
12025 \backslash
12026 fboxrule 2mm 
12027 \backslash
12028 fboxsep 3mm
12029 \end_layout
12030
12031 \end_inset
12032
12033
12034 \begin_inset Formula 
12035 \[
12036 \boxed{A+B=C}
12037 \]
12038
12039 \end_inset
12040
12041 Avant cette formule, on a inséré en mode TeX les commandes
12042 \end_layout
12043
12044 \begin_layout Standard
12045
12046 \series bold
12047
12048 \backslash
12049 fboxrule
12050 \series default
12051  
12052 \series bold
12053 2mm
12054 \series default
12055  
12056 \series bold
12057
12058 \backslash
12059 fboxsep
12060 \series default
12061  
12062 \series bold
12063 3mm
12064 \end_layout
12065
12066 \begin_layout Standard
12067 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12068 \end_layout
12069
12070 \begin_layout Standard
12071 Pour revenir à la taille de cadre standard, on insère la commande
12072 \end_layout
12073
12074 \begin_layout Standard
12075
12076 \series bold
12077
12078 \backslash
12079 fboxrule
12080 \series default
12081  
12082 \series bold
12083 0.4pt
12084 \series default
12085  
12086 \series bold
12087
12088 \backslash
12089 fboxsep
12090 \series default
12091  
12092 \series bold
12093 3pt
12094 \series default
12095
12096 \begin_inset ERT
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100
12101
12102 \backslash
12103 fboxrule 0.4pt 
12104 \backslash
12105 fboxsep 3pt
12106 \end_layout
12107
12108 \end_inset
12109
12110
12111 \end_layout
12112
12113 \begin_layout Standard
12114 avant la formule suivante.
12115 \end_layout
12116
12117 \begin_layout Subsection
12118 Boîtes sans cadre
12119 \begin_inset CommandInset label
12120 LatexCommand label
12121 name "sub:Boîtes-sans-cadre"
12122
12123 \end_inset
12124
12125
12126 \begin_inset Index idx
12127 status collapsed
12128
12129 \begin_layout Plain Layout
12130 Boîtes ! sans cadre
12131 \end_layout
12132
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \begin_layout Standard
12139 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12140  
12141 \series bold
12142
12143 \backslash
12144 mbox
12145 \series default
12146
12147 \begin_inset Index idx
12148 status collapsed
12149
12150 \begin_layout Plain Layout
12151 Commandes ! M ! 
12152 \backslash
12153 mbox
12154 \end_layout
12155
12156 \end_inset
12157
12158
12159 \series bold
12160
12161 \backslash
12162 makebox
12163 \series default
12164
12165 \begin_inset Index idx
12166 status collapsed
12167
12168 \begin_layout Plain Layout
12169 Commandes ! M ! 
12170 \backslash
12171 makebox
12172 \end_layout
12173
12174 \end_inset
12175
12176 , et 
12177 \series bold
12178
12179 \backslash
12180 raisebox
12181 \series default
12182
12183 \begin_inset Index idx
12184 status collapsed
12185
12186 \begin_layout Plain Layout
12187 Commandes ! R ! 
12188 \backslash
12189 raisebox
12190 \end_layout
12191
12192 \end_inset
12193
12194
12195 \end_layout
12196
12197 \begin_layout Standard
12198 Avec 
12199 \series bold
12200
12201 \backslash
12202 raisebox
12203 \series default
12204  une boîte peut être mise en exposant ou en indice.
12205  Mais contrairement aux indices et aux exposants normaux, les caractères
12206  conservent leur taille de police initiale.
12207  
12208 \series bold
12209
12210 \backslash
12211 raisebox
12212 \series default
12213  est utilisée avec la syntaxe suivante:
12214 \end_layout
12215
12216 \begin_layout Standard
12217
12218 \series bold
12219
12220 \backslash
12221 raisebox{hauteur}{contenu de la boîte}
12222 \end_layout
12223
12224 \begin_layout Standard
12225 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
12226  comme pour 
12227 \series bold
12228
12229 \backslash
12230 fbox
12231 \series default
12232 .
12233  
12234 \begin_inset Note Greyedout
12235 status open
12236
12237 \begin_layout Plain Layout
12238
12239 \series bold
12240 Note:
12241 \series default
12242  Pour 
12243 \series bold
12244
12245 \backslash
12246 raisebox
12247 \series default
12248  cette formule supplémentaire esr créée en appuyant sur 
12249 \family sans
12250 Ctrl+M
12251 \family default
12252  deux fois au lieu d'une parceque LyX ne supporte pas encore directement
12253  la commande 
12254 \series bold
12255
12256 \backslash
12257 raisebox
12258 \series default
12259 .
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 \align center
12269 \begin_inset Tabular
12270 <lyxtabular version="3" rows="4" columns="2">
12271 <features rotate="0" tabularvalignment="middle">
12272 <column alignment="center" valignment="top">
12273 <column alignment="center" valignment="top">
12274 <row>
12275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279 Commande
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Plain Layout
12288 Résultat
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 </row>
12294 <row>
12295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 H
12300 \backslash
12301 raisebox{2mm
12302 \begin_inset Formula $\to$
12303 \end_inset
12304
12305
12306 \backslash
12307 {al
12308 \begin_inset Formula $\to$
12309 \end_inset
12310
12311  lo
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Plain Layout
12320 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 </row>
12329 <row>
12330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 H
12335 \backslash
12336 raisebox{-2mm
12337 \begin_inset Formula $\to$
12338 \end_inset
12339
12340
12341 \backslash
12342 {al
12343 \begin_inset Formula $\to$
12344 \end_inset
12345
12346 lo
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12356 \end_inset
12357
12358
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 </row>
12364 <row>
12365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369 A=
12370 \backslash
12371 raisebox{-2mm
12372 \begin_inset Formula $\to$
12373 \end_inset
12374
12375
12376 \backslash
12377 {
12378 \family sans
12379 Ctrl+M Ctrl+M
12380 \family default
12381  
12382 \backslash
12383 sqrt
12384 \begin_inset space \textvisiblespace{}
12385 \end_inset
12386
12387
12388 \end_layout
12389
12390 \end_inset
12391 </cell>
12392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12397 \end_inset
12398
12399
12400 \end_layout
12401
12402 \end_inset
12403 </cell>
12404 </row>
12405 </lyxtabular>
12406
12407 \end_inset
12408
12409
12410 \end_layout
12411
12412 \begin_layout Standard
12413 La commande 
12414 \series bold
12415
12416 \backslash
12417 mbox
12418 \series default
12419  est équivalente à 
12420 \series bold
12421
12422 \backslash
12423 fbox
12424 \series default
12425  et 
12426 \series bold
12427
12428 \backslash
12429 makebox
12430 \series default
12431  est équivalente à 
12432 \series bold
12433
12434 \backslash
12435 framebox
12436 \series default
12437 , avec la différence qu'il n'y a pas de cadre.
12438 \end_layout
12439
12440 \begin_layout Subsection
12441 Boîtes colorées
12442 \begin_inset CommandInset label
12443 LatexCommand label
12444 name "sub:Boîtes-colorées"
12445
12446 \end_inset
12447
12448
12449 \begin_inset Index idx
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453 Boîtes ! colorées
12454 \end_layout
12455
12456 \end_inset
12457
12458
12459 \end_layout
12460
12461 \begin_layout Standard
12462 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
12463  LaTeX 
12464 \series bold
12465 color
12466 \series default
12467
12468 \begin_inset Foot
12469 status collapsed
12470
12471 \begin_layout Plain Layout
12472 La paquetage LaTeX 
12473 \series bold
12474 color
12475 \series default
12476  fait partie de toutes les installations LaTeX standard.
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \begin_inset Index idx
12483 status collapsed
12484
12485 \begin_layout Plain Layout
12486 Paquetages ! color
12487 \end_layout
12488
12489 \end_inset
12490
12491  soit chargé dans le préambule LaTeX avec la ligne
12492 \begin_inset Foot
12493 status collapsed
12494
12495 \begin_layout Plain Layout
12496 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
12497  le document, LyX charge automatiquement le paquetage LaTeX 
12498 \series bold
12499 color
12500 \series default
12501 .
12502  Il est donc possible que le paquetage soit chargé deux fois, mais cela
12503  ne doit pas poser de problème.
12504 \end_layout
12505
12506 \end_inset
12507
12508
12509 \begin_inset Note Note
12510 status collapsed
12511
12512 \begin_layout Plain Layout
12513 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
12514  dans le préambule LaTeX.
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \end_layout
12521
12522 \begin_layout Standard
12523
12524 \series bold
12525
12526 \backslash
12527 usepackage{color}
12528 \end_layout
12529
12530 \begin_layout Standard
12531 \begin_inset VSpace medskip
12532 \end_inset
12533
12534 Pour colorer des boîtes, on utilise la commande 
12535 \series bold
12536
12537 \backslash
12538 colorbox
12539 \series default
12540
12541 \begin_inset Index idx
12542 status collapsed
12543
12544 \begin_layout Plain Layout
12545 Commandes ! C ! 
12546 \backslash
12547 colorbox
12548 \end_layout
12549
12550 \end_inset
12551
12552  avec la syntaxe suivante
12553 \end_layout
12554
12555 \begin_layout Standard
12556
12557 \series bold
12558
12559 \backslash
12560 colorbox{couleur}{contenu de la boîte}
12561 \end_layout
12562
12563 \begin_layout Standard
12564 Le contenu de la boîte peut être une autre boîte et une 
12565 \series bold
12566
12567 \backslash
12568 colorbox
12569 \series default
12570  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
12571  exemple).
12572  Quand une boîte est destinée à contenir une formule, on doit insérer une
12573  boîte supplémentaire, comme avec 
12574 \series bold
12575
12576 \backslash
12577 fraisebox
12578 \series default
12579 .
12580 \begin_inset Foot
12581 status collapsed
12582
12583 \begin_layout Plain Layout
12584 Ceci s'applique aussi à la commande 
12585 \series bold
12586
12587 \backslash
12588 fcolorbox
12589 \series default
12590 .
12591 \end_layout
12592
12593 \end_inset
12594
12595
12596 \end_layout
12597
12598 \begin_layout Standard
12599 On peut choisir une des couleurs prédéfinies suivantes:
12600 \end_layout
12601
12602 \begin_layout Standard
12603
12604 \series bold
12605 black
12606 \series default
12607  (noir), 
12608 \series bold
12609 blue
12610 \series default
12611  (bleu), 
12612 \series bold
12613 cyan
12614 \series default
12615
12616 \series bold
12617 green
12618 \series default
12619  (vert), 
12620 \series bold
12621 magenta
12622 \series default
12623
12624 \series bold
12625 red
12626 \series default
12627  (rouge), 
12628 \series bold
12629 white
12630 \series default
12631  (blanc), et 
12632 \series bold
12633 yellow (jaune)
12634 \end_layout
12635
12636 \begin_layout Standard
12637 \align center
12638 \begin_inset Tabular
12639 <lyxtabular version="3" rows="4" columns="2">
12640 <features rotate="0" tabularvalignment="middle">
12641 <column alignment="center" valignment="top">
12642 <column alignment="center" valignment="top">
12643 <row>
12644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 Commande
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 Résultat
12658 \begin_inset Note Note
12659 status collapsed
12660
12661 \begin_layout Plain Layout
12662
12663 \series bold
12664
12665 \backslash
12666 raisebox
12667 \series default
12668  est seulement utilisée pour faire de la place
12669 \end_layout
12670
12671 \end_inset
12672
12673
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 </row>
12679 <row>
12680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684
12685 \backslash
12686 colorbox{yellow
12687 \begin_inset Formula $\to$
12688 \end_inset
12689
12690
12691 \backslash
12692 {A=B
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 <row>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715
12716 \backslash
12717 colorbox{green
12718 \begin_inset Formula $\to$
12719 \end_inset
12720
12721
12722 \backslash
12723 {
12724 \backslash
12725 fbox
12726 \begin_inset space \textvisiblespace{}
12727 \end_inset
12728
12729 A=B
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12739 \end_inset
12740
12741
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 </row>
12747 <row>
12748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752
12753 \backslash
12754 fbox
12755 \begin_inset space \textvisiblespace{}
12756 \end_inset
12757
12758
12759 \backslash
12760 colorbox{green
12761 \begin_inset Formula $\to$
12762 \end_inset
12763
12764
12765 \backslash
12766 {
12767 \family sans
12768 Ctrl+M Ctrl+M
12769 \family default
12770  
12771 \backslash
12772 int
12773 \begin_inset space \textvisiblespace{}
12774 \end_inset
12775
12776 C=D
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12786 \end_inset
12787
12788
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 </row>
12794 </lyxtabular>
12795
12796 \end_inset
12797
12798
12799 \end_layout
12800
12801 \begin_layout Standard
12802
12803 \series bold
12804
12805 \backslash
12806 colorbox
12807 \series default
12808  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
12809  Pour colorer tous les caractères, on sélectionne toute la formule et on
12810  choisit la couleur voulue avec la fenêtre de dialogue 
12811 \family sans
12812 Style
12813 \begin_inset space ~
12814 \end_inset
12815
12816 de
12817 \begin_inset space ~
12818 \end_inset
12819
12820 texte
12821 \family default
12822 .
12823  Cette fenêtre de dialogue peut être appelée avec le bouton 
12824 \begin_inset Graphics
12825         filename ../../images/dialog-show_character.png
12826         scale 85
12827
12828 \end_inset
12829
12830  de la barre d'outils, ou avec le menu 
12831 \family sans
12832 Édition\SpecialChar \menuseparator
12833 Style
12834 \begin_inset space ~
12835 \end_inset
12836
12837 de
12838 \begin_inset space ~
12839 \end_inset
12840
12841 texte\SpecialChar \menuseparator
12842 Personnalisé
12843 \family default
12844 .
12845  Le numéro de la formule prendra la même couleur que la formule.
12846  Si le numéro doit avoir une couleur différente de celle des caractères
12847  de la formule, la couleur doit être changée à l'intérieur de la formule.
12848 \end_layout
12849
12850 \begin_layout Standard
12851 Un exemple:
12852 \end_layout
12853
12854 \begin_layout Standard
12855
12856 \color red
12857 \begin_inset Formula 
12858 \begin{equation}
12859 \int A=B\label{eq:rouge}
12860 \end{equation}
12861
12862 \end_inset
12863
12864
12865 \color green
12866
12867 \begin_inset Formula 
12868 \begin{equation}
12869 \textcolor{red}{\int A=B}\label{eq:rougevert}
12870 \end{equation}
12871
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \begin_layout Standard
12878 La formule 
12879 \begin_inset CommandInset ref
12880 LatexCommand eqref
12881 reference "eq:rouge"
12882
12883 \end_inset
12884
12885  est complètement colorée en rouge.
12886 \begin_inset Newline newline
12887 \end_inset
12888
12889 La formule 
12890 \begin_inset CommandInset ref
12891 LatexCommand eqref
12892 reference "eq:rougevert"
12893
12894 \end_inset
12895
12896  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
12897  Ensuite, les caractères de la formule ont été colorés en rouge.
12898 \end_layout
12899
12900 \begin_layout Standard
12901 \begin_inset VSpace bigskip
12902 \end_inset
12903
12904 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
12905  utilise la commande 
12906 \series bold
12907
12908 \backslash
12909 fcolorbox
12910 \series default
12911
12912 \begin_inset Index idx
12913 status collapsed
12914
12915 \begin_layout Plain Layout
12916 Commandes ! F ! 
12917 \backslash
12918 fcolorbox
12919 \end_layout
12920
12921 \end_inset
12922
12923  avec la syntaxe suivante:
12924 \end_layout
12925
12926 \begin_layout Standard
12927
12928 \series bold
12929
12930 \backslash
12931 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
12932 \end_layout
12933
12934 \begin_layout Standard
12935 Donc 
12936 \series bold
12937
12938 \backslash
12939 fcolorbox
12940 \series default
12941  est une extension de la commande 
12942 \series bold
12943
12944 \backslash
12945 colorbox
12946 \series default
12947 .
12948  L'épaisseur du cadre est déterminée comme avec 
12949 \series bold
12950
12951 \backslash
12952 framebox
12953 \series default
12954 , avec 
12955 \series bold
12956
12957 \backslash
12958 fboxrule
12959 \series default
12960  et 
12961 \series bold
12962
12963 \backslash
12964 fboxsep
12965 \series default
12966 .
12967  Un exemple:
12968 \begin_inset ERT
12969 status collapsed
12970
12971 \begin_layout Plain Layout
12972
12973
12974 \backslash
12975 fboxrule 1mm 
12976 \backslash
12977 fboxsep 1mm
12978 \end_layout
12979
12980 \end_inset
12981
12982
12983 \begin_inset Formula 
12984 \[
12985 \fcolorbox{cyan}{magenta}{A=B}
12986 \]
12987
12988 \end_inset
12989
12990
12991 \begin_inset ERT
12992 status collapsed
12993
12994 \begin_layout Plain Layout
12995
12996
12997 \backslash
12998 fboxrule 0.4pt 
12999 \backslash
13000 fboxsep 3pt
13001 \end_layout
13002
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \begin_layout Standard
13009 Cette formule a été créée avec la commande
13010 \begin_inset Newline newline
13011 \end_inset
13012
13013
13014 \series bold
13015
13016 \backslash
13017 fcolorbox{cyan
13018 \begin_inset Formula $\to$
13019 \end_inset
13020
13021
13022 \backslash
13023 {magenta
13024 \begin_inset Formula $\to$
13025 \end_inset
13026
13027
13028 \backslash
13029 {A=B
13030 \series default
13031 .
13032 \end_layout
13033
13034 \begin_layout Standard
13035 \begin_inset VSpace bigskip
13036 \end_inset
13037
13038 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13039  faut d'abord les définir.
13040 \end_layout
13041
13042 \begin_layout Standard
13043 On peut par exemple définir la couleur 
13044 \begin_inset Quotes eld
13045 \end_inset
13046
13047 vertfonce
13048 \begin_inset Quotes erd
13049 \end_inset
13050
13051  avec la ligne suivante dans le préambule LaTeX:
13052 \end_layout
13053
13054 \begin_layout Standard
13055
13056 \series bold
13057
13058 \backslash
13059 definecolor{vertfonce}{cmyk}{0.5,
13060 \series default
13061  
13062 \series bold
13063 0,
13064 \series default
13065  
13066 \series bold
13067 1,
13068 \series default
13069  
13070 \series bold
13071 0.5}
13072 \series default
13073
13074 \begin_inset Index idx
13075 status collapsed
13076
13077 \begin_layout Plain Layout
13078 Commandes ! D ! 
13079 \backslash
13080 definecolor
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \begin_layout Standard
13089
13090 \series bold
13091 cmyk
13092 \series default
13093  est l'espace colorimétrique basé sur les couleurs 
13094 \series bold
13095 cyan
13096 \series default
13097
13098 \series bold
13099 magenta
13100 \series default
13101 , jaune
13102 \series bold
13103  (yellow
13104 \series default
13105 ), et noir 
13106 \series bold
13107 (black
13108 \series default
13109 ).
13110  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13111  correspondantes dans l'espace colorimétrique.
13112  Ces facteurs prennent des valeurs entre 0 et 1.
13113  À la place de 
13114 \series bold
13115 cmyk 
13116 \series default
13117 on peut aussi utiliser l'espace 
13118 \series bold
13119 rgb 
13120 \series default
13121 basé sur les couleurs rouge (
13122 \series bold
13123 red
13124 \series default
13125 ), vert (
13126 \series bold
13127 green
13128 \series default
13129 ) et bleu (
13130 \series bold
13131 blue
13132 \series default
13133 ).
13134  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13135  couleurs.
13136  Il y a aussi l'espace de couleur 
13137 \series bold
13138 gray 
13139 \series default
13140 (dégradé de gris) avec un facteur donnant la proportion de gris.
13141 \end_layout
13142
13143 \begin_layout Standard
13144 Comme exemple, une boîte encadrée avec la couleur 
13145 \series bold
13146 vertfonce 
13147 \series default
13148 que l'on vient de définir et des caractères colorés en jaune (
13149 \series bold
13150 yellow
13151 \series default
13152 ):
13153 \begin_inset Formula 
13154 \begin{equation}
13155 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13156 \end{equation}
13157
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Standard
13164 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13165  de la commande 
13166 \series bold
13167
13168 \backslash
13169 textcolor
13170 \series default
13171 :
13172 \begin_inset Index idx
13173 status collapsed
13174
13175 \begin_layout Plain Layout
13176 Texte ! coloré
13177 \end_layout
13178
13179 \end_inset
13180
13181
13182 \end_layout
13183
13184 \begin_layout Standard
13185 \begin_inset ERT
13186 status collapsed
13187
13188 \begin_layout Plain Layout
13189
13190
13191 \backslash
13192 textcolor{vertfonce}{
13193 \end_layout
13194
13195 \end_inset
13196
13197 cette phrase est en 
13198 \begin_inset Quotes eld
13199 \end_inset
13200
13201 vertfonce
13202 \begin_inset Quotes erd
13203 \end_inset
13204
13205 .
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211 }
13212 \end_layout
13213
13214 \end_inset
13215
13216
13217 \end_layout
13218
13219 \begin_layout Standard
13220
13221 \series bold
13222
13223 \backslash
13224 textcolor
13225 \series default
13226
13227 \begin_inset Index idx
13228 status collapsed
13229
13230 \begin_layout Plain Layout
13231 Commandes ! T ! 
13232 \backslash
13233 textcolor
13234 \end_layout
13235
13236 \end_inset
13237
13238  utilise la syntaxe 
13239 \series bold
13240
13241 \backslash
13242 textcolor{couleur}{caractères à colorer}
13243 \series default
13244 .
13245 \end_layout
13246
13247 \begin_layout Subsection
13248 Boîtes de paragraphe
13249 \begin_inset CommandInset label
13250 LatexCommand label
13251 name "sub:Boîtes-de-paragraphes"
13252
13253 \end_inset
13254
13255
13256 \begin_inset Index idx
13257 status collapsed
13258
13259 \begin_layout Plain Layout
13260 Boîtes ! comme paragraphe
13261 \end_layout
13262
13263 \end_inset
13264
13265
13266 \end_layout
13267
13268 \begin_layout Standard
13269 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
13270  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
13271  On la crée avec le menu 
13272 \family sans
13273 Insertion\SpecialChar \menuseparator
13274 Boîte
13275 \family default
13276  ou le bouton 
13277 \begin_inset Graphics
13278         filename ../../images/box-insert.png
13279         scale 85
13280
13281 \end_inset
13282
13283  de la barre d'outils.
13284 \end_layout
13285
13286 \begin_layout Standard
13287 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
13288  une ligne:
13289 \end_layout
13290
13291 \begin_layout Standard
13292 \begin_inset VSpace medskip
13293 \end_inset
13294
13295 Ceci est une ligne 
13296 \begin_inset Box Boxed
13297 position "c"
13298 hor_pos "c"
13299 has_inner_box 1
13300 inner_pos "t"
13301 use_parbox 1
13302 use_makebox 0
13303 width "5cm"
13304 special "none"
13305 height "1in"
13306 height_special "totalheight"
13307 status open
13308
13309 \begin_layout Plain Layout
13310 Ceci est une boîte de paragraphe.
13311  Elle a exactement 5
13312 \begin_inset space \thinspace{}
13313 \end_inset
13314
13315 cm de large et peut aussi contenir des formules: 
13316 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13317 \end_inset
13318
13319
13320 \end_layout
13321
13322 \end_inset
13323
13324  avec une boîte de paragraphe.
13325 \end_layout
13326
13327 \begin_layout Standard
13328 \begin_inset VSpace medskip
13329 \end_inset
13330
13331
13332 \end_layout
13333
13334 \begin_layout Standard
13335 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
13336  grise.
13337  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
13338  Dans notre cas, on met: 
13339 \emph on
13340 Décoration:
13341 \emph default
13342  Boîte rectangulaire, 
13343 \emph on
13344 Boîte intérieure:
13345 \emph default
13346  Parbox, 
13347 \emph on
13348 Largeur
13349 \emph default
13350 : 5
13351 \begin_inset space \thinspace{}
13352 \end_inset
13353
13354 cm, 
13355 \emph on
13356 Alignement vertical boîte
13357 \emph default
13358 : milieu
13359 \end_layout
13360
13361 \begin_layout Standard
13362 \begin_inset VSpace medskip
13363 \end_inset
13364
13365 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
13366 \series bold
13367
13368 \backslash
13369 parbox
13370 \series default
13371
13372 \begin_inset Index idx
13373 status collapsed
13374
13375 \begin_layout Plain Layout
13376 Commandes ! P ! 
13377 \backslash
13378 parbox
13379 \end_layout
13380
13381 \end_inset
13382
13383  qui a la syntaxe suivante:
13384 \end_layout
13385
13386 \begin_layout Standard
13387
13388 \series bold
13389
13390 \backslash
13391 parbox[position]{largeur}{contenu de la boîte}
13392 \end_layout
13393
13394 \begin_layout Standard
13395 Les positions 
13396 \emph on
13397 b
13398 \emph default
13399  et 
13400 \emph on
13401 t
13402 \emph default
13403  sont possibles.
13404  
13405 \emph on
13406 b
13407 \emph default
13408  pour 
13409 \begin_inset Quotes fld
13410 \end_inset
13411
13412 bas
13413 \begin_inset Quotes frd
13414 \end_inset
13415
13416  (bottom) signifie que la boîte est alignée au sein du texte qui l'entoure,
13417  au niveau de sa dernière ligne.
13418  Avec 
13419 \emph on
13420 t
13421 \emph default
13422  pour 
13423 \begin_inset Quotes fld
13424 \end_inset
13425
13426 haut
13427 \begin_inset Quotes frd
13428 \end_inset
13429
13430  (top) l'alignement se fait avec la première ligne.
13431  Si aucune position n'est précisée, la boîte est centrée verticalement,
13432  voir la section 
13433 \emph on
13434 Boîtes 
13435 \emph default
13436 du manuel 
13437 \emph on
13438 Objets insérés 
13439 \emph default
13440 pour des exemples.
13441 \end_layout
13442
13443 \begin_layout Standard
13444 \begin_inset VSpace bigskip
13445 \end_inset
13446
13447 Pour encadrer une formule complètement, y compris le numéro de la formule,
13448  il faut la placer dans une boîte de paragraphe.
13449  Pour le faire, on insère la commande 
13450 \series bold
13451
13452 \backslash
13453 fbox{
13454 \backslash
13455 parbox{
13456 \backslash
13457 linewidth-2
13458 \backslash
13459 fboxsep-2
13460 \backslash
13461 fboxrule}{
13462 \series default
13463  en mode TeX avant la formule.
13464  Dans cette commande 
13465 \series bold
13466
13467 \backslash
13468 linewidth
13469 \series default
13470
13471 \begin_inset Index idx
13472 status collapsed
13473
13474 \begin_layout Plain Layout
13475 Commandes ! L ! 
13476 \backslash
13477 linewidth
13478 \end_layout
13479
13480 \end_inset
13481
13482  est l'épaisseur de ligne qui est active pour tout le document.
13483  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
13484  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
13485  et l'épaisseur du cadre.
13486  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
13487 \begin_inset Foot
13488 status collapsed
13489
13490 \begin_layout Plain Layout
13491 \begin_inset CommandInset href
13492 LatexCommand href
13493 name "LyX-bug #4483"
13494 target "http://www.lyx.org/trac/ticket/4483"
13495
13496 \end_inset
13497
13498
13499 \end_layout
13500
13501 \end_inset
13502
13503 , on doit utiliser le mode TeX.
13504  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
13505  on doit charger le paquetage LaTeX 
13506 \series bold
13507 calc
13508 \series default
13509
13510 \begin_inset Foot
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514
13515 \series bold
13516 calc
13517 \series default
13518  fait partie de toutes les installations standard de LaTeX.
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \begin_inset Index idx
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528 Paquetages ! calc
13529 \end_layout
13530
13531 \end_inset
13532
13533  dans le préambule LaTeX avec la ligne
13534 \end_layout
13535
13536 \begin_layout Standard
13537
13538 \series bold
13539
13540 \backslash
13541 usepackage{calc}
13542 \end_layout
13543
13544 \begin_layout Standard
13545 Après la formule, les deux boîtes sont refermées en entrant 
13546 \series bold
13547 }}
13548 \series default
13549  en mode TeX.
13550  Voici un exemple:
13551 \begin_inset ERT
13552 status collapsed
13553
13554 \begin_layout Plain Layout
13555
13556
13557 \backslash
13558 fboxsep 5mm 
13559 \backslash
13560 fboxrule 5mm
13561 \end_layout
13562
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \begin_layout Standard
13569 \begin_inset ERT
13570 status collapsed
13571
13572 \begin_layout Plain Layout
13573
13574
13575 \backslash
13576 fbox{
13577 \backslash
13578 parbox{
13579 \backslash
13580 linewidth-2
13581 \backslash
13582 fboxsep-2
13583 \backslash
13584 fboxrule}{
13585 \end_layout
13586
13587 \end_inset
13588
13589
13590 \begin_inset Formula 
13591 \begin{equation}
13592 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13593 \end{equation}
13594
13595 \end_inset
13596
13597
13598 \begin_inset ERT
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602
13603 }}
13604 \end_layout
13605
13606 \end_inset
13607
13608
13609 \begin_inset ERT
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613
13614
13615 \backslash
13616 fboxrule 0.4pt 
13617 \backslash
13618 fboxsep 3pt
13619 \end_layout
13620
13621 \end_inset
13622
13623
13624 \end_layout
13625
13626 \begin_layout Standard
13627 \begin_inset VSpace medskip
13628 \end_inset
13629
13630 Comme on utilise une boîte de paragraphe comme argument de 
13631 \series bold
13632
13633 \backslash
13634 fbox
13635 \series default
13636 , il n'y a dans ce cas pas de différence entre 
13637 \series bold
13638
13639 \backslash
13640 fbox
13641 \series default
13642  et 
13643 \series bold
13644
13645 \backslash
13646 boxed
13647 \series default
13648 .
13649 \end_layout
13650
13651 \begin_layout Standard
13652 \begin_inset VSpace bigskip
13653 \end_inset
13654
13655 Les boîtes de paragraphes sont très utiles pour commenter directement des
13656  formules.
13657  Pour faire cela, on utilise la commande 
13658 \series bold
13659
13660 \backslash
13661 parbox
13662 \series default
13663  en combinaison avec la commande 
13664 \series bold
13665
13666 \backslash
13667 tag
13668 \series default
13669
13670 \begin_inset Foot
13671 status collapsed
13672
13673 \begin_layout Plain Layout
13674 plus au sujet de la commande 
13675 \series bold
13676
13677 \backslash
13678 tag
13679 \series default
13680 , voir 
13681 \begin_inset CommandInset ref
13682 LatexCommand ref
13683 reference "sub:Numérotation-personnalisée"
13684
13685 \end_inset
13686
13687 .
13688 \end_layout
13689
13690 \end_inset
13691
13692 .
13693 \end_layout
13694
13695 \begin_layout Standard
13696 Un exemple de formule commentée avec 
13697 \series bold
13698
13699 \backslash
13700 parbox
13701 \series default
13702 :
13703 \end_layout
13704
13705 \begin_layout Standard
13706 \begin_inset ERT
13707 status collapsed
13708
13709 \begin_layout Plain Layout
13710
13711
13712 \backslash
13713 [5x-7b=3b
13714 \backslash
13715 tag*{
13716 \backslash
13717 parbox{5cm}{
13718 \end_layout
13719
13720 \end_inset
13721
13722 Ceci est une description.
13723  Elle est clairement séparée de la formule et est multi-ligne.
13724 \begin_inset ERT
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728
13729 }}
13730 \backslash
13731 ]
13732 \end_layout
13733
13734 \end_inset
13735
13736
13737 \end_layout
13738
13739 \begin_layout Standard
13740 Une telle formule doit être complètement insérée en mode TeX, parce que
13741  LyX ne supporte pas encore la commande 
13742 \series bold
13743
13744 \backslash
13745 parbox
13746 \series default
13747  dans les formules.
13748  On crée la formule avec la suite de commandes suivante:
13749 \end_layout
13750
13751 \begin_layout Standard
13752 On insère la commande 
13753 \series bold
13754
13755 \backslash
13756 [5x-7b=3b
13757 \backslash
13758 tag*
13759 \backslash
13760 {
13761 \backslash
13762 parbox{5cm}{
13763 \series default
13764  en mode TeX.
13765 \begin_inset Foot
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769 Quand on utilise le style de formule 
13770 \series bold
13771 Indenté
13772 \series default
13773 , on peut aussi remplacer 
13774 \series bold
13775
13776 \backslash
13777 tag*
13778 \backslash
13779 {
13780 \series default
13781  par 
13782 \series bold
13783
13784 \backslash
13785 hfill
13786 \series default
13787 .
13788  (pour les styles de formules, voir 
13789 \begin_inset CommandInset ref
13790 LatexCommand ref
13791 reference "sec:Styles-de-formules"
13792
13793 \end_inset
13794
13795 ).
13796 \end_layout
13797
13798 \end_inset
13799
13800  Ensuite la description suit en texte normal et enfin on insère 
13801 \series bold
13802 }}
13803 \backslash
13804 ]
13805 \series default
13806  en mode TeX.
13807  Dans ces commandes, 
13808 \series bold
13809
13810 \backslash
13811 [
13812 \series default
13813  et 
13814 \series bold
13815
13816 \backslash
13817 ]
13818 \series default
13819  créent une formule hors ligne.
13820 \end_layout
13821
13822 \begin_layout Standard
13823 On peut voir les avantages de 
13824 \series bold
13825
13826 \backslash
13827 parbox
13828 \series default
13829  dans cet exemple qui a été commenté en utilisant du texte mathématique:
13830 \begin_inset Formula 
13831 \[
13832 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}
13833 \]
13834
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \begin_layout Section
13841 Opérateurs
13842 \begin_inset Index idx
13843 status collapsed
13844
13845 \begin_layout Plain Layout
13846 Opérateurs
13847 \end_layout
13848
13849 \end_inset
13850
13851
13852 \end_layout
13853
13854 \begin_layout Subsection
13855 Grands Opérateurs
13856 \begin_inset CommandInset label
13857 LatexCommand label
13858 name "sub:Grands-opérateurs"
13859
13860 \end_inset
13861
13862
13863 \begin_inset Index idx
13864 status collapsed
13865
13866 \begin_layout Plain Layout
13867 Opérateurs ! grands
13868 \end_layout
13869
13870 \end_inset
13871
13872
13873 \begin_inset Index idx
13874 status collapsed
13875
13876 \begin_layout Plain Layout
13877 Sommes
13878 \end_layout
13879
13880 \end_inset
13881
13882
13883 \begin_inset Index idx
13884 status collapsed
13885
13886 \begin_layout Plain Layout
13887 Intégrales
13888 \end_layout
13889
13890 \end_inset
13891
13892
13893 \end_layout
13894
13895 \begin_layout Standard
13896 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
13897  activer l'option 
13898 \family sans
13899 Utiliser
13900 \begin_inset space ~
13901 \end_inset
13902
13903 automatiquement le paquetage
13904 \begin_inset space ~
13905 \end_inset
13906
13907 esint
13908 \family default
13909  dans les 
13910 \family sans
13911 Options du mode math.
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \begin_inset space \hfill{}
13916 \end_inset
13917
13918
13919 \begin_inset Tabular
13920 <lyxtabular version="3" rows="11" columns="2">
13921 <features rotate="0" tabularvalignment="middle">
13922 <column alignment="center" valignment="top" width="0pt">
13923 <column alignment="center" valignment="top" width="0pt">
13924 <row>
13925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 Commande
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 Résultat
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 </row>
13944 <row>
13945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Plain Layout
13949
13950 \backslash
13951 int
13952 \begin_inset Index idx
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956 Commandes ! I ! 
13957 \backslash
13958 int
13959 \end_layout
13960
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 \begin_inset Formula $\int$
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 </row>
13981 <row>
13982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986
13987 \backslash
13988 oint
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 \begin_inset Formula $\oint$
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 </row>
14006 <row>
14007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011
14012 \backslash
14013 ointctrclockwise
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 \begin_inset Formula $\ointctrclockwise$
14023 \end_inset
14024
14025
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 </row>
14031 <row>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036
14037 \backslash
14038 ointclockwise
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 \begin_inset Formula $\ointclockwise$
14048 \end_inset
14049
14050
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 </row>
14056 <row>
14057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061
14062 \backslash
14063 sqint
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 \begin_inset Formula $\sqint$
14073 \end_inset
14074
14075
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 </row>
14081 <row>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086
14087 \backslash
14088 fint
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097  
14098 \begin_inset Formula $\fint$
14099 \end_inset
14100
14101
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 </row>
14107 <row>
14108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Plain Layout
14112
14113 \backslash
14114 landupint
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Plain Layout
14123  
14124 \begin_inset Formula $\landupint$
14125 \end_inset
14126
14127
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 <row>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138
14139 \backslash
14140 landdownint
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149  
14150 \begin_inset Formula $\landdownint$
14151 \end_inset
14152
14153
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 </row>
14159 <row>
14160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14161 \begin_inset Text
14162
14163 \begin_layout Plain Layout
14164
14165 \backslash
14166 bigcap
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 \begin_inset Formula $\bigcap$
14176 \end_inset
14177
14178
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189
14190 \backslash
14191 bigcup
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 \begin_inset Formula $\bigcup$
14201 \end_inset
14202
14203
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 </row>
14209 </lyxtabular>
14210
14211 \end_inset
14212
14213
14214 \begin_inset space \hfill{}
14215 \end_inset
14216
14217
14218 \begin_inset Tabular
14219 <lyxtabular version="3" rows="11" columns="2">
14220 <features rotate="0" tabularvalignment="middle">
14221 <column alignment="center" valignment="top" width="0pt">
14222 <column alignment="center" valignment="top" width="0pt">
14223 <row>
14224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Plain Layout
14228 Commande
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Plain Layout
14237 Résultat
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 </row>
14243 <row>
14244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248
14249 \backslash
14250 sum
14251 \begin_inset Index idx
14252 status collapsed
14253
14254 \begin_layout Plain Layout
14255 Commandes ! S ! 
14256 \backslash
14257 sum
14258 \end_layout
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 \begin_inset Formula $\sum$
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 </row>
14280 <row>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285
14286 \backslash
14287 prod
14288 \begin_inset Index idx
14289 status collapsed
14290
14291 \begin_layout Plain Layout
14292 Commandes ! P ! 
14293 \backslash
14294 prod
14295 \end_layout
14296
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 \begin_inset Formula $\prod$
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 </row>
14317 <row>
14318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322
14323 \backslash
14324 coprod
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333 \begin_inset Formula $\coprod$
14334 \end_inset
14335
14336
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 </row>
14342 <row>
14343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347
14348 \backslash
14349 bigodot
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 \begin_inset Formula $\bigodot$
14359 \end_inset
14360
14361
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 </row>
14367 <row>
14368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372
14373 \backslash
14374 bigotimes
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 \begin_inset Formula $\bigotimes$
14384 \end_inset
14385
14386
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 </row>
14392 <row>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397
14398 \backslash
14399 bigoplus
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408 \begin_inset Formula $\bigoplus$
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422
14423 \backslash
14424 bigwedge
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 \begin_inset Formula $\bigwedge$
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 </row>
14442 <row>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447
14448 \backslash
14449 bigvee
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 \begin_inset Formula $\bigvee$
14459 \end_inset
14460
14461
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 </row>
14467 <row>
14468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472
14473 \backslash
14474 bigsqcup
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 \begin_inset Formula $\bigsqcup$
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 </row>
14492 <row>
14493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497
14498 \backslash
14499 biguplus
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 \begin_inset Formula $\biguplus$
14509 \end_inset
14510
14511
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 </row>
14517 </lyxtabular>
14518
14519 \end_inset
14520
14521
14522 \begin_inset space \hfill{}
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \begin_layout Standard
14529 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
14530  
14531 \begin_inset Graphics
14532         filename ../../images/math/intop.png
14533         scale 85
14534
14535 \end_inset
14536
14537  de la barre d'outils mathématique.
14538 \end_layout
14539
14540 \begin_layout Standard
14541 On nomme ces opérateurs 
14542 \begin_inset Quotes eld
14543 \end_inset
14544
14545 grands
14546 \begin_inset Quotes erd
14547 \end_inset
14548
14549  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
14550  parfois.
14551  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
14552  dans la section qui suit.
14553 \end_layout
14554
14555 \begin_layout Standard
14556 Pour tous les opérateurs intégrales, une seconde version est disponible,
14557  se terminant en 
14558 \series bold
14559 op
14560 \series default
14561
14562 \series bold
14563
14564 \backslash
14565 intop
14566 \series default
14567
14568 \series bold
14569
14570 \backslash
14571 ointop
14572 \series default
14573  etc..
14574  Ces opérateurs sont différents de
14575 \series bold
14576  
14577 \backslash
14578 int
14579 \series default
14580  etc.
14581 \begin_inset space \space{}
14582 \end_inset
14583
14584 dans la manière dont sont affichés les limites, voir 
14585 \begin_inset CommandInset ref
14586 LatexCommand ref
14587 reference "sub:Limites-des-opérateurs"
14588
14589 \end_inset
14590
14591 .
14592  
14593 \end_layout
14594
14595 \begin_layout Subsubsection*
14596 Conseils pour les intégrales
14597 \end_layout
14598
14599 \begin_layout Standard
14600 La lettre 
14601 \emph on
14602 d
14603 \emph default
14604  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
14605  On le fait en sélectionnant le 
14606 \emph on
14607
14608 \emph default
14609 et en utilisant le raccourci clavier 
14610 \family sans
14611 Alt+C
14612 \begin_inset space ~
14613 \end_inset
14614
14615 R
14616 \family default
14617
14618 \begin_inset Foot
14619 status collapsed
14620
14621 \begin_layout Plain Layout
14622 Pour les styles de polices, voir 
14623 \begin_inset CommandInset ref
14624 LatexCommand ref
14625 reference "sub:Styles-de-polices"
14626
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \end_inset
14633
14634 .
14635  Pour finir, on insère une espace fine avant le 
14636 \emph on
14637
14638 \emph default
14639 puisque c'est l'habitude avec les opérateurs.
14640  Un exemple:
14641 \end_layout
14642
14643 \begin_layout Standard
14644 incorrect: 
14645 \begin_inset Formula $\int A(x)dx$
14646 \end_inset
14647
14648
14649 \begin_inset Newline newline
14650 \end_inset
14651
14652
14653 \begin_inset Phantom HPhantom
14654 status open
14655
14656 \begin_layout Plain Layout
14657 in
14658 \end_layout
14659
14660 \end_inset
14661
14662 correct: 
14663 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14664 \end_inset
14665
14666
14667 \end_layout
14668
14669 \begin_layout Standard
14670 Pour les intégrales multiples, il y a les commandes suivantes:
14671 \begin_inset VSpace medskip
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 \begin_inset space \hfill{}
14679 \end_inset
14680
14681
14682 \begin_inset Tabular
14683 <lyxtabular version="3" rows="4" columns="2">
14684 <features rotate="0" tabularvalignment="middle">
14685 <column alignment="center" valignment="top">
14686 <column alignment="center" valignment="top">
14687 <row>
14688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 Commande
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701 Résultat
14702 \begin_inset Note Note
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706
14707 \series bold
14708
14709 \backslash
14710 raisebox
14711 \series default
14712  est seulement utilisée pour faire de la place
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 </row>
14723 <row>
14724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728
14729 \backslash
14730 iint
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 </row>
14748 <row>
14749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753
14754 \backslash
14755 oiint
14756 \end_layout
14757
14758 \end_inset
14759 </cell>
14760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14761 \begin_inset Text
14762
14763 \begin_layout Plain Layout
14764 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \end_inset
14771 </cell>
14772 </row>
14773 <row>
14774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14775 \begin_inset Text
14776
14777 \begin_layout Plain Layout
14778
14779 \backslash
14780 sqiint
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14790 \end_inset
14791
14792
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 </row>
14798 </lyxtabular>
14799
14800 \end_inset
14801
14802
14803 \begin_inset space \hfill{}
14804 \end_inset
14805
14806
14807 \begin_inset Tabular
14808 <lyxtabular version="3" rows="4" columns="2">
14809 <features rotate="0" tabularvalignment="middle">
14810 <column alignment="center" valignment="top">
14811 <column alignment="center" valignment="top">
14812 <row>
14813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817 Commande
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 Résultat
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 </row>
14832 <row>
14833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837
14838 \backslash
14839 iiint
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14849 \end_inset
14850
14851
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 </row>
14857 <row>
14858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862
14863 \backslash
14864 iiiint
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14874 \end_inset
14875
14876
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 </row>
14882 <row>
14883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887
14888 \backslash
14889 dotsint
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 </row>
14907 </lyxtabular>
14908
14909 \end_inset
14910
14911
14912 \begin_inset space \hfill{}
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \begin_layout Standard
14919 \begin_inset Newpage newpage
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \begin_layout Subsection
14926 Limites des opérateurs
14927 \begin_inset CommandInset label
14928 LatexCommand label
14929 name "sub:Limites-des-opérateurs"
14930
14931 \end_inset
14932
14933
14934 \begin_inset Index idx
14935 status collapsed
14936
14937 \begin_layout Plain Layout
14938 Opérateurs ! Limites
14939 \end_layout
14940
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \begin_layout Standard
14947 Les limites sont créées avec les indices et les exposants:
14948 \end_layout
14949
14950 \begin_layout Standard
14951 \align center
14952 \begin_inset Tabular
14953 <lyxtabular version="3" rows="2" columns="2">
14954 <features rotate="0" tabularvalignment="middle">
14955 <column alignment="center" valignment="top" width="0pt">
14956 <column alignment="center" valignment="top" width="0pt">
14957 <row>
14958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 Commande
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 Résultat
14972 \begin_inset Note Note
14973 status collapsed
14974
14975 \begin_layout Plain Layout
14976
14977 \series bold
14978
14979 \backslash
14980 raisebox
14981 \series default
14982  est seulement utilisée pour faire de la place
14983 \end_layout
14984
14985 \end_inset
14986
14987
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 </row>
14993 <row>
14994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998
14999 \backslash
15000 prod^
15001 \backslash
15002 infty
15003 \begin_inset space \textvisiblespace{}
15004 \end_inset
15005
15006
15007 \begin_inset Formula $\to$
15008 \end_inset
15009
15010 _0
15011 \begin_inset Formula $\to$
15012 \end_inset
15013
15014 A(x)
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 </row>
15032 </lyxtabular>
15033
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \begin_layout Standard
15040 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15041  Pour les formules hors ligne, les limites sont placées au dessus ou en
15042  dessous de l'opérateur, sauf pour les limites des intégrales.
15043 \end_layout
15044
15045 \begin_layout Standard
15046 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15047  après l'opérateur et on change le type de limite avec le menu 
15048 \family sans
15049 Édition\SpecialChar \menuseparator
15050 Math\SpecialChar \menuseparator
15051 Changer
15052 \begin_inset space ~
15053 \end_inset
15054
15055 le
15056 \begin_inset space ~
15057 \end_inset
15058
15059 type
15060 \begin_inset space ~
15061 \end_inset
15062
15063 de
15064 \begin_inset space ~
15065 \end_inset
15066
15067 limites
15068 \family default
15069  pour 
15070 \family sans
15071 En
15072 \begin_inset space ~
15073 \end_inset
15074
15075 ligne
15076 \family default
15077  (raccourci 
15078 \family sans
15079 Alt+M
15080 \family default
15081
15082 \begin_inset space ~
15083 \end_inset
15084
15085
15086 \family sans
15087 L
15088 \family default
15089 ).
15090  Un exemple:
15091 \end_layout
15092
15093 \begin_layout Standard
15094 Implicitement les limites ont ce type:
15095 \begin_inset Formula 
15096 \[
15097 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15098 \]
15099
15100 \end_inset
15101
15102 Voici à quoi elles ressemblent si on change le type des limites à 
15103 \family sans
15104 En
15105 \begin_inset space ~
15106 \end_inset
15107
15108 ligne
15109 \family default
15110 :
15111 \begin_inset Formula 
15112 \[
15113 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15114 \]
15115
15116 \end_inset
15117
15118 Pour les intégrales, à part pour celles dont le nom se termine en 
15119 \series bold
15120 op
15121 \series default
15122  comme 
15123 \series bold
15124
15125 \backslash
15126 intop
15127 \series default
15128
15129 \series bold
15130
15131 \backslash
15132 ointop
15133 \series default
15134  etc., les limites sont placées implicitement après l'opérateur.
15135  Mais pour les intégrales multiples les limites sont souvent placées sous
15136  l'opérateur.
15137  Dans l'exemple suivant, le type de limites a donc été mis à 
15138 \series bold
15139 Hors
15140 \begin_inset space ~
15141 \end_inset
15142
15143 ligne 
15144 \series default
15145 et elles sont donc placées sous les intégrales:
15146 \begin_inset Formula 
15147 \begin{equation}
15148 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15149 \end{equation}
15150
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \begin_layout Standard
15157 \begin_inset VSpace medskip
15158 \end_inset
15159
15160 Pour préciser des conditions pour les limites, on utilise les commandes
15161  
15162 \series bold
15163
15164 \backslash
15165 subarray
15166 \series default
15167
15168 \begin_inset Index idx
15169 status collapsed
15170
15171 \begin_layout Plain Layout
15172 Commandes ! S ! 
15173 \backslash
15174 subarray
15175 \end_layout
15176
15177 \end_inset
15178
15179  et 
15180 \series bold
15181
15182 \backslash
15183 substack
15184 \series default
15185
15186 \begin_inset Index idx
15187 status collapsed
15188
15189 \begin_layout Plain Layout
15190 Commandes ! S ! 
15191 \backslash
15192 substack
15193 \end_layout
15194
15195 \end_inset
15196
15197 .
15198  Par exemple, pour obtenir cette expression 
15199 \begin_inset Formula 
15200 \begin{equation}
15201 \sum_{\begin{subarray}{c}
15202 0<k<1000\\
15203 \\
15204 k\,\in\,\mathbb{N}
15205 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15206 \end{equation}
15207
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \begin_layout Standard
15214 on doit faire ceci:
15215 \begin_inset Newline newline
15216 \end_inset
15217
15218 D'abord taper la commande 
15219 \series bold
15220
15221 \backslash
15222 sum
15223 \series default
15224 ^
15225 \series bold
15226 n
15227 \begin_inset space \textvisiblespace{}
15228 \end_inset
15229
15230 _
15231 \series default
15232  .
15233  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
15234  on y insère la commande 
15235 \series bold
15236
15237 \backslash
15238 subarray
15239 \begin_inset space \textvisiblespace{}
15240 \end_inset
15241
15242
15243 \series default
15244 .
15245  La boîte bleue se trouve maintenant dans une boîte violette et on peut
15246  écrire plusieurs lignes les unes au dessus des autres.
15247  On crée une nouvelle ligne en insérant un saut de ligne (
15248 \family sans
15249 Ctrl+Entrée
15250 \family default
15251 ).
15252  Maintenant, quand on tape
15253 \begin_inset Newline newline
15254 \end_inset
15255
15256
15257 \series bold
15258 0<k<1000 Ctrl+Entrée
15259 \begin_inset Newline newline
15260 \end_inset
15261
15262
15263 \series default
15264 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
15265 \end_layout
15266
15267 \begin_layout Standard
15268 L'alignement des lignes peut être modifié en alignement à gauche avec la
15269  barre d'outils 
15270 \family sans
15271 Tableaux
15272 \family default
15273  ou avec le menu 
15274 \family sans
15275 Édition\SpecialChar \menuseparator
15276 Lignes
15277 \begin_inset space ~
15278 \end_inset
15279
15280 &
15281 \begin_inset space ~
15282 \end_inset
15283
15284 colonnes
15285 \family default
15286 .
15287  Pour avoir un alignement à droite, on insère un 
15288 \series bold
15289
15290 \backslash
15291 hfill
15292 \begin_inset space \textvisiblespace{}
15293 \end_inset
15294
15295
15296 \series default
15297  au début de la ligne.
15298 \end_layout
15299
15300 \begin_layout Standard
15301 La commande 
15302 \series bold
15303
15304 \backslash
15305 substack
15306 \series default
15307  est équivalente à 
15308 \series bold
15309
15310 \backslash
15311 subarray
15312 \series default
15313  avec la différence que les lignes sont toujours centrées.
15314 \end_layout
15315
15316 \begin_layout Standard
15317 \begin_inset VSpace bigskip
15318 \end_inset
15319
15320 Comme dans le cas de la formule 
15321 \begin_inset CommandInset ref
15322 LatexCommand eqref
15323 reference "eq:substack"
15324
15325 \end_inset
15326
15327 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
15328 s qui suivent l'opérateur se trouvent après la limite.
15329 \end_layout
15330
15331 \begin_layout Standard
15332 Pour éviter cela, on peut utiliser la macro suivante dans le préambule LaTeX:
15333 \end_layout
15334
15335 \begin_layout Standard
15336
15337 \series bold
15338
15339 \backslash
15340 def
15341 \backslash
15342 clap#1{
15343 \backslash
15344 hbox to 0pt{
15345 \backslash
15346 hss #1
15347 \backslash
15348 hss}}
15349 \begin_inset Newline newline
15350 \end_inset
15351
15352
15353 \backslash
15354 def
15355 \backslash
15356 mathclap {
15357 \backslash
15358 mathpalette 
15359 \backslash
15360 mathclapinternal}
15361 \begin_inset Newline newline
15362 \end_inset
15363
15364
15365 \backslash
15366 def
15367 \backslash
15368 mathclapinternal #1#2{
15369 \backslash
15370 clap{$
15371 \backslash
15372 mathsurround =0pt #1{#2}$}}
15373 \end_layout
15374
15375 \begin_layout Standard
15376 Elle définit la commande 
15377 \series bold
15378
15379 \backslash
15380 mathclap
15381 \series default
15382
15383 \begin_inset Index idx
15384 status collapsed
15385
15386 \begin_layout Plain Layout
15387 Commandes ! M ! 
15388 \backslash
15389 mathclap
15390 \end_layout
15391
15392 \end_inset
15393
15394  qui met la largeur de la limite à 0
15395 \begin_inset space \thinspace{}
15396 \end_inset
15397
15398 pt.
15399  La syntaxe de la commande est:
15400 \end_layout
15401
15402 \begin_layout Standard
15403
15404 \series bold
15405
15406 \backslash
15407 mathclap{limite}
15408 \end_layout
15409
15410 \begin_layout Standard
15411 où la limite peut être composée de plusieurs conditions.
15412 \end_layout
15413
15414 \begin_layout Standard
15415 Appliqué à la formule 
15416 \begin_inset CommandInset ref
15417 LatexCommand eqref
15418 reference "eq:substack"
15419
15420 \end_inset
15421
15422 , on utilise la commande
15423 \end_layout
15424
15425 \begin_layout Standard
15426
15427 \series bold
15428
15429 \backslash
15430 sum_
15431 \backslash
15432 mathclap{
15433 \backslash
15434 substack
15435 \begin_inset space \textvisiblespace{}
15436 \end_inset
15437
15438 0<k<1000 Ctrl+Entrée
15439 \end_layout
15440
15441 \begin_layout Standard
15442 pour créer la limite inférieure.
15443  L'opérande est maintenant juste après l'opérateur de sommation:
15444 \begin_inset Formula 
15445 \[
15446 \sum_{\mathclap{\substack{0<k<1000\\
15447 \\
15448 k\,\in\,\mathbb{N}
15449 }
15450 }}^{n}k^{-2}
15451 \]
15452
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \begin_layout Standard
15459 \begin_inset VSpace bigskip
15460 \end_inset
15461
15462 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
15463 \begin_inset CommandInset ref
15464 LatexCommand ref
15465 reference "sub:Opérateurs-personnalisés"
15466
15467 \end_inset
15468
15469 .
15470 \end_layout
15471
15472 \begin_layout Subsection
15473 Décoration pour les opérateurs
15474 \begin_inset Index idx
15475 status collapsed
15476
15477 \begin_layout Plain Layout
15478 Opérateurs ! Décoration
15479 \end_layout
15480
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \begin_layout Standard
15487 Avec les commandes 
15488 \series bold
15489
15490 \backslash
15491 overset
15492 \series default
15493
15494 \begin_inset Index idx
15495 status collapsed
15496
15497 \begin_layout Plain Layout
15498 Commandes ! O ! 
15499 \backslash
15500 overset
15501 \end_layout
15502
15503 \end_inset
15504
15505  et 
15506 \series bold
15507
15508 \backslash
15509 underset
15510 \series default
15511
15512 \begin_inset Index idx
15513 status collapsed
15514
15515 \begin_layout Plain Layout
15516 Commandes ! U ! 
15517 \backslash
15518 underset
15519 \end_layout
15520
15521 \end_inset
15522
15523  on peut placer des caractères respectivement au dessus ou en dessous d'un
15524  opérateur.
15525  Avec la commande 
15526 \series bold
15527
15528 \backslash
15529 sideset
15530 \series default
15531
15532 \begin_inset Index idx
15533 status collapsed
15534
15535 \begin_layout Plain Layout
15536 Commandes ! S ! 
15537 \backslash
15538 sideset
15539 \end_layout
15540
15541 \end_inset
15542
15543 , on peut placer des caractères avant ou après un grand opérateur.
15544  La syntaxe de la commande est:
15545 \series bold
15546
15547 \begin_inset Newline newline
15548 \end_inset
15549
15550
15551 \backslash
15552 sideset{caractère avant}{caractère après}
15553 \end_layout
15554
15555 \begin_layout Standard
15556
15557 \series bold
15558
15559 \backslash
15560 sideset
15561 \series default
15562  doit toujours se trouver avant l'opérateur.
15563   Vous pouvez utiliser pour l'accentuation plusieurs caractères et même
15564  d'autres opérateurs ou des symboles.
15565  Pour placer par exemple seulement des caractères derrière un grand opérateur,
15566  ne mettez rien entre les deux premières accolades, mais ne les omettez
15567  pas.
15568 \end_layout
15569
15570 \begin_layout Standard
15571 Par exemple la commande 
15572 \series bold
15573
15574 \backslash
15575 sideset{
15576 \begin_inset Formula $\to$
15577 \end_inset
15578
15579
15580 \backslash
15581 {
15582 \series default
15583 '
15584 \series bold
15585
15586 \begin_inset Formula $\to$
15587 \end_inset
15588
15589
15590 \backslash
15591 sum_k=1
15592 \begin_inset space \textvisiblespace{}
15593 \end_inset
15594
15595
15596 \series default
15597 ^
15598 \series bold
15599 n
15600 \series default
15601  donne:
15602 \begin_inset Formula 
15603 \[
15604 \sideset{}{'}\sum_{k=1}^{n}
15605 \]
15606
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \begin_layout Standard
15613 \begin_inset Note Greyedout
15614 status open
15615
15616 \begin_layout Plain Layout
15617
15618 \series bold
15619 Nota: 
15620 \backslash
15621 sideset
15622 \series default
15623  ne peut être utilisé que pour les grands opérateurs, il ne convient pas
15624  pour les opérateurs binaires.
15625 \end_layout
15626
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \begin_layout Standard
15633 Avec 
15634 \series bold
15635
15636 \backslash
15637 overset
15638 \series default
15639  et 
15640 \series bold
15641
15642 \backslash
15643 underset
15644 \series default
15645  on peut aussi décorer des symboles et des caractères.
15646  Pour exemple la commande 
15647 \series bold
15648
15649 \backslash
15650 overset
15651 \begin_inset space \textvisiblespace{}
15652 \end_inset
15653
15654
15655 \backslash
15656 maltese
15657 \begin_inset space \textvisiblespace{}
15658 \end_inset
15659
15660
15661 \series default
15662
15663 \begin_inset Formula $\uparrow$
15664 \end_inset
15665
15666
15667 \series bold
15668 a
15669 \series default
15670  donne:
15671 \begin_inset Formula 
15672 \[
15673 \overset{a}{\maltese}
15674 \]
15675
15676 \end_inset
15677
15678
15679 \end_layout
15680
15681 \begin_layout Subsection
15682 Opérateurs binaires
15683 \begin_inset CommandInset label
15684 LatexCommand label
15685 name "sub:Opérateurs-binaires"
15686
15687 \end_inset
15688
15689
15690 \begin_inset Index idx
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694 Opérateurs ! binaires
15695 \end_layout
15696
15697 \end_inset
15698
15699
15700 \end_layout
15701
15702 \begin_layout Standard
15703 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
15704  avant et après eux.
15705 \begin_inset VSpace medskip
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \begin_layout Standard
15712 \begin_inset space \hfill{}
15713 \end_inset
15714
15715
15716 \begin_inset Tabular
15717 <lyxtabular version="3" rows="13" columns="2">
15718 <features rotate="0" tabularvalignment="middle">
15719 <column alignment="center" valignment="top" width="0pt">
15720 <column alignment="center" valignment="top" width="0pt">
15721 <row>
15722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726 Commande
15727 \begin_inset Note Note
15728 status collapsed
15729
15730 \begin_layout Plain Layout
15731
15732 \series bold
15733
15734 \backslash
15735 raisebox
15736 \series default
15737  est seulement utilisée pour faire de la place
15738 \end_layout
15739
15740 \end_inset
15741
15742
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 Résultat
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 </row>
15757 <row>
15758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762 +
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771 \begin_inset Formula $+$
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 </row>
15780 <row>
15781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 -
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset Formula $-$
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \backslash
15810 pm
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 \begin_inset Formula $\pm$
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \backslash
15835 mp
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 \begin_inset Formula $\mp$
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 <row>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \backslash
15860 cdot
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 \begin_inset Formula $\cdot$
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 <row>
15879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \backslash
15885 times
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 \begin_inset Formula $\times$
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 <row>
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908
15909 \backslash
15910 div
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 \begin_inset Formula $\div$
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 \begin_inset ERT
15934 status collapsed
15935
15936 \begin_layout Plain Layout
15937
15938
15939 \backslash
15940 raisebox{-1.2mm}{
15941 \end_layout
15942
15943 \end_inset
15944
15945 *
15946 \begin_inset ERT
15947 status collapsed
15948
15949 \begin_layout Plain Layout
15950
15951 }
15952 \end_layout
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 \begin_inset Formula $*$
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 <row>
15975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979
15980 \backslash
15981 star
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 \begin_inset Formula $\star$
15991 \end_inset
15992
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 </row>
15999 <row>
16000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004
16005 \backslash
16006 circ
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 \begin_inset Formula $\circ$
16016 \end_inset
16017
16018
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 </row>
16024 <row>
16025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029
16030 \backslash
16031 diamond
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040 \begin_inset Formula $\diamond$
16041 \end_inset
16042
16043
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 </row>
16049 <row>
16050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054
16055 \backslash
16056 bullet
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 \begin_inset Formula $\bullet$
16066 \end_inset
16067
16068
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 </lyxtabular>
16075
16076 \end_inset
16077
16078
16079 \begin_inset space \hfill{}
16080 \end_inset
16081
16082
16083 \begin_inset Tabular
16084 <lyxtabular version="3" rows="13" columns="2">
16085 <features rotate="0" tabularvalignment="middle">
16086 <column alignment="center" valignment="top" width="0pt">
16087 <column alignment="center" valignment="top" width="0pt">
16088 <row>
16089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 Commande
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102 Résultat
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 <row>
16109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113
16114 \backslash
16115 nabla
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124 \begin_inset Formula $\nabla$
16125 \end_inset
16126
16127
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 </row>
16133 <row>
16134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138
16139 \backslash
16140 bigtriangledown
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149 \begin_inset Formula $\bigtriangledown$
16150 \end_inset
16151
16152
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 </row>
16158 <row>
16159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163
16164 \backslash
16165 bigtriangleup
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 \begin_inset Formula $\bigtriangleup$
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 </row>
16183 <row>
16184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \backslash
16190 Box
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 \begin_inset Formula $\Box$
16200 \end_inset
16201
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \backslash
16215 cap 
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 \begin_inset Formula $\cap$
16225 \end_inset
16226
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \backslash
16240 cup
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 \begin_inset Formula $\cup$
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 </row>
16258 <row>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263
16264 \backslash
16265 dagger
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 \begin_inset Formula $\dagger$
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \backslash
16290 ddagger
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 \begin_inset Formula $\ddagger$
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 </row>
16308 <row>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313
16314 \backslash
16315 wr
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 \begin_inset Formula $\wr$
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338
16339 \backslash
16340 bigcirc
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 \begin_inset Formula $\bigcirc$
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363
16364 \backslash
16365 wedge
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 \begin_inset Formula $\wedge$
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 <row>
16384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388
16389 \backslash
16390 vee
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 \begin_inset Formula $\vee$
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 </lyxtabular>
16409
16410 \end_inset
16411
16412
16413 \begin_inset space \hfill{}
16414 \end_inset
16415
16416
16417 \begin_inset Tabular
16418 <lyxtabular version="3" rows="13" columns="2">
16419 <features rotate="0" tabularvalignment="middle">
16420 <column alignment="center" valignment="top" width="0pt">
16421 <column alignment="center" valignment="top" width="0pt">
16422 <row>
16423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 Commande
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 Résultat
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 </row>
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447
16448 \backslash
16449 oplus
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 \begin_inset Formula $\oplus$
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472
16473 \backslash
16474 ominus
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 \begin_inset Formula $\ominus$
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497
16498 \backslash
16499 otimes
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 \begin_inset Formula $\otimes$
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 <row>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522
16523 \backslash
16524 oslash
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 \begin_inset Formula $\oslash$
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547
16548 \backslash
16549 odot
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 \begin_inset Formula $\odot$
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572
16573 \backslash
16574 amalg
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 \begin_inset Formula $\amalg$
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597
16598 \backslash
16599 uplus
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 \begin_inset Formula $\uplus$
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622
16623 \backslash
16624 setminus
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 \begin_inset Formula $\setminus$
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647
16648 \backslash
16649 sqcap
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 \begin_inset Formula $\sqcap$
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 </row>
16667 <row>
16668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672
16673 \backslash
16674 sqcup
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $\sqcup$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 <row>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697
16698 \backslash
16699 triangleleft
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 \begin_inset Formula $\triangleleft$
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 </row>
16717 <row>
16718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722
16723 \backslash
16724 triangleright
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Formula $\triangleright$
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 </lyxtabular>
16743
16744 \end_inset
16745
16746
16747 \begin_inset space \hfill{}
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \begin_layout Standard
16754 Tous les opérateurs binaires peuvent être insérés avec le bouton 
16755 \begin_inset Graphics
16756         filename ../../images/math/pm.png
16757         scale 85
16758
16759 \end_inset
16760
16761  de la barre d'outils mathématique.
16762 \end_layout
16763
16764 \begin_layout Standard
16765 Pour obtenir l'opérateur Laplacien, on peut utiliser 
16766 \series bold
16767
16768 \backslash
16769 Delta
16770 \series default
16771  ou 
16772 \series bold
16773
16774 \backslash
16775 nabla
16776 \series default
16777 ^
16778 \series bold
16779 2
16780 \series default
16781  (
16782 \begin_inset Formula $\nabla^{2}$
16783 \end_inset
16784
16785 ) à la place de 
16786 \series bold
16787
16788 \backslash
16789 bigtriangleup
16790 \series default
16791  .
16792 \end_layout
16793
16794 \begin_layout Standard
16795 Le caractère 
16796 \family sans
16797 Séparateur
16798 \begin_inset space ~
16799 \end_inset
16800
16801 de
16802 \begin_inset space ~
16803 \end_inset
16804
16805 menu
16806 \family default
16807  du menu 
16808 \family sans
16809 Insertion\SpecialChar \menuseparator
16810 Caractères
16811 \begin_inset space ~
16812 \end_inset
16813
16814 spécial
16815 \family default
16816  est en fait l'opérateur 
16817 \series bold
16818
16819 \backslash
16820 triangleright
16821 \series default
16822 .
16823 \end_layout
16824
16825 \begin_layout Subsection
16826 Opérateurs personnalisés
16827 \begin_inset CommandInset label
16828 LatexCommand label
16829 name "sub:Opérateurs-personnalisés"
16830
16831 \end_inset
16832
16833
16834 \begin_inset Index idx
16835 status collapsed
16836
16837 \begin_layout Plain Layout
16838 Opérateurs ! personnalisés
16839 \end_layout
16840
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \begin_layout Standard
16847 Avec l'aide de la commande 
16848 \series bold
16849
16850 \backslash
16851 DeclareMathOperator
16852 \series default
16853
16854 \begin_inset Index idx
16855 status collapsed
16856
16857 \begin_layout Plain Layout
16858 Commandes ! D ! 
16859 \backslash
16860 dbinom@
16861 \backslash
16862 DeclareMathOperator
16863 \end_layout
16864
16865 \end_inset
16866
16867 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
16868  La syntaxe de la commande est:
16869 \end_layout
16870
16871 \begin_layout Standard
16872
16873 \series bold
16874
16875 \backslash
16876 DeclareMathOperator{nouvelle commande}{affichage}
16877 \end_layout
16878
16879 \begin_layout Standard
16880 L'affichage peut être composé de caractères ou de symboles qui définissent
16881  comment l'opérateur doit apparaître dans la sortie finale.
16882  Pour définir un grand opérateur, on met une * après la commande.
16883  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
16884  c'est décrit dans 
16885 \begin_inset CommandInset ref
16886 LatexCommand ref
16887 reference "sub:Limites-des-opérateurs"
16888
16889 \end_inset
16890
16891 .
16892 \end_layout
16893
16894 \begin_layout Standard
16895 Par exemple la ligne 
16896 \end_layout
16897
16898 \begin_layout Standard
16899
16900 \series bold
16901
16902 \backslash
16903 DeclareMathOperator*{
16904 \backslash
16905 Losange}{
16906 \backslash
16907 blacklozenge}
16908 \end_layout
16909
16910 \begin_layout Standard
16911 dans le préambule LaTeX définit la commande 
16912 \series bold
16913
16914 \backslash
16915 Losange
16916 \series default
16917 , qui insère un grand opérateur qui consiste en un symbole losange venant
16918  de 
16919 \begin_inset CommandInset ref
16920 LatexCommand ref
16921 reference "sub:Symboles-divers"
16922
16923 \end_inset
16924
16925 :
16926 \begin_inset Formula 
16927 \[
16928 \Losange_{n=1}^{\infty}
16929 \]
16930
16931 \end_inset
16932
16933 La commande utilisée pour cette formule est: 
16934 \series bold
16935
16936 \backslash
16937 Losange
16938 \series default
16939 ^
16940 \series bold
16941
16942 \backslash
16943 infty
16944 \begin_inset Formula $\to$
16945 \end_inset
16946
16947 _n=1
16948 \end_layout
16949
16950 \begin_layout Standard
16951 \begin_inset VSpace bigskip
16952 \end_inset
16953
16954 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
16955  document, on peut aussi le définir avec les commandes 
16956 \series bold
16957
16958 \backslash
16959 mathop
16960 \series default
16961
16962 \begin_inset Index idx
16963 status collapsed
16964
16965 \begin_layout Plain Layout
16966 Commandes ! M ! 
16967 \backslash
16968 mathop
16969 \end_layout
16970
16971 \end_inset
16972
16973  et 
16974 \series bold
16975
16976 \backslash
16977 mathbin
16978 \series default
16979
16980 \begin_inset Index idx
16981 status collapsed
16982
16983 \begin_layout Plain Layout
16984 Commandes ! M ! 
16985 \backslash
16986 mathbin
16987 \end_layout
16988
16989 \end_inset
16990
16991 , qui ont les syntaxes suivantes:
16992 \end_layout
16993
16994 \begin_layout Standard
16995
16996 \series bold
16997
16998 \backslash
16999 mathop{affichage}
17000 \series default
17001  et 
17002 \series bold
17003
17004 \backslash
17005 mathbin{affichage}
17006 \end_layout
17007
17008 \begin_layout Standard
17009
17010 \series bold
17011
17012 \backslash
17013 mathop
17014 \series default
17015  définit des grands opérateurs et 
17016 \series bold
17017
17018 \backslash
17019 mathbin
17020 \series default
17021  des opérateurs binaires.
17022 \end_layout
17023
17024 \begin_layout Standard
17025
17026 \series bold
17027
17028 \backslash
17029 mathop
17030 \series default
17031  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17032 \end_layout
17033
17034 \begin_layout Standard
17035 \begin_inset Formula 
17036 \[
17037 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17038 \]
17039
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \begin_layout Standard
17046 La commande pour la formule précédente est:
17047 \begin_inset Newline newline
17048 \end_inset
17049
17050
17051 \series bold
17052
17053 \backslash
17054 mathop{
17055 \backslash
17056 sum
17057 \backslash
17058 negmedspace
17059 \backslash
17060 sum
17061 \series default
17062
17063 \begin_inset space \textvisiblespace{}
17064 \end_inset
17065
17066
17067 \series bold
17068
17069 \begin_inset Formula $\to$
17070 \end_inset
17071
17072 ^N
17073 \series default
17074
17075 \begin_inset space \textvisiblespace{}
17076 \end_inset
17077
17078
17079 \series bold
17080 _i,j=1
17081 \end_layout
17082
17083 \begin_layout Standard
17084 \begin_inset Newpage newpage
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \begin_layout Section
17091 Polices de caractères
17092 \begin_inset Index idx
17093 status collapsed
17094
17095 \begin_layout Plain Layout
17096 Polices de caractères
17097 \end_layout
17098
17099 \end_inset
17100
17101
17102 \begin_inset Index idx
17103 status collapsed
17104
17105 \begin_layout Plain Layout
17106 Fontes| see
17107 \begin_inset ERT
17108 status collapsed
17109
17110 \begin_layout Plain Layout
17111
17112 {
17113 \end_layout
17114
17115 \end_inset
17116
17117 Polices de caractères
17118 \begin_inset ERT
17119 status collapsed
17120
17121 \begin_layout Plain Layout
17122
17123 }
17124 \end_layout
17125
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132
17133
17134 \end_layout
17135
17136 \begin_layout Subsection
17137 Styles de polices
17138 \begin_inset CommandInset label
17139 LatexCommand label
17140 name "sub:Styles-de-polices"
17141
17142 \end_inset
17143
17144
17145 \begin_inset Index idx
17146 status collapsed
17147
17148 \begin_layout Plain Layout
17149 Polices de caractères ! style
17150 \end_layout
17151
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Standard
17158 Dans les formules on peut affecter aux lettres latines un des styles de
17159  police suivant:
17160 \begin_inset VSpace -2mm
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \begin_layout Standard
17167 \align center
17168 \begin_inset Tabular
17169 <lyxtabular version="3" rows="7" columns="3">
17170 <features rotate="0" tabularvalignment="middle">
17171 <column alignment="center" valignment="top">
17172 <column alignment="center" valignment="top">
17173 <column alignment="center" valignment="top">
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 Commande
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 Résultat
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 Raccourci
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \backslash
17210 mathbb
17211 \begin_inset space \textvisiblespace{}
17212 \end_inset
17213
17214 ABC
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 \begin_inset Formula $\mathbb{ABC}$
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235
17236 \family sans
17237 Alt+C C
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 mathbf
17251 \begin_inset space \textvisiblespace{}
17252 \end_inset
17253
17254 AbC
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\mathbf{AbC}$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275
17276 \family sans
17277 Ctrl+B
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288
17289 \backslash
17290 boldsymbol
17291 \begin_inset space \textvisiblespace{}
17292 \end_inset
17293
17294 AbC
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $\boldsymbol{AbC}$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315
17316 \family sans
17317 Alt+C B
17318 \family default
17319  ou 
17320 \family sans
17321 Ctrl+Alt+B
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 </row>
17327 <row>
17328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332
17333 \backslash
17334 mathcal
17335 \begin_inset space \textvisiblespace{}
17336 \end_inset
17337
17338 ABC
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347 \begin_inset Formula $\mathcal{ABC}$
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359
17360 \family sans
17361 Ctrl+E
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 </row>
17367 <row>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372
17373 \backslash
17374 mathfrak
17375 \begin_inset space \textvisiblespace{}
17376 \end_inset
17377
17378 AbC
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 \begin_inset Formula $\mathfrak{AbC}$
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 -
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \backslash
17412 mathscr
17413 \series bold
17414
17415 \begin_inset space \textvisiblespace{}
17416 \end_inset
17417
17418
17419 \series default
17420 AbC
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429 \begin_inset Formula $\mathscr{AbC}$
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441 -
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 </lyxtabular>
17448
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \begin_layout Standard
17455 \align center
17456 \begin_inset Tabular
17457 <lyxtabular version="3" rows="5" columns="3">
17458 <features rotate="0" tabularvalignment="middle">
17459 <column alignment="center" valignment="top">
17460 <column alignment="center" valignment="top">
17461 <column alignment="center" valignment="top">
17462 <row>
17463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 Commande
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 Résultat
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485 Raccourci
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row>
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496
17497 \backslash
17498 mathit
17499 \begin_inset space \textvisiblespace{}
17500 \end_inset
17501
17502 AbC
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511 \begin_inset Formula $\mathit{AbC}$
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523 -
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 <row>
17530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534
17535 \backslash
17536 mathrm
17537 \begin_inset space \textvisiblespace{}
17538 \end_inset
17539
17540 AbC
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 \begin_inset Formula $\mathrm{AbC}$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561
17562 \family sans
17563 Alt+C R
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 </row>
17569 <row>
17570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574
17575 \backslash
17576 mathsf
17577 \begin_inset space \textvisiblespace{}
17578 \end_inset
17579
17580 AbC
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 \begin_inset Formula $\mathsf{AbC}$
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \family sans
17603 Alt+C S
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \backslash
17616 mathtt
17617 \begin_inset space \textvisiblespace{}
17618 \end_inset
17619
17620 AbC
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 \begin_inset Formula $\mathtt{AbC}$
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641
17642 \family sans
17643 Ctrl+Shift+P
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 </row>
17649 </lyxtabular>
17650
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \begin_layout Standard
17657 \begin_inset Note Greyedout
17658 status open
17659
17660 \begin_layout Plain Layout
17661
17662 \series bold
17663 Note:
17664 \series default
17665  Les styles 
17666 \series bold
17667
17668 \backslash
17669 mathbb
17670 \series default
17671  et 
17672 \series bold
17673
17674 \backslash
17675 mathcal
17676 \series default
17677  ne peuvent être utilisés que pour les lettres majuscules.
17678 \end_layout
17679
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \begin_layout Standard
17686 Le style prédéfini est 
17687 \series bold
17688
17689 \backslash
17690 mathnormal
17691 \series default
17692 .
17693 \end_layout
17694
17695 \begin_layout Standard
17696 Les commandes de style fonctionnent aussi pour des caractères dans des construct
17697 ions mathématiques:
17698 \begin_inset Formula 
17699 \[
17700 \mathfrak{A=\frac{b}{C}}
17701 \]
17702
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \begin_layout Standard
17709 Les caractères en texte mathématique n'apparaissent pas avec un style de
17710  police mathématique mais avec le style de police texte 
17711 \series bold
17712
17713 \backslash
17714 textrm
17715 \series default
17716 .
17717  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
17718  de style est un bug de LyX.
17719 \begin_inset Foot
17720 status collapsed
17721
17722 \begin_layout Plain Layout
17723 \begin_inset CommandInset href
17724 LatexCommand href
17725 name "LyX-bug #4629"
17726 target "http://www.lyx.org/trac/ticket/4629"
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \begin_layout Standard
17739 À la place des commandes de style, on peut utiliser le menu 
17740 \family sans
17741 Édition\SpecialChar \menuseparator
17742 Math\SpecialChar \menuseparator
17743 Style
17744 \begin_inset space ~
17745 \end_inset
17746
17747 de
17748 \begin_inset space ~
17749 \end_inset
17750
17751 Texte
17752 \family default
17753  ou le bouton 
17754 \begin_inset Graphics
17755         filename ../../images/math/font.png
17756         scale 85
17757
17758 \end_inset
17759
17760  de la barre d'outils mathématique.
17761 \end_layout
17762
17763 \begin_layout Subsection
17764 Formules en gras
17765 \begin_inset CommandInset label
17766 LatexCommand label
17767 name "sub:Formules-en-gras"
17768
17769 \end_inset
17770
17771
17772 \begin_inset Index idx
17773 status collapsed
17774
17775 \begin_layout Plain Layout
17776 Formules ! en gras
17777 \end_layout
17778
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \begin_layout Standard
17785 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
17786  
17787 \series bold
17788
17789 \backslash
17790 mathbf
17791 \series default
17792  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
17793  grecques minuscules.
17794  En plus elle affiche toujours les lettres latines en caractères droits,
17795  comme dans l'équation suivante:
17796 \end_layout
17797
17798 \begin_layout Standard
17799 \begin_inset Formula 
17800 \[
17801 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}
17802 \]
17803
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \begin_layout Standard
17810 Pour afficher cette formule correctement; on utilise la commande 
17811 \series bold
17812
17813 \backslash
17814 boldsymbol
17815 \series default
17816 :
17817 \begin_inset Formula 
17818 \[
17819 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}
17820 \]
17821
17822 \end_inset
17823
17824 Il est aussi possible de mettre l'équation dans un environnement 
17825 \series bold
17826 boldmath
17827 \series default
17828 .
17829  On crée cet environnement en insérant la commande 
17830 \series bold
17831
17832 \backslash
17833 boldmath
17834 \series default
17835
17836 \begin_inset Index idx
17837 status collapsed
17838
17839 \begin_layout Plain Layout
17840 Commandes ! B ! 
17841 \backslash
17842 boldmath
17843 \end_layout
17844
17845 \end_inset
17846
17847  en mode TeX.
17848  Pour terminer l'environnement, on insère la commande 
17849 \series bold
17850
17851 \backslash
17852 unboldmath
17853 \series default
17854
17855 \begin_inset Index idx
17856 status collapsed
17857
17858 \begin_layout Plain Layout
17859 Commandes ! U ! 
17860 \backslash
17861 unboldmath
17862 \end_layout
17863
17864 \end_inset
17865
17866  toujours en mode TeX.
17867 \begin_inset ERT
17868 status collapsed
17869
17870 \begin_layout Plain Layout
17871
17872
17873 \backslash
17874 boldmath 
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \begin_inset Formula 
17881 \[
17882 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}
17883 \]
17884
17885 \end_inset
17886
17887
17888 \begin_inset ERT
17889 status collapsed
17890
17891 \begin_layout Plain Layout
17892
17893
17894 \backslash
17895 unboldmath 
17896 \end_layout
17897
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \begin_layout Subsection
17904 Formules en couleur
17905 \begin_inset Index idx
17906 status collapsed
17907
17908 \begin_layout Plain Layout
17909 Formules ! en couleur
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \begin_layout Standard
17918 Les formules peuvent être colorées comme du texte normal : mettez en évidence
17919  la formule ou la portion de formule et utilisez la fenêtre de dialogue
17920  
17921 \family sans
17922 Style de texte
17923 \family default
17924 .
17925  Voici une formule en magenta :
17926 \end_layout
17927
17928 \begin_layout Standard
17929 \begin_inset Formula 
17930 \[
17931 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17932 \]
17933
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \begin_layout Standard
17940 Vous pouvez aussi définir vos propres couleurs comme c'est expliqué dans
17941 \begin_inset space ~
17942 \end_inset
17943
17944
17945 \begin_inset CommandInset ref
17946 LatexCommand ref
17947 reference "sub:Boîtes-colorées"
17948
17949 \end_inset
17950
17951 .
17952  Elles peuvent ensuite être utilisées avec la commande en code TeX 
17953 \series bold
17954
17955 \backslash
17956 textcolor
17957 \series default
17958  
17959 \begin_inset Index idx
17960 status collapsed
17961
17962 \begin_layout Plain Layout
17963 Commandes ! T ! 
17964 \backslash
17965 textcolor
17966 \end_layout
17967
17968 \end_inset
17969
17970  avec la syntaxe 
17971 \end_layout
17972
17973 \begin_layout Standard
17974
17975 \series bold
17976
17977 \backslash
17978 textcolor{couleur}{caractères ou formule}
17979 \end_layout
17980
17981 \begin_layout Standard
17982 L'exemple suivant a été coloré entièrement en vert foncé et partiellement
17983  en rouge :
17984 \end_layout
17985
17986 \begin_layout Standard
17987 \begin_inset ERT
17988 status collapsed
17989
17990 \begin_layout Plain Layout
17991
17992
17993 \backslash
17994 textcolor{vertfonce}{
17995 \end_layout
17996
17997 \end_inset
17998
17999
18000 \begin_inset Formula 
18001 \[
18002 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18003 \]
18004
18005 \end_inset
18006
18007
18008 \begin_inset ERT
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012
18013 }
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Standard
18022 A cause d'un bug de LyX, on peut colorer seulement des formules complètes
18023  avec des couleurs personnalisées.
18024 \begin_inset Foot
18025 status collapsed
18026
18027 \begin_layout Plain Layout
18028 \begin_inset CommandInset href
18029 LatexCommand href
18030 name "LyX-bug #5269"
18031 target "http://www.lyx.org/trac/ticket/5269"
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \begin_layout Subsection
18044 Tailles de polices
18045 \begin_inset CommandInset label
18046 LatexCommand label
18047 name "sub:Tailles-polices"
18048
18049 \end_inset
18050
18051
18052 \begin_inset Index idx
18053 status collapsed
18054
18055 \begin_layout Plain Layout
18056 Polices ! tailles
18057 \end_layout
18058
18059 \end_inset
18060
18061
18062 \end_layout
18063
18064 \begin_layout Standard
18065 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18066  les caractères qui sont dans le texte, les commandes de changement de taille
18067  suivantes:
18068 \end_layout
18069
18070 \begin_layout Standard
18071
18072 \series bold
18073
18074 \backslash
18075 Huge
18076 \series default
18077
18078 \series bold
18079
18080 \backslash
18081 huge
18082 \series default
18083
18084 \series bold
18085
18086 \backslash
18087 LARGE
18088 \series default
18089
18090 \series bold
18091
18092 \backslash
18093 Large
18094 \series default
18095
18096 \series bold
18097
18098 \backslash
18099 large
18100 \series default
18101
18102 \series bold
18103
18104 \backslash
18105 normalsize
18106 \series default
18107
18108 \series bold
18109
18110 \backslash
18111 small
18112 \series default
18113 ,
18114 \begin_inset Newline newline
18115 \end_inset
18116
18117
18118 \series bold
18119
18120 \backslash
18121 footnotesize
18122 \series default
18123
18124 \series bold
18125
18126 \backslash
18127 scriptsize
18128 \series default
18129  et 
18130 \series bold
18131
18132 \backslash
18133 tiny
18134 \begin_inset Foot
18135 status collapsed
18136
18137 \begin_layout Plain Layout
18138 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
18139  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 La taille des caractères produits par ces commandes dépend de la taille
18149  de police du document, qui correspond à la commande 
18150 \series bold
18151
18152 \backslash
18153 normalsize
18154 \series default
18155 .
18156  Les autres commandes produisent des tailles plus ou moins grandes que 
18157 \series bold
18158
18159 \backslash
18160 normalsize
18161 \series default
18162 .
18163  La taille de la police ne peut donc pas dépasser une certaine valeur.
18164  Par exemple, pour un document dans une police de taille 12
18165 \begin_inset space \thinspace{}
18166 \end_inset
18167
18168 pt, la commande 
18169 \series bold
18170
18171 \backslash
18172 Huge
18173 \series default
18174  va donner la même taille que 
18175 \series bold
18176
18177 \backslash
18178 huge
18179 \series default
18180 .
18181  
18182 \end_layout
18183
18184 \begin_layout Standard
18185 Une commande de changement de taille est insérée en mode TeX avant la formule
18186  et fixe la taille de toutes les formules qui suivent ainsi que celle des
18187  caractères du texte.
18188  Pour revenir à la taille initiale, on doit insérer la commande 
18189 \series bold
18190
18191 \backslash
18192 normalsize
18193 \series default
18194  en mode TeX après la formule.
18195 \end_layout
18196
18197 \begin_layout Standard
18198 Dans un formule, la taille peut être modifiée grâce aux commandes suivantes:
18199 \end_layout
18200
18201 \begin_layout Standard
18202 \noindent
18203 \align center
18204 \begin_inset Tabular
18205 <lyxtabular version="3" rows="5" columns="2">
18206 <features rotate="0" tabularvalignment="middle">
18207 <column alignment="center" valignment="top">
18208 <column alignment="center" valignment="top">
18209 <row>
18210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214 Commande
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 Résultat
18224 \begin_inset Note Note
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228
18229 \series bold
18230
18231 \backslash
18232 raisebox
18233 \series default
18234  est seulement utilisée pour faire de la place
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250
18251 \backslash
18252 displaystyle
18253 \begin_inset Index idx
18254 status collapsed
18255
18256 \begin_layout Plain Layout
18257 Commandes ! D ! 
18258 \backslash
18259 displaystyle
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18274 \end_inset
18275
18276
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 </row>
18282 <row>
18283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287
18288 \backslash
18289 textstyle
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 </row>
18307 <row>
18308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312
18313 \backslash
18314 scriptstyle
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 </row>
18332 <row>
18333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337
18338 \backslash
18339 scriptscriptstyle
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18349 \end_inset
18350
18351
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 </row>
18357 </lyxtabular>
18358
18359 \end_inset
18360
18361
18362 \end_layout
18363
18364 \begin_layout Standard
18365 Après la saisie de ces commandes, une boîte bleue apparaît, où doivent être
18366  saisies les parties de formule concernées.
18367 \end_layout
18368
18369 \begin_layout Standard
18370 Il existe une autre méthode pour changer la taille de la police, qui ne
18371  s'applique que pour modifier la taille des symboles et des lettres dans
18372  le texte mathématique.
18373  Pour l'utiliser, une des commandes usuelles de modification de taille de
18374  texte vues plus haut est insérée en mode mathématique: tous les caractères
18375  qui suivent jusqu'à la fin du texte mathématique ou jusqu'à ce que la taille
18376  soit de nouveau modifiée, auront la taille choisie.
18377  Deux exemples:
18378 \begin_inset VSpace -2mm
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \begin_layout Standard
18385 \begin_inset ERT
18386 status collapsed
18387
18388 \begin_layout Plain Layout
18389
18390
18391 \backslash
18392 huge 
18393 \end_layout
18394
18395 \end_inset
18396
18397
18398 \begin_inset Formula 
18399 \[
18400 A=\frac{B}{c}\cdot\maltese
18401 \]
18402
18403 \end_inset
18404
18405
18406 \begin_inset Formula 
18407 \[
18408 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18409 \]
18410
18411 \end_inset
18412
18413
18414 \begin_inset ERT
18415 status collapsed
18416
18417 \begin_layout Plain Layout
18418
18419
18420 \backslash
18421 normalsize 
18422 \end_layout
18423
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \begin_layout Standard
18430 \begin_inset VSpace medskip
18431 \end_inset
18432
18433 Avant les deux formules, on a inséré la commande 
18434 \series bold
18435
18436 \backslash
18437 huge
18438 \series default
18439 .
18440  La commande utilisée pour la deuxième formule est:
18441 \begin_inset Newline newline
18442 \end_inset
18443
18444
18445 \series bold
18446
18447 \backslash
18448 maltese
18449 \begin_inset space \textvisiblespace{}
18450 \end_inset
18451
18452 A Alt+M M 
18453 \backslash
18454 Large
18455 \begin_inset space \textvisiblespace{}
18456 \end_inset
18457
18458
18459 \backslash
18460 maltese
18461 \begin_inset space \textvisiblespace{}
18462 \end_inset
18463
18464
18465 \backslash
18466 textit
18467 \begin_inset space \textvisiblespace{}
18468 \end_inset
18469
18470 A
18471 \begin_inset Formula $\to$
18472 \end_inset
18473
18474
18475 \begin_inset Formula $\to$
18476 \end_inset
18477
18478
18479 \begin_inset Newline newline
18480 \end_inset
18481
18482
18483 \series default
18484
18485 \begin_inset space \hspace*{}
18486 \length 1cm
18487 \end_inset
18488
18489
18490 \series bold
18491 Alt+M M 
18492 \backslash
18493 tiny
18494 \begin_inset space \textvisiblespace{}
18495 \end_inset
18496
18497
18498 \backslash
18499 maltese
18500 \begin_inset space \textvisiblespace{}
18501 \end_inset
18502
18503
18504 \backslash
18505 textit
18506 \begin_inset space \textvisiblespace{}
18507 \end_inset
18508
18509 A
18510 \end_layout
18511
18512 \begin_layout Standard
18513 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
18514  affiché dans la taille implicite
18515 \end_layout
18516
18517 \begin_layout Section
18518 Les lettres grecques
18519 \begin_inset Index idx
18520 status collapsed
18521
18522 \begin_layout Plain Layout
18523 Lettres grecques
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \end_layout
18530
18531 \begin_layout Standard
18532 On peut insérer toutes les lettres grecques avec le bouton 
18533 \begin_inset Graphics
18534         filename ../../images/math/alpha.png
18535         scale 85
18536
18537 \end_inset
18538
18539  de la barre d'outils mathématiques.
18540  Toutes les normes internationales de typographie indiquent que les lettres
18541  grecques en mathématique doivent être écrites en italique.
18542  Dans certaines langues comme le russe et le français, elles sont parfois
18543  quand même en lettres droites.
18544 \end_layout
18545
18546 \begin_layout Subsection
18547 Lettres minuscules
18548 \begin_inset Index idx
18549 status collapsed
18550
18551 \begin_layout Plain Layout
18552 Lettres grecques ! minuscules
18553 \end_layout
18554
18555 \end_inset
18556
18557
18558 \end_layout
18559
18560 \begin_layout Standard
18561 \begin_inset space \hfill{}
18562 \end_inset
18563
18564
18565 \begin_inset Tabular
18566 <lyxtabular version="3" rows="11" columns="2">
18567 <features rotate="0" tabularvalignment="middle">
18568 <column alignment="center" valignment="top" width="0pt">
18569 <column alignment="center" valignment="top" width="0pt">
18570 <row>
18571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 Commande
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 Résultat
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 </row>
18590 <row>
18591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \backslash
18597 alpha
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 \begin_inset Formula $\alpha$
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 </row>
18615 <row>
18616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \backslash
18622 beta
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 \begin_inset Formula $\beta$
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 </row>
18640 <row>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \backslash
18647 gamma
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 \begin_inset Formula $\gamma$
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \backslash
18672 delta
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 \begin_inset Formula $\delta$
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 </row>
18690 <row>
18691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695
18696 \backslash
18697 epsilon
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706 \begin_inset Formula $\epsilon$
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \end_inset
18713 </cell>
18714 </row>
18715 <row>
18716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \backslash
18722 varepsilon
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731 \begin_inset Formula $\varepsilon$
18732 \end_inset
18733
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 </row>
18740 <row>
18741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745
18746 \backslash
18747 zeta
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 \begin_inset Formula $\zeta$
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 </row>
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \backslash
18772 eta
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781 \begin_inset Formula $\eta$
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 </row>
18790 <row>
18791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795
18796 \backslash
18797 theta
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 \begin_inset Formula $\theta$
18807 \end_inset
18808
18809
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 </row>
18815 <row>
18816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820
18821 \backslash
18822 vartheta
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831 \begin_inset Formula $\vartheta$
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 </row>
18840 </lyxtabular>
18841
18842 \end_inset
18843
18844
18845 \begin_inset space \hfill{}
18846 \end_inset
18847
18848
18849 \begin_inset Tabular
18850 <lyxtabular version="3" rows="12" columns="2">
18851 <features rotate="0" tabularvalignment="middle">
18852 <column alignment="center" valignment="top" width="0pt">
18853 <column alignment="center" valignment="top" width="0pt">
18854 <row>
18855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859 Commande
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868 Résultat
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 </row>
18874 <row>
18875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879
18880 \backslash
18881 iota
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 \begin_inset Formula $\iota$
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904
18905 \backslash
18906 kappa
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915 \begin_inset Formula $\kappa$
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 </row>
18924 <row>
18925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929
18930 \backslash
18931 varkappa
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 \begin_inset Formula $\varkappa$
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 </row>
18949 <row>
18950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \backslash
18956 lambda
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965 \begin_inset Formula $\lambda$
18966 \end_inset
18967
18968
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 </row>
18974 <row>
18975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979
18980 \backslash
18981 mu
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 \begin_inset Formula $\mu$
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 </row>
18999 <row>
19000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004
19005 \backslash
19006 nu
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015 \begin_inset Formula $\nu$
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 </row>
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \backslash
19031 xi
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 \begin_inset Formula $\xi$
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 </row>
19049 <row>
19050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054 o
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063 \begin_inset Formula $o$
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 </row>
19072 <row>
19073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077
19078 \backslash
19079 pi
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 \begin_inset Formula $\pi$
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 </row>
19097 <row>
19098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102
19103 \backslash
19104 varpi
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113 \begin_inset Formula $\varpi$
19114 \end_inset
19115
19116
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 </row>
19122 <row>
19123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127
19128 \backslash
19129 rho
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138 \begin_inset Formula $\rho$
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 </row>
19147 </lyxtabular>
19148
19149 \end_inset
19150
19151
19152 \begin_inset space \hfill{}
19153 \end_inset
19154
19155
19156 \begin_inset Tabular
19157 <lyxtabular version="3" rows="11" columns="2">
19158 <features rotate="0" tabularvalignment="middle">
19159 <column alignment="center" valignment="top" width="0pt">
19160 <column alignment="center" valignment="top" width="0pt">
19161 <row>
19162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166 Commande
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175 Résultat
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 </row>
19181 <row>
19182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \backslash
19188 varrho
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 \begin_inset Formula $\varrho$
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 </row>
19206 <row>
19207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211
19212 \backslash
19213 sigma
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 \begin_inset Formula $\sigma$
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row>
19232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236
19237 \backslash
19238 varsigma
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 \begin_inset Formula $\varsigma$
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 </row>
19256 <row>
19257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261
19262 \backslash
19263 tau
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272 \begin_inset Formula $\tau$
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 </row>
19281 <row>
19282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286
19287 \backslash
19288 upsilon
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 \begin_inset Formula $\upsilon$
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 <row>
19307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311
19312 \backslash
19313 phi
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 \begin_inset Formula $\phi$
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \backslash
19338 varphi
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 \begin_inset Formula $\varphi$
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 <row>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361
19362 \backslash
19363 chi
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 \begin_inset Formula $\chi$
19373 \end_inset
19374
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 </row>
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386
19387 \backslash
19388 psi
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 \begin_inset Formula $\psi$
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 </row>
19406 <row>
19407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \backslash
19413 omega
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 \begin_inset Formula $\omega$
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 </row>
19431 </lyxtabular>
19432
19433 \end_inset
19434
19435
19436 \begin_inset space \hfill{}
19437 \end_inset
19438
19439
19440 \end_layout
19441
19442 \begin_layout Standard
19443 \begin_inset VSpace medskip
19444 \end_inset
19445
19446
19447 \end_layout
19448
19449 \begin_layout Standard
19450 On explique comment obtenir des lettres grecques droites spéciales dans
19451  
19452 \begin_inset CommandInset ref
19453 LatexCommand ref
19454 reference "sub:minuscules-grecques-droites"
19455
19456 \end_inset
19457
19458 .
19459 \end_layout
19460
19461 \begin_layout Standard
19462 \begin_inset Newpage newpage
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Subsection
19469 Lettres majuscules
19470 \begin_inset Index idx
19471 status collapsed
19472
19473 \begin_layout Plain Layout
19474 Lettres grecques ! majuscules
19475 \end_layout
19476
19477 \end_inset
19478
19479
19480 \end_layout
19481
19482 \begin_layout Standard
19483 \begin_inset space \hfill{}
19484 \end_inset
19485
19486
19487 \begin_inset Tabular
19488 <lyxtabular version="3" rows="7" columns="2">
19489 <features rotate="0" tabularvalignment="middle">
19490 <column alignment="center" valignment="top" width="0pt">
19491 <column alignment="center" valignment="top" width="0pt">
19492 <row>
19493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497 Commande
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506 Résultat
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 </row>
19512 <row>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517
19518 \backslash
19519 Gamma
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 \begin_inset Formula $\Gamma$
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 </row>
19537 <row>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542
19543 \backslash
19544 Delta
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 \begin_inset Formula $\Delta$
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 </row>
19562 <row>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567
19568 \backslash
19569 Theta
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 \begin_inset Formula $\Theta$
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592
19593 \backslash
19594 Lambda
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 \begin_inset Formula $\Lambda$
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617
19618 \backslash
19619 Xi
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 \begin_inset Formula $\Xi$
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 </row>
19637 <row>
19638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642
19643 \backslash
19644 Pi
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 \begin_inset Formula $\Pi$
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 </row>
19662 </lyxtabular>
19663
19664 \end_inset
19665
19666
19667 \begin_inset space \hfill{}
19668 \end_inset
19669
19670
19671 \begin_inset Tabular
19672 <lyxtabular version="3" rows="6" columns="2">
19673 <features rotate="0" tabularvalignment="middle">
19674 <column alignment="center" valignment="top" width="0pt">
19675 <column alignment="center" valignment="top" width="0pt">
19676 <row>
19677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 Commande
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 Résultat
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 Sigma
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\Sigma$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 Upsilon
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\Upsilon$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 <row>
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751
19752 \backslash
19753 Phi
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 \begin_inset Formula $\Phi$
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 <row>
19772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \backslash
19778 Psi
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 \begin_inset Formula $\Psi$
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 </row>
19796 <row>
19797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \backslash
19803 Omega
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812 \begin_inset Formula $\Omega$
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 </row>
19821 </lyxtabular>
19822
19823 \end_inset
19824
19825
19826 \begin_inset space \hfill{}
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \begin_layout Standard
19833 \begin_inset VSpace medskip
19834 \end_inset
19835
19836 Le fait que les lettres grecques majuscules apparaissent droites provient
19837  d'un défaut de conception quand TeX a été développé.
19838  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
19839  commande par 
19840 \series bold
19841 var
19842 \series default
19843 .
19844  Par exemple, la commande 
19845 \series bold
19846
19847 \backslash
19848 varGamma
19849 \series default
19850  produit 
19851 \begin_inset Formula $\varGamma$
19852 \end_inset
19853
19854 .
19855  Une autre méthode consiste à charger le paquetage 
19856 \series bold
19857 fixmath
19858 \series default
19859
19860 \begin_inset Foot
19861 status collapsed
19862
19863 \begin_layout Plain Layout
19864
19865 \series bold
19866 fixmath
19867 \series default
19868  fait partie du paquetage 
19869 \series bold
19870 was
19871 \series default
19872
19873 \begin_inset Index idx
19874 status collapsed
19875
19876 \begin_layout Plain Layout
19877 Paquetages ! was
19878 \begin_inset ERT
19879 status collapsed
19880
19881 \begin_layout Plain Layout
19882
19883
19884 \backslash
19885 vspace{4mm}
19886 \end_layout
19887
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \end_inset
19894
19895 .
19896 \end_layout
19897
19898 \end_inset
19899
19900
19901 \begin_inset Index idx
19902 status collapsed
19903
19904 \begin_layout Plain Layout
19905 Paquetages ! fixmath
19906 \end_layout
19907
19908 \end_inset
19909
19910  avec la ligne suivante dans le préambule LaTeX :
19911 \end_layout
19912
19913 \begin_layout Standard
19914
19915 \series bold
19916
19917 \backslash
19918 usepackage{fixmath}
19919 \end_layout
19920
19921 \begin_layout Standard
19922 Toutes les majuscules grecques du document seront alors mises en italique.
19923 \end_layout
19924
19925 \begin_layout Subsection
19926 Lettres grasses
19927 \begin_inset Index idx
19928 status collapsed
19929
19930 \begin_layout Plain Layout
19931 Lettres grecques ! grasses
19932 \end_layout
19933
19934 \end_inset
19935
19936
19937 \end_layout
19938
19939 \begin_layout Standard
19940 Les lettres grecques ne peuvent être mise dans différents styles de polices
19941  comme les lettres latines.
19942  Elles peuvent seulement être mises en gras avec la commande 
19943 \series bold
19944
19945 \backslash
19946 boldsymbol
19947 \series default
19948
19949 \begin_inset Index idx
19950 status collapsed
19951
19952 \begin_layout Plain Layout
19953 Commandes ! B ! 
19954 \backslash
19955 boldsymbol
19956 \end_layout
19957
19958 \end_inset
19959
19960 .
19961 \end_layout
19962
19963 \begin_layout Standard
19964 \align center
19965 \begin_inset Tabular
19966 <lyxtabular version="3" rows="3" columns="2">
19967 <features rotate="0" tabularvalignment="middle">
19968 <column alignment="center" valignment="top">
19969 <column alignment="center" valignment="top">
19970 <row>
19971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 Commande
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 Résultat
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995
19996 \backslash
19997 Upsilon
19998 \backslash
19999 boldsymbol
20000 \backslash
20001 Upsilon
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 </row>
20019 <row>
20020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024
20025 \backslash
20026 theta
20027 \backslash
20028 boldsymbol
20029 \backslash
20030 theta
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $\theta\boldsymbol{\theta}$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 </lyxtabular>
20049
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \begin_layout Section
20056 Symboles
20057 \begin_inset ERT
20058 status collapsed
20059
20060 \begin_layout Plain Layout
20061
20062
20063 \backslash
20064 texorpdfstring{
20065 \end_layout
20066
20067 \end_inset
20068
20069
20070 \begin_inset Foot
20071 status collapsed
20072
20073 \begin_layout Plain Layout
20074 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20075  être trouvée dans 
20076 \begin_inset CommandInset citation
20077 LatexCommand cite
20078 key "Symbols"
20079
20080 \end_inset
20081
20082 .
20083 \end_layout
20084
20085 \end_inset
20086
20087
20088 \begin_inset ERT
20089 status collapsed
20090
20091 \begin_layout Plain Layout
20092
20093 }{}
20094 \end_layout
20095
20096 \end_inset
20097
20098
20099 \begin_inset Note Note
20100 status collapsed
20101
20102 \begin_layout Plain Layout
20103
20104 \backslash
20105 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20106  dans les signets PDF.
20107 \end_layout
20108
20109 \begin_layout Plain Layout
20110 Plus au sujet de 
20111 \backslash
20112 texorpdfstring dans la section 
20113 \begin_inset CommandInset ref
20114 LatexCommand ref
20115 reference "sub:formules-dans-les-entêtes"
20116
20117 \end_inset
20118
20119 .
20120 \end_layout
20121
20122 \end_inset
20123
20124
20125 \begin_inset Index idx
20126 status collapsed
20127
20128 \begin_layout Plain Layout
20129 Symboles
20130 \end_layout
20131
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \begin_layout Standard
20138 Plusieurs symboles listés dans cette section peuvent aussi être insérés
20139  grâce aux boutons 
20140 \begin_inset Graphics
20141         filename ../../images/math/nabla.png
20142         scale 85
20143
20144 \end_inset
20145
20146  et 
20147 \begin_inset Graphics
20148         filename ../../images/math/digamma.png
20149         scale 85
20150
20151 \end_inset
20152
20153  de la barre d'outils mathématique.
20154 \end_layout
20155
20156 \begin_layout Subsection
20157 Symboles mathématiques
20158 \begin_inset CommandInset label
20159 LatexCommand label
20160 name "sub:Symboles-mathématiques"
20161
20162 \end_inset
20163
20164
20165 \begin_inset Index idx
20166 status collapsed
20167
20168 \begin_layout Plain Layout
20169 Symboles ! mathématiques
20170 \end_layout
20171
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \begin_layout Standard
20178 \begin_inset space \hfill{}
20179 \end_inset
20180
20181
20182 \begin_inset Tabular
20183 <lyxtabular version="3" rows="10" columns="2">
20184 <features rotate="0" tabularvalignment="middle">
20185 <column alignment="center" valignment="top" width="0pt">
20186 <column alignment="center" valignment="top" width="0pt">
20187 <row>
20188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 Commande
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 Résultat
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 <row>
20208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212
20213 \backslash
20214 neg
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223 \begin_inset Formula $\neg$
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row>
20233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \backslash
20239 Im
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Formula $\Im$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \backslash
20264 Re
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Formula $\Re$
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 <row>
20283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287
20288 \backslash
20289 aleph
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 \begin_inset Formula $\aleph$
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 </row>
20307 <row>
20308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \backslash
20314 partial
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Formula $\partial$
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 </row>
20332 <row>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \backslash
20339 infty
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 \begin_inset Formula $\infty$
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 </row>
20357 <row>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \backslash
20364 wp
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 \begin_inset Formula $\wp$
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 </row>
20382 <row>
20383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387
20388 \backslash
20389 imath
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 \begin_inset Formula $\imath$
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 </row>
20407 <row>
20408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412
20413 \backslash
20414 jmath
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 \begin_inset Formula $\jmath$
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 </lyxtabular>
20433
20434 \end_inset
20435
20436
20437 \begin_inset space \hfill{}
20438 \end_inset
20439
20440
20441 \begin_inset Tabular
20442 <lyxtabular version="3" rows="10" columns="2">
20443 <features rotate="0" tabularvalignment="middle">
20444 <column alignment="center" valignment="top" width="0pt">
20445 <column alignment="center" valignment="top" width="0pt">
20446 <row>
20447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451 Commande
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 Résultat
20461 \begin_inset Note Note
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465
20466 \series bold
20467
20468 \backslash
20469 raisebox
20470 \series default
20471  est seulement utilisée pour faire de la place
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \backslash
20489 forall
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Formula $\forall$
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 </row>
20507 <row>
20508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \backslash
20514 exists
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 \begin_inset Formula $\exists$
20524 \end_inset
20525
20526
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 </row>
20532 <row>
20533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537
20538 \backslash
20539 nexists
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548 \begin_inset Formula $\nexists$
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 </row>
20557 <row>
20558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562
20563 \backslash
20564 emptyset
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 \begin_inset Formula $\emptyset$
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \backslash
20589 varnothing
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Formula $\varnothing$
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 <row>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \backslash
20614 dag
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 \begin_inset Formula $\dag$
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row>
20633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \backslash
20639 ddag
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 \begin_inset Formula $\ddag$
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \backslash
20664 complement
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 \begin_inset ERT
20674 status collapsed
20675
20676 \begin_layout Plain Layout
20677
20678
20679 \backslash
20680 raisebox{-0.8mm}{
20681 \end_layout
20682
20683 \end_inset
20684
20685
20686 \begin_inset Formula $\complement$
20687 \end_inset
20688
20689
20690 \begin_inset ERT
20691 status collapsed
20692
20693 \begin_layout Plain Layout
20694
20695 }
20696 \end_layout
20697
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 </row>
20706 <row>
20707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711
20712 \backslash
20713 Bbbk
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722 \begin_inset Formula $\Bbbk$
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 </lyxtabular>
20732
20733 \end_inset
20734
20735
20736 \begin_inset space \hfill{}
20737 \end_inset
20738
20739
20740 \begin_inset Tabular
20741 <lyxtabular version="3" rows="10" columns="2">
20742 <features rotate="0" tabularvalignment="middle">
20743 <column alignment="center" valignment="top" width="0pt">
20744 <column alignment="center" valignment="top" width="0pt">
20745 <row>
20746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750 Commande
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 Résultat
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 </row>
20765 <row>
20766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770
20771 \backslash
20772 prime
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 \begin_inset Formula $\prime$
20782 \end_inset
20783
20784
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 </row>
20790 <row>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795
20796 \backslash
20797 backprime
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806 \begin_inset Formula $\backprime$
20807 \end_inset
20808
20809
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 </row>
20815 <row>
20816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820
20821 \backslash
20822 mho
20823 \end_layout
20824
20825 \end_inset
20826 </cell>
20827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831 \begin_inset Formula $\mho$
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 </row>
20840 <row>
20841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845
20846 \backslash
20847 triangle
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856 \begin_inset Formula $\triangle$
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 </row>
20865 <row>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \backslash
20872 angle
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881 \begin_inset Formula $\angle$
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 </row>
20890 <row>
20891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895
20896 \backslash
20897 measuredangle
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 \begin_inset Formula $\measuredangle$
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 </row>
20915 <row>
20916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920
20921 \backslash
20922 sphericalangle
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 \begin_inset Formula $\sphericalangle$
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row>
20941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945
20946 \backslash
20947 top
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Formula $\top$
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970
20971 \backslash
20972 bot
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $\bot$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 </lyxtabular>
20991
20992 \end_inset
20993
20994
20995 \begin_inset space \hfill{}
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \begin_layout Subsection
21002 Symboles divers
21003 \begin_inset CommandInset label
21004 LatexCommand label
21005 name "sub:Symboles-divers"
21006
21007 \end_inset
21008
21009
21010 \begin_inset Index idx
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014 Symboles ! divers
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Standard
21023 \noindent
21024 \align center
21025 \begin_inset Tabular
21026 <lyxtabular version="3" rows="10" columns="2">
21027 <features rotate="0" tabularvalignment="middle">
21028 <column alignment="center" valignment="top" width="0pt">
21029 <column alignment="center" valignment="top" width="0pt">
21030 <row>
21031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 Commande
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 Résultat
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 </row>
21050 <row>
21051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055
21056 \backslash
21057 flat
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 \begin_inset Formula $\flat$
21067 \end_inset
21068
21069
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 </row>
21075 <row>
21076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080
21081 \backslash
21082 natural
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 \begin_inset Formula $\natural$
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 </row>
21100 <row>
21101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105
21106 \backslash
21107 sharp
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116 \begin_inset Formula $\sharp$
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 </row>
21125 <row>
21126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130
21131 \backslash
21132 surd
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 \begin_inset Formula $\surd$
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 </row>
21150 <row>
21151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155
21156 \backslash
21157 checkmark
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 \begin_inset Formula $\checkmark$
21167 \end_inset
21168
21169
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 </row>
21175 <row>
21176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180
21181 \backslash
21182 yen
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 \begin_inset Formula $\yen$
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 </row>
21200 <row>
21201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205
21206 \backslash
21207 pounds
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216 \begin_inset Formula $\pounds$
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 </row>
21225 <row>
21226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230 $
21231 \end_layout
21232
21233 \end_inset
21234 </cell>
21235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239 \begin_inset Formula $\$$
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 </row>
21248 <row>
21249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 §
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $§$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 </lyxtabular>
21272
21273 \end_inset
21274
21275
21276 \begin_inset Tabular
21277 <lyxtabular version="3" rows="10" columns="2">
21278 <features rotate="0" tabularvalignment="middle">
21279 <column alignment="center" valignment="top">
21280 <column alignment="center" valignment="top">
21281 <row>
21282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286 Commande
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 Résultat
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 </row>
21301 <row>
21302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306
21307 \backslash
21308 hbar
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317 \begin_inset Formula $\hbar$
21318 \end_inset
21319
21320
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 <row>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331
21332 \backslash
21333 hslash
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset Formula $\hslash$
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 </row>
21351 <row>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356
21357 \backslash
21358 clubsuit
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $\clubsuit$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 <row>
21377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381
21382 \backslash
21383 spadesuit
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 \begin_inset Formula $\spadesuit$
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 </row>
21401 <row>
21402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406
21407 \backslash
21408 bigstar
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417 \begin_inset Formula $\bigstar$
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 </row>
21426 <row>
21427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431
21432 \backslash
21433 blacklozenge
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 \begin_inset Formula $\blacklozenge$
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 </row>
21451 <row>
21452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456
21457 \backslash
21458 blacktriangle
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467 \begin_inset Formula $\blacktriangle$
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 </row>
21476 <row>
21477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481
21482 \backslash
21483 blacktiangledown
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 \begin_inset Formula $\blacktriangledown$
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 <row>
21502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506
21507 \backslash
21508 bullet
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517 \begin_inset Formula $\bullet$
21518 \end_inset
21519
21520
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 </row>
21526 </lyxtabular>
21527
21528 \end_inset
21529
21530
21531 \begin_inset Tabular
21532 <lyxtabular version="3" rows="10" columns="2">
21533 <features rotate="0" tabularvalignment="middle">
21534 <column alignment="center" valignment="top" width="0pt">
21535 <column alignment="center" valignment="top" width="0pt">
21536 <row>
21537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 Commande
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 Résultat
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 </row>
21556 <row>
21557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561
21562 \backslash
21563 diamondsuit
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 \begin_inset Formula $\diamondsuit$
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \backslash
21588 Diamond
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 \begin_inset Formula $\Diamond$
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 </row>
21606 <row>
21607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611
21612 \backslash
21613 heartsuit
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Formula $\heartsuit$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 <row>
21632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636
21637 \backslash
21638 P
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 \begin_inset Formula $\P$
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 </row>
21656 <row>
21657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \backslash
21663 copyright
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 \begin_inset Formula $\copyright$
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 </row>
21681 <row>
21682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686
21687 \backslash
21688 circledR
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 \begin_inset Formula $\circledR$
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 </row>
21706 <row>
21707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711
21712 \backslash
21713 maltese
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 \begin_inset Formula $\maltese$
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 </row>
21731 <row>
21732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736
21737 \backslash
21738 diagup
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 \begin_inset Formula $\diagup$
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 </row>
21756 <row>
21757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761
21762 \backslash
21763 diagdown
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 \begin_inset Formula $\diagdown$
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 </row>
21781 </lyxtabular>
21782
21783 \end_inset
21784
21785
21786 \end_layout
21787
21788 \begin_layout Standard
21789 \begin_inset VSpace medskip
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \begin_layout Standard
21796 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
21797 \begin_inset CommandInset ref
21798 LatexCommand ref
21799 reference "sub:Tailles-polices"
21800
21801 \end_inset
21802
21803 .
21804 \end_layout
21805
21806 \begin_layout Subsection
21807 Le symbole de l'Euro €
21808 \begin_inset Index idx
21809 status collapsed
21810
21811 \begin_layout Plain Layout
21812 Symboles ! symbole de l'Euro
21813 \end_layout
21814
21815 \end_inset
21816
21817
21818 \begin_inset Index idx
21819 status collapsed
21820
21821 \begin_layout Plain Layout
21822
21823 \backslash
21824 @
21825 \begin_inset ERT
21826 status collapsed
21827
21828 \begin_layout Plain Layout
21829
21830
21831 \backslash
21832 officialeuro
21833 \end_layout
21834
21835 \end_inset
21836
21837
21838 \end_layout
21839
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \begin_layout Standard
21846 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
21847  paquetage LaTeX 
21848 \series bold
21849 eurosym
21850 \series default
21851
21852 \begin_inset Index idx
21853 status collapsed
21854
21855 \begin_layout Plain Layout
21856 Paquetages ! eurosym
21857 \end_layout
21858
21859 \end_inset
21860
21861  et le charger avec la ligne suivante dans le préambule LaTeX
21862 \end_layout
21863
21864 \begin_layout Standard
21865
21866 \series bold
21867
21868 \backslash
21869 usepackage[gennarrow]{eurosym}
21870 \end_layout
21871
21872 \begin_layout Standard
21873 Le symbole de l'Euro peut alors être inséré avec la commande 
21874 \series bold
21875
21876 \backslash
21877 euro
21878 \series default
21879
21880 \begin_inset Index idx
21881 status collapsed
21882
21883 \begin_layout Plain Layout
21884 Commandes ! E ! 
21885 \backslash
21886 euro
21887 \end_layout
21888
21889 \end_inset
21890
21891 .
21892 \end_layout
21893
21894 \begin_layout Standard
21895 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
21896 e avec la touche €, sans avoir à installer le paquetage 
21897 \series bold
21898 eurosym
21899 \series default
21900 .
21901  Quand 
21902 \series bold
21903 eurosym
21904 \series default
21905  est installé, on peut aussi insérer la commande 
21906 \series bold
21907
21908 \backslash
21909 euro
21910 \series default
21911  en mode TeX.
21912  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
21913  
21914 \series bold
21915
21916 \backslash
21917 officialeuro
21918 \series default
21919
21920 \begin_inset Index idx
21921 status collapsed
21922
21923 \begin_layout Plain Layout
21924 Commandes ! O ! 
21925 \backslash
21926 officialeuro
21927 \end_layout
21928
21929 \end_inset
21930
21931 , qui n'est utilisable qu'en mode TeX.
21932 \end_layout
21933
21934 \begin_layout Standard
21935 \begin_inset ERT
21936 status collapsed
21937
21938 \begin_layout Plain Layout
21939
21940
21941 \backslash
21942 ifeurosym 
21943 \end_layout
21944
21945 \end_inset
21946
21947
21948 \begin_inset Note Note
21949 status open
21950
21951 \begin_layout Plain Layout
21952 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
21953 \series bold
21954 eurosym
21955 \series default
21956  est installé.
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \begin_layout Standard
21965 Un aperçu des différents symboles de l'Euro:
21966 \end_layout
21967
21968 \begin_layout Standard
21969 \align center
21970 \begin_inset Tabular
21971 <lyxtabular version="3" rows="4" columns="3">
21972 <features rotate="0" tabularvalignment="middle">
21973 <column alignment="center" valignment="top" width="0pt">
21974 <column alignment="center" valignment="top" width="0pt">
21975 <column alignment="center" valignment="top" width="0pt">
21976 <row>
21977 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 Commande 
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 Résultat
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 </row>
22005 <row>
22006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010 formule
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019
22020 \backslash
22021 euro
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22027 \begin_inset Text
22028
22029 \begin_layout Plain Layout
22030 \begin_inset Formula $\euro$
22031 \end_inset
22032
22033
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 </row>
22039 <row>
22040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 texte mathématique
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 \begin_inset Formula $\mbox{€}$
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 </row>
22071 <row>
22072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 mode TeX
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085
22086 \backslash
22087 officialeuro
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 \begin_inset ERT
22097 status collapsed
22098
22099 \begin_layout Plain Layout
22100
22101
22102 \backslash
22103 officialeuro
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 </row>
22114 </lyxtabular>
22115
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \begin_layout Standard
22122 \begin_inset ERT
22123 status collapsed
22124
22125 \begin_layout Plain Layout
22126
22127
22128 \backslash
22129 else 
22130 \end_layout
22131
22132 \end_inset
22133
22134
22135 \begin_inset Note Note
22136 status open
22137
22138 \begin_layout Plain Layout
22139 Ce qui suit sera affiché si le paquetage LaTeX 
22140 \series bold
22141 eurosym
22142 \series default
22143  n'est pas installé:
22144 \end_layout
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \begin_layout Standard
22152 Vous devez installer le paquetage LaTeX 
22153 \series bold
22154 eurosym
22155 \series default
22156  pour voir le reste de cette section dans la sortie imprimée.
22157 \end_layout
22158
22159 \begin_layout Standard
22160 \begin_inset ERT
22161 status collapsed
22162
22163 \begin_layout Plain Layout
22164
22165
22166 \backslash
22167 fi 
22168 \end_layout
22169
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \begin_layout Section
22176 Opérateurs de relation
22177 \begin_inset CommandInset label
22178 LatexCommand label
22179 name "sec:Relations"
22180
22181 \end_inset
22182
22183
22184 \begin_inset Index idx
22185 status collapsed
22186
22187 \begin_layout Plain Layout
22188 Relations
22189 \end_layout
22190
22191 \end_inset
22192
22193
22194 \begin_inset Index idx
22195 status collapsed
22196
22197 \begin_layout Plain Layout
22198 Comparaisons|see
22199 \begin_inset ERT
22200 status collapsed
22201
22202 \begin_layout Plain Layout
22203
22204 {
22205 \end_layout
22206
22207 \end_inset
22208
22209 Relations
22210 \begin_inset ERT
22211 status collapsed
22212
22213 \begin_layout Plain Layout
22214
22215 }
22216 \end_layout
22217
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \begin_layout Standard
22229 Tous les opérateurs de relation peuvent aussi être insérés en passant par
22230  le bouton 
22231 \begin_inset Graphics
22232         filename ../../images/math/leq.png
22233         scale 85
22234
22235 \end_inset
22236
22237  de la barre d'outils.
22238 \end_layout
22239
22240 \begin_layout Standard
22241 \begin_inset Tabular
22242 <lyxtabular version="3" rows="17" columns="2">
22243 <features rotate="0" tabularvalignment="middle">
22244 <column alignment="center" valignment="top" width="0pt">
22245 <column alignment="center" valignment="top">
22246 <row>
22247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251
22252 \size small
22253 Commande
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \size small
22264 Résultat
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 <
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 \begin_inset Formula $<$
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 </row>
22293 <row>
22294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298
22299 \backslash
22300 le
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 \begin_inset Formula $\le$
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 </row>
22318 <row>
22319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323
22324 \backslash
22325 ll
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334 \begin_inset Formula $\ll$
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 </row>
22343 <row>
22344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22345 \begin_inset Text
22346
22347 \begin_layout Plain Layout
22348
22349 \backslash
22350 prec
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 \begin_inset Formula $\prec$
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 </row>
22368 <row>
22369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373
22374 \backslash
22375 preceq
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384 \begin_inset Formula $\preceq$
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 </row>
22393 <row>
22394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398
22399 \backslash
22400 subset
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409 \begin_inset Formula $\subset$
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 </row>
22418 <row>
22419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423
22424 \backslash
22425 subseteq
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434 \begin_inset Formula $\subseteq$
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 </row>
22443 <row>
22444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448
22449 \backslash
22450 sqsubseteq
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459 \begin_inset Formula $\sqsubseteq$
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 </row>
22468 <row>
22469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473
22474 \backslash
22475 in
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 \begin_inset Formula $\in$
22485 \end_inset
22486
22487
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 </row>
22493 <row>
22494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498
22499 \backslash
22500 vdash
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 \begin_inset Formula $\vdash$
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 </row>
22518 <row>
22519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22520 \begin_inset Text
22521
22522 \begin_layout Plain Layout
22523
22524 \backslash
22525 smile
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 \begin_inset Formula $\smile$
22535 \end_inset
22536
22537
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 </row>
22543 <row>
22544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548
22549 \backslash
22550 lhd
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 \begin_inset Formula $\lhd$
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 </row>
22568 <row>
22569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573
22574 \backslash
22575 unlhd
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 \begin_inset Formula $\unlhd$
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 </row>
22593 <row>
22594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598
22599 \backslash
22600 gtrless
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 \begin_inset Formula $\gtrless$
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 </row>
22618 <row>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623
22624 \backslash
22625 mid
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 \begin_inset Formula $\mid$
22635 \end_inset
22636
22637
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 </row>
22643 <row>
22644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648
22649 \backslash
22650 nmid
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 \begin_inset Formula $\nmid$
22660 \end_inset
22661
22662
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 </row>
22668 </lyxtabular>
22669
22670 \end_inset
22671
22672
22673 \begin_inset space \hfill{}
22674 \end_inset
22675
22676
22677 \begin_inset Tabular
22678 <lyxtabular version="3" rows="17" columns="2">
22679 <features rotate="0" tabularvalignment="middle">
22680 <column alignment="center" valignment="top" width="0pt">
22681 <column alignment="center" valignment="top">
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \size small
22689 Commande
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698
22699 \size small
22700 Résultat
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 </row>
22706 <row>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 =
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset Formula $=$
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 </row>
22729 <row>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734
22735 \backslash
22736 not=
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 \begin_inset Formula $\not=$
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 </row>
22754 <row>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759
22760 \backslash
22761 equiv
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 \begin_inset Formula $\equiv$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 <row>
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784
22785 \backslash
22786 sim
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 \begin_inset Formula $\sim$
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 </row>
22804 <row>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809
22810 \backslash
22811 simeq
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 \begin_inset Formula $\simeq$
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 </row>
22829 <row>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834
22835 \backslash
22836 approx
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845 \begin_inset Formula $\approx$
22846 \end_inset
22847
22848
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 </row>
22854 <row>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859
22860 \backslash
22861 cong
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset Formula $\cong$
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 <row>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884
22885 \backslash
22886 bowtie
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 \begin_inset Formula $\bowtie$
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 </row>
22904 <row>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \backslash
22911 notin
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Formula $\notin$
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934
22935 \backslash
22936 perp
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 \begin_inset Formula $\perp$
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 </row>
22954 <row>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \backslash
22961 propto
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 \begin_inset Formula $\propto$
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 <row>
22980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984
22985 \backslash
22986 asymp
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Formula $\asymp$
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 <row>
23005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009
23010 \backslash
23011 doteq
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 \begin_inset Formula $\doteq$
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 </row>
23029 <row>
23030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034
23035 \backslash
23036 circeq
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045 \begin_inset Formula $\circeq$
23046 \end_inset
23047
23048
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 </row>
23054 <row>
23055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059
23060 \backslash
23061 models
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 \begin_inset Formula $\models$
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 <row>
23080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084
23085 \backslash
23086 widehat=
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 \begin_inset Formula $\widehat{=}$
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 </row>
23104 </lyxtabular>
23105
23106 \end_inset
23107
23108
23109 \begin_inset space \hfill{}
23110 \end_inset
23111
23112
23113 \begin_inset Tabular
23114 <lyxtabular version="3" rows="17" columns="2">
23115 <features rotate="0" tabularvalignment="middle">
23116 <column alignment="center" valignment="top" width="0pt">
23117 <column alignment="center" valignment="top">
23118 <row>
23119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123
23124 \size small
23125 Commande
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \size small
23136 Résultat
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 </row>
23142 <row>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 >
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 \begin_inset Formula $>$
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 </row>
23165 <row>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170
23171 \backslash
23172 ge
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 \begin_inset Formula $\ge$
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 </row>
23190 <row>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195
23196 \backslash
23197 gg
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 \begin_inset Formula $\gg$
23207 \end_inset
23208
23209
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 </row>
23215 <row>
23216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220
23221 \backslash
23222 succ
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231 \begin_inset Formula $\succ$
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 </row>
23240 <row>
23241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245
23246 \backslash
23247 succeq
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 \begin_inset Formula $\succeq$
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 </row>
23265 <row>
23266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270
23271 \backslash
23272 supset
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 \begin_inset Formula $\supset$
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 </row>
23290 <row>
23291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295
23296 \backslash
23297 supseteq
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 \begin_inset Formula $\supseteq$
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 </row>
23315 <row>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320
23321 \backslash
23322 sqsupseteq
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 \begin_inset Formula $\sqsupseteq$
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 </row>
23340 <row>
23341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345
23346 \backslash
23347 ni
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 \begin_inset Formula $\ni$
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 </row>
23365 <row>
23366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370
23371 \backslash
23372 dashv
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 \begin_inset Formula $\dashv$
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 </row>
23390 <row>
23391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395
23396 \backslash
23397 frown
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 \begin_inset Formula $\frown$
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 <row>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420
23421 \backslash
23422 rhd
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Formula $\rhd$
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445
23446 \backslash
23447 unrhd
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Formula $\unrhd$
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 </row>
23465 <row>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \backslash
23472 lessgtr
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 \begin_inset Formula $\lessgtr$
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 </row>
23490 <row>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495
23496 \backslash
23497 parallel
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Formula $\parallel$
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 </row>
23515 <row>
23516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \backslash
23522 nparallel
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 \begin_inset Formula $\nparallel$
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 </row>
23540 </lyxtabular>
23541
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \begin_layout Standard
23548 \begin_inset VSpace medskip
23549 \end_inset
23550
23551 Les caractères 
23552 \series bold
23553
23554 \backslash
23555 lhd
23556 \series default
23557  et 
23558 \series bold
23559
23560 \backslash
23561 rhd
23562 \series default
23563  sont plus gros que les opérateurs 
23564 \series bold
23565
23566 \backslash
23567 triangleleft
23568 \series default
23569  et 
23570 \series bold
23571
23572 \backslash
23573 triangleright
23574 \series default
23575  auxquels ils ressemblent.
23576 \end_layout
23577
23578 \begin_layout Standard
23579 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
23580  par des espaces.
23581 \end_layout
23582
23583 \begin_layout Standard
23584 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
23585  commande 
23586 \series bold
23587
23588 \backslash
23589 stackrel
23590 \series default
23591
23592 \begin_inset Index idx
23593 status collapsed
23594
23595 \begin_layout Plain Layout
23596 Commandes ! S ! 
23597 \backslash
23598 stackrel
23599 \end_layout
23600
23601 \end_inset
23602
23603 :
23604 \end_layout
23605
23606 \begin_layout Standard
23607 \align center
23608 \begin_inset Tabular
23609 <lyxtabular version="3" rows="2" columns="2">
23610 <features rotate="0" tabularvalignment="middle">
23611 <column alignment="center" valignment="top">
23612 <column alignment="center" valignment="top">
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 Commande
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 Résultat
23628 \begin_inset Note Note
23629 status collapsed
23630
23631 \begin_layout Plain Layout
23632
23633 \series bold
23634
23635 \backslash
23636 raisebox
23637 \series default
23638  est seulement utilisée pour faire de la place
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 </row>
23649 <row>
23650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 A(r)
23655 \backslash
23656 stackrel
23657 \begin_inset space \textvisiblespace{}
23658 \end_inset
23659
23660 r
23661 \backslash
23662 to
23663 \backslash
23664 infty
23665 \begin_inset space \textvisiblespace{}
23666 \end_inset
23667
23668
23669 \begin_inset Formula $\downarrow$
23670 \end_inset
23671
23672
23673 \backslash
23674 approx
23675 \begin_inset space \textvisiblespace{}
23676 \end_inset
23677
23678
23679 \begin_inset space \textvisiblespace{}
23680 \end_inset
23681
23682 B
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 </row>
23700 </lyxtabular>
23701
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \begin_layout Section
23708 Fonctions
23709 \end_layout
23710
23711 \begin_layout Subsection
23712 Fonctions prédéfinies
23713 \begin_inset CommandInset label
23714 LatexCommand label
23715 name "sub:Fonctions-prédéfinies"
23716
23717 \end_inset
23718
23719
23720 \begin_inset Index idx
23721 status collapsed
23722
23723 \begin_layout Plain Layout
23724 Fonctions ! prédéfinies
23725 \end_layout
23726
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \begin_layout Standard
23733 En général, les variables sont écrites en 
23734 \emph on
23735 italiques
23736 \emph default
23737  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
23738  
23739 \begin_inset Formula $sin$
23740 \end_inset
23741
23742  pourrait être confondue avec le produit 
23743 \begin_inset Formula $s\cdot i\cdot n$
23744 \end_inset
23745
23746 .
23747  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
23748  arguments par un peu d'espace.
23749  Elles sont insérées comme des commandes commençant par une barre de fraction
23750  inverse avant leur nom.
23751 \end_layout
23752
23753 \begin_layout Standard
23754 \align center
23755 \begin_inset Tabular
23756 <lyxtabular version="3" rows="2" columns="4">
23757 <features rotate="0" tabularvalignment="middle">
23758 <column alignment="center" valignment="top" width="0pt">
23759 <column alignment="center" valignment="top" width="0pt">
23760 <column alignment="center" valignment="top" width="0pt">
23761 <column alignment="center" valignment="top" width="0pt">
23762 <row>
23763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767 Commande
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 Résultat
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 Commande
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 Résultat
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 </row>
23800 <row>
23801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805 Asin(x)+B
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23811 \begin_inset Text
23812
23813 \begin_layout Plain Layout
23814 \begin_inset Formula $Asin(x)+B$
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 A
23827 \backslash
23828 sin(x)+B
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 \begin_inset Formula $A\sin(x)+B$
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 </lyxtabular>
23847
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \begin_layout Standard
23854 Les fonctions suivantes sont prédéfinies:
23855 \end_layout
23856
23857 \begin_layout Standard
23858 \begin_inset VSpace -2mm
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \begin_layout Standard
23865 \align center
23866 \begin_inset Tabular
23867 <lyxtabular version="3" rows="9" columns="4">
23868 <features rotate="0" tabularvalignment="middle">
23869 <column alignment="center" valignment="top" width="0pt">
23870 <column alignment="center" valignment="top" width="0pt">
23871 <column alignment="center" valignment="top" width="0pt">
23872 <column alignment="center" valignment="top" width="0pt">
23873 <row>
23874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878 Commande
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 Commande
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 Commande
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 Commande
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \backslash
23918 sin
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927
23928 \backslash
23929 sinh
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938
23939 \backslash
23940 arcsin
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949
23950 \backslash
23951 sup
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 </row>
23957 <row>
23958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962
23963 \backslash
23964 cos
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973
23974 \backslash
23975 cosh
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984
23985 \backslash
23986 arccos
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995
23996 \backslash
23997 inf
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 </row>
24003 <row>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008
24009 \backslash
24010 tan
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \backslash
24021 tanh
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \backslash
24032 arctan
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041
24042 \backslash
24043 lim
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 </row>
24049 <row>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054
24055 \backslash
24056 cot
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24062 \begin_inset Text
24063
24064 \begin_layout Plain Layout
24065
24066 \backslash
24067 coth
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076
24077 \backslash
24078 arg
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087
24088 \backslash
24089 liminf
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 </row>
24095 <row>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100
24101 \backslash
24102 sec
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111
24112 \backslash
24113 min
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122
24123 \backslash
24124 deg
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133
24134 \backslash
24135 limsup
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 </row>
24141 <row>
24142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146
24147 \backslash
24148 csc
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157
24158 \backslash
24159 max
24160 \end_layout
24161
24162 \end_inset
24163 </cell>
24164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168
24169 \backslash
24170 det
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179
24180 \backslash
24181 Pr
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 </row>
24187 <row>
24188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192
24193 \backslash
24194 ln
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203
24204 \backslash
24205 exp
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214
24215 \backslash
24216 dim
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225
24226 \backslash
24227 hom
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 </row>
24233 <row>
24234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238
24239 \backslash
24240 lg
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24246 \begin_inset Text
24247
24248 \begin_layout Plain Layout
24249
24250 \backslash
24251 log
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24257 \begin_inset Text
24258
24259 \begin_layout Plain Layout
24260
24261 \backslash
24262 ker
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \backslash
24273 gcd
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 </row>
24279 </lyxtabular>
24280
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \begin_layout Standard
24287 Elles peuvent aussi être insérées en utilisant le bouton 
24288 \begin_inset Graphics
24289         filename ../../images/math/functions.png
24290         scale 85
24291
24292 \end_inset
24293
24294  de la barre d'outils mathématique.
24295 \end_layout
24296
24297 \begin_layout Subsection
24298 Fonctions définies par l'utilisateur
24299 \begin_inset Index idx
24300 status collapsed
24301
24302 \begin_layout Plain Layout
24303 Fonctions ! définies par l'utilisateur
24304 \end_layout
24305
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \begin_layout Standard
24312 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
24313  fonction sgn(x), il y a deux possibilités:
24314 \end_layout
24315
24316 \begin_layout Itemize
24317 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
24318 \begin_inset Foot
24319 status collapsed
24320
24321 \begin_layout Plain Layout
24322 Pour en savoir plus sur la commande 
24323 \series bold
24324
24325 \backslash
24326 DeclareMathOperator
24327 \series default
24328  voir 
24329 \begin_inset CommandInset ref
24330 LatexCommand ref
24331 reference "sub:Opérateurs-personnalisés"
24332
24333 \end_inset
24334
24335 .
24336 \end_layout
24337
24338 \end_inset
24339
24340
24341 \begin_inset Newline newline
24342 \end_inset
24343
24344
24345 \begin_inset VSpace -3mm
24346 \end_inset
24347
24348
24349 \begin_inset Newline newline
24350 \end_inset
24351
24352
24353 \series bold
24354
24355 \backslash
24356 DeclareMathOperator{
24357 \backslash
24358 sgn}{sgn}
24359 \series default
24360
24361 \begin_inset Index idx
24362 status collapsed
24363
24364 \begin_layout Plain Layout
24365 Commandes ! D ! 
24366 \backslash
24367 dbinom@
24368 \backslash
24369 DeclareMathOperator
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \begin_inset Newline newline
24376 \end_inset
24377
24378
24379 \begin_inset VSpace -2mm
24380 \end_inset
24381
24382
24383 \begin_inset Newline newline
24384 \end_inset
24385
24386 Maintenant la fonction qui vient d'être définie peut être appelée avec la
24387  commande 
24388 \series bold
24389
24390 \backslash
24391 sgn
24392 \series default
24393 .
24394 \end_layout
24395
24396 \begin_layout Itemize
24397 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
24398  notre exemple les lettres 
24399 \emph on
24400 sgn
24401 \emph default
24402  -- et les changer en texte mathématique.
24403  Pour finir, on insère une espace entre le préfacteur et la fonction.
24404 \end_layout
24405
24406 \begin_layout Standard
24407 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
24408 \begin_inset Foot
24409 status collapsed
24410
24411 \begin_layout Plain Layout
24412 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
24413 eur en rouge.
24414 \end_layout
24415
24416 \end_inset
24417
24418 :
24419 \end_layout
24420
24421 \begin_layout Standard
24422 \align center
24423 \begin_inset Tabular
24424 <lyxtabular version="3" rows="3" columns="2">
24425 <features rotate="0" tabularvalignment="middle">
24426 <column alignment="center" valignment="top" width="0pt">
24427 <column alignment="center" valignment="top" width="0pt">
24428 <row>
24429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24430 \begin_inset Text
24431
24432 \begin_layout Plain Layout
24433 Commande
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442 Résultat
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 </row>
24448 <row>
24449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453 A
24454 \backslash
24455 sgn(x)+B
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464 \begin_inset Formula $A\sgn(x)+B$
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 </row>
24473 <row>
24474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478 A
24479 \backslash
24480 ,
24481 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24482 \end_inset
24483
24484 (x)+B
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 </row>
24502 </lyxtabular>
24503
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \begin_layout Standard
24510 La première méthode est recommandée quand la fonction définie doit être
24511  utilisée plusieurs fois dans le document.
24512 \end_layout
24513
24514 \begin_layout Subsection
24515 Les limites
24516 \begin_inset Index idx
24517 status collapsed
24518
24519 \begin_layout Plain Layout
24520 Limites
24521 \end_layout
24522
24523 \end_inset
24524
24525
24526 \end_layout
24527
24528 \begin_layout Standard
24529 Pour les limites, en plus des commandes 
24530 \series bold
24531
24532 \backslash
24533 lim
24534 \series default
24535
24536 \begin_inset Index idx
24537 status collapsed
24538
24539 \begin_layout Plain Layout
24540 Commandes ! L ! 
24541 \backslash
24542 lim
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \series bold
24549
24550 \backslash
24551 liminf
24552 \series default
24553  et 
24554 \series bold
24555
24556 \backslash
24557 limsup
24558 \series default
24559  on a aussi les fonctions suivantes:
24560 \end_layout
24561
24562 \begin_layout Standard
24563 \align center
24564 \begin_inset Tabular
24565 <lyxtabular version="3" rows="5" columns="2">
24566 <features rotate="0" tabularvalignment="middle">
24567 <column alignment="center" valignment="top">
24568 <column alignment="center" valignment="top">
24569 <row>
24570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574 Commande
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583 Résultat
24584 \begin_inset Note Note
24585 status collapsed
24586
24587 \begin_layout Plain Layout
24588
24589 \series bold
24590
24591 \backslash
24592 raisebox
24593 \series default
24594  est seulement utilisée pour faire de la place
24595 \end_layout
24596
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 </row>
24605 <row>
24606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610
24611 \backslash
24612 varliminf
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621 \begin_inset Formula $\varliminf$
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 </row>
24630 <row>
24631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635
24636 \backslash
24637 varlimsup
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646 \begin_inset Formula $\varlimsup$
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 </row>
24655 <row>
24656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660
24661 \backslash
24662 varprojlim
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 \begin_inset Formula $\varprojlim$
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 </row>
24680 <row>
24681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \backslash
24687 varinjlim
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 \begin_inset Formula $\varinjlim$
24697 \end_inset
24698
24699
24700 \begin_inset Formula $\raisebox{-2.5mm}{}$
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 </row>
24709 </lyxtabular>
24710
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \begin_layout Standard
24717 \begin_inset VSpace medskip
24718 \end_inset
24719
24720 La valeur de la limite est créée en ajoutant un indice.
24721  Il est placé juste à la droite de la fonction dans le cas d'une formule
24722  en ligne:
24723 \end_layout
24724
24725 \begin_layout Standard
24726 \align center
24727 \begin_inset Tabular
24728 <lyxtabular version="3" rows="2" columns="2">
24729 <features rotate="0" tabularvalignment="middle">
24730 <column alignment="center" valignment="top" width="0pt">
24731 <column alignment="center" valignment="top" width="0pt">
24732 <row>
24733 <cell alignment="center" valignment="top" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737 Commande
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746 \begin_inset space \hspace{}
24747 \length 1cm
24748 \end_inset
24749
24750 Résultat
24751 \begin_inset Note Note
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755 L'espace
24756 \series bold
24757  
24758 \series default
24759 et 
24760 \series bold
24761
24762 \backslash
24763 raisebox
24764 \series default
24765  sont seulement utilisées pour faire de la place.
24766 \end_layout
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 </row>
24776 <row>
24777 <cell alignment="center" valignment="top" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781
24782 \backslash
24783 lim_x
24784 \backslash
24785 to
24786 \begin_inset space \textvisiblespace{}
24787 \end_inset
24788
24789 A
24790 \begin_inset space \textvisiblespace{}
24791 \end_inset
24792
24793 x=B
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 </row>
24811 </lyxtabular>
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
24820  en dessous de la fonction:
24821 \begin_inset Formula 
24822 \[
24823 \lim_{x\to A}x=B
24824 \]
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Subsection
24832 Les fonctions modulo
24833 \begin_inset Index idx
24834 status collapsed
24835
24836 \begin_layout Plain Layout
24837 Fonctions ! modulo
24838 \end_layout
24839
24840 \end_inset
24841
24842
24843 \end_layout
24844
24845 \begin_layout Standard
24846 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
24847 \end_layout
24848
24849 \begin_layout Standard
24850 Les variantes pour une formule hors ligne:
24851 \begin_inset Formula 
24852 \begin{align*}
24853 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
24854 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24855 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24856 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24857 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24858 \end{align*}
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \begin_layout Standard
24866 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
24867  la fonction, quelque soit la variante.
24868  
24869 \lang english
24870 By default the modulo-functions take only the first following character
24871  into account.
24872  To use more than one character, one has to put them into TeX-braces:
24873 \lang french
24874
24875 \begin_inset Formula 
24876 \begin{align*}
24877 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
24878 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24879 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
24880 \end{align*}
24881
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \begin_layout Section
24888 Caractères spéciaux
24889 \begin_inset Index idx
24890 status collapsed
24891
24892 \begin_layout Plain Layout
24893 Caractères spéciaux
24894 \end_layout
24895
24896 \end_inset
24897
24898
24899 \end_layout
24900
24901 \begin_layout Subsection
24902 Caractères spéciaux en  texte mathématique
24903 \end_layout
24904
24905 \begin_layout Standard
24906 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
24907  ou en mode TeX:
24908 \end_layout
24909
24910 \begin_layout Standard
24911 \begin_inset space \hfill{}
24912 \end_inset
24913
24914
24915 \begin_inset Tabular
24916 <lyxtabular version="3" rows="8" columns="2">
24917 <features rotate="0" tabularvalignment="middle">
24918 <column alignment="block" valignment="top">
24919 <column alignment="block" valignment="top">
24920 <row>
24921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925 Commande
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934 Résultat
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 </row>
24940 <row>
24941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945
24946 \backslash
24947 oe
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956 \begin_inset Formula $\textrm{œ}$
24957 \end_inset
24958
24959
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 </row>
24965 <row>
24966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970
24971 \backslash
24972 OE
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981 \begin_inset Formula $\textrm{Œ}$
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 </row>
24990 <row>
24991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \backslash
24997 ae
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006 \begin_inset Formula $\textrm{æ}$
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 <row>
25016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 AE
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031 \begin_inset Formula $\textrm{Æ}$
25032 \end_inset
25033
25034
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 </row>
25040 <row>
25041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25042 \begin_inset Text
25043
25044 \begin_layout Plain Layout
25045
25046 \backslash
25047 aa
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056 \begin_inset Formula $\textrm{\aa}$
25057 \end_inset
25058
25059
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 </row>
25065 <row>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070
25071 \backslash
25072 AA
25073 \begin_inset Index idx
25074 status collapsed
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 @
25080 \begin_inset ERT
25081 status collapsed
25082
25083 \begin_layout Plain Layout
25084
25085
25086 \backslash
25087 textrm{
25088 \backslash
25089 AA}
25090 \end_layout
25091
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 \begin_inset Formula $\textrm{Å}$
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 i
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133 \begin_inset Formula $\textrm{ı}$
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 </row>
25142 </lyxtabular>
25143
25144 \end_inset
25145
25146
25147 \begin_inset space \hfill{}
25148 \end_inset
25149
25150
25151 \begin_inset Tabular
25152 <lyxtabular version="3" rows="8" columns="2">
25153 <features rotate="0" tabularvalignment="middle">
25154 <column alignment="block" valignment="top">
25155 <column alignment="center" valignment="top">
25156 <row>
25157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25158 \begin_inset Text
25159
25160 \begin_layout Plain Layout
25161 commande
25162 \begin_inset Note Note
25163 status collapsed
25164
25165 \begin_layout Plain Layout
25166 L'espace de 0
25167 \begin_inset space \thinspace{}
25168 \end_inset
25169
25170 mm est utilisée pour faire une séparation invisible, sinon la sortie finale
25171  serait respectivement ¡ et ¿.
25172 \end_layout
25173
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185 Résultat
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 </row>
25191 <row>
25192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196
25197 \backslash
25198 o
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25204 \begin_inset Text
25205
25206 \begin_layout Plain Layout
25207 \begin_inset Formula $\textrm{ø}$
25208 \end_inset
25209
25210
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 </row>
25216 <row>
25217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25218 \begin_inset Text
25219
25220 \begin_layout Plain Layout
25221
25222 \backslash
25223 O
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232 \begin_inset Formula $\textrm{Ø}$
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 </row>
25241 <row>
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \backslash
25248 l
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257 \begin_inset Formula $\textrm{ł}$
25258 \end_inset
25259
25260
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 L
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282 \begin_inset Formula $\textrm{Ł}$
25283 \end_inset
25284
25285
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 </row>
25291 <row>
25292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296 !
25297 \begin_inset space \hspace{}
25298 \length 0mm
25299 \end_inset
25300
25301 `
25302 \begin_inset space \textvisiblespace{}
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314 \begin_inset Formula $\textrm{!`}$
25315 \end_inset
25316
25317
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 </row>
25323 <row>
25324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328 ?
25329 \begin_inset space \hspace{}
25330 \length 0mm
25331 \end_inset
25332
25333 `
25334 \begin_inset space \textvisiblespace{}
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346 \begin_inset Formula $\textrm{?`}$
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 </row>
25355 <row>
25356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360
25361 \backslash
25362 j
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371 \begin_inset Formula $\textrm{ȷ}$
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 </row>
25380 </lyxtabular>
25381
25382 \end_inset
25383
25384
25385 \begin_inset space \hfill{}
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \begin_layout Standard
25392 Les caractères 
25393 \begin_inset Formula $\textrm{\textrm{Å}}$
25394 \end_inset
25395
25396  et 
25397 \begin_inset Formula $\textrm{\textrm{Ø}}$
25398 \end_inset
25399
25400  peuvent aussi être insérés avec le bouton 
25401 \begin_inset Graphics
25402         filename ../../images/math/digamma.png
25403         scale 85
25404
25405 \end_inset
25406
25407  de la barre d'outils mathématique.
25408 \end_layout
25409
25410 \begin_layout Standard
25411 Les commandes 
25412 \series bold
25413 !
25414 \begin_inset space \hspace{}
25415 \length 0mm
25416 \end_inset
25417
25418 `
25419 \series default
25420  et ?
25421 \series bold
25422
25423 \begin_inset space \hspace{}
25424 \length 0mm
25425 \end_inset
25426
25427
25428 \series default
25429 ` sont des exceptions puisqu'elles peuvent être insérées directement dans
25430  le texte dans LyX.
25431 \end_layout
25432
25433 \begin_layout Subsection
25434 Les accents dans le texte
25435 \begin_inset CommandInset label
25436 LatexCommand label
25437 name "sub:Accents-dans-le-texte"
25438
25439 \end_inset
25440
25441
25442 \begin_inset Index idx
25443 status collapsed
25444
25445 \begin_layout Plain Layout
25446 Accents ! dans le texte
25447 \end_layout
25448
25449 \end_inset
25450
25451
25452 \end_layout
25453
25454 \begin_layout Standard
25455 Avec les commandes suivantes, on peut accentuer toutes les lettres.
25456  Ces commandes doivent être insérées en mode TeX.
25457 \end_layout
25458
25459 \begin_layout Standard
25460 \begin_inset space \hfill{}
25461 \end_inset
25462
25463
25464 \begin_inset Tabular
25465 <lyxtabular version="3" rows="8" columns="2">
25466 <features rotate="0" tabularvalignment="middle">
25467 <column alignment="block" valignment="top">
25468 <column alignment="block" valignment="top">
25469 <row>
25470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474 Commande
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483 Résultat
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 </row>
25489 <row>
25490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494
25495 \backslash
25496
25497 \begin_inset Quotes grd
25498 \end_inset
25499
25500 e
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509 \begin_inset ERT
25510 status collapsed
25511
25512 \begin_layout Plain Layout
25513
25514
25515 \backslash
25516 "e
25517 \end_layout
25518
25519 \end_inset
25520
25521
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 </row>
25527 <row>
25528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532
25533 \backslash
25534 `e
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543 \begin_inset ERT
25544 status collapsed
25545
25546 \begin_layout Plain Layout
25547
25548
25549 \backslash
25550 `e
25551 \end_layout
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 </row>
25561 <row>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566
25567 \backslash
25568 ^
25569 \begin_inset space \textvisiblespace{}
25570 \end_inset
25571
25572 e
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581 \begin_inset ERT
25582 status collapsed
25583
25584 \begin_layout Plain Layout
25585
25586
25587 \backslash
25588 ^e
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 </row>
25599 <row>
25600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604
25605 \backslash
25606 =e
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 \begin_inset ERT
25616 status collapsed
25617
25618 \begin_layout Plain Layout
25619
25620
25621 \backslash
25622 =e
25623 \end_layout
25624
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 <row>
25634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638
25639 \backslash
25640 u
25641 \begin_inset space \textvisiblespace{}
25642 \end_inset
25643
25644 e
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653 \begin_inset ERT
25654 status collapsed
25655
25656 \begin_layout Plain Layout
25657
25658
25659 \backslash
25660 u e
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 </row>
25671 <row>
25672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676
25677 \backslash
25678 b
25679 \begin_inset space \textvisiblespace{}
25680 \end_inset
25681
25682 e
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691 \begin_inset ERT
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695
25696
25697 \backslash
25698 b e
25699 \end_layout
25700
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 t
25717 \begin_inset space \textvisiblespace{}
25718 \end_inset
25719
25720 ee
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729 \begin_inset ERT
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733
25734
25735 \backslash
25736 t ee
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 </row>
25747 </lyxtabular>
25748
25749 \end_inset
25750
25751
25752 \begin_inset space \hfill{}
25753 \end_inset
25754
25755
25756 \begin_inset Tabular
25757 <lyxtabular version="3" rows="8" columns="2">
25758 <features rotate="0" tabularvalignment="middle">
25759 <column alignment="block" valignment="top">
25760 <column alignment="center" valignment="top">
25761 <row>
25762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Plain Layout
25766 Commande
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775 Résultat
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 </row>
25781 <row>
25782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Plain Layout
25786
25787 \backslash
25788 H
25789 \begin_inset space \textvisiblespace{}
25790 \end_inset
25791
25792 e
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801 \begin_inset ERT
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805
25806
25807 \backslash
25808 H e
25809 \end_layout
25810
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 </row>
25819 <row>
25820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824
25825 \backslash
25826 'e
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25832 \begin_inset Text
25833
25834 \begin_layout Plain Layout
25835 \begin_inset ERT
25836 status collapsed
25837
25838 \begin_layout Plain Layout
25839
25840
25841 \backslash
25842 'e
25843 \end_layout
25844
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 </row>
25853 <row>
25854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858
25859 \backslash
25860 ~e
25861 \begin_inset Index idx
25862 status collapsed
25863
25864 \begin_layout Plain Layout
25865 Tilde
25866 \end_layout
25867
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \end_inset
25874 </cell>
25875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25876 \begin_inset Text
25877
25878 \begin_layout Plain Layout
25879 \begin_inset ERT
25880 status collapsed
25881
25882 \begin_layout Plain Layout
25883
25884
25885 \backslash
25886 ~e
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \end_inset
25895 </cell>
25896 </row>
25897 <row>
25898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Plain Layout
25902
25903 \backslash
25904 .e
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25910 \begin_inset Text
25911
25912 \begin_layout Plain Layout
25913 \begin_inset ERT
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917
25918
25919 \backslash
25920 .e
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \end_inset
25929 </cell>
25930 </row>
25931 <row>
25932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25933 \begin_inset Text
25934
25935 \begin_layout Plain Layout
25936
25937 \backslash
25938 v
25939 \begin_inset space \textvisiblespace{}
25940 \end_inset
25941
25942 e
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25948 \begin_inset Text
25949
25950 \begin_layout Plain Layout
25951 \begin_inset ERT
25952 status collapsed
25953
25954 \begin_layout Plain Layout
25955
25956
25957 \backslash
25958 v e
25959 \end_layout
25960
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 </row>
25969 <row>
25970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25971 \begin_inset Text
25972
25973 \begin_layout Plain Layout
25974
25975 \backslash
25976 d
25977 \begin_inset space \textvisiblespace{}
25978 \end_inset
25979
25980 e
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989 \begin_inset ERT
25990 status collapsed
25991
25992 \begin_layout Plain Layout
25993
25994
25995 \backslash
25996 d e
25997 \end_layout
25998
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \end_inset
26005 </cell>
26006 </row>
26007 <row>
26008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26009 \begin_inset Text
26010
26011 \begin_layout Plain Layout
26012
26013 \backslash
26014 c
26015 \begin_inset space \textvisiblespace{}
26016 \end_inset
26017
26018 e
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027 \begin_inset ERT
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031
26032
26033 \backslash
26034 c e
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \end_inset
26043 </cell>
26044 </row>
26045 </lyxtabular>
26046
26047 \end_inset
26048
26049
26050 \begin_inset space \hfill{}
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 \begin_inset VSpace medskip
26058 \end_inset
26059
26060 Avec la commande 
26061 \series bold
26062
26063 \backslash
26064 t
26065 \series default
26066  on peut aussi accentuer deux caractères différents.
26067  La commande 
26068 \series bold
26069
26070 \backslash
26071 t
26072 \begin_inset space \textvisiblespace{}
26073 \end_inset
26074
26075 sz
26076 \series default
26077  va donner: 
26078 \begin_inset ERT
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082
26083
26084 \backslash
26085 t sz
26086 \end_layout
26087
26088 \end_inset
26089
26090
26091 \end_layout
26092
26093 \begin_layout Standard
26094 Les accents 
26095 \series bold
26096 `
26097 \series default
26098  , 
26099 \series bold
26100 '
26101 \series default
26102  , et 
26103 \series bold
26104 ^
26105 \series default
26106  peuvent être insérés directement avec le clavier, sans utiliser le mode
26107  TeX, quand ils sont utilisés avec des voyelles.
26108  La même chose s'applique au tilde
26109 \begin_inset Foot
26110 status collapsed
26111
26112 \begin_layout Plain Layout
26113 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
26114  accent.
26115 \end_layout
26116
26117 \end_inset
26118
26119  
26120 \series bold
26121 ~
26122 \series default
26123  en combinaison avec 
26124 \emph on
26125 a
26126 \emph default
26127  , 
26128 \emph on
26129 n
26130 \emph default
26131  , ou 
26132 \emph on
26133 o
26134 \emph default
26135 .
26136 \end_layout
26137
26138 \begin_layout Standard
26139 Les commandes 
26140 \series bold
26141
26142 \backslash
26143 b
26144 \series default
26145  , 
26146 \series bold
26147
26148 \backslash
26149 c
26150 \series default
26151  , 
26152 \series bold
26153
26154 \backslash
26155 d
26156 \series default
26157  , 
26158 \series bold
26159
26160 \backslash
26161 H
26162 \series default
26163  , 
26164 \series bold
26165
26166 \backslash
26167 t
26168 \series default
26169  , 
26170 \series bold
26171
26172 \backslash
26173 u
26174 \series default
26175  , 
26176 \series bold
26177
26178 \backslash
26179 v
26180 \series default
26181 , et les accents qui sont insérés directement au clavier sont aussi disponibles
26182  en texte mathématique.
26183  Pour les autres accents, il y a des commandes mathématiques spéciales à
26184  utiliser dans les formules, voir 
26185 \begin_inset CommandInset ref
26186 LatexCommand ref
26187 reference "sub:Accents-sur-un-caractère"
26188
26189 \end_inset
26190
26191 .
26192 \end_layout
26193
26194 \begin_layout Standard
26195 \begin_inset VSpace bigskip
26196 \end_inset
26197
26198 En plus, avec la commande 
26199 \series bold
26200
26201 \backslash
26202 textcircled
26203 \series default
26204
26205 \begin_inset Index idx
26206 status collapsed
26207
26208 \begin_layout Plain Layout
26209 Commandes ! T ! 
26210 \backslash
26211 textcircled
26212 \end_layout
26213
26214 \end_inset
26215
26216  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
26217  comme pour le symbole du copyright.
26218 \end_layout
26219
26220 \begin_layout Standard
26221 \align center
26222 \begin_inset Tabular
26223 <lyxtabular version="3" rows="3" columns="2">
26224 <features rotate="0" tabularvalignment="middle">
26225 <column alignment="center" valignment="top">
26226 <column alignment="center" valignment="top">
26227 <row>
26228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232 Commande
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26238 \begin_inset Text
26239
26240 \begin_layout Plain Layout
26241 Résultat
26242 \begin_inset Note Note
26243 status collapsed
26244
26245 \begin_layout Plain Layout
26246
26247 \series bold
26248
26249 \backslash
26250 raisebox
26251 \series default
26252  est seulement utilisée pour faire de la place
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 </row>
26263 <row>
26264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268
26269 \backslash
26270 textcircled{w}
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Plain Layout
26279 \begin_inset ERT
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283
26284
26285 \backslash
26286 textcircled{w}
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 </row>
26297 <row>
26298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26299 \begin_inset Text
26300
26301 \begin_layout Plain Layout
26302
26303 \backslash
26304 Large 
26305 \backslash
26306 textcircled{
26307 \backslash
26308 normalsize
26309 \backslash
26310 protect
26311 \backslash
26312 raisebox{-1.5pt}{W}}
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 \begin_inset Formula $\raisebox{4.5mm}{}$
26322 \end_inset
26323
26324
26325 \begin_inset ERT
26326 status collapsed
26327
26328 \begin_layout Plain Layout
26329
26330
26331 \backslash
26332 Large 
26333 \backslash
26334 textcircled{
26335 \backslash
26336 normalsize
26337 \backslash
26338 protect
26339 \backslash
26340 raisebox{-1.5pt}W}
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \begin_inset Formula $\raisebox{-2mm}{}$
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 </row>
26355 </lyxtabular>
26356
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \begin_layout Standard
26363 On doit faire attentions à ce que le caractère tienne dans le cercle.
26364  
26365 \series bold
26366
26367 \backslash
26368 Large
26369 \series default
26370
26371 \begin_inset Foot
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375 voir 
26376 \begin_inset CommandInset ref
26377 LatexCommand ref
26378 reference "sub:Tailles-polices"
26379
26380 \end_inset
26381
26382
26383 \end_layout
26384
26385 \end_inset
26386
26387  donne ici la taille du cercle.
26388  On peut centrer le caractère avec l'aide de la commande  
26389 \series bold
26390
26391 \backslash
26392 raisebox
26393 \series default
26394
26395 \begin_inset Foot
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399 voir 
26400 \begin_inset CommandInset ref
26401 LatexCommand ref
26402 reference "sub:Boîtes-sans-cadre"
26403
26404 \end_inset
26405
26406
26407 \end_layout
26408
26409 \end_inset
26410
26411  .
26412 \end_layout
26413
26414 \begin_layout Subsection
26415 Nombres en minuscules
26416 \begin_inset Index idx
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420 Minuscules pour les nombres
26421 \end_layout
26422
26423 \end_inset
26424
26425
26426 \end_layout
26427
26428 \begin_layout Standard
26429 Les nombres en minuscule sont créés avec la commande 
26430 \series bold
26431
26432 \backslash
26433 oldstylenums
26434 \series default
26435
26436 \begin_inset Index idx
26437 status collapsed
26438
26439 \begin_layout Plain Layout
26440 Commandes ! O ! 
26441 \backslash
26442 oldstylenums
26443 \end_layout
26444
26445 \end_inset
26446
26447 .
26448  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
26449  La syntaxe de la commande est:
26450 \end_layout
26451
26452 \begin_layout Standard
26453
26454 \series bold
26455
26456 \backslash
26457 oldstylenums{nombre}
26458 \end_layout
26459
26460 \begin_layout Standard
26461 La commande 
26462 \series bold
26463
26464 \backslash
26465 oldstylenums{0123456789
26466 \series default
26467  donne: 
26468 \begin_inset Formula $\oldstylenums{0123456789}$
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \begin_layout Section
26475 Styles de formules
26476 \begin_inset CommandInset label
26477 LatexCommand label
26478 name "sec:Styles-de-formules"
26479
26480 \end_inset
26481
26482
26483 \begin_inset Index idx
26484 status collapsed
26485
26486 \begin_layout Plain Layout
26487 Formules ! styles
26488 \end_layout
26489
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \begin_layout Itemize
26496 Il y a deux styles d'alignements différents:
26497 \end_layout
26498
26499 \begin_deeper
26500 \begin_layout Description
26501 Centré est le standard prédéfini
26502 \end_layout
26503
26504 \begin_layout Description
26505 Indenté pour ce style, l'option 
26506 \series bold
26507 fleqn
26508 \series default
26509  doit être insérée dans la fenêtre de dialogue 
26510 \family sans
26511 Document\SpecialChar \menuseparator
26512 Paramètres
26513 \family default
26514  dans la rubrique 
26515 \family sans
26516 Classe
26517 \begin_inset space ~
26518 \end_inset
26519
26520 de
26521 \begin_inset space ~
26522 \end_inset
26523
26524 Document
26525 \end_layout
26526
26527 \begin_layout Standard
26528 Quand on utilise 
26529 \series bold
26530 Indenté
26531 \series default
26532 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
26533  
26534 \series bold
26535
26536 \backslash
26537 mathindent
26538 \series default
26539
26540 \begin_inset Index idx
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544 Commandes ! M ! 
26545 \backslash
26546 mathindent
26547 \end_layout
26548
26549 \end_inset
26550
26551 .
26552  Par exemple, pour une distance de 15
26553 \begin_inset space \thinspace{}
26554 \end_inset
26555
26556 mm, on insère la ligne de commande suivante dans le préambule LaTeX
26557 \end_layout
26558
26559 \begin_layout Standard
26560
26561 \series bold
26562
26563 \backslash
26564 setlength{
26565 \backslash
26566 mathindent}{15mm}
26567 \end_layout
26568
26569 \begin_layout Standard
26570 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
26571 \begin_inset space \thinspace{}
26572 \end_inset
26573
26574 pt est utilisée.
26575 \end_layout
26576
26577 \end_deeper
26578 \begin_layout Itemize
26579 Et deux styles différents de numérotation:
26580 \end_layout
26581
26582 \begin_deeper
26583 \begin_layout Description
26584 Droite est le standard prédéfini
26585 \end_layout
26586
26587 \begin_layout Description
26588 Gauche pour ce style, l'option 
26589 \series bold
26590 leqno
26591 \series default
26592  doit être insérée dans la fenêtre de dialogue 
26593 \family sans
26594 Document\SpecialChar \menuseparator
26595 Paramètres
26596 \family default
26597  dans la rubrique 
26598 \family sans
26599 Classe
26600 \begin_inset space ~
26601 \end_inset
26602
26603 de
26604 \begin_inset space ~
26605 \end_inset
26606
26607 Document
26608 \end_layout
26609
26610 \end_deeper
26611 \begin_layout Standard
26612
26613 \series bold
26614 fleqn
26615 \series default
26616  et 
26617 \series bold
26618 leqno
26619 \series default
26620  peuvent être utilisés ensembles.
26621  Dans ce cas les deux options sont insérées, séparées par une virgule.
26622 \end_layout
26623
26624 \begin_layout Standard
26625 Les styles choisis sont utilisés par toutes les formules du document.
26626  Quand il faut créer à la fois des formules centrées et des formules alignées,
26627  on utilise le style 
26628 \series bold
26629 Centré
26630 \series default
26631 .
26632  Les formules indentées sont alors placées dans un environnement 
26633 \series bold
26634 falign, 
26635 \series default
26636 voir 
26637 \begin_inset CommandInset ref
26638 LatexCommand ref
26639 reference "sub:Environnement-Flalign"
26640
26641 \end_inset
26642
26643 .
26644 \end_layout
26645
26646 \begin_layout Section
26647 Formules multi-lignes
26648 \begin_inset CommandInset label
26649 LatexCommand label
26650 name "sec:Formules-multi-lignes"
26651
26652 \end_inset
26653
26654
26655 \begin_inset Index idx
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659 Formules ! multi-lignes
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \begin_layout Subsection
26668 Généralités
26669 \end_layout
26670
26671 \begin_layout Standard
26672 Dans LyX, on crée les formules multi-lignes en appuyant sur 
26673 \family sans
26674 Ctrl+Entrée
26675 \family default
26676  à l'intérieur d'une formule.
26677  Cela crée soit un environnement 
26678 \series bold
26679 equnarray 
26680 \series default
26681 qui est décrit dans
26682 \begin_inset space ~
26683 \end_inset
26684
26685
26686 \begin_inset CommandInset ref
26687 LatexCommand ref
26688 reference "sub:Environnement-eqnarray"
26689
26690 \end_inset
26691
26692  
26693 \series bold
26694 ,
26695 \series default
26696  soit dans le cas où l'option 
26697 \family sans
26698 Utilise le paquetage math AMS
26699 \family default
26700  est activé dans les préférences du document, un environnement 
26701 \series bold
26702 align 
26703 \series default
26704 qui est décrit dans 
26705 \begin_inset CommandInset ref
26706 LatexCommand ref
26707 reference "sub:Environnement-align-standard"
26708
26709 \end_inset
26710
26711 .
26712  L'environnement
26713 \series bold
26714  align
26715 \series default
26716  est recommandé car il produit une sortie typographiquement correcte dans
26717  tous les cas.
26718 \end_layout
26719
26720 \begin_layout Standard
26721 Il y a d'autres environnement de formules multi-lignes qui peuvent être
26722  créés en passant par le menu 
26723 \family sans
26724 Insertion\SpecialChar \menuseparator
26725 Math
26726 \family default
26727 .
26728  Ces environnements sont décrits dans les sections qui suivent.
26729 \end_layout
26730
26731 \begin_layout Standard
26732 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
26733  est créée en appuyant sur 
26734 \family sans
26735 Ctrl+Entrée
26736 \family default
26737 .
26738  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
26739  boutons 
26740 \begin_inset Graphics
26741         filename ../../images/tabular-feature_append-row.png
26742         scale 85
26743
26744 \end_inset
26745
26746  ou 
26747 \begin_inset Graphics
26748         filename ../../images/tabular-feature_delete-row.png
26749         scale 85
26750
26751 \end_inset
26752
26753  de la barre d'outils mathématique ou bien le menu 
26754 \family sans
26755 Édition\SpecialChar \menuseparator
26756 Lignes
26757 \begin_inset space \thinspace{}
26758 \end_inset
26759
26760 &
26761 \begin_inset space \thinspace{}
26762 \end_inset
26763
26764 Colonnes
26765 \family default
26766 .
26767 \end_layout
26768
26769 \begin_layout Subsubsection
26770 Séparation des lignes
26771 \begin_inset CommandInset label
26772 LatexCommand label
26773 name "sub:Séparation-des-lignes"
26774
26775 \end_inset
26776
26777
26778 \begin_inset Index idx
26779 status collapsed
26780
26781 \begin_layout Plain Layout
26782 Formules ! multi-lignes ! Séparation des lignes
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Standard
26791 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
26792 \begin_inset Formula 
26793 \begin{eqnarray*}
26794 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}\\
26795 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
26796 \end{eqnarray*}
26797
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \begin_layout Standard
26804 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
26805  qu'argument optionnel de la commande de saut de ligne.
26806  Ce n'est pas encore possible avec LyX
26807 \begin_inset Foot
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811 voir 
26812 \begin_inset CommandInset href
26813 LatexCommand href
26814 name "LyX-bug #1505"
26815 target "http://www.lyx.org/trac/ticket/1505"
26816
26817 \end_inset
26818
26819
26820 \end_layout
26821
26822 \end_inset
26823
26824 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
26825  Pour ajouter de l'espace dans notre exemple, on insère la commande 
26826 \series bold
26827
26828 \backslash
26829
26830 \backslash
26831 [3mm]
26832 \series default
26833  à la fin de la première ligne et on obtient: 
26834 \begin_inset ERT
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838
26839
26840 \backslash
26841 begin{eqnarray*}
26842 \end_layout
26843
26844 \begin_layout Plain Layout
26845
26846 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26847  = & 
26848 \backslash
26849 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26850 \backslash
26851
26852 \backslash
26853 [3mm]
26854 \end_layout
26855
26856 \begin_layout Plain Layout
26857
26858 4x^{2}
26859 \backslash
26860 left(B^{2}+x_{0}^{2}
26861 \backslash
26862 right)+4x_{0}x
26863 \backslash
26864 left(D-B^{2}
26865 \backslash
26866 right)+B^{2}
26867 \backslash
26868 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26869 \backslash
26870 right) & = & 0
26871 \end_layout
26872
26873 \begin_layout Plain Layout
26874
26875
26876 \backslash
26877 end{eqnarray*}
26878 \end_layout
26879
26880 \end_inset
26881
26882
26883 \end_layout
26884
26885 \begin_layout Standard
26886 \begin_inset VSpace bigskip
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \begin_layout Standard
26893 Pour modifier l'interligne pour toutes les lignes d'une formule, on doit
26894  changer la valeur de la longueur 
26895 \series bold
26896
26897 \backslash
26898 jot
26899 \series default
26900
26901 \begin_inset Index idx
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905 Commandes ! J ! 
26906 \backslash
26907 jot
26908 \begin_inset ERT
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912
26913
26914 \backslash
26915 vspace{4mm}
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924
26925 .
26926  La définition est : 
26927 \begin_inset Formula $\mathrm{interligne}=6\,\mathrm{pt}+\backslash\mathrm{jot}$
26928 \end_inset
26929
26930 .
26931  La valeur prédéfinie de 
26932 \series bold
26933
26934 \backslash
26935 jot 
26936 \series default
26937 est de 3
26938 \begin_inset space \thinspace{}
26939 \end_inset
26940
26941 pt.
26942  Pour créer un interligne supplémentaire de 3
26943 \begin_inset space \thinspace{}
26944 \end_inset
26945
26946 mm, comme dans l'exemple précédent, on insère la commande 
26947 \end_layout
26948
26949 \begin_layout Standard
26950
26951 \series bold
26952
26953 \backslash
26954 setlength{
26955 \backslash
26956 jot}{3mm+3pt}
26957 \end_layout
26958
26959 \begin_layout Standard
26960 en Code TeX avant la formule.
26961  Cela exige que le paquetage LaTeX 
26962 \series bold
26963 calc
26964 \begin_inset Foot
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968
26969 \series bold
26970 calc 
26971 \series default
26972 fait partie de toutes les distributions standard de LaTeX.
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \series default
26979
26980 \begin_inset Index idx
26981 status collapsed
26982
26983 \begin_layout Plain Layout
26984 Paquetages ! calc
26985 \end_layout
26986
26987 \end_inset
26988
26989  ait été chargé dans le préambule LaTeX avec la ligne
26990 \end_layout
26991
26992 \begin_layout Standard
26993
26994 \series bold
26995
26996 \backslash
26997 usepackage{calc}
26998 \end_layout
26999
27000 \begin_layout Standard
27001 On obtient alors: 
27002 \begin_inset ERT
27003 status collapsed
27004
27005 \begin_layout Plain Layout
27006
27007
27008 \backslash
27009 setlength{
27010 \backslash
27011 jot}{3mm+3pt}
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \begin_inset Formula 
27018 \begin{eqnarray*}
27019 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}\\
27020 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
27021 \end{eqnarray*}
27022
27023 \end_inset
27024
27025
27026 \end_layout
27027
27028 \begin_layout Standard
27029 \begin_inset ERT
27030 status collapsed
27031
27032 \begin_layout Plain Layout
27033
27034
27035 \backslash
27036 setlength{
27037 \backslash
27038 jot}{3pt}
27039 \end_layout
27040
27041 \end_inset
27042
27043  Pour revenir à l'espacement implicite, on remet la valeur de 
27044 \series bold
27045
27046 \backslash
27047 jot
27048 \series default
27049  à 3
27050 \begin_inset space \thinspace{}
27051 \end_inset
27052
27053 pt.
27054 \end_layout
27055
27056 \begin_layout Subsubsection
27057 Séparation des colonnes
27058 \begin_inset CommandInset label
27059 LatexCommand label
27060 name "sub:Séparation-des-colonnes"
27061
27062 \end_inset
27063
27064
27065 \begin_inset Index idx
27066 status collapsed
27067
27068 \begin_layout Plain Layout
27069 Formules ! multi-lignes ! Séparation des colonnes
27070 \end_layout
27071
27072 \end_inset
27073
27074
27075 \end_layout
27076
27077 \begin_layout Standard
27078 Les formules multi-lignes forment une matrice.
27079  Une formule dans un environnement eqnarray est par exemple une matrice
27080  à trois colonnes.
27081  En changeant l'espacement des colonnes de cet environnement, on peut modifier
27082  l'espace à côté du symbole de relation.
27083 \end_layout
27084
27085 \begin_layout Standard
27086 L'espacement des colonnes est spécifié avec la longueur 
27087 \series bold
27088
27089 \backslash
27090 arraycolsep
27091 \series default
27092
27093 \begin_inset Index idx
27094 status collapsed
27095
27096 \begin_layout Plain Layout
27097 Commandes ! A ! 
27098 \backslash
27099 arraycolsep
27100 \end_layout
27101
27102 \end_inset
27103
27104  selon la relation:
27105 \begin_inset Newline newline
27106 \end_inset
27107
27108 séparation des colonnes = 2
27109 \begin_inset space \thinspace{}
27110 \end_inset
27111
27112
27113 \series bold
27114
27115 \backslash
27116 arraycolsep
27117 \series default
27118
27119 \begin_inset Newline newline
27120 \end_inset
27121
27122 Donc, la commande
27123 \end_layout
27124
27125 \begin_layout Standard
27126
27127 \series bold
27128
27129 \backslash
27130 setlength{
27131 \backslash
27132 arraycolsep}{1cm}
27133 \end_layout
27134
27135 \begin_layout Standard
27136 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
27137  des colonnes à 2
27138 \begin_inset space \thinspace{}
27139 \end_inset
27140
27141 cm.
27142  Pour revenir à la valeur implicite, on met 
27143 \series bold
27144
27145 \backslash
27146 arraycolsep
27147 \series default
27148  à 5
27149 \begin_inset space \thinspace{}
27150 \end_inset
27151
27152 pt.
27153 \end_layout
27154
27155 \begin_layout Standard
27156 Une formule avec des colonnes séparées de 2
27157 \begin_inset space \thinspace{}
27158 \end_inset
27159
27160 cm:
27161 \begin_inset ERT
27162 status collapsed
27163
27164 \begin_layout Plain Layout
27165
27166
27167 \backslash
27168 setlength{
27169 \backslash
27170 arraycolsep}{1cm}
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \begin_inset Formula 
27177 \begin{eqnarray*}
27178 A & = & B\\
27179 C & \ne & A
27180 \end{eqnarray*}
27181
27182 \end_inset
27183
27184 Une formule avec la séparation de colonne prédéfinie de 10
27185 \begin_inset space \thinspace{}
27186 \end_inset
27187
27188 pt:
27189 \begin_inset ERT
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194
27195 \backslash
27196 setlength{
27197 \backslash
27198 arraycolsep}{5pt}
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \begin_inset Formula 
27205 \begin{eqnarray*}
27206 A & = & B\\
27207 C & \ne & A
27208 \end{eqnarray*}
27209
27210 \end_inset
27211
27212
27213 \end_layout
27214
27215 \begin_layout Standard
27216 \begin_inset Newpage newpage
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Subsubsection
27223 Formules longues
27224 \begin_inset Index idx
27225 status collapsed
27226
27227 \begin_layout Plain Layout
27228 Formules ! longues
27229 \end_layout
27230
27231 \end_inset
27232
27233
27234 \end_layout
27235
27236 \begin_layout Standard
27237 Les formules longues peuvent être mises en forme en utilisant une de ces
27238  méthodes:
27239 \end_layout
27240
27241 \begin_layout Itemize
27242 Quand un des membres de l'équation est beaucoup plus court que la largeur
27243  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
27244  de droite est écrit sur deux lignes: 
27245 \begin_inset Formula 
27246 \begin{eqnarray}
27247 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 \\
27248  &  & -\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}
27249 \end{eqnarray}
27250
27251 \end_inset
27252
27253 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
27254  comme un opérateur puisqu'il est le premier caractère de la ligne.
27255  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
27256  difficile à distinguer de la barre de fraction.
27257  Pour éviter cela, une espace de 3
27258 \begin_inset space \thinspace{}
27259 \end_inset
27260
27261 pt a été insérée après les signe moins avec la commande 
27262 \series bold
27263
27264 \backslash
27265 hspace
27266 \series default
27267 .
27268 \begin_inset Foot
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272 plus au sujet de la commande 
27273 \series bold
27274
27275 \backslash
27276 hspace
27277 \series default
27278 , voir 
27279 \begin_inset CommandInset ref
27280 LatexCommand ref
27281 reference "sub:Espace-variable"
27282
27283 \end_inset
27284
27285
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \begin_inset Index idx
27292 status collapsed
27293
27294 \begin_layout Plain Layout
27295 Commandes ! H ! 
27296 \backslash
27297 hspace
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \begin_layout Itemize
27306 Quand les deux membre de l'équation sont trop longs, on utilise la commande
27307  
27308 \series bold
27309
27310 \backslash
27311 lefteqn
27312 \series default
27313
27314 \begin_inset Index idx
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 Commandes ! L ! 
27319 \backslash
27320 lefteqn
27321 \end_layout
27322
27323 \end_inset
27324
27325 .
27326  Elle est insérée dans la première colonne de la première ligne et a comme
27327  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
27328 \begin_inset Formula 
27329 \begin{eqnarray}
27330 \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 \\
27331  &  & -\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 \\
27332  &  & =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}
27333 \end{eqnarray}
27334
27335 \end_inset
27336
27337 Après l'insertion de la commande 
27338 \series bold
27339
27340 \backslash
27341 lefteqn
27342 \series default
27343 , le curseur se trouve dans une boîte violette qui est légèrement décalée
27344  vers la gauche par rapport à la boîte bleue.
27345  C'est dans cette dernière que l'on insère la formule.
27346 \begin_inset Newline newline
27347 \end_inset
27348
27349 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
27350  celles d'après.
27351  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
27352 \begin_inset VSpace medskip
27353 \end_inset
27354
27355
27356 \begin_inset Newline newline
27357 \end_inset
27358
27359
27360 \begin_inset Note Greyedout
27361 status open
27362
27363 \begin_layout Plain Layout
27364 Notez les points suivants quand vous utilisez 
27365 \series bold
27366
27367 \backslash
27368 lefteqn
27369 \series default
27370 :
27371 \end_layout
27372
27373 \begin_layout Itemize
27374 La formule n'utilise pas la totalité de la largeur de la page.
27375  Quand par exemple on a ajouté le terme 
27376 \begin_inset Formula $-B^{2}$
27377 \end_inset
27378
27379  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
27380  de la marge.
27381  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
27382  négatif en début de la première ligne.
27383 \end_layout
27384
27385 \begin_layout Itemize
27386 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
27387  première ligne avec la souris
27388 \begin_inset Foot
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392 \begin_inset CommandInset href
27393 LatexCommand href
27394 name "LyX-bug #1429"
27395 target "http://www.lyx.org/trac/ticket/1429"
27396
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \end_inset
27403
27404 .
27405  On peut seulement placer le curseur au début de la ligne et ensuite le
27406  déplacer avec les flèches du clavier.
27407 \end_layout
27408
27409 \end_inset
27410
27411
27412 \end_layout
27413
27414 \begin_layout Itemize
27415 D'autres méthodes pour créer des formules longues sont offertes par les
27416  environnements décrits dans 
27417 \begin_inset CommandInset ref
27418 LatexCommand ref
27419 reference "sub:Environnement-Multline"
27420
27421 \end_inset
27422
27423  et 
27424 \begin_inset CommandInset ref
27425 LatexCommand ref
27426 reference "sub:Portions-de-formules-en-multiligne"
27427
27428 \end_inset
27429
27430 .
27431 \end_layout
27432
27433 \begin_layout Subsubsection
27434 Crochets sur plusieurs lignes
27435 \begin_inset CommandInset label
27436 LatexCommand label
27437 name "sub:Crochets-multilignes"
27438
27439 \end_inset
27440
27441
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 Crochets ! pour expressions multi-lignes
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \begin_layout Standard
27455 Pour des parenthèses ou des crochets entourant des expressions réparties
27456  sur plusieurs lignes, on rencontre le problème suivant:
27457 \begin_inset Formula 
27458 \begin{eqnarray*}
27459 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27460  &  & \left.\cdots+B-D\right]
27461 \end{eqnarray*}
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Standard
27469 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
27470  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
27471 \end_layout
27472
27473 \begin_layout Standard
27474 Pour donner la bonne taille au crochet de la deuxième ligne, la première
27475  ligne doit se terminer par la commande 
27476 \series bold
27477
27478 \backslash
27479 right.
27480 \series default
27481
27482 \begin_inset Index idx
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486 Commandes ! R ! 
27487 \backslash
27488 right
27489 \end_layout
27490
27491 \end_inset
27492
27493  et la seconde commencer par 
27494 \series bold
27495
27496 \backslash
27497 left.
27498 \begin_inset Foot
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 pour plus au sujet des commandes 
27503 \series bold
27504
27505 \backslash
27506 left
27507 \series default
27508  et 
27509 \series bold
27510
27511 \backslash
27512 right
27513 \series default
27514  voir 
27515 \begin_inset CommandInset ref
27516 LatexCommand ref
27517 reference "sub:Taille-parenthèses-automatique"
27518
27519 \end_inset
27520
27521
27522 \end_layout
27523
27524 \end_inset
27525
27526
27527 \series default
27528
27529 \begin_inset Index idx
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533 Commandes ! L ! 
27534 \backslash
27535 left
27536 \end_layout
27537
27538 \end_inset
27539
27540 .
27541  Après le 
27542 \series bold
27543
27544 \backslash
27545 left.
27546
27547 \series default
27548  on insère la commande 
27549 \series bold
27550
27551 \backslash
27552 vphantom
27553 \series default
27554
27555 \begin_inset space \textvisiblespace{}
27556 \end_inset
27557
27558
27559 \series bold
27560
27561 \backslash
27562 prod
27563 \series default
27564 ^
27565 \begin_inset space \textvisiblespace{}
27566 \end_inset
27567
27568
27569 \series bold
27570
27571 \backslash
27572 infty
27573 \series default
27574
27575 \begin_inset space \textvisiblespace{}
27576 \end_inset
27577
27578
27579 \series bold
27580
27581 \begin_inset Formula $\downarrow$
27582 \end_inset
27583
27584 _R=1}
27585 \series default
27586
27587 \begin_inset Index idx
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591 Commandes ! V ! 
27592 \backslash
27593 vphantom
27594 \end_layout
27595
27596 \end_inset
27597
27598  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
27599  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
27600  de la deuxième ligne.
27601 \end_layout
27602
27603 \begin_layout Standard
27604 On obtient ceci:
27605 \end_layout
27606
27607 \begin_layout Standard
27608 \begin_inset Formula 
27609 \begin{eqnarray*}
27610 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27611  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27612 \end{eqnarray*}
27613
27614 \end_inset
27615
27616
27617 \end_layout
27618
27619 \begin_layout Subsection
27620 Les environnements align 
27621 \end_layout
27622
27623 \begin_layout Standard
27624 Les environnements align peuvent être utilisés pour tous les cas de formules
27625  multi-lignes.
27626  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
27627 e.
27628 \end_layout
27629
27630 \begin_layout Standard
27631 Les environnement Align sont composés de colonnes.
27632  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
27633  sont alignées à droite.
27634  Chaque ligne d'un environnement Align peut être numérotée.
27635 \end_layout
27636
27637 \begin_layout Standard
27638 Les environnement Align sont créés avec le menu 
27639 \family sans
27640 Insertion\SpecialChar \menuseparator
27641 Math
27642 \family default
27643 .
27644  Avec le menu 
27645 \family sans
27646 Édition\SpecialChar \menuseparator
27647 Math\SpecialChar \menuseparator
27648 Change le type de formule
27649 \family default
27650  on peut convertir des formules existantes en environnement Align.
27651 \end_layout
27652
27653 \begin_layout Standard
27654 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
27655  
27656 \begin_inset Graphics
27657         filename ../../images/tabular-feature_append-column.png
27658         scale 85
27659
27660 \end_inset
27661
27662  ou 
27663 \begin_inset Graphics
27664         filename ../../images/tabular-feature_delete-column.png
27665         scale 85
27666
27667 \end_inset
27668
27669 , respectivement, soit le menu 
27670 \family sans
27671 Édition\SpecialChar \menuseparator
27672 Lignes & colonnes
27673 \family default
27674 .
27675 \end_layout
27676
27677 \begin_layout Subsubsection
27678 L'environnement align standard
27679 \begin_inset CommandInset label
27680 LatexCommand label
27681 name "sub:Environnement-align-standard"
27682
27683 \end_inset
27684
27685
27686 \begin_inset Index idx
27687 status collapsed
27688
27689 \begin_layout Plain Layout
27690 Formules ! multi-lignes ! environnement align
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 Cet environnement align est créé en appuyant sur 
27700 \family sans
27701 Ctrl+Entrée
27702 \family default
27703  dans une formule ou en utilisant le menu 
27704 \family sans
27705 Insertion\SpecialChar \menuseparator
27706 Math\SpecialChar \menuseparator
27707 Environnement
27708 \begin_inset space ~
27709 \end_inset
27710
27711 AMS
27712 \begin_inset space ~
27713 \end_inset
27714
27715 align
27716 \family default
27717 .
27718 \end_layout
27719
27720 \begin_layout Standard
27721 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
27722  align à quatre colonnes:
27723 \begin_inset Formula 
27724 \begin{align*}
27725 A & =\sin(B) & C & =D\\
27726 C & \ne A & B & \ne D
27727 \end{align*}
27728
27729 \end_inset
27730
27731 Comme on peut le voir, dans cet environnement les formules sont placées
27732  comme s'il y avait un 
27733 \series bold
27734
27735 \backslash
27736 hfill
27737 \begin_inset Foot
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741 pour plus d'information au sujet de 
27742 \series bold
27743
27744 \backslash
27745 hfill
27746 \series default
27747  voir 
27748 \begin_inset CommandInset ref
27749 LatexCommand ref
27750 reference "sub:Espace-variable"
27751
27752 \end_inset
27753
27754
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \series default
27761  avant la première colonne et après chaque colonne paire.
27762  Quand on utilise le style 
27763 \series bold
27764 Indenté
27765 \begin_inset Foot
27766 status collapsed
27767
27768 \begin_layout Plain Layout
27769 pour les styles de formules, voir 
27770 \begin_inset CommandInset ref
27771 LatexCommand ref
27772 reference "sec:Styles-de-formules"
27773
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \end_inset
27780
27781  
27782 \series default
27783 la formule est écrite sans le 
27784 \series bold
27785
27786 \backslash
27787 hfill
27788 \series default
27789  avant la première colonne.
27790 \end_layout
27791
27792 \begin_layout Subsubsection
27793 L'environnement alignat
27794 \begin_inset Index idx
27795 status collapsed
27796
27797 \begin_layout Plain Layout
27798 Formules ! multi-lignes ! environnement alignat
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Standard
27807 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
27808  Il peut être inséré manuellement avec les espaces qui sont décrits en 
27809 \begin_inset CommandInset ref
27810 LatexCommand ref
27811 reference "sub:Espace"
27812
27813 \end_inset
27814
27815 .
27816 \end_layout
27817
27818 \begin_layout Standard
27819 Voici l'exemple précédent dans un environnement alignat où on a inséré une
27820  espace de 1
27821 \begin_inset space \thinspace{}
27822 \end_inset
27823
27824 cm au début de la deuxième formule:
27825 \begin_inset Formula 
27826 \begin{alignat*}{2}
27827 A & =\sin(B) & \hspace{1cm}C & =D\\
27828 C & \ne A & B & \ne D
27829 \end{alignat*}
27830
27831 \end_inset
27832
27833 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
27834  colonne, cet environnement est particulièrement adapté aux cas où on a
27835  trois colonnes ou plus côte-à-côte.
27836  
27837 \end_layout
27838
27839 \begin_layout Standard
27840 \begin_inset Newpage newpage
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Subsubsection
27847 Environnement flalign
27848 \begin_inset CommandInset label
27849 LatexCommand label
27850 name "sub:Environnement-Flalign"
27851
27852 \end_inset
27853
27854
27855 \begin_inset Index idx
27856 status collapsed
27857
27858 \begin_layout Plain Layout
27859 Formules ! multi-lignes ! environnement flalign
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \begin_layout Standard
27868 Dans cet environnement les deux premières colonnes sont placées le plus
27869  à gauche possible et les deux dernière le plus à droite possible.
27870  Un exemple:
27871 \begin_inset Formula 
27872 \begin{flalign*}
27873 A & =1 & B & =2 & C & =3\\
27874 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27875 \end{flalign*}
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Standard
27883 En créant un environnement flalign avec un nombre impair de colonnes et
27884  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
27885  formules d'un document peuvent être mises à gauche, bien que le style de
27886  formules 
27887 \series bold
27888 Centré 
27889 \series default
27890 soit utilisé.
27891  Comme exemple la formule 
27892 \begin_inset CommandInset ref
27893 LatexCommand eqref
27894 reference "eq:VolInt"
27895
27896 \end_inset
27897
27898  indentée:
27899 \begin_inset Formula 
27900 \begin{flalign}
27901 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27902 \end{flalign}
27903
27904 \end_inset
27905
27906 Les deux premières colonnes contiennent la formule.
27907  Pour l'indenter comme avec le style de formule 
27908 \series bold
27909 Indenté,
27910 \series default
27911  on a inséré une espace de 30
27912 \begin_inset space \thinspace{}
27913 \end_inset
27914
27915 pt au début de la première colonne.
27916 \end_layout
27917
27918 \begin_layout Subsection
27919 Environnement eqnarray
27920 \begin_inset CommandInset label
27921 LatexCommand label
27922 name "sub:Environnement-eqnarray"
27923
27924 \end_inset
27925
27926
27927 \begin_inset Index idx
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 Formules ! multi-lignes ! environnement eqnarray
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Standard
27940 Quand on créé cet environnement, trois boîtes bleues apparaissent.
27941  Le contenu de la première boîte est aligné à droite, celui de la dernière
27942  est aligné à gauche.
27943  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
27944  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
27945 \begin_inset Formula 
27946 \begin{eqnarray*}
27947 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27948 AB & AB & AB\\
27949 A & = & A
27950 \end{eqnarray*}
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \begin_layout Subsection
27958 Environnement gather
27959 \begin_inset Index idx
27960 status collapsed
27961
27962 \begin_layout Plain Layout
27963 Formules ! multi-lignes ! environnement gather
27964 \end_layout
27965
27966 \end_inset
27967
27968
27969 \end_layout
27970
27971 \begin_layout Standard
27972 Cet environnement consiste seulement en une colonne centrée.
27973  Chaque ligne peut être numérotée.
27974 \begin_inset Formula 
27975 \begin{gather}
27976 A=1\\
27977 X=\textrm{-}1
27978 \end{gather}
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Subsection
27986 Environnement multline
27987 \begin_inset CommandInset label
27988 LatexCommand label
27989 name "sub:Environnement-Multline"
27990
27991 \end_inset
27992
27993
27994 \begin_inset Index idx
27995 status collapsed
27996
27997 \begin_layout Plain Layout
27998 Formules ! multi-lignes ! environnement multline
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 L'environnement multline consiste, comme l'environnement gather en une seule
28008  colonne.
28009  Mais la première ligne est alignée à gauche, la dernière est alignée à
28010  droite et toutes les autres sont centrées.
28011  Cet environnement est donc particulièrement adapté aux formules très longues.
28012  Comme exemple, voici la formule 
28013 \begin_inset CommandInset ref
28014 LatexCommand eqref
28015 reference "eq:lefteqn"
28016
28017 \end_inset
28018
28019  dans un environnement multline:
28020 \begin_inset Formula 
28021 \begin{multline}
28022 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}\\
28023 -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}\\
28024 =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}}
28025 \end{multline}
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \begin_layout Standard
28033 Dans la sortie finale, seule la dernière ligne d'un environnement multline
28034  apparaît numérotée si le document est numéroté à droite, la première s'il
28035  est numéroté à gauche.
28036 \begin_inset Foot
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040 pour les styles de numérotation, voir 
28041 \begin_inset CommandInset ref
28042 LatexCommand ref
28043 reference "sec:Styles-de-formules"
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_layout Standard
28056 Avec les commandes 
28057 \series bold
28058
28059 \backslash
28060 shoveright
28061 \series default
28062
28063 \begin_inset Index idx
28064 status collapsed
28065
28066 \begin_layout Plain Layout
28067 Commandes ! S ! 
28068 \backslash
28069 shoveright
28070 \end_layout
28071
28072 \end_inset
28073
28074  et 
28075 \series bold
28076
28077 \backslash
28078 shoveleft
28079 \series default
28080
28081 \begin_inset Index idx
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085 Commandes ! S ! 
28086 \backslash
28087 shoveleft
28088 \end_layout
28089
28090 \end_inset
28091
28092  une ligne centrée peut être alignée respectivement à droite ou à gauche.
28093  Les commandes sont utilisées de la façon suivante:
28094 \end_layout
28095
28096 \begin_layout Standard
28097
28098 \series bold
28099
28100 \backslash
28101 shoveright{contenu de la ligne}
28102 \series default
28103  et 
28104 \series bold
28105
28106 \backslash
28107 shoveleft{contenu de la ligne}
28108 \end_layout
28109
28110 \begin_layout Standard
28111 \begin_inset VSpace medskip
28112 \end_inset
28113
28114 La longueur 
28115 \series bold
28116
28117 \backslash
28118 multlinegap
28119 \series default
28120
28121 \begin_inset Index idx
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 Commandes ! M ! 
28126 \backslash
28127 multlinegap
28128 \end_layout
28129
28130 \end_inset
28131
28132  précise la distance entre le début de la première ligne et la marge de
28133  gauche.
28134  La valeur prédéfinie est 0
28135 \begin_inset space \thinspace{}
28136 \end_inset
28137
28138 pt.
28139 \end_layout
28140
28141 \begin_layout Standard
28142 Comme exemple, la formule précédente en ajoutant avant en mode TeX
28143 \end_layout
28144
28145 \begin_layout Standard
28146
28147 \series bold
28148
28149 \backslash
28150 setlength{
28151 \backslash
28152 multlinegap}{2cm}
28153 \end_layout
28154
28155 \begin_layout Standard
28156 \begin_inset ERT
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160
28161
28162 \backslash
28163 setlength{
28164 \backslash
28165 multlinegap}{2cm}
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \begin_inset Formula 
28172 \begin{multline}
28173 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}\\
28174 \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}}\\
28175 =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}}
28176 \end{multline}
28177
28178 \end_inset
28179
28180
28181 \begin_inset ERT
28182 status collapsed
28183
28184 \begin_layout Plain Layout
28185
28186
28187 \backslash
28188 setlength{
28189 \backslash
28190 multlinegap}{0pt}
28191 \end_layout
28192
28193 \end_inset
28194
28195 La deuxième ligne a été alignée à gauche en utilisant 
28196 \series bold
28197
28198 \backslash
28199 shoveleft
28200 \series default
28201 .
28202 \end_layout
28203
28204 \begin_layout Subsection
28205 Portions de formules en multi-ligne
28206 \begin_inset CommandInset label
28207 LatexCommand label
28208 name "sub:Portions-de-formules-en-multiligne"
28209
28210 \end_inset
28211
28212
28213 \begin_inset Index idx
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217 Formules ! multi-lignes ! portions de formules
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Standard
28226 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
28227  on peut utiliser l'un des environnements suivants: 
28228 \series bold
28229 aligned
28230 \series default
28231
28232 \series bold
28233 alignedat
28234 \series default
28235
28236 \series bold
28237 gathered
28238 \series default
28239  or 
28240 \series bold
28241 split
28242 \series default
28243 .
28244  Ils peuvent être insérés en utilisant le menu 
28245 \family sans
28246 Insertion\SpecialChar \menuseparator
28247 Math
28248 \family default
28249  ou en utilisant les commandes décrites dans cette section.
28250 \end_layout
28251
28252 \begin_layout Standard
28253 Les trois premier ont les mêmes propriétés que les environnements de formules
28254  correspondants, à part le fait que l'on peut ajouter d'autres portions
28255  de formules après eux.
28256  Un exemple:
28257 \begin_inset Formula 
28258 \[
28259 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28260 \Delta E\Delta t & \ge\frac{\hbar}{2}
28261 \end{aligned}
28262 \right\} \textrm{Relations d'incertitude}
28263 \]
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Standard
28271 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
28272  on insère la commande 
28273 \series bold
28274
28275 \backslash
28276 aligned
28277 \series default
28278
28279 \begin_inset Index idx
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 Commandes ! A ! 
28284 \backslash
28285 aligned
28286 \end_layout
28287
28288 \end_inset
28289
28290 .
28291  Une boîte violette apparaît autour de la boîte de formule dans laquelle
28292  on peut ajouter des lignes et des colonnes.
28293  En dehors de l'environnement multiligne, on peut mettre d'autres portions
28294  de formules, comme des accolades.
28295 \end_layout
28296
28297 \begin_layout Standard
28298 L'environnement aligned est aussi utilisable pour de longues formules dont
28299  les lignes sont alignées horizontalement.
28300  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
28301  est que le numéro des formules est centré verticalement après les formules.
28302  Un exemple, la formule
28303 \begin_inset CommandInset ref
28304 LatexCommand eqref
28305 reference "eq:courtlong"
28306
28307 \end_inset
28308
28309  dans l'environnement aligned:
28310 \begin_inset Formula 
28311 \begin{equation}
28312 \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}|}\\
28313  & -\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}|}
28314 \end{aligned}
28315 \end{equation}
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Standard
28323 Pour utiliser les environnements 
28324 \series bold
28325 alignedat
28326 \series default
28327
28328 \series bold
28329 gathered
28330 \series default
28331 , ou 
28332 \series bold
28333 split
28334 \series default
28335 , on doit insérer respectivement, les commandes 
28336 \series bold
28337
28338 \backslash
28339 alignedat
28340 \series default
28341 ,
28342 \begin_inset Index idx
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 Commandes ! A ! 
28347 \backslash
28348 alignedat
28349 \end_layout
28350
28351 \end_inset
28352
28353  
28354 \series bold
28355
28356 \backslash
28357 gathered
28358 \series default
28359
28360 \begin_inset Index idx
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 Commandes ! G ! 
28365 \backslash
28366 gathered
28367 \end_layout
28368
28369 \end_inset
28370
28371 , ou 
28372 \series bold
28373
28374 \backslash
28375 split
28376 \series default
28377
28378 \begin_inset Index idx
28379 status collapsed
28380
28381 \begin_layout Plain Layout
28382 Commandes ! S ! 
28383 \backslash
28384 split
28385 \end_layout
28386
28387 \end_inset
28388
28389 .
28390  L'environnement split a les mêmes propriétés que l'environnement aligned,
28391  mais il ne peut avoir que deux colonnes.
28392 \end_layout
28393
28394 \begin_layout Subsection
28395 Texte dans les formules multi-lignes
28396 \begin_inset CommandInset label
28397 LatexCommand label
28398 name "sub:Texte-dans-multi-lignes"
28399
28400 \end_inset
28401
28402
28403 \begin_inset Index idx
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407 Texte ! dans les formules
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \begin_inset Index idx
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417 Formules ! multi-lignes ! texte
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \end_layout
28424
28425 \begin_layout Standard
28426 Dans les environnements align, multline et gather, on peut insérer du texte
28427  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
28428  des colonnes.
28429  Pour faire cela, on utilise la commande 
28430 \series bold
28431
28432 \backslash
28433 intertext
28434 \series default
28435
28436 \begin_inset Index idx
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440 Commandes ! I ! 
28441 \backslash
28442 intertext
28443 \end_layout
28444
28445 \end_inset
28446
28447  avec la syntaxe suivante:
28448 \end_layout
28449
28450 \begin_layout Standard
28451
28452 \series bold
28453
28454 \backslash
28455 intertext{texte}
28456 \end_layout
28457
28458 \begin_layout Standard
28459 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
28460  subir de césure.
28461  Comme LyX ne supporte pas directement 
28462 \series bold
28463
28464 \backslash
28465 intertext
28466 \series default
28467 , le texte doit être écrit comme du texte mathématique.
28468  Le texte inséré avec 
28469 \series bold
28470
28471 \backslash
28472 intertext
28473 \series default
28474  doit être au début d'une ligne pour se trouver dans la sortie final au
28475  dessus de celle-ci.
28476  Un exemple où le texte a été inséré au début de la deuxième ligne:
28477 \begin_inset Formula 
28478 \begin{align}
28479 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28480 \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
28481 \end{align}
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Section
28489 Numérotation des formules
28490 \begin_inset Index idx
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 Numérotation des formules
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 Formules ! numérotation|see
28505 \begin_inset ERT
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509
28510 {
28511 \end_layout
28512
28513 \end_inset
28514
28515 Numérotation des formules
28516 \begin_inset ERT
28517 status collapsed
28518
28519 \begin_layout Plain Layout
28520
28521 }
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \begin_layout Subsection
28535 Généralités
28536 \end_layout
28537
28538 \begin_layout Standard
28539 On peut créer des formules numérotées avec le menu 
28540 \family sans
28541 Insertion\SpecialChar \menuseparator
28542 Math\SpecialChar \menuseparator
28543 Formule
28544 \begin_inset space ~
28545 \end_inset
28546
28547 numérotée
28548 \family default
28549  (raccourci 
28550 \family sans
28551 Ctrl+Alt
28552 \begin_inset space ~
28553 \end_inset
28554
28555
28556 \family default
28557 N).
28558  On peut aussi numéroter des formules existantes avec le menu 
28559 \family sans
28560 Édition\SpecialChar \menuseparator
28561 Math\SpecialChar \menuseparator
28562 (Dés)Activer
28563 \begin_inset space ~
28564 \end_inset
28565
28566 numérotation
28567 \family default
28568  (raccourci 
28569 \family sans
28570 Alt+M
28571 \family default
28572
28573 \begin_inset space ~
28574 \end_inset
28575
28576
28577 \family sans
28578 N
28579 \family default
28580 ).
28581  Le numéro de la formule est affiché dans LyX après la formule sous la forme
28582  d'un dièse entre parenthèse
28583 \begin_inset Foot
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 En anglais le dièse est le symbole du numéro (NdT).
28588 \end_layout
28589
28590 \end_inset
28591
28592 .
28593  Le dièse est remplacé dans la sortie finale par le numéro de la formule
28594 \end_layout
28595
28596 \begin_layout Standard
28597 Quand on active la numérotation sur des formules multi-lignes, toutes les
28598  lignes sont numérotées.
28599  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
28600  
28601 \family sans
28602 Édition\SpecialChar \menuseparator
28603 Math\SpecialChar \menuseparator
28604 (Dés)Activer
28605 \begin_inset space ~
28606 \end_inset
28607
28608 Numérotation
28609 \begin_inset space ~
28610 \end_inset
28611
28612 de
28613 \begin_inset space ~
28614 \end_inset
28615
28616 cette
28617 \begin_inset space ~
28618 \end_inset
28619
28620 ligne
28621 \family default
28622  (raccourci
28623 \begin_inset Newline newline
28624 \end_inset
28625
28626
28627 \family sans
28628 Alt+M
28629 \begin_inset space ~
28630 \end_inset
28631
28632 Shift+N
28633 \family default
28634 ).
28635 \end_layout
28636
28637 \begin_layout Standard
28638 À part pour les formules en ligne, toutes les formules peuvent être numérotées
28639  avec deux styles différents, voir 
28640 \begin_inset CommandInset ref
28641 LatexCommand ref
28642 reference "sec:Styles-de-formules"
28643
28644 \end_inset
28645
28646 .
28647 \end_layout
28648
28649 \begin_layout Subsection
28650 Références croisées
28651 \begin_inset Index idx
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 References@Références croisées ! à des formules
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \begin_layout Standard
28664 On peut faire référence à toute formule ayant une étiquette.
28665  On ajoute une étiquette avec le menu 
28666 \family sans
28667 Insertion\SpecialChar \menuseparator
28668 Étiquette
28669 \family default
28670  ou avec le bouton 
28671 \begin_inset Graphics
28672         filename ../../images/label-insert.png
28673         scale 85
28674
28675 \end_inset
28676
28677  de la barre d'outils.
28678  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
28679  ligne.
28680  Vous pouvez également effectuer un clic droit sur la formule et choisir
28681  
28682 \family sans
28683 Étiquette d'équation
28684 \family default
28685 \lang english
28686 .
28687
28688 \lang french
28689  Une fenêtre de dialogue apparaît affichant le préfixe 
28690 \series bold
28691 eq:
28692 \series default
28693  dans un champ de texte.
28694  L'étiquette est insérée à cet endroit, juste après le préfixe.
28695  Le préfixe prédéfini signifie 
28696 \begin_inset Quotes eld
28697 \end_inset
28698
28699 équation
28700 \begin_inset Quotes erd
28701 \end_inset
28702
28703  et rend plus facile la recherche d'une étiquette dans les grand documents
28704  en l'identifiant comme une étiquette de formule et pas, par exemple comme
28705  une étiquette de section.
28706  Pour modifier l'étiquette vous devez repasser par le menu 
28707 \family sans
28708 Insertion\SpecialChar \menuseparator
28709 Étiquette 
28710 \family default
28711 ou effectuer un clic droit sur la formule et choisir 
28712 \family sans
28713 Étiquette d'équation
28714 \family default
28715 .
28716 \end_layout
28717
28718 \begin_layout Standard
28719 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
28720  la formule.
28721  Une formule avec une étiquette est toujours numérotée.
28722 \end_layout
28723
28724 \begin_layout Standard
28725 On insère une référence croisée avec le menu 
28726 \family sans
28727 Insertion\SpecialChar \menuseparator
28728 Référence
28729 \begin_inset space ~
28730 \end_inset
28731
28732 croisée
28733 \family default
28734  ou avec le bouton 
28735 \begin_inset Graphics
28736         filename ../../images/dialog-show-new-inset_ref.png
28737         scale 85
28738
28739 \end_inset
28740
28741  de la barre d'outils.
28742  Une référence croisée à une formule apparaît dans la sortie finale comme
28743  un numéro de formule.
28744  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
28745  
28746 \series bold
28747 (<reference>),
28748 \series default
28749  la référence croisée apparaît dans la sortie finale comme un numéro de
28750  formule entre parenthèses.
28751 \begin_inset Newline newline
28752 \end_inset
28753
28754 En faisant un clic droit sur une référence croisée dans LyX, on saute à
28755  la formule qui est référencée.
28756 \end_layout
28757
28758 \begin_layout Standard
28759 Voici comme exemples des références croisées à des formules qui se trouvent
28760  dans les sous-sections qui suivent:
28761 \begin_inset Note Note
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765 Noter les différents types de références croisées.
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 Les équations 
28775 \begin_inset CommandInset ref
28776 LatexCommand eqref
28777 reference "eq:tag"
28778
28779 \end_inset
28780
28781  et 
28782 \begin_inset CommandInset ref
28783 LatexCommand eqref
28784 reference "eq:c"
28785
28786 \end_inset
28787
28788  sont équivalentes.
28789  Dans (
28790 \begin_inset CommandInset ref
28791 LatexCommand ref
28792 reference "eq:Lat"
28793
28794 \end_inset
28795
28796 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
28797  à  (
28798 \begin_inset CommandInset ref
28799 LatexCommand ref
28800 reference "eq:Rom"
28801
28802 \end_inset
28803
28804 ).
28805 \end_layout
28806
28807 \begin_layout Standard
28808 \begin_inset VSpace medskip
28809 \end_inset
28810
28811 Quand l'argument de 
28812 \series bold
28813
28814 \backslash
28815 tag
28816 \begin_inset Foot
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820
28821 \series bold
28822
28823 \backslash
28824 tag
28825 \series default
28826  est décrit dans 
28827 \begin_inset CommandInset ref
28828 LatexCommand ref
28829 reference "sub:Numérotation-personnalisée"
28830
28831 \end_inset
28832
28833 .
28834 \end_layout
28835
28836 \end_inset
28837
28838
28839 \series default
28840  contient une boîte comme dans 
28841 \begin_inset CommandInset ref
28842 LatexCommand ref
28843 reference "sub:Boîtes-de-paragraphes"
28844
28845 \end_inset
28846
28847 , la formule ne peut pas être référencée.
28848 \end_layout
28849
28850 \begin_layout Subsection
28851 Sous-numérotation
28852 \begin_inset Index idx
28853 status collapsed
28854
28855 \begin_layout Plain Layout
28856 Numérotation des formules ! sous-numérotation
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \end_layout
28863
28864 \begin_layout Standard
28865 Avec l'aide des commandes 
28866 \series bold
28867
28868 \backslash
28869 begin{subequations}
28870 \series default
28871  et 
28872 \series bold
28873
28874 \backslash
28875 end{subequations}
28876 \series default
28877  on peut faire une sous-numérotation de formules.
28878  Les deux commandes doivent être insérées en mode TeX.
28879 \end_layout
28880
28881 \begin_layout Standard
28882 Un exemple:
28883 \begin_inset Formula 
28884 \begin{equation}
28885 A=C-B\label{eq:a}
28886 \end{equation}
28887
28888 \end_inset
28889
28890
28891 \begin_inset ERT
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895
28896
28897 \backslash
28898 addtocounter{equation}{-1}
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \begin_inset ERT
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908
28909
28910 \backslash
28911 begin{subequations}
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \begin_inset VSpace -5mm
28918 \end_inset
28919
28920
28921 \begin_inset Formula 
28922 \begin{equation}
28923 B=C-A\label{eq:b}
28924 \end{equation}
28925
28926 \end_inset
28927
28928
28929 \begin_inset Formula 
28930 \begin{equation}
28931 C=A+B\label{eq:c}
28932 \end{equation}
28933
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Standard
28940 \begin_inset ERT
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944
28945
28946 \backslash
28947 end{subequations}
28948 \end_layout
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \begin_layout Standard
28956 Pour créer cet exemple, on fait ce qui suit:
28957 \end_layout
28958
28959 \begin_layout Enumerate
28960 on insère la première formule
28961 \end_layout
28962
28963 \begin_layout Enumerate
28964 après la première formule on insère 
28965 \begin_inset Newline newline
28966 \end_inset
28967
28968
28969 \series bold
28970
28971 \backslash
28972 addtocounter{equation}{-1} 
28973 \backslash
28974 begin{subequations}
28975 \begin_inset Index idx
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 Commandes ! A ! 
28980 \backslash
28981 addtocounter
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \end_layout
28988
28989 \begin_layout Enumerate
28990 on insère la deuxième formule
28991 \end_layout
28992
28993 \begin_layout Enumerate
28994 on insère la troisième formule
28995 \end_layout
28996
28997 \begin_layout Enumerate
28998 on insère 
28999 \series bold
29000
29001 \backslash
29002 end{subequations}
29003 \series default
29004  après la troisième formule
29005 \end_layout
29006
29007 \begin_layout Standard
29008 Chaque formule entre les commandes 
29009 \series bold
29010
29011 \backslash
29012 begin
29013 \series default
29014  et 
29015 \series bold
29016
29017 \backslash
29018 end
29019 \series default
29020  est sous-numérotée avec a, b,
29021 \begin_inset Newline linebreak
29022 \end_inset
29023
29024 c, \SpecialChar \ldots{}
29025  Pour les formules multi-lignes, chaque ligne sera numérotée.
29026  Toutes les formules sous-numérotées sont traitées comme 
29027 \emph on
29028 une seule 
29029 \emph default
29030 formule.
29031  Mais comme chaque formule numérotée incrémente le compteur 
29032 \series bold
29033 equation
29034 \series default
29035  de un, on a besoin de la commande 
29036 \series bold
29037
29038 \backslash
29039 addtocounter
29040 \series default
29041  pour le décrémenter.
29042  Sinon les formules 
29043 \begin_inset CommandInset ref
29044 LatexCommand eqref
29045 reference "eq:a"
29046
29047 \end_inset
29048
29049
29050 \begin_inset CommandInset ref
29051 LatexCommand eqref
29052 reference "eq:b"
29053
29054 \end_inset
29055
29056
29057 \begin_inset CommandInset ref
29058 LatexCommand eqref
29059 reference "eq:c"
29060
29061 \end_inset
29062
29063  seraient numérotées comme 
29064 \begin_inset CommandInset ref
29065 LatexCommand eqref
29066 reference "eq:a"
29067
29068 \end_inset
29069
29070
29071 \begin_inset CommandInset ref
29072 LatexCommand eqref
29073 reference "eq:d"
29074
29075 \end_inset
29076
29077
29078 \begin_inset CommandInset ref
29079 LatexCommand eqref
29080 reference "eq:f"
29081
29082 \end_inset
29083
29084 .
29085 \end_layout
29086
29087 \begin_layout Standard
29088 En insérant les commandes en mode TeX entre les deux premières formules,
29089  on crée un espace.
29090  Pour le supprimer, on insère un espace vertical négatif de -5
29091 \begin_inset space \thinspace{}
29092 \end_inset
29093
29094 mm après la commande 
29095 \series bold
29096
29097 \backslash
29098 begin{subequations}
29099 \series default
29100 .
29101  Quand on utilise le style 
29102 \series bold
29103 Indenté
29104 \begin_inset Foot
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 pour les styles de formules, voir 
29109 \begin_inset CommandInset ref
29110 LatexCommand ref
29111 reference "sec:Styles-de-formules"
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \end_inset
29119
29120
29121 \series default
29122 on insère un espace de -7
29123 \begin_inset space \thinspace{}
29124 \end_inset
29125
29126 mm à la place.
29127 \end_layout
29128
29129 \begin_layout Standard
29130 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
29131  pour la deuxième ligne:
29132 \end_layout
29133
29134 \begin_layout Standard
29135 \begin_inset ERT
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139
29140
29141 \backslash
29142 begin{subequations}
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset Formula 
29149 \begin{eqnarray}
29150 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29151  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29152  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29153 \end{eqnarray}
29154
29155 \end_inset
29156
29157
29158 \begin_inset ERT
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162
29163
29164 \backslash
29165 end{subequations}
29166 \end_layout
29167
29168 \end_inset
29169
29170
29171 \end_layout
29172
29173 \begin_layout Subsection
29174 Numérotation personnalisée
29175 \begin_inset CommandInset label
29176 LatexCommand label
29177 name "sub:Numérotation-personnalisée"
29178
29179 \end_inset
29180
29181
29182 \begin_inset Index idx
29183 status collapsed
29184
29185 \begin_layout Plain Layout
29186 Numérotation des formules !  personnalisée
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \begin_layout Standard
29195 \begin_inset Index idx
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 Numérotation des formules ! délimiteurs personnalisés
29200 \end_layout
29201
29202 \end_inset
29203
29204 Avec la numérotation standard, on a des parenthèses autour du numéro de
29205  formule.
29206  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
29207  il faut ajouter la lignes suivante dans le préambule LaTeX:
29208 \end_layout
29209
29210 \begin_layout Standard
29211
29212 \series bold
29213
29214 \backslash
29215 def
29216 \backslash
29217 tagform@#1{
29218 \backslash
29219 maketag@@@{|#1|}}
29220 \series default
29221
29222 \begin_inset Note Note
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
29227  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
29228  début de ligne.
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
29238  autour du 
29239 \series bold
29240 #1
29241 \series default
29242  par un caractère ou plus.
29243  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
29244  verticales.
29245 \end_layout
29246
29247 \begin_layout Standard
29248 \begin_inset VSpace bigskip
29249 \end_inset
29250
29251 Si vous voulez avoir une expression de votre choix entre parenthèses après
29252  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
29253  commande 
29254 \series bold
29255
29256 \backslash
29257 tag
29258 \series default
29259
29260 \begin_inset Index idx
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264 Commandes ! T ! 
29265 \backslash
29266 tag
29267 \end_layout
29268
29269 \end_inset
29270
29271 :
29272 \begin_inset Formula 
29273 \begin{equation}
29274 A+B=C\tag{quelquechose}\label{eq:tag}
29275 \end{equation}
29276
29277 \end_inset
29278
29279 Dans cet exemple, on a mis la commande 
29280 \series bold
29281
29282 \backslash
29283 tag
29284 \series default
29285
29286 \begin_inset space \textvisiblespace{}
29287 \end_inset
29288
29289
29290 \series bold
29291 quelquechose
29292 \series default
29293  dans la formule.
29294 \end_layout
29295
29296 \begin_layout Standard
29297 Quand on insère la commande 
29298 \series bold
29299
29300 \backslash
29301 tag*
29302 \series default
29303
29304 \begin_inset space \textvisiblespace{}
29305 \end_inset
29306
29307
29308 \series bold
29309 quelquechose
29310 \series default
29311  à la place, l'astérisque supprime les parenthèses autour du texte:
29312 \begin_inset Formula 
29313 \[
29314 A+B=C\tag*{quelquechose}
29315 \]
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 \begin_inset VSpace bigskip
29324 \end_inset
29325
29326 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
29327  ou section du document, on utilise les commandes suivantes: 
29328 \end_layout
29329
29330 \begin_layout Standard
29331
29332 \series bold
29333
29334 \backslash
29335 @addtoreset{equation}{part}
29336 \series default
29337
29338 \begin_inset Index idx
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342 Commandes ! 
29343 \begin_inset ERT
29344 status collapsed
29345
29346 \begin_layout Plain Layout
29347
29348 "
29349 \end_layout
29350
29351 \end_inset
29352
29353 @
29354 \begin_inset ERT
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358
29359 "
29360 \end_layout
29361
29362 \end_inset
29363
29364  ! 
29365 \backslash
29366
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372 "
29373 \end_layout
29374
29375 \end_inset
29376
29377 @
29378 \begin_inset ERT
29379 status collapsed
29380
29381 \begin_layout Plain Layout
29382
29383 "
29384 \end_layout
29385
29386 \end_inset
29387
29388 addtoreset
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \begin_inset Newline newline
29395 \end_inset
29396
29397 ou
29398 \begin_inset Newline newline
29399 \end_inset
29400
29401
29402 \series bold
29403
29404 \backslash
29405 @addtoreset{equation}{section}
29406 \end_layout
29407
29408 \begin_layout Standard
29409 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
29410 \begin_inset Quotes eld
29411 \end_inset
29412
29413 @
29414 \begin_inset Quotes erd
29415 \end_inset
29416
29417  doit être rendu 
29418 \begin_inset Quotes eld
29419 \end_inset
29420
29421 actif
29422 \begin_inset Quotes erd
29423 \end_inset
29424
29425  pour LaTeX en utilisant la commande 
29426 \series bold
29427
29428 \backslash
29429 makeatletter.
29430
29431 \series default
29432  La commande 
29433 \series bold
29434
29435 \backslash
29436 makeatother
29437 \series default
29438  le désactive.
29439  La suite de commandes en mode TeX est donc:
29440 \end_layout
29441
29442 \begin_layout Standard
29443
29444 \series bold
29445
29446 \backslash
29447 makeatletter
29448 \begin_inset Newline newline
29449 \end_inset
29450
29451
29452 \backslash
29453 @addtoreset{equation}{section}
29454 \begin_inset Newline newline
29455 \end_inset
29456
29457
29458 \backslash
29459 makeatother
29460 \end_layout
29461
29462 \begin_layout Standard
29463 Dans le préambule LaTeX on peut omettre les commandes 
29464 \series bold
29465
29466 \backslash
29467 makeatletter
29468 \series default
29469  et 
29470 \series bold
29471
29472 \backslash
29473 makeatother
29474 \series default
29475 , vu que LyX les insère automatiquement en interne.
29476 \end_layout
29477
29478 \begin_layout Standard
29479 Pour supprimer l'effet de 
29480 \series bold
29481
29482 \backslash
29483 @addtoreset
29484 \series default
29485 , on doit charger le fichier 
29486 \series bold
29487 remreset.sty
29488 \series default
29489
29490 \begin_inset Foot
29491 status collapsed
29492
29493 \begin_layout Plain Layout
29494
29495 \series bold
29496 remreset
29497 \series default
29498  fait partie du paquetage LaTeX 
29499 \series bold
29500 carlisle
29501 \series default
29502
29503 \begin_inset Index idx
29504 status collapsed
29505
29506 \begin_layout Plain Layout
29507 Paquetages ! carlisle
29508 \end_layout
29509
29510 \end_inset
29511
29512  qui est compris dans toutes les installations LaTeX standard.
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \begin_inset Index idx
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522 Paquetages ! remreset
29523 \end_layout
29524
29525 \end_inset
29526
29527  dans le préambule LaTeX avec la ligne
29528 \end_layout
29529
29530 \begin_layout Standard
29531
29532 \series bold
29533
29534 \backslash
29535 usepackage{remreset}
29536 \end_layout
29537
29538 \begin_layout Standard
29539 On peut alors utiliser la commande 
29540 \series bold
29541
29542 \backslash
29543 @removefromreset
29544 \series default
29545
29546 \begin_inset Index idx
29547 status collapsed
29548
29549 \begin_layout Plain Layout
29550 Commandes ! 
29551 \begin_inset ERT
29552 status collapsed
29553
29554 \begin_layout Plain Layout
29555
29556 "
29557 \end_layout
29558
29559 \end_inset
29560
29561 @
29562 \begin_inset ERT
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566
29567 "
29568 \end_layout
29569
29570 \end_inset
29571
29572  ! 
29573 \backslash
29574
29575 \begin_inset ERT
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579
29580 "
29581 \end_layout
29582
29583 \end_inset
29584
29585 @
29586 \begin_inset ERT
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590
29591 "
29592 \end_layout
29593
29594 \end_inset
29595
29596 removefromreset
29597 \end_layout
29598
29599 \end_inset
29600
29601  avec la même syntaxe que 
29602 \series bold
29603
29604 \backslash
29605 @addtoreset
29606 \series default
29607 .
29608 \end_layout
29609
29610 \begin_layout Standard
29611 \begin_inset VSpace bigskip
29612 \end_inset
29613
29614 On doit parfois numéroter les formules de la façon suivante
29615 \end_layout
29616
29617 \begin_layout Standard
29618
29619 \family typewriter
29620 (numéro de section.numéro de formule)
29621 \end_layout
29622
29623 \begin_layout Standard
29624 Le numéro de formule repart à 
29625 \begin_inset Quotes eld
29626 \end_inset
29627
29628 1
29629 \begin_inset Quotes erd
29630 \end_inset
29631
29632  à chaque nouvelle section
29633 \end_layout
29634
29635 \begin_layout Standard
29636 Dans ce cas, on peut utiliser la commande 
29637 \series bold
29638
29639 \backslash
29640 numberwithin
29641 \series default
29642
29643 \begin_inset Index idx
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647 Commandes ! N ! 
29648 \backslash
29649 numberwithin
29650 \end_layout
29651
29652 \end_inset
29653
29654 , qui a la syntaxe suivante:
29655 \end_layout
29656
29657 \begin_layout Standard
29658
29659 \series bold
29660
29661 \backslash
29662 numberwithin{compteur}{sectionnement}
29663 \end_layout
29664
29665 \begin_layout Standard
29666 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
29667 nt indique quel numéro est placé avant le point.
29668 \end_layout
29669
29670 \begin_layout Standard
29671 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
29672  LaTeX soit en mode TeX:
29673 \end_layout
29674
29675 \begin_layout Standard
29676
29677 \series bold
29678
29679 \backslash
29680 numberwithin{equation}{section}
29681 \end_layout
29682
29683 \begin_layout Standard
29684 Voici le résultat:
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690
29691 \backslash
29692 numberwithin{equation}{section}
29693 \end_layout
29694
29695 \end_inset
29696
29697
29698 \begin_inset Formula 
29699 \begin{equation}
29700 A+B=C
29701 \end{equation}
29702
29703 \end_inset
29704
29705
29706 \end_layout
29707
29708 \begin_layout Standard
29709 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
29710  on utilisera
29711 \begin_inset Newline newline
29712 \end_inset
29713
29714
29715 \series bold
29716
29717 \backslash
29718 numberwithin{table}{part}
29719 \end_layout
29720
29721 \begin_layout Standard
29722 Pour revenir à la numérotation standard pour éviter ce type de numérotation
29723  quand elle est définie par la classe du document, on insère la commande
29724  suivante, soit dans le préambule, soit en mode TeX:
29725 \end_layout
29726
29727 \begin_layout Standard
29728
29729 \series bold
29730
29731 \backslash
29732 renewcommand{
29733 \backslash
29734 theequation}{
29735 \backslash
29736 arabic{equation}}
29737 \begin_inset Index idx
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741 Commandes ! A ! 
29742 \backslash
29743 arabic
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \series default
29750
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756
29757 \backslash
29758 renewcommand{
29759 \backslash
29760 theequation}{
29761 \backslash
29762 arabic{equation}}
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \series bold
29769
29770 \begin_inset Newline newline
29771 \end_inset
29772
29773
29774 \series default
29775 ou
29776 \series bold
29777
29778 \begin_inset Newline newline
29779 \end_inset
29780
29781
29782 \backslash
29783 renewcommand{
29784 \backslash
29785 thetable}{
29786 \backslash
29787 arabic{table}}
29788 \end_layout
29789
29790 \begin_layout Standard
29791
29792 \series bold
29793
29794 \backslash
29795 numberwithin
29796 \series default
29797  utilise en interne la commande 
29798 \series bold
29799
29800 \backslash
29801 @addtoreset
29802 \series default
29803 , décrite plus haut et qui doit aussi être annulée.
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808
29809
29810 \backslash
29811 makeatletter
29812 \end_layout
29813
29814 \begin_layout Plain Layout
29815
29816
29817 \backslash
29818 @removefromreset{equation}{section}
29819 \end_layout
29820
29821 \begin_layout Plain Layout
29822
29823
29824 \backslash
29825 makeatother
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \end_layout
29832
29833 \begin_layout Subsection
29834 Numérotation avec des chiffres romains ou des lettres
29835 \begin_inset Index idx
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839 Numérotation des formules ! avec des lettres
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \begin_inset Index idx
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Numérotation des formules ! avec des chiffres romains
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Standard
29858 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
29859  latines.
29860  Par exemple, pour numéroter avec des petits chiffres romains, on insère
29861  la commande
29862 \end_layout
29863
29864 \begin_layout Standard
29865
29866 \series bold
29867
29868 \backslash
29869 renewcommand{
29870 \backslash
29871 theequation}{
29872 \backslash
29873 roman{equation}}
29874 \end_layout
29875
29876 \begin_layout Standard
29877 en mode TeX juste avant la formule.
29878  
29879 \series bold
29880
29881 \backslash
29882 renewcommand
29883 \series default
29884
29885 \begin_inset Index idx
29886 status collapsed
29887
29888 \begin_layout Plain Layout
29889 Commandes ! R ! 
29890 \backslash
29891 renewcommand
29892 \end_layout
29893
29894 \end_inset
29895
29896  redéfinit la commande prédéfinie 
29897 \series bold
29898
29899 \backslash
29900 theequation
29901 \series default
29902  en la commande 
29903 \series bold
29904
29905 \backslash
29906 roman{equation}
29907 \series default
29908
29909 \begin_inset Foot
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913 La commande 
29914 \series bold
29915
29916 \backslash
29917 renewcommand
29918 \series default
29919  a la même syntaxe que la commande 
29920 \series bold
29921
29922 \backslash
29923 newcommand
29924 \series default
29925  qui est décrite dans 
29926 \begin_inset CommandInset ref
29927 LatexCommand ref
29928 reference "sec:Commandes-personnalisées"
29929
29930 \end_inset
29931
29932 .
29933 \end_layout
29934
29935 \end_inset
29936
29937 .
29938  
29939 \series bold
29940 equation
29941 \series default
29942  est le compteur pour les formules.
29943  Quand la commande 
29944 \series bold
29945
29946 \backslash
29947 the
29948 \series default
29949  est utilisée comme préfixe pour un compteur, la valeur du compteur est
29950  écrite en utilisant des chiffres arabes.
29951  Quand une formule est numérotée, LaTeX met en interne la commande 
29952 \series bold
29953
29954 \backslash
29955 theequation
29956 \series default
29957  après la formule.
29958  
29959 \series bold
29960
29961 \backslash
29962 roman{equation}
29963 \begin_inset Index idx
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967 Commandes ! R ! 
29968 \backslash
29969 roman
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \series default
29976  écrit la valeur du compteur en utilisant des petits chiffres romains.
29977 \end_layout
29978
29979 \begin_layout Standard
29980 Toutes les formules qui suivent 
29981 \series bold
29982
29983 \backslash
29984 renew
29985 \series default
29986 c
29987 \series bold
29988 ommand
29989 \series default
29990  sont maintenant numérotées en chiffres romains.
29991  Pour passer à une numérotation avec de gros chiffres romains, on insère
29992  la même commande, mais avec 
29993 \series bold
29994
29995 \backslash
29996 roman
29997 \series default
29998  remplacé par 
29999 \series bold
30000
30001 \backslash
30002 Roman
30003 \series default
30004
30005 \begin_inset Index idx
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009 Commandes ! R ! 
30010 \backslash
30011 roman@
30012 \backslash
30013 Roman
30014 \end_layout
30015
30016 \end_inset
30017
30018 .
30019  Pour numéroter avec des lettres latines minuscules, on a la commande 
30020 \series bold
30021
30022 \backslash
30023 alph
30024 \series default
30025
30026 \begin_inset Index idx
30027 status collapsed
30028
30029 \begin_layout Plain Layout
30030 Commandes ! A ! 
30031 \backslash
30032 alphe
30033 \end_layout
30034
30035 \end_inset
30036
30037 , pour les lettres majuscules, on a 
30038 \series bold
30039
30040 \backslash
30041 Alph
30042 \series default
30043
30044 \begin_inset Index idx
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048 Commandes ! A ! 
30049 \backslash
30050 alph@
30051 \backslash
30052 Alph
30053 \end_layout
30054
30055 \end_inset
30056
30057 .
30058 \end_layout
30059
30060 \begin_layout Standard
30061 \begin_inset Note Greyedout
30062 status open
30063
30064 \begin_layout Plain Layout
30065
30066 \series bold
30067 \color none
30068 Note:
30069 \series default
30070  on peut numéroter au maximum 26
30071 \begin_inset space ~
30072 \end_inset
30073
30074 formules avec des lettres latines dans un même document.
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \begin_layout Standard
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088
30089 \backslash
30090 renewcommand{
30091 \backslash
30092 theequation}{
30093 \backslash
30094 roman{equation}}
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Standard
30103 \begin_inset Formula 
30104 \begin{equation}
30105 A=\textrm{romains minuscules}
30106 \end{equation}
30107
30108 \end_inset
30109
30110
30111 \begin_inset ERT
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115
30116
30117 \backslash
30118 renewcommand{
30119 \backslash
30120 theequation}{
30121 \backslash
30122 Roman{equation}}
30123 \end_layout
30124
30125 \end_inset
30126
30127
30128 \begin_inset Formula 
30129 \begin{equation}
30130 B=\textrm{romains majuscules}\label{eq:Rom}
30131 \end{equation}
30132
30133 \end_inset
30134
30135
30136 \begin_inset ERT
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140
30141
30142 \backslash
30143 renewcommand{
30144 \backslash
30145 theequation}{
30146 \backslash
30147 alph{equation}}
30148 \end_layout
30149
30150 \end_inset
30151
30152
30153 \begin_inset Formula 
30154 \begin{equation}
30155 C=\textrm{latines minuscules}
30156 \end{equation}
30157
30158 \end_inset
30159
30160
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166
30167 \backslash
30168 renewcommand{
30169 \backslash
30170 theequation}{
30171 \backslash
30172 Alph{equation}}
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \begin_inset Formula 
30179 \begin{equation}
30180 D=\textrm{latines majuscules}\label{eq:Lat}
30181 \end{equation}
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \begin_layout Standard
30189 Pour revenir à la numérotation implicite, on insère la commande:
30190 \end_layout
30191
30192 \begin_layout Standard
30193
30194 \series bold
30195
30196 \backslash
30197 renewcommand{
30198 \backslash
30199 theequation}{
30200 \backslash
30201 arabic{equation}}
30202 \begin_inset Index idx
30203 status collapsed
30204
30205 \begin_layout Plain Layout
30206 Commandes ! A ! 
30207 \backslash
30208 arabic
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \end_layout
30215
30216 \begin_layout Standard
30217 \begin_inset ERT
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221
30222
30223 \backslash
30224 renewcommand{
30225 \backslash
30226 theequation}{
30227 \backslash
30228 arabic{equation}}
30229 \end_layout
30230
30231 \end_inset
30232
30233
30234 \begin_inset Formula 
30235 \begin{equation}
30236 E=\textrm{Arabes}
30237 \end{equation}
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \begin_layout Standard
30245 \begin_inset VSpace medskip
30246 \end_inset
30247
30248 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
30249  du style de numérotation.
30250  Si l'on veut que la numérotation reparte à 
30251 \begin_inset Quotes eld
30252 \end_inset
30253
30254 1
30255 \begin_inset Quotes erd
30256 \end_inset
30257
30258  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
30259  On trouvera une description de cette opération dans le fichier 
30260 \begin_inset CommandInset href
30261 LatexCommand href
30262 name "Formula-numbering.lyx"
30263 target "run:Formula-numbering.lyx"
30264
30265 \end_inset
30266
30267 .
30268 \end_layout
30269
30270 \begin_layout Section
30271 Symboles et équations chimiques
30272 \begin_inset CommandInset label
30273 LatexCommand label
30274 name "sub:Symboles-chimiques"
30275
30276 \end_inset
30277
30278
30279 \begin_inset Index idx
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283 Equations@Équations chimiques
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \begin_inset Index idx
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293 Symboles ! chimiques
30294 \end_layout
30295
30296 \end_inset
30297
30298
30299 \end_layout
30300
30301 \begin_layout Standard
30302 Un exemple de texte de chimie:
30303 \end_layout
30304
30305 \begin_layout Quote
30306 L'ion 
30307 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30308 \end_inset
30309
30310 réagit avec deux ions 
30311 \begin_inset Formula $\mathrm{Na^{+}}$
30312 \end_inset
30313
30314  pour donner du sulfate de sodium 
30315 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30316 \end_inset
30317
30318 .
30319  La réaction chimique peut être mise sous la forme:
30320 \begin_inset Formula 
30321 \begin{equation}
30322 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaction-chimique}
30323 \end{equation}
30324
30325 \end_inset
30326
30327
30328 \end_layout
30329
30330 \begin_layout Standard
30331 Cette équation chimique peut être créée directement sous la forme d'une
30332  formule.
30333  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
30334  et mettez-le dans la police droite avec le raccourci 
30335 \family sans
30336 Alt+C
30337 \begin_inset space ~
30338 \end_inset
30339
30340 R
30341 \family default
30342  .
30343 \begin_inset Foot
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347 Style de polices, voir 
30348 \begin_inset CommandInset ref
30349 LatexCommand ref
30350 reference "sub:Styles-de-polices"
30351
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \end_layout
30361
30362 \begin_layout Standard
30363 Une méthode plus pratique pour mettre en forme des formules chimiques est
30364  d'utiliser la commande 
30365 \series bold
30366
30367 \backslash
30368 ce
30369 \series default
30370
30371 \begin_inset Index idx
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375 Commandes ! C ! 
30376 \backslash
30377 ce
30378 \end_layout
30379
30380 \end_inset
30381
30382  qui est disponible si le paquetage LaTeX 
30383 \series bold
30384 mhchem
30385 \series default
30386
30387 \begin_inset Index idx
30388 status collapsed
30389
30390 \begin_layout Plain Layout
30391 Paquetages ! mhchem
30392 \end_layout
30393
30394 \end_inset
30395
30396  est installé.
30397  Quand on insère 
30398 \series bold
30399
30400 \backslash
30401 ce
30402 \series default
30403  dans une formule, une boîte bleue apparaît dans laquelle on peut saisir
30404  des formules chimiques de façon intuitive.
30405 \end_layout
30406
30407 \begin_layout Standard
30408 \align center
30409 \begin_inset Tabular
30410 <lyxtabular version="3" rows="9" columns="2">
30411 <features rotate="0" tabularvalignment="middle">
30412 <column alignment="center" valignment="top">
30413 <column alignment="center" valignment="top">
30414 <row>
30415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30416 \begin_inset Text
30417
30418 \begin_layout Plain Layout
30419 Commande
30420 \end_layout
30421
30422 \end_inset
30423 </cell>
30424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30425 \begin_inset Text
30426
30427 \begin_layout Plain Layout
30428 Résultat
30429 \begin_inset Note Note
30430 status collapsed
30431
30432 \begin_layout Plain Layout
30433
30434 \series bold
30435
30436 \backslash
30437 raisebox
30438 \series default
30439  est seulement utilisée pour faire de la place
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 </row>
30450 <row>
30451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30452 \begin_inset Text
30453
30454 \begin_layout Plain Layout
30455
30456 \backslash
30457 ce
30458 \begin_inset space \textvisiblespace{}
30459 \end_inset
30460
30461 H2CO3
30462 \end_layout
30463
30464 \end_inset
30465 </cell>
30466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30467 \begin_inset Text
30468
30469 \begin_layout Plain Layout
30470 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30471 \end_inset
30472
30473
30474 \end_layout
30475
30476 \end_inset
30477 </cell>
30478 </row>
30479 <row>
30480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30481 \begin_inset Text
30482
30483 \begin_layout Plain Layout
30484
30485 \backslash
30486 ce
30487 \begin_inset space \textvisiblespace{}
30488 \end_inset
30489
30490 SO4^2-
30491 \end_layout
30492
30493 \end_inset
30494 </cell>
30495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30496 \begin_inset Text
30497
30498 \begin_layout Plain Layout
30499 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \end_inset
30506 </cell>
30507 </row>
30508 <row>
30509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30510 \begin_inset Text
30511
30512 \begin_layout Plain Layout
30513
30514 \backslash
30515 ce
30516 \begin_inset space \textvisiblespace{}
30517 \end_inset
30518
30519 (NH4)2S
30520 \end_layout
30521
30522 \end_inset
30523 </cell>
30524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30525 \begin_inset Text
30526
30527 \begin_layout Plain Layout
30528 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \end_inset
30535 </cell>
30536 </row>
30537 <row>
30538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30539 \begin_inset Text
30540
30541 \begin_layout Plain Layout
30542
30543 \backslash
30544 ce
30545 \begin_inset space \textvisiblespace{}
30546 \end_inset
30547
30548 KCr(SO4)2.12H2O
30549 \end_layout
30550
30551 \end_inset
30552 </cell>
30553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30554 \begin_inset Text
30555
30556 \begin_layout Plain Layout
30557 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30558 \end_inset
30559
30560
30561 \end_layout
30562
30563 \end_inset
30564 </cell>
30565 </row>
30566 <row>
30567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30568 \begin_inset Text
30569
30570 \begin_layout Plain Layout
30571
30572 \backslash
30573 ce
30574 \begin_inset space \textvisiblespace{}
30575 \end_inset
30576
30577 A-B
30578 \backslash
30579 dbond
30580 \begin_inset space \textvisiblespace{}
30581 \end_inset
30582
30583 C
30584 \backslash
30585 tbond
30586 \begin_inset space \textvisiblespace{}
30587 \end_inset
30588
30589 D
30590 \end_layout
30591
30592 \end_inset
30593 </cell>
30594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30595 \begin_inset Text
30596
30597 \begin_layout Plain Layout
30598 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \end_inset
30605 </cell>
30606 </row>
30607 <row>
30608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30609 \begin_inset Text
30610
30611 \begin_layout Plain Layout
30612
30613 \backslash
30614 ce
30615 \begin_inset space \textvisiblespace{}
30616 \end_inset
30617
30618 ^227
30619 \begin_inset Formula $\downarrow$
30620 \end_inset
30621
30622 _90
30623 \begin_inset Formula $\to$
30624 \end_inset
30625
30626 Th+
30627 \end_layout
30628
30629 \end_inset
30630 </cell>
30631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30632 \begin_inset Text
30633
30634 \begin_layout Plain Layout
30635 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \end_inset
30642 </cell>
30643 </row>
30644 <row>
30645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30646 \begin_inset Text
30647
30648 \begin_layout Plain Layout
30649
30650 \backslash
30651 ce
30652 \begin_inset space \textvisiblespace{}
30653 \end_inset
30654
30655 CO2
30656 \begin_inset space \textvisiblespace{}
30657 \end_inset
30658
30659 +
30660 \begin_inset space \textvisiblespace{}
30661 \end_inset
30662
30663 C
30664 \begin_inset space \textvisiblespace{}
30665 \end_inset
30666
30667 <=>
30668 \begin_inset space \textvisiblespace{}
30669 \end_inset
30670
30671 2CO
30672 \end_layout
30673
30674 \end_inset
30675 </cell>
30676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30677 \begin_inset Text
30678
30679 \begin_layout Plain Layout
30680 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30681 \end_inset
30682
30683
30684 \end_layout
30685
30686 \end_inset
30687 </cell>
30688 </row>
30689 <row>
30690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30691 \begin_inset Text
30692
30693 \begin_layout Plain Layout
30694
30695 \backslash
30696 ce
30697 \begin_inset space \textvisiblespace{}
30698 \end_inset
30699
30700 CO2
30701 \begin_inset space \textvisiblespace{}
30702 \end_inset
30703
30704 +
30705 \begin_inset space \textvisiblespace{}
30706 \end_inset
30707
30708 C
30709 \begin_inset space \textvisiblespace{}
30710 \end_inset
30711
30712 ->[
30713 \backslash
30714 alpha][
30715 \backslash
30716 beta]
30717 \begin_inset space \textvisiblespace{}
30718 \end_inset
30719
30720 2CO}
30721 \end_layout
30722
30723 \end_inset
30724 </cell>
30725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30726 \begin_inset Text
30727
30728 \begin_layout Plain Layout
30729 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30730 \end_inset
30731
30732
30733 \end_layout
30734
30735 \end_inset
30736 </cell>
30737 </row>
30738 </lyxtabular>
30739
30740 \end_inset
30741
30742
30743 \end_layout
30744
30745 \begin_layout Standard
30746 \begin_inset Note Greyedout
30747 status open
30748
30749 \begin_layout Plain Layout
30750
30751 \series bold
30752 \color none
30753 Note:
30754 \series default
30755  L'insertion d'une formule mathématique dans une boîte 
30756 \series bold
30757
30758 \backslash
30759 ce
30760 \series default
30761  va provoquer une erreur LaTeX.
30762  Dans ce cas le code TeX devra être utilisé comme par exemple pour 
30763 \series bold
30764
30765 \backslash
30766 ce{$
30767 \backslash
30768 mu
30769 \backslash
30770 hyphen$Cl}
30771 \series default
30772
30773 \begin_inset ERT
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777
30778
30779 \backslash
30780 ce{$
30781 \backslash
30782 mu
30783 \backslash
30784 hyphen$Cl}
30785 \end_layout
30786
30787 \end_inset
30788
30789  
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798
30799 \lang english
30800 \begin_inset Note Greyedout
30801 status open
30802
30803 \begin_layout Plain Layout
30804
30805 \series bold
30806 \color none
30807 Nota:
30808 \series default
30809  il n'est pas possible avec LyX d'utiliser le caractère ^ pour obtenir une
30810  flèche vers le haut, comme il est expliqué dans le manuel de 
30811 \series bold
30812 mhchem
30813 \series default
30814  On doit utiliser à la place une espace fine négative suivie de la commande
30815  
30816 \series bold
30817
30818 \backslash
30819 uparrow
30820 \series default
30821
30822 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
30823 \end_inset
30824
30825
30826 \end_layout
30827
30828 \end_inset
30829
30830
30831 \end_layout
30832
30833 \begin_layout Standard
30834 L'utilisation de la commande 
30835 \series bold
30836
30837 \backslash
30838 ce
30839 \series default
30840  pour l'équation
30841 \begin_inset space ~
30842 \end_inset
30843
30844
30845 \begin_inset CommandInset ref
30846 LatexCommand eqref
30847 reference "eq:reaction-chimique"
30848
30849 \end_inset
30850
30851  donne
30852 \begin_inset Newline newline
30853 \end_inset
30854
30855
30856 \series bold
30857  
30858 \backslash
30859 ce
30860 \begin_inset space \textvisiblespace{}
30861 \end_inset
30862
30863 2Na+
30864 \begin_inset space \textvisiblespace{}
30865 \end_inset
30866
30867 +
30868 \begin_inset space \textvisiblespace{}
30869 \end_inset
30870
30871 SO4^2-
30872 \begin_inset space \textvisiblespace{}
30873 \end_inset
30874
30875
30876 \begin_inset space \textvisiblespace{}
30877 \end_inset
30878
30879 ->
30880 \begin_inset space \textvisiblespace{}
30881 \end_inset
30882
30883 Na2SO4
30884 \end_layout
30885
30886 \begin_layout Standard
30887 Pour créer des équations chimiques multilignes, on crée d'abord une formule
30888  multiligne comme cela est décrit dans 
30889 \begin_inset CommandInset ref
30890 LatexCommand ref
30891 reference "sec:Formules-multi-lignes"
30892
30893 \end_inset
30894
30895 .
30896  Ensuite on utilise la commande 
30897 \series bold
30898
30899 \backslash
30900 ce
30901 \series default
30902  dans chaque petite boîte bleue de la formule.
30903  
30904 \begin_inset CommandInset ref
30905 LatexCommand eqref
30906 reference "eq:TEOS-reaction-1"
30907
30908 \end_inset
30909
30910  et 
30911 \begin_inset CommandInset ref
30912 LatexCommand eqref
30913 reference "eq:TEOS-reaction-2"
30914
30915 \end_inset
30916
30917  sont un exemple d'une réaction chimique multi-étape où chaque équation
30918  a son propre numéro.
30919 \begin_inset Formula 
30920 \begin{eqnarray}
30921 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
30922 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
30923 \end{eqnarray}
30924
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931 En plus de 
30932 \series bold
30933
30934 \backslash
30935 ce
30936 \series default
30937  le paquetage 
30938 \series bold
30939 mhchem
30940 \series default
30941  fournit la commande 
30942 \series bold
30943
30944 \backslash
30945 cf
30946 \series default
30947
30948 \begin_inset Index idx
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952 Commandes ! C ! 
30953 \backslash
30954 cf
30955 \end_layout
30956
30957 \end_inset
30958
30959  qui doit être réservée à des cas spéciaux.
30960  Pour avoir plus d'information au sujet de 
30961 \series bold
30962
30963 \backslash
30964 cf
30965 \series default
30966  et plus d'exemples, jetez un coup d'oeil à la documentation de 
30967 \series bold
30968 mhchem
30969 \series default
30970
30971 \begin_inset CommandInset citation
30972 LatexCommand cite
30973 key "mhchem"
30974
30975 \end_inset
30976
30977 .
30978 \end_layout
30979
30980 \begin_layout Section
30981 Diagrammes
30982 \end_layout
30983
30984 \begin_layout Standard
30985 LyX gère deux types de diagrammes commutatifs; 
30986 \series bold
30987 amscd
30988 \series default
30989  et
30990 \series bold
30991  xymatrix
30992 \series default
30993  qui sont décrits dans ce qui suit.
30994 \end_layout
30995
30996 \begin_layout Subsection
30997 Les diagrammes amscd
30998 \begin_inset Index idx
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002 Diagrammes ! amscd
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Des diagrammes de ce type visualisent les relations par des lignes verticales
31012  ou horizontales ou encore des flèches: 
31013 \begin_inset Formula 
31014 \[
31015 \begin{CD}A@>>>B@>>>C\\
31016 @AAA@.@VVV\\
31017 F@<<<E@<<<D
31018 \end{CD}
31019 \]
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Standard
31027 Pour les obtenir, on insère la commande 
31028 \series bold
31029
31030 \backslash
31031 CD
31032 \begin_inset Index idx
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036 Commandes ! C ! 
31037 \backslash
31038 CD
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \series default
31045  dans une formule.
31046  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
31047  on peut insérer d'autres commandes.
31048  On crée une nouvelle ligne avec 
31049 \family sans
31050 Ctrl+Entrée
31051 \family default
31052 .
31053  Les relations horizontales sont insérées dans les lignes impaires et les
31054  relations verticales dans les lignes paires.
31055 \end_layout
31056
31057 \begin_layout Standard
31058 Pour créer les relations, il y a les commandes suivantes:
31059 \end_layout
31060
31061 \begin_layout Itemize
31062
31063 \series bold
31064 @<<<
31065 \series default
31066  crée une flèche gauche, 
31067 \series bold
31068 @>>>
31069 \series default
31070  une flèche droite, et 
31071 \series bold
31072 @=
31073 \series default
31074  un long signe égal
31075 \end_layout
31076
31077 \begin_layout Itemize
31078
31079 \series bold
31080 @AAA
31081 \series default
31082  crée une flèche vers le haut, 
31083 \series bold
31084 @VVV
31085 \series default
31086  une flèche vers le bas, et 
31087 \series bold
31088 @|
31089 \series default
31090  un signe égal vertical
31091 \end_layout
31092
31093 \begin_layout Itemize
31094
31095 \series bold
31096 @.
31097
31098 \series default
31099  sert de remplissage pour une relation inexistante
31100 \end_layout
31101
31102 \begin_layout Standard
31103 Toutes les flèches peuvent être étiquetées de la façon suivante:
31104 \end_layout
31105
31106 \begin_layout Itemize
31107 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
31108  de la flèche.
31109  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
31110  flèche.
31111 \end_layout
31112
31113 \begin_layout Itemize
31114 Quand le texte destiné à une flèche verticale est inséré entre le premier
31115  et le second A ou V, il est placé sur le côté gauche de la flèche.
31116  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
31117  de la flèche.
31118  Si le texte contient un A ou un V, ces lettres doivent être placées entre
31119  des accolades TeX.
31120 \end_layout
31121
31122 \begin_layout Standard
31123 Comme exemple, un diagramme avec toutes les relations possibles:
31124 \end_layout
31125
31126 \begin_layout Standard
31127 \begin_inset Formula 
31128 \[
31129 \begin{CD}A@>j>>B@>>k>C@=F\\
31130 @AmAA@.@VV{V}V@|\\
31131 D@<<j<E@>k>>F@=C
31132 \end{CD}
31133 \]
31134
31135 \end_inset
31136
31137
31138 \end_layout
31139
31140 \begin_layout Standard
31141 La commande pour l'obtenir:
31142 \begin_inset Newline newline
31143 \end_inset
31144
31145
31146 \series bold
31147
31148 \backslash
31149 CD
31150 \begin_inset space \textvisiblespace{}
31151 \end_inset
31152
31153 A@>j>>B@>>k>C@=F Ctrl+Entrée
31154 \begin_inset Newline newline
31155 \end_inset
31156
31157
31158 \begin_inset Phantom HPhantom
31159 status open
31160
31161 \begin_layout Plain Layout
31162
31163 \series bold
31164
31165 \backslash
31166 CD
31167 \begin_inset space \textvisiblespace{}
31168 \end_inset
31169
31170
31171 \end_layout
31172
31173 \end_inset
31174
31175 @AmAA@.@VV
31176 \backslash
31177 {V
31178 \series default
31179
31180 \begin_inset Formula $\to$
31181 \end_inset
31182
31183
31184 \series bold
31185 V@| Ctrl+Entrée
31186 \begin_inset Newline newline
31187 \end_inset
31188
31189
31190 \begin_inset Phantom HPhantom
31191 status open
31192
31193 \begin_layout Plain Layout
31194
31195 \series bold
31196
31197 \backslash
31198 CD
31199 \begin_inset space \textvisiblespace{}
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \end_inset
31206
31207 D@<<j<E@>k>>F@=C
31208 \end_layout
31209
31210 \begin_layout Subsection
31211 Les diagrammes xymatrix
31212 \begin_inset Index idx
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216 Diagrammes ! xymatrix
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \end_layout
31223
31224 \begin_layout Standard
31225 Pour pouvoir utiliser des xymatrices, on doit installer le paquetage LaTeX
31226  
31227 \series bold
31228 xypic
31229 \series default
31230 .
31231  Une xymatrice est créée en insérant la commande 
31232 \series bold
31233
31234 \backslash
31235 xymatrix
31236 \series default
31237  dans une formule.
31238  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31239  comme pour une matrice normale, voir 
31240 \begin_inset CommandInset ref
31241 LatexCommand ref
31242 reference "sec:Matrices"
31243
31244 \end_inset
31245
31246 .
31247 \end_layout
31248
31249 \begin_layout Standard
31250 Contrairement aux diagrammes amscd, les xymatrices acceptent les flèches
31251  diagonales ou courbes et plus encore.
31252  Toutes les possibilités pour créer des diagrammes commutatifs et leurs
31253  décorations sont expliquées en détail dans ce 
31254 \emph on
31255 manuel pour XY-pic 
31256 \emph default
31257 que vous trouverez dans le menu 
31258 \family sans
31259 Aide\SpecialChar \menuseparator
31260 Manuels
31261 \begin_inset space ~
31262 \end_inset
31263
31264 spécifiques
31265 \family default
31266 .
31267 \end_layout
31268
31269 \begin_layout Subsection
31270 Les diagrammes
31271 \noun on
31272  Feynman
31273 \noun default
31274
31275 \begin_inset Index idx
31276 status collapsed
31277
31278 \begin_layout Plain Layout
31279 Diagrammes ! Feynman
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \end_layout
31286
31287 \begin_layout Standard
31288 Pour pouvoir utiliser des diagrammes 
31289 \noun on
31290 Feynman
31291 \noun default
31292 , on doit installer le paquetage LaTeX 
31293 \series bold
31294 feyn
31295 \series default
31296 .
31297  Un diagramme 
31298 \noun on
31299 Feynman
31300 \noun default
31301  est créée en insérant la commande 
31302 \series bold
31303
31304 \backslash
31305 Diagram
31306 \series default
31307  dans une formule.
31308  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31309  comme pour une matrice normale, voir 
31310 \begin_inset CommandInset ref
31311 LatexCommand ref
31312 reference "sec:Matrices"
31313
31314 \end_inset
31315
31316 .
31317 \end_layout
31318
31319 \begin_layout Standard
31320 On trouvera des exemples montrant comment créer des diagrammes de 
31321 \noun on
31322 Feynman
31323 \noun default
31324  avec LyX dans le 
31325 \emph on
31326 Manuel des diagrammes de Feynman
31327 \emph default
31328  que vous trouverez dans le menu 
31329 \family sans
31330 Aide\SpecialChar \menuseparator
31331 Manuels
31332 \begin_inset space ~
31333 \end_inset
31334
31335 spécifiques
31336 \family default
31337 .
31338 \end_layout
31339
31340 \begin_layout Standard
31341 \begin_inset Newpage newpage
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \begin_layout Section
31348 Commandes personnalisées
31349 \begin_inset CommandInset label
31350 LatexCommand label
31351 name "sec:Commandes-personnalisées"
31352
31353 \end_inset
31354
31355
31356 \begin_inset Index idx
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360 Commandes personnalisées
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \end_layout
31367
31368 \begin_layout Standard
31369 \begin_inset Note Greyedout
31370 status open
31371
31372 \begin_layout Plain Layout
31373
31374 \series bold
31375 Note:
31376 \series default
31377  Les noms des commandes personnalisées ne peuvent contenir que des lettres
31378  latines.
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \end_layout
31385
31386 \begin_layout Subsection
31387 La commande 
31388 \backslash
31389 newcommand
31390 \begin_inset CommandInset label
31391 LatexCommand label
31392 name "sub:La-commande-newcommand"
31393
31394 \end_inset
31395
31396
31397 \begin_inset Index idx
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401 Commandes personnalisées ! 
31402 \backslash
31403 newcommand
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \begin_inset Index idx
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413 Commandes ! N ! 
31414 \backslash
31415 newcommand
31416 \end_layout
31417
31418 \end_inset
31419
31420
31421 \end_layout
31422
31423 \begin_layout Standard
31424 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
31425  Mais on peut définir de nouvelles commandes plus courtes avec la commande
31426  
31427 \series bold
31428
31429 \backslash
31430 newcommand
31431 \series default
31432
31433 \begin_inset Index idx
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437 Commandes ! N ! 
31438 \backslash
31439 newcommand
31440 \end_layout
31441
31442 \end_inset
31443
31444  .
31445 \end_layout
31446
31447 \begin_layout Standard
31448 La syntaxe de 
31449 \series bold
31450
31451 \backslash
31452 newcommand
31453 \series default
31454  est:
31455 \end_layout
31456
31457 \begin_layout Standard
31458
31459 \series bold
31460
31461 \backslash
31462 newcommand{nom de la nouvelle commande}[nombre d'arguments][valeur optionnelle]
31463 \begin_inset Newline newline
31464 \end_inset
31465
31466
31467 \begin_inset Phantom HPhantom
31468 status open
31469
31470 \begin_layout Plain Layout
31471
31472 \series bold
31473
31474 \backslash
31475 newcommand
31476 \end_layout
31477
31478 \end_inset
31479
31480 {définition de la commande}
31481 \end_layout
31482
31483 \begin_layout Standard
31484 \begin_inset Note Greyedout
31485 status open
31486
31487 \begin_layout Plain Layout
31488
31489 \series bold
31490 Note:
31491 \series default
31492  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
31493  votre document ou par un des paquetages LaTeX que vous utilisez.
31494  Si par exemple, vous tentez de définir la commande 
31495 \series bold
31496
31497 \backslash
31498 le
31499 \series default
31500  pour 
31501 \series bold
31502
31503 \backslash
31504 Leftarrow
31505 \series default
31506 , vous aurez un message d'erreur puisque 
31507 \series bold
31508
31509 \backslash
31510 le
31511 \series default
31512  est déjà définie comme étant la commande pour le symbole 
31513 \begin_inset Quotes eld
31514 \end_inset
31515
31516
31517 \begin_inset Formula $\le$
31518 \end_inset
31519
31520
31521 \begin_inset Quotes erd
31522 \end_inset
31523
31524 .
31525 \end_layout
31526
31527 \end_inset
31528
31529
31530 \end_layout
31531
31532 \begin_layout Standard
31533 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
31534  d'argument que la commande doit avoir.
31535  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
31536  optionnel.
31537  Quand on utilise cette valeur, le 
31538 \emph on
31539 premier 
31540 \emph default
31541 argument de la nouvelle commande est automatiquement l'argument optionnel.
31542 \end_layout
31543
31544 \begin_layout Standard
31545 Voici quelques exemples:
31546 \end_layout
31547
31548 \begin_layout Itemize
31549 Pour définir la commande 
31550 \series bold
31551
31552 \backslash
31553 gr
31554 \series default
31555  pour 
31556 \series bold
31557
31558 \backslash
31559 Longrightarrow
31560 \series default
31561 , la ligne à insérer dans le préambule LaTeX est:
31562 \begin_inset VSpace medskip
31563 \end_inset
31564
31565
31566 \begin_inset Newline newline
31567 \end_inset
31568
31569
31570 \series bold
31571
31572 \backslash
31573 newcommand{
31574 \backslash
31575 gr}{
31576 \backslash
31577 Longrightarrow}
31578 \end_layout
31579
31580 \begin_layout Itemize
31581 Pour définir la commande
31582 \series bold
31583  
31584 \backslash
31585 us
31586 \series default
31587  pour 
31588 \series bold
31589
31590 \backslash
31591 underline
31592 \series default
31593 , l'argument (qui doit être souligné) doit être pris en compte.
31594  Pour cela, la ligne à insérer dans le préambule est:
31595 \begin_inset VSpace medskip
31596 \end_inset
31597
31598
31599 \begin_inset Newline newline
31600 \end_inset
31601
31602
31603 \series bold
31604
31605 \backslash
31606 newcommand{
31607 \backslash
31608 us}[1]{
31609 \backslash
31610 underline{#1}}
31611 \series default
31612
31613 \begin_inset VSpace medskip
31614 \end_inset
31615
31616
31617 \begin_inset Newline newline
31618 \end_inset
31619
31620 Le caractère 
31621 \series bold
31622 #
31623 \series default
31624  agit comme un argument formel, le 
31625 \series bold
31626 1
31627 \series default
31628  derrière lui indique qu'il représente le premier argument.
31629 \end_layout
31630
31631 \begin_layout Itemize
31632 Pour remplacer la commande 
31633 \series bold
31634
31635 \backslash
31636 framebox
31637 \series default
31638  on peut par exemple définir, la commande 
31639 \series bold
31640
31641 \backslash
31642 fb
31643 \series default
31644 :
31645 \begin_inset VSpace medskip
31646 \end_inset
31647
31648
31649 \begin_inset Newline newline
31650 \end_inset
31651
31652
31653 \series bold
31654
31655 \backslash
31656 newcommand{
31657 \backslash
31658 fb}[3]{
31659 \backslash
31660 framebox#1#2{$#3$}}
31661 \series default
31662
31663 \begin_inset VSpace medskip
31664 \end_inset
31665
31666
31667 \begin_inset Newline newline
31668 \end_inset
31669
31670 Les deux dollars créent une formule supplémentaire pour la commande 
31671 \series bold
31672
31673 \backslash
31674 framebox
31675 \series default
31676 , voir 
31677 \begin_inset CommandInset ref
31678 LatexCommand ref
31679 reference "sub:Boîtes-avec-cadre"
31680
31681 \end_inset
31682
31683 .
31684 \end_layout
31685
31686 \begin_layout Itemize
31687 Pour créer une nouvelle commande pour remplacer 
31688 \series bold
31689
31690 \backslash
31691 fcolorbox
31692 \series default
31693  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
31694  pour la couleur est défini comme optionnel:
31695 \begin_inset VSpace medskip
31696 \end_inset
31697
31698
31699 \begin_inset Newline newline
31700 \end_inset
31701
31702
31703 \series bold
31704
31705 \backslash
31706 newcommand{
31707 \backslash
31708 cb}[3][white]{
31709 \backslash
31710 fcolorbox{#2}{#1}{$#3$}}
31711 \series default
31712
31713 \begin_inset VSpace medskip
31714 \end_inset
31715
31716
31717 \begin_inset Newline newline
31718 \end_inset
31719
31720 Quand la couleur n'est pas définie lors d'une utilisation de 
31721 \series bold
31722
31723 \backslash
31724 cb
31725 \series default
31726 , la couleur prédéfinie 
31727 \series bold
31728 white
31729 \series default
31730  est utilisée implicitement.
31731 \end_layout
31732
31733 \begin_layout Standard
31734 Un test des nouvelles commandes:
31735 \end_layout
31736
31737 \begin_layout Standard
31738 \align center
31739 \begin_inset Tabular
31740 <lyxtabular version="3" rows="6" columns="2">
31741 <features rotate="0" tabularvalignment="middle">
31742 <column alignment="center" valignment="top">
31743 <column alignment="center" valignment="top">
31744 <row>
31745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31746 \begin_inset Text
31747
31748 \begin_layout Plain Layout
31749 Commande
31750 \end_layout
31751
31752 \end_inset
31753 </cell>
31754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31755 \begin_inset Text
31756
31757 \begin_layout Plain Layout
31758 Résultat
31759 \begin_inset Note Note
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763
31764 \series bold
31765
31766 \backslash
31767 raisebox
31768 \series default
31769  est seulement utilisée pour faire de la place
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 </row>
31780 <row>
31781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785 A
31786 \backslash
31787 gr
31788 \begin_inset space \textvisiblespace{}
31789 \end_inset
31790
31791 B
31792 \end_layout
31793
31794 \end_inset
31795 </cell>
31796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31797 \begin_inset Text
31798
31799 \begin_layout Plain Layout
31800 \begin_inset Formula $A\gr B$
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \end_inset
31807 </cell>
31808 </row>
31809 <row>
31810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31811 \begin_inset Text
31812
31813 \begin_layout Plain Layout
31814
31815 \backslash
31816 us{ABcd
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31822 \begin_inset Text
31823
31824 \begin_layout Plain Layout
31825 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \end_inset
31832 </cell>
31833 </row>
31834 <row>
31835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839
31840 \backslash
31841 fb{[2cm]
31842 \begin_inset Formula $\to$
31843 \end_inset
31844
31845
31846 \backslash
31847 {
31848 \begin_inset Formula $\to$
31849 \end_inset
31850
31851
31852 \backslash
31853 {
31854 \backslash
31855 int
31856 \begin_inset space \textvisiblespace{}
31857 \end_inset
31858
31859 A=B
31860 \end_layout
31861
31862 \end_inset
31863 </cell>
31864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31865 \begin_inset Text
31866
31867 \begin_layout Plain Layout
31868 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31869 \end_inset
31870
31871
31872 \end_layout
31873
31874 \end_inset
31875 </cell>
31876 </row>
31877 <row>
31878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882
31883 \backslash
31884 cb{red
31885 \begin_inset Formula $\to$
31886 \end_inset
31887
31888
31889 \backslash
31890 {
31891 \backslash
31892 int
31893 \begin_inset space \textvisiblespace{}
31894 \end_inset
31895
31896 A=B
31897 \end_layout
31898
31899 \end_inset
31900 </cell>
31901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31902 \begin_inset Text
31903
31904 \begin_layout Plain Layout
31905 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \end_inset
31912 </cell>
31913 </row>
31914 <row>
31915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31916 \begin_inset Text
31917
31918 \begin_layout Plain Layout
31919
31920 \backslash
31921 cb[green]
31922 \backslash
31923 {red
31924 \begin_inset Formula $\to$
31925 \end_inset
31926
31927
31928 \backslash
31929 {
31930 \backslash
31931 int
31932 \begin_inset space \textvisiblespace{}
31933 \end_inset
31934
31935 A=B
31936 \end_layout
31937
31938 \end_inset
31939 </cell>
31940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31941 \begin_inset Text
31942
31943 \begin_layout Plain Layout
31944 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31945 \end_inset
31946
31947
31948 \end_layout
31949
31950 \end_inset
31951 </cell>
31952 </row>
31953 </lyxtabular>
31954
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \begin_layout Subsection
31961 Macros en mode mathématique
31962 \begin_inset Index idx
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966 Commandes personnalisées ! macros mathématiques
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \begin_inset Index idx
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976 Macros
31977 \end_layout
31978
31979 \end_inset
31980
31981
31982 \end_layout
31983
31984 \begin_layout Standard
31985 LyX permet la définition de macros pour les formules, ce qui est parciculièremen
31986 t utile pour les expressions complexes.
31987  Par exemple, supposons que les solutions de l'équation du second degré
31988  apparaissent souvent dans votre document sous des formes variées.
31989  La forme générale de l'équation du second degré est:
31990 \begin_inset Formula 
31991 \[
31992 0=\lambda^{2}+p\lambda+q
31993 \]
31994
31995 \end_inset
31996
31997 La forme générale de ses solutions est:
31998 \begin_inset Formula 
31999 \[
32000 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32001 \]
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \begin_layout Standard
32009 Pour définir une commande pour la formule de la solution, les paramètres
32010  
32011 \begin_inset Formula $\lambda$
32012 \end_inset
32013
32014
32015 \begin_inset Formula $p$
32016 \end_inset
32017
32018  et 
32019 \begin_inset Formula $q$
32020 \end_inset
32021
32022  peuvent prendre des formes variées et l'indice de 
32023 \begin_inset Formula $\lambda$
32024 \end_inset
32025
32026  doit pouvoir être donné de façon optionnelle, la ligne de préambule LaTeX
32027  est
32028 \begin_inset Newline newline
32029 \end_inset
32030
32031
32032 \series bold
32033
32034 \backslash
32035 newcommand{
32036 \backslash
32037 qG}[4][1,
32038 \backslash
32039 ,2]{#2_{#1}=-
32040 \backslash
32041 frac{#3}{2}
32042 \backslash
32043 pm
32044 \begin_inset Newline newline
32045 \end_inset
32046
32047
32048 \begin_inset Phantom HPhantom
32049 status open
32050
32051 \begin_layout Plain Layout
32052
32053 \series bold
32054
32055 \backslash
32056 newcommand
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \backslash
32063 sqrt{
32064 \backslash
32065 frac{#3^{2}}{4}-#4}}
32066 \end_layout
32067
32068 \begin_layout Standard
32069 Pour créer une formule de solution avec cette définition, on peut insérer
32070  dans une formule la commande:
32071 \end_layout
32072
32073 \begin_layout Standard
32074
32075 \series bold
32076
32077 \backslash
32078 qG{
32079 \backslash
32080 lambda
32081 \begin_inset Formula $\to$
32082 \end_inset
32083
32084
32085 \backslash
32086 {p
32087 \begin_inset Formula $\to$
32088 \end_inset
32089
32090
32091 \backslash
32092 {q
32093 \end_layout
32094
32095 \begin_layout Standard
32096 La définition de la nouvelle commande n'est pas intuitive parce que l'on
32097  doit connaître la syntaxe des commandes LaTeX que l'on utilise, par exemple
32098  que l'on insère une fraction en faisant 
32099 \series bold
32100
32101 \backslash
32102 frac{numérateur}{dénominateur}
32103 \series default
32104 .
32105  En plus on peut facilement oublier une accolade dans la définition et ne
32106  pas voir dans LyX ce que la nouvelle commande va faire.
32107  Pour éviter ces problèmes LyX offre la possibilité d'utiliser des macros
32108  mathématiques à la place de la commande 
32109 \series bold
32110
32111 \backslash
32112 newcommand
32113 \series default
32114 .
32115 \end_layout
32116
32117 \begin_layout Standard
32118 Une macro est créée en utilisant le menu 
32119 \family sans
32120 Insertion\SpecialChar \menuseparator
32121 Math\SpecialChar \menuseparator
32122 Macro
32123 \family default
32124  ou le bouton 
32125 \begin_inset Graphics
32126         filename ../../images/math-macro_newmacroname_newcommand.png
32127         scale 85
32128
32129 \end_inset
32130
32131  de la barre d'outils.
32132  La barre d'outils macro apparaît alors ainsi que la boîte suivante où on
32133  définit la macro:
32134 \begin_inset Newline newline
32135 \end_inset
32136
32137
32138 \begin_inset space \hspace*{\fill}
32139 \end_inset
32140
32141
32142 \begin_inset Graphics
32143         filename ../clipart/macrobox.png
32144
32145 \end_inset
32146
32147
32148 \begin_inset space \hspace*{\fill}
32149 \end_inset
32150
32151
32152 \begin_inset Newline newline
32153 \end_inset
32154
32155
32156 \begin_inset FormulaMacro
32157 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32158 \end_inset
32159
32160
32161 \backslash
32162 newmacroname est le nom qui est donné implicitement à la macro et qui doit
32163  être remplacé par quelquechose de raisonable.
32164  La formule voulue est insérée dans la première boîte bleue.
32165  On insère une réservation pour un argument avec la commande 
32166 \series bold
32167
32168 \backslash
32169 #numéro_argument
32170 \series default
32171 , par exemple 
32172 \series bold
32173
32174 \backslash
32175 #1
32176 \series default
32177 , ou en utilisant le bouton 
32178 \begin_inset Graphics
32179         filename ../../images/math-macro-add-param.png
32180         scale 85
32181
32182 \end_inset
32183
32184  de la barre d'outils macro.
32185  On peut avoir au maximum 9
32186 \begin_inset space ~
32187 \end_inset
32188
32189 arguments.
32190  Les arguments optionnels sont créés avec le bouton 
32191 \begin_inset Graphics
32192         filename ../../images/math-macro-add-optional-param.png
32193         scale 85
32194
32195 \end_inset
32196
32197 de la barre d'outils.
32198  Le prenier argument non optionnel peut être transformé en argument optionnel
32199  avec le bouton 
32200 \begin_inset Graphics
32201         filename ../../images/math-macro-make-optional.png
32202         scale 85
32203
32204 \end_inset
32205
32206 .
32207  On peut utiliser la deuxième boîte bleue pour décrire l'apparence de la
32208  macro dans LyX.
32209  En principe, vous voudrez la voir comme vous l'avez définie, la boîte est
32210  alors laissée vide.
32211  Mais quand vous avez créé une macro qui demande beaucoup de place à l'écran,
32212  vous pouvez par exemple, insérer dans la boîte quelquechose comme ceci
32213 \begin_inset Newline newline
32214 \end_inset
32215
32216
32217 \series bold
32218 qG: 
32219 \backslash
32220 #1
32221 \series default
32222  
32223 \series bold
32224 ,
32225 \series default
32226  
32227 \series bold
32228
32229 \backslash
32230 #2
32231 \series default
32232  
32233 \series bold
32234 ,
32235 \series default
32236  
32237 \series bold
32238
32239 \backslash
32240 #3, 
32241 \backslash
32242 #4
32243 \begin_inset Newline newline
32244 \end_inset
32245
32246
32247 \series default
32248 Au niveau de la macro on n'affichera que les arguments, précédés du nom
32249  de la macro, ce qui facilitera la lisibilité.
32250  La formule sera imprimée sur la sortie conformément à la description de
32251  la première boîte.
32252 \begin_inset Newline newline
32253 \end_inset
32254
32255 L'apparence d'une macro dans une formule peut être modifiée en déplaçant
32256  le curseur dans la macro et en utilisant le menu 
32257 \family sans
32258 Visualiser\SpecialChar \menuseparator
32259 Déplier/Replier la macro mathématique
32260 \family default
32261 .
32262 \end_layout
32263
32264 \begin_layout Standard
32265 Pour utiliser une macro, son nom est inséré dans une formule comme une commande,
32266  dans notre cas, on met 
32267 \series bold
32268
32269 \backslash
32270 qG
32271 \series default
32272 .
32273  Dans Lyx, notre macro va ressembler à ceci:
32274 \begin_inset Newline newline
32275 \end_inset
32276
32277
32278 \begin_inset space \hspace*{\fill}
32279 \end_inset
32280
32281
32282 \begin_inset Graphics
32283         filename ../clipart/macrouse.png
32284
32285 \end_inset
32286
32287
32288 \begin_inset space \hspace*{\fill}
32289 \end_inset
32290
32291
32292 \begin_inset Newline newline
32293 \end_inset
32294
32295 Voici notre exemple avec les arguments 
32296 \begin_inset Formula $x$
32297 \end_inset
32298
32299
32300 \begin_inset Formula $\ln(x)$
32301 \end_inset
32302
32303  et 
32304 \begin_inset Formula $B$
32305 \end_inset
32306
32307 :
32308 \end_layout
32309
32310 \begin_layout Standard
32311 \begin_inset Formula 
32312 \[
32313 \qG x{\ln(x)}B
32314 \]
32315
32316 \end_inset
32317
32318
32319 \end_layout
32320
32321 \begin_layout Standard
32322 LyX propose dans le menu 
32323 \family sans
32324 Outils
32325 \family default
32326 \SpecialChar \menuseparator
32327
32328 \family sans
32329 Préférences\SpecialChar \menuseparator
32330 En
32331 \begin_inset space ~
32332 \end_inset
32333
32334 cours
32335 \begin_inset space ~
32336 \end_inset
32337
32338 de
32339 \begin_inset space ~
32340 \end_inset
32341
32342 modification\SpecialChar \menuseparator
32343 Contrôle
32344 \family default
32345  different styles pour éditer les macros.
32346  Pour trouver le style qui vous convient le mieux, choisissez un style et
32347  placez le curseur dans une macro pour voir la différence.
32348 \end_layout
32349
32350 \begin_layout Standard
32351 En interne, une macro est transformée en une commande 
32352 \series bold
32353
32354 \backslash
32355 newcommand
32356 \series default
32357  au moment de l'exportation du document.
32358  Les commandes 
32359 \series bold
32360
32361 \backslash
32362 newcommand
32363 \series default
32364  qui sont ainsi générées ne sont pas placées dans le préambule LaTeX, ce
32365  qui fait que les macros ne peuvent être utilisées que dans des formules
32366  qui suivent leur boîte de définition dans le document.
32367 \end_layout
32368
32369 \begin_layout Standard
32370 On peut aussi créer une macro mathématique directement à partir d'une commande
32371  
32372 \series bold
32373
32374 \backslash
32375 newcommand
32376 \series default
32377 .
32378  Écrivez par exemple la commande
32379 \begin_inset Newline newline
32380 \end_inset
32381
32382
32383 \series bold
32384
32385 \backslash
32386 newcommand{
32387 \backslash
32388 larrow}[2]{
32389 \backslash
32390 xleftarrow[#2]{#1}}
32391 \series default
32392
32393 \begin_inset Newline newline
32394 \end_inset
32395
32396 dans LyX, en texte normal, sélectionnez-la et ensuite utilisez la raccourci
32397  clavier 
32398 \family sans
32399 Ctrl+M
32400 \family default
32401 , la commande sera transformée en macro mathématique.
32402  En utilisant cette méthode, vous devez faire attention au fait que la commande
32403  
32404 \series bold
32405
32406 \backslash
32407 newcommand
32408 \series default
32409  soit tapée correctement, sinon vous obtiendrez une macro corrompue qui
32410  amènera des erreurs LaTeX.
32411 \end_layout
32412
32413 \begin_layout Standard
32414 Les macro mathématiques ont encore actuellement un problème qui fait que
32415  les formules supplémentaires dans une définition de macro ne sont pas gérées
32416  correctement.
32417  Ce qui fait que l'exemple 
32418 \series bold
32419
32420 \backslash
32421 fb
32422 \series default
32423  de la sous-section
32424 \begin_inset space ~
32425 \end_inset
32426
32427
32428 \begin_inset CommandInset ref
32429 LatexCommand ref
32430 reference "sub:La-commande-newcommand"
32431
32432 \end_inset
32433
32434  ne peut pas être créée comme macro.
32435 \end_layout
32436
32437 \begin_layout Standard
32438 Quand le curseur se trouve dans la boîte de définition d'une macro, vous
32439  verrez dans la fenêtre de LyX, la barre d'outils macro :
32440 \end_layout
32441
32442 \begin_layout Standard
32443 \begin_inset VSpace defskip
32444 \end_inset
32445
32446
32447 \end_layout
32448
32449 \begin_layout Standard
32450 \begin_inset Graphics
32451         filename ../clipart/MacroToolbar.png
32452
32453 \end_inset
32454
32455
32456 \begin_inset Index idx
32457 status collapsed
32458
32459 \begin_layout Plain Layout
32460 Macros ! Barre d'outils
32461 \end_layout
32462
32463 \end_inset
32464
32465
32466 \end_layout
32467
32468 \begin_layout Standard
32469 \begin_inset VSpace defskip
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \begin_layout Standard
32476 La barre d'outils macro contient de la gauche vers la droite les boutons
32477  suivants :
32478 \end_layout
32479
32480 \begin_layout Standard
32481 \begin_inset VSpace defskip
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \begin_layout Standard
32488 \begin_inset Tabular
32489 <lyxtabular version="3" rows="9" columns="2">
32490 <features rotate="0" islongtable="true" longtabularalignment="center">
32491 <column alignment="left" valignment="top">
32492 <column alignment="left" valignment="top" width="85col%">
32493 <row interlinespace="2.5mm">
32494 <cell alignment="center" valignment="top" usebox="none">
32495 \begin_inset Text
32496
32497 \begin_layout Plain Layout
32498 \begin_inset Graphics
32499         filename ../../images/math-macro-remove-param.png
32500         rotateOrigin center
32501
32502 \end_inset
32503
32504
32505 \end_layout
32506
32507 \end_inset
32508 </cell>
32509 <cell alignment="center" valignment="top" usebox="none">
32510 \begin_inset Text
32511
32512 \begin_layout Plain Layout
32513
32514 \family sans
32515 Édition\SpecialChar \menuseparator
32516 Math\SpecialChar \menuseparator
32517 Définition
32518 \begin_inset space ~
32519 \end_inset
32520
32521 de
32522 \begin_inset space ~
32523 \end_inset
32524
32525 macro\SpecialChar \menuseparator
32526 Supprimer
32527 \begin_inset space ~
32528 \end_inset
32529
32530 le
32531 \begin_inset space ~
32532 \end_inset
32533
32534 dernier
32535 \begin_inset space ~
32536 \end_inset
32537
32538 argument
32539 \end_layout
32540
32541 \end_inset
32542 </cell>
32543 </row>
32544 <row interlinespace="2.5mm">
32545 <cell alignment="center" valignment="top" usebox="none">
32546 \begin_inset Text
32547
32548 \begin_layout Plain Layout
32549 \begin_inset Graphics
32550         filename ../../images/math-macro-add-param.png
32551         rotateOrigin center
32552
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \end_inset
32559 </cell>
32560 <cell alignment="center" valignment="top" usebox="none">
32561 \begin_inset Text
32562
32563 \begin_layout Plain Layout
32564
32565 \family sans
32566 Édition\SpecialChar \menuseparator
32567 Math\SpecialChar \menuseparator
32568 Définition
32569 \begin_inset space ~
32570 \end_inset
32571
32572 de
32573 \begin_inset space ~
32574 \end_inset
32575
32576 macro\SpecialChar \menuseparator
32577 Ajouter
32578 \begin_inset space ~
32579 \end_inset
32580
32581 un
32582 \begin_inset space ~
32583 \end_inset
32584
32585 argument
32586 \end_layout
32587
32588 \end_inset
32589 </cell>
32590 </row>
32591 <row interlinespace="2.5mm">
32592 <cell alignment="center" valignment="top" usebox="none">
32593 \begin_inset Text
32594
32595 \begin_layout Plain Layout
32596 \begin_inset Graphics
32597         filename ../../images/math-macro-make-optional.png
32598         rotateOrigin center
32599
32600 \end_inset
32601
32602
32603 \end_layout
32604
32605 \end_inset
32606 </cell>
32607 <cell alignment="center" valignment="top" usebox="none">
32608 \begin_inset Text
32609
32610 \begin_layout Plain Layout
32611
32612 \family sans
32613 Édition\SpecialChar \menuseparator
32614 Math\SpecialChar \menuseparator
32615 Définition
32616 \begin_inset space ~
32617 \end_inset
32618
32619 de
32620 \begin_inset space ~
32621 \end_inset
32622
32623 macro\SpecialChar \menuseparator
32624 Rendre optionnel le premier
32625 \begin_inset Newline newline
32626 \end_inset
32627
32628
32629 \begin_inset Phantom HPhantom
32630 status open
32631
32632 \begin_layout Plain Layout
32633
32634 \family sans
32635 Édition\SpecialChar \menuseparator
32636 Math\SpecialChar \menuseparator
32637 Définition
32638 \begin_inset space ~
32639 \end_inset
32640
32641 de
32642 \begin_inset space ~
32643 \end_inset
32644
32645 macro\SpecialChar \menuseparator
32646
32647 \end_layout
32648
32649 \end_inset
32650
32651 argument
32652 \begin_inset space ~
32653 \end_inset
32654
32655 non
32656 \begin_inset space ~
32657 \end_inset
32658
32659 optionnel
32660 \end_layout
32661
32662 \end_inset
32663 </cell>
32664 </row>
32665 <row interlinespace="2.5mm">
32666 <cell alignment="center" valignment="top" usebox="none">
32667 \begin_inset Text
32668
32669 \begin_layout Plain Layout
32670 \begin_inset Graphics
32671         filename ../../images/math-macro-make-nonoptional.png
32672         rotateOrigin center
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 <cell alignment="center" valignment="top" usebox="none">
32682 \begin_inset Text
32683
32684 \begin_layout Plain Layout
32685
32686 \family sans
32687 Édition\SpecialChar \menuseparator
32688 Math\SpecialChar \menuseparator
32689 Définition
32690 \begin_inset space ~
32691 \end_inset
32692
32693 de
32694 \begin_inset space ~
32695 \end_inset
32696
32697 macro\SpecialChar \menuseparator
32698 Rendre non optionnel le dernier
32699 \begin_inset Newline newline
32700 \end_inset
32701
32702
32703 \begin_inset Phantom HPhantom
32704 status open
32705
32706 \begin_layout Plain Layout
32707
32708 \family sans
32709 Édition\SpecialChar \menuseparator
32710 Math\SpecialChar \menuseparator
32711 Définition
32712 \begin_inset space ~
32713 \end_inset
32714
32715 de
32716 \begin_inset space ~
32717 \end_inset
32718
32719 macro\SpecialChar \menuseparator
32720
32721 \end_layout
32722
32723 \end_inset
32724
32725 argument
32726 \begin_inset space ~
32727 \end_inset
32728
32729 optionnel
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 </row>
32735 <row interlinespace="2.5mm">
32736 <cell alignment="center" valignment="top" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740 \begin_inset Graphics
32741         filename ../../images/math-macro-remove-optional-param.png
32742         rotateOrigin center
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \end_inset
32750 </cell>
32751 <cell alignment="center" valignment="top" usebox="none">
32752 \begin_inset Text
32753
32754 \begin_layout Plain Layout
32755
32756 \family sans
32757 Édition\SpecialChar \menuseparator
32758 Math\SpecialChar \menuseparator
32759 Définition
32760 \begin_inset space ~
32761 \end_inset
32762
32763 de
32764 \begin_inset space ~
32765 \end_inset
32766
32767 macro\SpecialChar \menuseparator
32768 Supprimer
32769 \begin_inset space ~
32770 \end_inset
32771
32772 un
32773 \begin_inset space ~
32774 \end_inset
32775
32776 argument
32777 \begin_inset space ~
32778 \end_inset
32779
32780 optionnel
32781 \end_layout
32782
32783 \end_inset
32784 </cell>
32785 </row>
32786 <row interlinespace="2.5mm">
32787 <cell alignment="center" valignment="top" usebox="none">
32788 \begin_inset Text
32789
32790 \begin_layout Plain Layout
32791 \begin_inset Graphics
32792         filename ../../images/math-macro-add-optional-param.png
32793         rotateOrigin center
32794
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \end_inset
32801 </cell>
32802 <cell alignment="center" valignment="top" usebox="none">
32803 \begin_inset Text
32804
32805 \begin_layout Plain Layout
32806
32807 \family sans
32808 Édition\SpecialChar \menuseparator
32809 Math\SpecialChar \menuseparator
32810 Définition
32811 \begin_inset space ~
32812 \end_inset
32813
32814 de
32815 \begin_inset space ~
32816 \end_inset
32817
32818 macro\SpecialChar \menuseparator
32819 Insérer
32820 \begin_inset space ~
32821 \end_inset
32822
32823 un
32824 \begin_inset space ~
32825 \end_inset
32826
32827 argument
32828 \begin_inset space ~
32829 \end_inset
32830
32831 optionnel
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 </row>
32837 <row interlinespace="2.5mm">
32838 <cell alignment="center" valignment="top" usebox="none">
32839 \begin_inset Text
32840
32841 \begin_layout Plain Layout
32842 \begin_inset Graphics
32843         filename ../../images/math-macro-remove-greedy-param.png
32844         rotateOrigin center
32845
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \end_inset
32852 </cell>
32853 <cell alignment="center" valignment="top" usebox="none">
32854 \begin_inset Text
32855
32856 \begin_layout Plain Layout
32857
32858 \family sans
32859 Édition\SpecialChar \menuseparator
32860 Math\SpecialChar \menuseparator
32861 Définition
32862 \begin_inset space ~
32863 \end_inset
32864
32865 de
32866 \begin_inset space ~
32867 \end_inset
32868
32869 macro\SpecialChar \menuseparator
32870 Enlever
32871 \begin_inset space ~
32872 \end_inset
32873
32874 le
32875 \begin_inset space ~
32876 \end_inset
32877
32878 dernier
32879 \begin_inset space ~
32880 \end_inset
32881
32882 argument
32883 \begin_inset space ~
32884 \end_inset
32885
32886 en
32887 \begin_inset Newline newline
32888 \end_inset
32889
32890
32891 \begin_inset Phantom HPhantom
32892 status open
32893
32894 \begin_layout Plain Layout
32895
32896 \family sans
32897 Édition\SpecialChar \menuseparator
32898 Math\SpecialChar \menuseparator
32899 Définition
32900 \begin_inset space ~
32901 \end_inset
32902
32903 de
32904 \begin_inset space ~
32905 \end_inset
32906
32907 macro\SpecialChar \menuseparator
32908
32909 \end_layout
32910
32911 \end_inset
32912
32913 éjectant
32914 \begin_inset space ~
32915 \end_inset
32916
32917 par
32918 \begin_inset space ~
32919 \end_inset
32920
32921 la
32922 \begin_inset space ~
32923 \end_inset
32924
32925 droite
32926 \end_layout
32927
32928 \end_inset
32929 </cell>
32930 </row>
32931 <row interlinespace="2.5mm">
32932 <cell alignment="center" valignment="top" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936 \begin_inset Graphics
32937         filename ../../images/math-macro-append-greedy-param.png
32938         rotateOrigin center
32939
32940 \end_inset
32941
32942
32943 \end_layout
32944
32945 \end_inset
32946 </cell>
32947 <cell alignment="center" valignment="top" usebox="none">
32948 \begin_inset Text
32949
32950 \begin_layout Plain Layout
32951
32952 \family sans
32953 Édition\SpecialChar \menuseparator
32954 Math\SpecialChar \menuseparator
32955 Définition
32956 \begin_inset space ~
32957 \end_inset
32958
32959 de
32960 \begin_inset space ~
32961 \end_inset
32962
32963 macro\SpecialChar \menuseparator
32964 Ajouter
32965 \begin_inset space ~
32966 \end_inset
32967
32968 l'argument
32969 \begin_inset space ~
32970 \end_inset
32971
32972 en
32973 \begin_inset space ~
32974 \end_inset
32975
32976 intégrant
32977 \begin_inset Newline newline
32978 \end_inset
32979
32980
32981 \begin_inset Phantom HPhantom
32982 status open
32983
32984 \begin_layout Plain Layout
32985
32986 \family sans
32987 Édition\SpecialChar \menuseparator
32988 Math\SpecialChar \menuseparator
32989 Définition
32990 \begin_inset space ~
32991 \end_inset
32992
32993 de
32994 \begin_inset space ~
32995 \end_inset
32996
32997 macro\SpecialChar \menuseparator
32998
32999 \end_layout
33000
33001 \end_inset
33002
33003 depuis
33004 \begin_inset space ~
33005 \end_inset
33006
33007 la
33008 \begin_inset space ~
33009 \end_inset
33010
33011 droite
33012 \end_layout
33013
33014 \end_inset
33015 </cell>
33016 </row>
33017 <row interlinespace="2.5mm">
33018 <cell alignment="center" valignment="top" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022 \begin_inset Graphics
33023         filename ../../images/math-macro-add-greedy-optional-param.png
33024         rotateOrigin center
33025
33026 \end_inset
33027
33028
33029 \end_layout
33030
33031 \end_inset
33032 </cell>
33033 <cell alignment="center" valignment="top" usebox="none">
33034 \begin_inset Text
33035
33036 \begin_layout Plain Layout
33037
33038 \family sans
33039 Édition\SpecialChar \menuseparator
33040 Math\SpecialChar \menuseparator
33041 Définition
33042 \begin_inset space ~
33043 \end_inset
33044
33045 de
33046 \begin_inset space ~
33047 \end_inset
33048
33049 macro\SpecialChar \menuseparator
33050 Ajouter
33051 \begin_inset space ~
33052 \end_inset
33053
33054 l'argument
33055 \begin_inset space ~
33056 \end_inset
33057
33058 optionnel
33059 \begin_inset space ~
33060 \end_inset
33061
33062 en
33063 \begin_inset Newline newline
33064 \end_inset
33065
33066
33067 \begin_inset Phantom HPhantom
33068 status open
33069
33070 \begin_layout Plain Layout
33071
33072 \family sans
33073 Édition\SpecialChar \menuseparator
33074 Math\SpecialChar \menuseparator
33075 Définition
33076 \begin_inset space ~
33077 \end_inset
33078
33079 de
33080 \begin_inset space ~
33081 \end_inset
33082
33083 macro\SpecialChar \menuseparator
33084
33085 \end_layout
33086
33087 \end_inset
33088
33089 intégrant
33090 \begin_inset space ~
33091 \end_inset
33092
33093 depuis
33094 \begin_inset space ~
33095 \end_inset
33096
33097 la
33098 \begin_inset space ~
33099 \end_inset
33100
33101 droite
33102 \end_layout
33103
33104 \end_inset
33105 </cell>
33106 </row>
33107 </lyxtabular>
33108
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Section
33115 Système de calcul formel
33116 \end_layout
33117
33118 \begin_layout Standard
33119 LyX permet l'échange d'expressions mathématiques écrites avec l'éditeur
33120  mathématique de LyX et des applications externes ou des programmes écrits
33121  par l'utilisateur.
33122  Actuellement les applications qui sont gérées sont 
33123 \family sans
33124 Maple
33125 \family default
33126
33127 \family sans
33128 Mathematica
33129 \family default
33130
33131 \family sans
33132 Maxima
33133 \family default
33134  et 
33135 \family sans
33136 Octave
33137 \family default
33138 .
33139  Notez que les constructions mathematiques qui sont acceptées sont limitées
33140  à des cas très simples.
33141 \end_layout
33142
33143 \begin_layout Subsection
33144 Utilisation
33145 \end_layout
33146
33147 \begin_layout Standard
33148 Écrivez une expression dans une formule puis allez dans 
33149 \family sans
33150 Édition\SpecialChar \menuseparator
33151 Maths
33152 \family default
33153 \SpecialChar \menuseparator
33154
33155 \family sans
33156 Appel à un logiciel de calcul formel
33157 \family default
33158 , choisissez une des applications que vous avez installé sur votre ordinateur.
33159  Après cela, le résultat du calcul devrait apparaître sur le côté droit
33160  de l'expression avec l'opérateur 
33161 \begin_inset Quotes fld
33162 \end_inset
33163
33164 =
33165 \begin_inset Quotes frd
33166 \end_inset
33167
33168 .
33169 \end_layout
33170
33171 \begin_layout Standard
33172 Voici quelques exemples très simples ( avec les résultats de 
33173 \family sans
33174 Maxima
33175 \family default
33176  ) pour montrer quel genre de calculs on peut effectuer :
33177 \end_layout
33178
33179 \begin_layout Itemize
33180 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \begin_layout Itemize
33187 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33188 \end_inset
33189
33190
33191 \end_layout
33192
33193 \begin_layout Itemize
33194 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33195 \end_inset
33196
33197
33198 \end_layout
33199
33200 \begin_layout Itemize
33201 \begin_inset Formula $\det\left[\begin{array}{ccc}
33202 1 & 6 & 7\\
33203 2 & 5 & 8\\
33204 3 & 4 & 17
33205 \end{array}\right]=-56$
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Itemize
33212 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33213 \end_inset
33214
33215
33216 \end_layout
33217
33218 \begin_layout Subsection
33219 Raccourci clavier
33220 \end_layout
33221
33222 \begin_layout Standard
33223 Actuellement, il n'y a pas de raccourci clavier pour appeler les applications
33224  algébriques.
33225  On peut facilement attacher un raccourci à la fonction math-extern de LyX
33226  ( voir le manuel 
33227 \family sans
33228 \emph on
33229 Fonctions LyX
33230 \family default
33231 \emph default
33232  ).
33233  On peut par exemple attacher la touche 
33234 \family sans
33235 Entrée
33236 \family default
33237  à l'intérieur de l'éditeur mathématique à 
33238 \family sans
33239 Maxima
33240 \family default
33241 , ce qui donnera la commande de définition suivante pour le raccourci
33242 \begin_inset space ~
33243 \end_inset
33244
33245 :
33246 \end_layout
33247
33248 \begin_layout Standard
33249
33250 \series bold
33251 command-alternatives break-paragraph;math-extern maxima
33252 \end_layout
33253
33254 \begin_layout Section
33255 Points divers
33256 \begin_inset Index idx
33257 status collapsed
33258
33259 \begin_layout Plain Layout
33260 Points divers
33261 \end_layout
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \begin_layout Subsection
33269 Nombres négatifs
33270 \begin_inset Index idx
33271 status collapsed
33272
33273 \begin_layout Plain Layout
33274 Nombres ! négatifs
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Standard
33283 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
33284  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
33285  moins.
33286  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
33287  correctement.
33288 \end_layout
33289
33290 \begin_layout Standard
33291 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
33292 \end_layout
33293
33294 \begin_layout Standard
33295 Un exemple pour illustrer le problème:
33296 \end_layout
33297
33298 \begin_layout Standard
33299 \align center
33300 \begin_inset Tabular
33301 <lyxtabular version="3" rows="3" columns="2">
33302 <features rotate="0" tabularvalignment="middle">
33303 <column alignment="right" valignment="top">
33304 <column alignment="left" valignment="top">
33305 <row>
33306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33307 \begin_inset Text
33308
33309 \begin_layout Plain Layout
33310 texte normal:
33311 \end_layout
33312
33313 \end_inset
33314 </cell>
33315 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319 x = -2
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 </row>
33325 <row>
33326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33327 \begin_inset Text
33328
33329 \begin_layout Plain Layout
33330 formule:
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 \begin_inset Formula $x=-2$
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 </row>
33348 <row>
33349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353 solution:
33354 \end_layout
33355
33356 \end_inset
33357 </cell>
33358 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33359 \begin_inset Text
33360
33361 \begin_layout Plain Layout
33362 \begin_inset Formula $x=\textrm{-}2$
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \end_inset
33369 </cell>
33370 </row>
33371 </lyxtabular>
33372
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \begin_layout Subsection
33379 La virgule comme séparateur décimal
33380 \begin_inset Index idx
33381 status collapsed
33382
33383 \begin_layout Plain Layout
33384 Virgule
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \begin_layout Standard
33393 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
33394  pour grouper les chiffres dans un nombre.
33395  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
33396  formules.
33397 \end_layout
33398
33399 \begin_layout Standard
33400 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
33401  (raccourci 
33402 \family sans
33403 Ctrl+M
33404 \family default
33405 ).
33406 \end_layout
33407
33408 \begin_layout Standard
33409 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
33410  on doit charger le fichier 
33411 \series bold
33412 icomma.sty
33413 \series default
33414
33415 \begin_inset Foot
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419
33420 \series bold
33421 icomma
33422 \series default
33423  fait partie du paquetage 
33424 \series bold
33425 was
33426 \series default
33427
33428 \begin_inset Index idx
33429 status collapsed
33430
33431 \begin_layout Plain Layout
33432 Paquetages ! was
33433 \begin_inset ERT
33434 status collapsed
33435
33436 \begin_layout Plain Layout
33437
33438
33439 \backslash
33440 vspace{4mm}
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \end_inset
33449
33450 .
33451 \end_layout
33452
33453 \end_inset
33454
33455
33456 \begin_inset Index idx
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460 Paquetages ! icomma
33461 \end_layout
33462
33463 \end_inset
33464
33465  dans le préambule LaTeX avec la ligne
33466 \end_layout
33467
33468 \begin_layout Standard
33469
33470 \series bold
33471
33472 \backslash
33473 usepackage{icomma}
33474 \end_layout
33475
33476 \begin_layout Subsection
33477 Les vecteurs physiques
33478 \begin_inset CommandInset label
33479 LatexCommand label
33480 name "sub:Vecteurs-physiques"
33481
33482 \end_inset
33483
33484
33485 \begin_inset Index idx
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489 Vecteurs ! physiques
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \end_layout
33496
33497 \begin_layout Standard
33498 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
33499 \series bold
33500  braket
33501 \series default
33502
33503 \begin_inset Index idx
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507 Paquetages ! braket
33508 \end_layout
33509
33510 \end_inset
33511
33512  que l'on charge en mettant dans le préambule LaTeX la ligne
33513 \end_layout
33514
33515 \begin_layout Standard
33516
33517 \series bold
33518
33519 \backslash
33520 usepackage{braket}
33521 \end_layout
33522
33523 \begin_layout Standard
33524 \begin_inset ERT
33525 status collapsed
33526
33527 \begin_layout Plain Layout
33528
33529
33530 \backslash
33531 ifbraket 
33532 \end_layout
33533
33534 \end_inset
33535
33536
33537 \begin_inset Note Note
33538 status open
33539
33540 \begin_layout Plain Layout
33541 Ce qui suit ne sera affiché que si le paquetage LaTeX 
33542 \series bold
33543 braket
33544 \series default
33545  est installé:
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Standard
33554 \begin_inset Newpage newpage
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \begin_layout Standard
33561 Les commandes suivantes sont définies:
33562 \end_layout
33563
33564 \begin_layout Standard
33565 \align center
33566 \begin_inset Tabular
33567 <lyxtabular version="3" rows="4" columns="2">
33568 <features rotate="0" tabularvalignment="middle">
33569 <column alignment="center" valignment="top">
33570 <column alignment="center" valignment="top">
33571 <row>
33572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33573 \begin_inset Text
33574
33575 \begin_layout Plain Layout
33576 Commande
33577 \end_layout
33578
33579 \end_inset
33580 </cell>
33581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33582 \begin_inset Text
33583
33584 \begin_layout Plain Layout
33585 Résultat
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 </row>
33591 <row>
33592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33593 \begin_inset Text
33594
33595 \begin_layout Plain Layout
33596
33597 \backslash
33598 Bra{
33599 \backslash
33600 psi
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Plain Layout
33609 \begin_inset Formula $\Bra{\psi}$
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \end_inset
33616 </cell>
33617 </row>
33618 <row>
33619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33620 \begin_inset Text
33621
33622 \begin_layout Plain Layout
33623
33624 \backslash
33625 Ket{
33626 \backslash
33627 psi
33628 \end_layout
33629
33630 \end_inset
33631 </cell>
33632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636 \begin_inset Formula $\Ket{\psi}$
33637 \end_inset
33638
33639
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 </row>
33645 <row>
33646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33647 \begin_inset Text
33648
33649 \begin_layout Plain Layout
33650
33651 \backslash
33652 Braket{
33653 \backslash
33654 psi|
33655 \backslash
33656 phi
33657 \end_layout
33658
33659 \end_inset
33660 </cell>
33661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33662 \begin_inset Text
33663
33664 \begin_layout Plain Layout
33665 \begin_inset Formula $\Braket{\psi|\phi}$
33666 \end_inset
33667
33668
33669 \end_layout
33670
33671 \end_inset
33672 </cell>
33673 </row>
33674 </lyxtabular>
33675
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \begin_layout Standard
33682 La commande 
33683 \series bold
33684
33685 \backslash
33686 Braket
33687 \series default
33688  assure que toutes les barres verticales ont la même taille que les crochets
33689  englobants:
33690 \begin_inset Formula 
33691 \[
33692 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33693 \]
33694
33695 \end_inset
33696
33697
33698 \end_layout
33699
33700 \begin_layout Standard
33701 \begin_inset ERT
33702 status collapsed
33703
33704 \begin_layout Plain Layout
33705
33706
33707 \backslash
33708 else 
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \begin_inset Note Note
33715 status open
33716
33717 \begin_layout Plain Layout
33718 Ce qui suit sera affiché si la paquetage LaTeX 
33719 \series bold
33720 braket
33721 \series default
33722  n'est pas installé:
33723 \end_layout
33724
33725 \end_inset
33726
33727
33728 \end_layout
33729
33730 \begin_layout Standard
33731 Vous avez besoin du paquetage LaTeX 
33732 \series bold
33733 braket
33734 \series default
33735  pour voir le reste de cette sous section dans la sortie finale.
33736 \end_layout
33737
33738 \begin_layout Standard
33739 \begin_inset ERT
33740 status collapsed
33741
33742 \begin_layout Plain Layout
33743
33744
33745 \backslash
33746 fi 
33747 \end_layout
33748
33749 \end_inset
33750
33751
33752 \end_layout
33753
33754 \begin_layout Standard
33755 L'effet de la commande 
33756 \series bold
33757
33758 \backslash
33759 Braket
33760 \series default
33761  peut aussi être obtenu en utilisant la commande 
33762 \series bold
33763
33764 \backslash
33765 middle
33766 \series default
33767 , qui est décrite dans 
33768 \begin_inset CommandInset ref
33769 LatexCommand ref
33770 reference "sub:Taille-parenthèses-automatique"
33771
33772 \end_inset
33773
33774 .
33775 \end_layout
33776
33777 \begin_layout Subsection
33778 Fractions personnalisées
33779 \begin_inset CommandInset label
33780 LatexCommand label
33781 name "sub:Fractions-personnalisées"
33782
33783 \end_inset
33784
33785
33786 \begin_inset Index idx
33787 status collapsed
33788
33789 \begin_layout Plain Layout
33790 Fractions ! personnalisées
33791 \end_layout
33792
33793 \end_inset
33794
33795
33796 \end_layout
33797
33798 \begin_layout Standard
33799 Pour définir des commandes personnalisées pour les fractions, on utilise
33800  la commande 
33801 \series bold
33802
33803 \backslash
33804 genfrac
33805 \series default
33806
33807 \begin_inset Index idx
33808 status collapsed
33809
33810 \begin_layout Plain Layout
33811 Commandes ! G ! 
33812 \backslash
33813 genfrac
33814 \end_layout
33815
33816 \end_inset
33817
33818  avec la syntaxe suivante:
33819 \end_layout
33820
33821 \begin_layout Standard
33822
33823 \series bold
33824
33825 \backslash
33826 genfrac{parenthèse gauche}{parenthèse droite}
33827 \begin_inset Newline newline
33828 \end_inset
33829
33830
33831 \begin_inset Phantom HPhantom
33832 status open
33833
33834 \begin_layout Plain Layout
33835
33836 \series bold
33837
33838 \backslash
33839 genfrac
33840 \end_layout
33841
33842 \end_inset
33843
33844 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
33845 \end_layout
33846
33847 \begin_layout Standard
33848 Le style est un nombre allant de 0 à 3.
33849 \end_layout
33850
33851 \begin_layout Standard
33852 \align center
33853 \begin_inset Tabular
33854 <lyxtabular version="3" rows="5" columns="2">
33855 <features rotate="0" tabularvalignment="middle">
33856 <column alignment="center" valignment="top">
33857 <column alignment="center" valignment="top">
33858 <row>
33859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33860 \begin_inset Text
33861
33862 \begin_layout Plain Layout
33863 Nombre
33864 \end_layout
33865
33866 \end_inset
33867 </cell>
33868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872 Style (Taille)
33873 \end_layout
33874
33875 \end_inset
33876 </cell>
33877 </row>
33878 <row>
33879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33880 \begin_inset Text
33881
33882 \begin_layout Plain Layout
33883 0
33884 \end_layout
33885
33886 \end_inset
33887 </cell>
33888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33889 \begin_inset Text
33890
33891 \begin_layout Plain Layout
33892 formule hors ligne
33893 \end_layout
33894
33895 \end_inset
33896 </cell>
33897 </row>
33898 <row>
33899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33900 \begin_inset Text
33901
33902 \begin_layout Plain Layout
33903 1
33904 \end_layout
33905
33906 \end_inset
33907 </cell>
33908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Plain Layout
33912 formule en ligne
33913 \end_layout
33914
33915 \end_inset
33916 </cell>
33917 </row>
33918 <row>
33919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33920 \begin_inset Text
33921
33922 \begin_layout Plain Layout
33923 2
33924 \end_layout
33925
33926 \end_inset
33927 </cell>
33928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33929 \begin_inset Text
33930
33931 \begin_layout Plain Layout
33932 petit (small)
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 </row>
33938 <row>
33939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943 3
33944 \end_layout
33945
33946 \end_inset
33947 </cell>
33948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33949 \begin_inset Text
33950
33951 \begin_layout Plain Layout
33952 minuscule (tiny)
33953 \end_layout
33954
33955 \end_inset
33956 </cell>
33957 </row>
33958 </lyxtabular>
33959
33960 \end_inset
33961
33962
33963 \end_layout
33964
33965 \begin_layout Standard
33966 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
33967  dans lequel on se trouve, comme avec la commande 
33968 \series bold
33969
33970 \backslash
33971 frac
33972 \series default
33973 .
33974 \end_layout
33975
33976 \begin_layout Standard
33977 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
33978 e de 0.4
33979 \begin_inset space \thinspace{}
33980 \end_inset
33981
33982 pt est utilisée.
33983 \end_layout
33984
33985 \begin_layout Standard
33986 \begin_inset VSpace medskip
33987 \end_inset
33988
33989 Par exemple les commandes 
33990 \series bold
33991
33992 \backslash
33993 dfrac
33994 \series default
33995  et 
33996 \series bold
33997
33998 \backslash
33999 tbinom
34000 \series default
34001  vues en 
34002 \begin_inset CommandInset ref
34003 LatexCommand ref
34004 reference "sub:Fractions"
34005
34006 \end_inset
34007
34008  sont définies avec les commandes 
34009 \end_layout
34010
34011 \begin_layout Standard
34012
34013 \series bold
34014
34015 \backslash
34016 newcommand{
34017 \backslash
34018 dfrac}[2]{
34019 \backslash
34020 genfrac{}{}{}{0}{#1}{#2}}
34021 \end_layout
34022
34023 \begin_layout Standard
34024 et
34025 \end_layout
34026
34027 \begin_layout Standard
34028
34029 \series bold
34030
34031 \backslash
34032 newcommand{
34033 \backslash
34034 tbinom}[2]{
34035 \backslash
34036 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34037 \end_layout
34038
34039 \begin_layout Standard
34040 \begin_inset VSpace medskip
34041 \end_inset
34042
34043 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
34044  en argument, on insère la ligne suivante dans le préambule LaTeX:
34045 \end_layout
34046
34047 \begin_layout Standard
34048
34049 \series bold
34050
34051 \backslash
34052 newcommand{
34053 \backslash
34054 fracS}[3][]{
34055 \backslash
34056 genfrac{}{}{#1}{}{#2}{#3}}
34057 \end_layout
34058
34059 \begin_layout Standard
34060 Un test:
34061 \begin_inset Formula 
34062 \begin{align*}
34063 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34064 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34065 \end{align*}
34066
34067 \end_inset
34068
34069 Comme on peut le voir, la distance entre le numérateur et le dénominateur
34070  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
34071 \end_layout
34072
34073 \begin_layout Subsection
34074 Formules barrées
34075 \begin_inset Index idx
34076 status collapsed
34077
34078 \begin_layout Plain Layout
34079 Formules ! barrées
34080 \end_layout
34081
34082 \end_inset
34083
34084
34085 \end_layout
34086
34087 \begin_layout Standard
34088 \begin_inset ERT
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092
34093
34094 \backslash
34095 ifcancel 
34096 \end_layout
34097
34098 \end_inset
34099
34100
34101 \begin_inset Note Note
34102 status open
34103
34104 \begin_layout Plain Layout
34105 Ce qui suit ne sera affiché que si le paquetage LaTeX 
34106 \series bold
34107 cancel
34108 \series default
34109  est installé:
34110 \end_layout
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Standard
34118 Il y a quatre façon de barrer une formule u une portion de formule:
34119 \end_layout
34120
34121 \begin_layout Standard
34122 \align center
34123 \begin_inset Tabular
34124 <lyxtabular version="3" rows="5" columns="2">
34125 <features rotate="0" tabularvalignment="middle">
34126 <column alignment="center" valignment="top">
34127 <column alignment="center" valignment="top">
34128 <row>
34129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34130 \begin_inset Text
34131
34132 \begin_layout Plain Layout
34133 Commande
34134 \end_layout
34135
34136 \end_inset
34137 </cell>
34138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34139 \begin_inset Text
34140
34141 \begin_layout Plain Layout
34142 Résultat
34143 \begin_inset Note Note
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147 L'espace et
34148 \series bold
34149  
34150 \backslash
34151 raisebox 
34152 \series default
34153 sont seulement utilisées pour faire de la place.
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 </row>
34164 <row>
34165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169
34170 \backslash
34171 cancel
34172 \begin_inset space \textvisiblespace{}
34173 \end_inset
34174
34175
34176 \backslash
34177 int
34178 \begin_inset space \textvisiblespace{}
34179 \end_inset
34180
34181 A=B
34182 \end_layout
34183
34184 \end_inset
34185 </cell>
34186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \end_inset
34197 </cell>
34198 </row>
34199 <row>
34200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34201 \begin_inset Text
34202
34203 \begin_layout Plain Layout
34204
34205 \backslash
34206 bcancel
34207 \begin_inset space \textvisiblespace{}
34208 \end_inset
34209
34210
34211 \backslash
34212 int
34213 \begin_inset space \textvisiblespace{}
34214 \end_inset
34215
34216 A=B
34217 \end_layout
34218
34219 \end_inset
34220 </cell>
34221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34222 \begin_inset Text
34223
34224 \begin_layout Plain Layout
34225 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \end_inset
34232 </cell>
34233 </row>
34234 <row>
34235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34236 \begin_inset Text
34237
34238 \begin_layout Plain Layout
34239
34240 \backslash
34241 xcancel
34242 \begin_inset space \textvisiblespace{}
34243 \end_inset
34244
34245 int
34246 \begin_inset space \textvisiblespace{}
34247 \end_inset
34248
34249 A=B
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34255 \begin_inset Text
34256
34257 \begin_layout Plain Layout
34258 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \end_inset
34265 </cell>
34266 </row>
34267 <row>
34268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34269 \begin_inset Text
34270
34271 \begin_layout Plain Layout
34272
34273 \backslash
34274 cancelto
34275 \begin_inset space \textvisiblespace{}
34276 \end_inset
34277
34278
34279 \backslash
34280 int
34281 \begin_inset space \textvisiblespace{}
34282 \end_inset
34283
34284 A=B
34285 \begin_inset Formula $\to$
34286 \end_inset
34287
34288 1
34289 \end_layout
34290
34291 \end_inset
34292 </cell>
34293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34294 \begin_inset Text
34295
34296 \begin_layout Plain Layout
34297 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \end_inset
34304 </cell>
34305 </row>
34306 </lyxtabular>
34307
34308 \end_inset
34309
34310
34311 \end_layout
34312
34313 \begin_layout Standard
34314
34315 \series bold
34316
34317 \backslash
34318 cancelto
34319 \series default
34320  est particulièrement utile pour visionner des simplifications de fractions
34321  dans les formules:
34322 \begin_inset Formula 
34323 \[
34324 \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}}}
34325 \]
34326
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Standard
34333 Pour modifier la taille de la valeur d' 
34334 \begin_inset Quotes fld
34335 \end_inset
34336
34337 indice
34338 \begin_inset Quotes frd
34339 \end_inset
34340
34341  de 
34342 \series bold
34343
34344 \backslash
34345 cancelto
34346 \series default
34347  , il est possible de 
34348 \lang english
34349 add the LaTeX-preamble line
34350 \end_layout
34351
34352 \begin_layout Standard
34353
34354 \series bold
34355
34356 \backslash
34357 PassOptionsToPackage{option}{cancel}
34358 \end_layout
34359
34360 \begin_layout Standard
34361
34362 \lang english
34363 where 
34364 \series bold
34365 option
34366 \series default
34367  is either 
34368 \series bold
34369 \lang french
34370 samesize
34371 \series default
34372  qui laissera la valeur barrée avec la même taille, ou 
34373 \series bold
34374 Smaller
34375 \series default
34376  qui la met dans une taille un peu plus petite que la taille normale.
34377 \end_layout
34378
34379 \begin_layout Standard
34380 Pour mettre la barre en couleur, il faut ajouter cette commande en mode
34381  TeX:
34382 \end_layout
34383
34384 \begin_layout Standard
34385
34386 \series bold
34387
34388 \backslash
34389 renewcommand{
34390 \backslash
34391 CancelColor}{
34392 \backslash
34393 color{red}}
34394 \end_layout
34395
34396 \begin_layout Standard
34397 où 
34398 \series bold
34399 \lang english
34400 red
34401 \series default
34402 \lang french
34403  peut être remplacé par ma couleur de votre choix.
34404 \end_layout
34405
34406 \begin_layout Standard
34407 \begin_inset ERT
34408 status collapsed
34409
34410 \begin_layout Plain Layout
34411
34412
34413 \backslash
34414 renewcommand{
34415 \backslash
34416 CancelColor}{
34417 \backslash
34418 color{red}}
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Standard
34427 \begin_inset Formula 
34428 \[
34429 \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}}}
34430 \]
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Standard
34438 \begin_inset ERT
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442
34443
34444 \backslash
34445 renewcommand{
34446 \backslash
34447 CancelColor}{
34448 \backslash
34449 color{black}}
34450 \end_layout
34451
34452 \end_inset
34453
34454
34455 \begin_inset Note Note
34456 status open
34457
34458 \begin_layout Plain Layout
34459
34460 \lang english
34461 reset the color
34462 \end_layout
34463
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \begin_layout Standard
34470 Pour d'autres personnalisations, voir le manuel du paquetage 
34471 \series bold
34472 cancel
34473 \series default
34474
34475 \begin_inset CommandInset citation
34476 LatexCommand cite
34477 key "cancel"
34478
34479 \end_inset
34480
34481 .
34482 \begin_inset Index idx
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486 Paquetages ! cancel
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \begin_layout Standard
34495 \begin_inset ERT
34496 status collapsed
34497
34498 \begin_layout Plain Layout
34499
34500
34501 \backslash
34502 else 
34503 \end_layout
34504
34505 \end_inset
34506
34507
34508 \begin_inset Note Note
34509 status open
34510
34511 \begin_layout Plain Layout
34512 Ce qui suit sera affiché si la paquetage LaTeX 
34513 \series bold
34514 cancel
34515 \series default
34516  n'est pas installé:
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Standard
34525 Vous avez besoin du paquetage LaTeX 
34526 \series bold
34527 cancel
34528 \series default
34529  pour voir le reste de cette sous section dans la sortie finale.
34530 \end_layout
34531
34532 \begin_layout Standard
34533 \begin_inset ERT
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537
34538
34539 \backslash
34540 fi 
34541 \end_layout
34542
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \begin_layout Subsection
34549 Formules dans les entêtes de section
34550 \begin_inset CommandInset label
34551 LatexCommand label
34552 name "sub:formules-dans-les-entêtes"
34553
34554 \end_inset
34555
34556
34557 \begin_inset Index idx
34558 status collapsed
34559
34560 \begin_layout Plain Layout
34561 Formules ! dans les entêtes de section
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \begin_layout Standard
34570 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
34571  en compte les points suivants:
34572 \end_layout
34573
34574 \begin_layout Standard
34575 \begin_inset Note Greyedout
34576 status open
34577
34578 \begin_layout Plain Layout
34579 Quand la gestion de 
34580 \series bold
34581 hyperref
34582 \series default
34583
34584 \begin_inset Index idx
34585 status collapsed
34586
34587 \begin_layout Plain Layout
34588 Paquetages ! hyperref
34589 \end_layout
34590
34591 \end_inset
34592
34593  est activée dans le dialogue paramètres du document dans la rubrique 
34594 \family sans
34595 Propriétés du PDF
34596 \family default
34597 , les signets PDF sont créés dans la table des matières pour chaque entête
34598  de section.
34599  Si l'entête de section contient une formule, elle est affichée de façon
34600  incorrecte dans le texte du signet parce que les formules dans les signets
34601  ne respectent pas certaines conventions du PDF.
34602  
34603 \end_layout
34604
34605 \end_inset
34606
34607
34608 \end_layout
34609
34610 \begin_layout Standard
34611 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
34612  de section un titre court avec le menu 
34613 \family sans
34614 Insertion\SpecialChar \menuseparator
34615 Titre
34616 \begin_inset space ~
34617 \end_inset
34618
34619 court
34620 \family default
34621 .
34622  Les titres courts sont en général utilisés avec des entêtes de section
34623  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
34624  Seul le titre court apparaît dans la table des matières et donc dans les
34625  signets PDF.
34626 \end_layout
34627
34628 \begin_layout Standard
34629 Quand des formules doivent apparaître dans la table des matières mais que
34630  l'on utilise aussi 
34631 \series bold
34632 hyperref
34633 \series default
34634 , on peut utiliser la commande suivante en mode TeX:
34635 \end_layout
34636
34637 \begin_layout Standard
34638
34639 \series bold
34640
34641 \backslash
34642 texorpdfstring{partie à problème}{alternative}
34643 \begin_inset Index idx
34644 status collapsed
34645
34646 \begin_layout Plain Layout
34647 Commandes ! T ! 
34648 \backslash
34649 texorpdfstring
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Standard
34658 \begin_inset Quotes eld
34659 \end_inset
34660
34661 Partie à problème
34662 \begin_inset Quotes erd
34663 \end_inset
34664
34665  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
34666  Cela peut être des caractères, des formules, des notes de bas de page,
34667  mais aussi des références croisées.
34668  L'
34669 \begin_inset Quotes erd
34670 \end_inset
34671
34672 alternative
34673 \begin_inset Quotes erd
34674 \end_inset
34675
34676  est utilisée à la place de la 
34677 \begin_inset Quotes eld
34678 \end_inset
34679
34680 partie à problème
34681 \begin_inset Quotes erd
34682 \end_inset
34683
34684  pour les signets.
34685 \end_layout
34686
34687 \begin_layout Standard
34688 Voici deux exemples d'entêtes de section:
34689 \begin_inset VSpace -3mm
34690 \end_inset
34691
34692
34693 \begin_inset ERT
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697
34698
34699 \backslash
34700 boldmath 
34701 \end_layout
34702
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \begin_layout Subsubsection
34709 Entête de section sans formule dans la table des matières 
34710 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34711 \end_inset
34712
34713
34714 \begin_inset Argument 1
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718 Entête sans formule dans la table des matières
34719 \end_layout
34720
34721 \end_inset
34722
34723
34724 \end_layout
34725
34726 \begin_layout Subsubsection
34727 Entête de section avec formule dans la table des matières
34728 \begin_inset ERT
34729 status collapsed
34730
34731 \begin_layout Plain Layout
34732
34733
34734 \backslash
34735 texorpdfstring{
34736 \end_layout
34737
34738 \end_inset
34739
34740  
34741 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34742 \end_inset
34743
34744
34745 \begin_inset ERT
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749
34750 }{}
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Standard
34759 \begin_inset ERT
34760 status collapsed
34761
34762 \begin_layout Plain Layout
34763
34764
34765 \backslash
34766 unboldmath 
34767 \end_layout
34768
34769 \end_inset
34770
34771 Dans le premier entête, on a utilisé un titre court, dans le second la commande
34772  
34773 \series bold
34774
34775 \backslash
34776 texorpdfstring
34777 \series default
34778 .
34779 \end_layout
34780
34781 \begin_layout Standard
34782 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
34783  a été placée dans un environnement  
34784 \series bold
34785 boldmath
34786 \series default
34787 .
34788 \begin_inset Foot
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792 voir 
34793 \begin_inset CommandInset ref
34794 LatexCommand ref
34795 reference "sub:Formules-en-gras"
34796
34797 \end_inset
34798
34799
34800 \end_layout
34801
34802 \end_inset
34803
34804
34805 \end_layout
34806
34807 \begin_layout Subsection
34808 Formules dans du texte multi-colonnes
34809 \begin_inset Index idx
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813 Formules ! dans du texte multi-colonnes
34814 \end_layout
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \begin_layout Standard
34822 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
34823  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
34824  utiliser toute la largeur de la page.
34825  Pour faire cela, on utilise le paquetage LaTeX 
34826 \series bold
34827 multicol
34828 \series default
34829
34830 \begin_inset Foot
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834
34835 \series bold
34836 multicol
34837 \series default
34838  fait partie de toutes les installations LaTeX standard.
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \begin_inset Index idx
34845 status collapsed
34846
34847 \begin_layout Plain Layout
34848 Paquetages ! multicol
34849 \end_layout
34850
34851 \end_inset
34852
34853 , qui est chargé avec la ligne suivante dans le préambule LaTeX
34854 \end_layout
34855
34856 \begin_layout Standard
34857
34858 \series bold
34859
34860 \backslash
34861 usepackage{multicol}
34862 \end_layout
34863
34864 \begin_layout Standard
34865 \begin_inset Note Greyedout
34866 status open
34867
34868 \begin_layout Plain Layout
34869 Noter que dans ce cas on ne 
34870 \emph on
34871 doit pas 
34872 \emph default
34873 activer l'option 
34874 \family sans
34875 Document
34876 \begin_inset space ~
34877 \end_inset
34878
34879 sur
34880 \begin_inset space ~
34881 \end_inset
34882
34883 deux
34884 \begin_inset space ~
34885 \end_inset
34886
34887 colonnes
34888 \family default
34889  dans la rubrique 
34890 \family sans
34891 Format
34892 \begin_inset space ~
34893 \end_inset
34894
34895 du
34896 \begin_inset space ~
34897 \end_inset
34898
34899 texte 
34900 \family default
34901 du menu 
34902 \family sans
34903 Document\SpecialChar \menuseparator
34904 Paramètres
34905 \family default
34906 .
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Standard
34915 Avant le texte multi-colonnes on met la commande
34916 \end_layout
34917
34918 \begin_layout Standard
34919
34920 \series bold
34921
34922 \backslash
34923 begin{multicols}{nombre de colonnes}
34924 \end_layout
34925
34926 \begin_layout Standard
34927 en mode TeX.
34928  Le nombre de colonnes est un entier entre 2 et 10.
34929  Avant la formule, le texte multi-colonnes et interrompu avec la commande
34930 \end_layout
34931
34932 \begin_layout Standard
34933
34934 \series bold
34935
34936 \backslash
34937 end{multicols}
34938 \end_layout
34939
34940 \begin_layout Standard
34941 en mode TeX.
34942 \end_layout
34943
34944 \begin_layout Standard
34945 À cause de la commande, un peu d'espace est ajouté automatiquement avant
34946  la formule.
34947  Pour le supprimer, on peut insérer avant la formule un espace vertical
34948  de -6
34949 \begin_inset space \thinspace{}
34950 \end_inset
34951
34952 mm.
34953  Quand on utilise le style de formules 
34954 \series bold
34955 Indenté
34956 \begin_inset Foot
34957 status collapsed
34958
34959 \begin_layout Plain Layout
34960 voir 
34961 \begin_inset CommandInset ref
34962 LatexCommand ref
34963 reference "sec:Styles-de-formules"
34964
34965 \end_inset
34966
34967  pour les styles de formules.
34968 \end_layout
34969
34970 \end_inset
34971
34972
34973 \series default
34974 , il faut mettre un espace de -9
34975 \begin_inset space \thinspace{}
34976 \end_inset
34977
34978 mm à la place.
34979 \end_layout
34980
34981 \begin_layout Standard
34982 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
34983 \end_layout
34984
34985 \begin_layout Standard
34986
34987 \lang german
34988 \begin_inset ERT
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992
34993
34994 \backslash
34995 begin{multicols}{2}
34996 \end_layout
34997
34998 \end_inset
34999
35000 Das Spektrum wird fouriertransformiert.
35001  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35002 , Lösungsmittel) zu trennen.
35003  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35004  nun das Aussehen des Ausgangssignals.
35005  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35006  über alle Phasen integrieren muss.
35007  Sei nun 
35008 \begin_inset Formula $S$
35009 \end_inset
35010
35011  unser normiertes Ausgangssignal und 
35012 \begin_inset Formula $P$
35013 \end_inset
35014
35015  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35016 \begin_inset ERT
35017 status collapsed
35018
35019 \begin_layout Plain Layout
35020
35021
35022 \backslash
35023 end{multicols}
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \begin_inset VSpace -6mm
35030 \end_inset
35031
35032
35033 \begin_inset Formula 
35034 \begin{equation}
35035 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35036 \end{equation}
35037
35038 \end_inset
35039
35040
35041 \begin_inset ERT
35042 status collapsed
35043
35044 \begin_layout Plain Layout
35045
35046
35047 \backslash
35048 begin{multicols}{2}
35049 \end_layout
35050
35051 \end_inset
35052
35053 wobei 
35054 \begin_inset Formula $S_{0}$
35055 \end_inset
35056
35057  das Signal ohne Gradient ist und die Normierungsbedingung 
35058 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35059 \end_inset
35060
35061  gilt.
35062  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35063  Direkt nach dem 
35064 \begin_inset Formula $\nicefrac{\pi}{2}$
35065 \end_inset
35066
35067
35068 \begin_inset space \thinspace{}
35069 \end_inset
35070
35071 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35072  das Signal zusätzlich abschwächt.
35073  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35074  
35075 \begin_inset Formula $T_{2}$
35076 \end_inset
35077
35078 -Zeit.
35079 \end_layout
35080
35081 \begin_layout Standard
35082
35083 \lang german
35084 \begin_inset ERT
35085 status collapsed
35086
35087 \begin_layout Plain Layout
35088
35089
35090 \backslash
35091 end{multicols}
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Subsection
35100 Formules avec description des variables
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Formules ! avec description des variables
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 Pour décrire les variable au sein d'une formule, comme dans la formule 
35115 \begin_inset CommandInset ref
35116 LatexCommand eqref
35117 reference "eq:within"
35118
35119 \end_inset
35120
35121 , on peut utiliser une matrice
35122 \begin_inset space ~
35123 \end_inset
35124
35125 2
35126 \series bold
35127 ×
35128 \series default
35129
35130 \begin_inset Formula $n$
35131 \end_inset
35132
35133  avec une colonne alignée à gauche pour les 
35134 \begin_inset Formula $n$
35135 \end_inset
35136
35137  variables utilisées.
35138 \begin_inset Foot
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142 pour les matrices, voir 
35143 \begin_inset CommandInset ref
35144 LatexCommand ref
35145 reference "sec:Matrices"
35146
35147 \end_inset
35148
35149
35150 \end_layout
35151
35152 \end_inset
35153
35154  Pour mettre la description en plus petits caractères, on peut insérer par
35155  exemple la commande 
35156 \series bold
35157
35158 \backslash
35159 footnotesize
35160 \series default
35161  avant la matrice.
35162 \begin_inset Foot
35163 status collapsed
35164
35165 \begin_layout Plain Layout
35166 pour les tailles de polices, voir 
35167 \begin_inset CommandInset ref
35168 LatexCommand ref
35169 reference "sub:Tailles-polices"
35170
35171 \end_inset
35172
35173
35174 \end_layout
35175
35176 \end_inset
35177
35178
35179 \end_layout
35180
35181 \begin_layout Standard
35182 Quand on utilise le style de formules 
35183 \series bold
35184 Indenté
35185 \begin_inset Foot
35186 status collapsed
35187
35188 \begin_layout Plain Layout
35189 pour les styles de formules, voir 
35190 \begin_inset CommandInset ref
35191 LatexCommand ref
35192 reference "sec:Styles-de-formules"
35193
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \end_inset
35200
35201
35202 \series default
35203 , on insère un 
35204 \series bold
35205
35206 \backslash
35207 hfill
35208 \series default
35209
35210 \begin_inset Foot
35211 status collapsed
35212
35213 \begin_layout Plain Layout
35214
35215 \series bold
35216
35217 \backslash
35218 hfill
35219 \series default
35220  marche seulement avec des formules dans le style 
35221 \series bold
35222 Indenté
35223 \series default
35224 , voir 
35225 \begin_inset CommandInset ref
35226 LatexCommand ref
35227 reference "sub:Espace-variable"
35228
35229 \end_inset
35230
35231 .
35232 \end_layout
35233
35234 \end_inset
35235
35236  avant et après la matrice pour avoir la même séparation entre la matrice
35237  et la formule et entre la matrice et la marge.
35238 \end_layout
35239
35240 \begin_layout Standard
35241 Quand on utilise le style de formules
35242 \series bold
35243  Centré
35244 \series default
35245 , on utilise la méthode décrite dans 
35246 \begin_inset CommandInset ref
35247 LatexCommand ref
35248 reference "sub:Environnement-Flalign"
35249
35250 \end_inset
35251
35252  pour indenter les formules.
35253  La formule 
35254 \begin_inset CommandInset ref
35255 LatexCommand eqref
35256 reference "eq:within"
35257
35258 \end_inset
35259
35260  consiste en cinq colonnes dont les deux premières contiennent l'équation,
35261  la troisième la matrice et la dernière une accolade TeX vide.
35262 \begin_inset Formula 
35263 \begin{flalign}
35264 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35265 \rho & \textrm{density}\\
35266 V & \textrm{volume}\\
35267 g & \textrm{gravitational acceleration}
35268 \end{array} &  & {}\label{eq:within}
35269 \end{flalign}
35270
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \begin_layout Subsection
35277 Lettres grecques minuscules droites
35278 \begin_inset CommandInset label
35279 LatexCommand label
35280 name "sub:minuscules-grecques-droites"
35281
35282 \end_inset
35283
35284
35285 \begin_inset Index idx
35286 status collapsed
35287
35288 \begin_layout Plain Layout
35289 Lettres grecques ! droites
35290 \end_layout
35291
35292 \end_inset
35293
35294
35295 \end_layout
35296
35297 \begin_layout Standard
35298 La plupart des polices de caractères mathématiques ne fournissent que des
35299  minuscules grecques italiques.
35300  Mais pour les symboles des particules élémentaires comme les pions et le
35301  neutrinos, on a besoin de lettre grecques droites.
35302  Elles sont fournies par le fichier 
35303 \series bold
35304 upgreek.sty
35305 \series default
35306
35307 \begin_inset Foot
35308 status collapsed
35309
35310 \begin_layout Plain Layout
35311
35312 \series bold
35313 upgreek
35314 \series default
35315  fait partie du paquetage LaTeX 
35316 \series bold
35317 was
35318 \series default
35319
35320 \begin_inset Index idx
35321 status collapsed
35322
35323 \begin_layout Plain Layout
35324 Paquetages ! was
35325 \begin_inset ERT
35326 status collapsed
35327
35328 \begin_layout Plain Layout
35329
35330
35331 \backslash
35332 vspace{4mm}
35333 \end_layout
35334
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \end_inset
35341
35342 .
35343 \end_layout
35344
35345 \end_inset
35346
35347
35348 \begin_inset Index idx
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352 Paquetages ! upgreek
35353 \end_layout
35354
35355 \end_inset
35356
35357  qui est chargé avec la ligne suivante dans le préambule LaTeX:
35358 \end_layout
35359
35360 \begin_layout Standard
35361
35362 \series bold
35363
35364 \backslash
35365 usepackage{upgreek}
35366 \end_layout
35367
35368 \begin_layout Standard
35369 \begin_inset ERT
35370 status collapsed
35371
35372 \begin_layout Plain Layout
35373
35374
35375 \backslash
35376 ifupgreek 
35377 \end_layout
35378
35379 \end_inset
35380
35381
35382 \begin_inset Note Note
35383 status open
35384
35385 \begin_layout Plain Layout
35386 Ce qui suit ne sera affiché que si le paquetage LaTeX 
35387 \series bold
35388 upgreek
35389 \series default
35390  est installé:
35391 \end_layout
35392
35393 \end_inset
35394
35395  On crée ces minuscules droites en commençant la commande pour une minuscule
35396  grecque par 
35397 \series bold
35398 up
35399 \series default
35400 .
35401  Par exemple, la commande 
35402 \series bold
35403
35404 \backslash
35405 uptau
35406 \series default
35407  donne ceci: 
35408 \begin_inset Formula $\uptau$
35409 \end_inset
35410
35411
35412 \end_layout
35413
35414 \begin_layout Standard
35415 Avec ces commandes, on peut typographier des réactions entre particules
35416  élémentaires:
35417 \begin_inset Formula 
35418 \[
35419 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35420 \]
35421
35422 \end_inset
35423
35424
35425 \end_layout
35426
35427 \begin_layout Standard
35428 Les lettres droites sont plus grasses et plus larges que les italiques.
35429  On ne doit donc pas les utiliser pour des unités comme 
35430 \begin_inset Quotes eld
35431 \end_inset
35432
35433 µm
35434 \begin_inset Quotes erd
35435 \end_inset
35436
35437 .
35438 \end_layout
35439
35440 \begin_layout Standard
35441 \begin_inset ERT
35442 status collapsed
35443
35444 \begin_layout Plain Layout
35445
35446
35447 \backslash
35448 else 
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \begin_inset Note Note
35455 status open
35456
35457 \begin_layout Plain Layout
35458 Ce qui suit sera affiché si la paquetage LaTeX 
35459 \series bold
35460 upgreek
35461 \series default
35462  n'est pas installé:
35463 \end_layout
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \begin_layout Standard
35471 Vous avez besoin du paquetage LaTeX 
35472 \series bold
35473 upgreek
35474 \series default
35475  pour voir le reste de cette sous section dans la sortie finale.
35476 \end_layout
35477
35478 \begin_layout Standard
35479 \begin_inset ERT
35480 status collapsed
35481
35482 \begin_layout Plain Layout
35483
35484
35485 \backslash
35486 fi 
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \end_layout
35493
35494 \begin_layout Subsection
35495 Caractères texte dans les formules
35496 \begin_inset CommandInset label
35497 LatexCommand label
35498 name "sub:Caractères-texte"
35499
35500 \end_inset
35501
35502
35503 \begin_inset Index idx
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507 Texte ! dans les formules
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \begin_layout Standard
35516 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
35517  directement dans des formules.
35518  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
35519  du genre 
35520 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35521 \end_inset
35522
35523 , vous devrez insérer tout le temps la commande 
35524 \series bold
35525
35526 \backslash
35527 cdot
35528 \series default
35529
35530 \begin_inset Foot
35531 status collapsed
35532
35533 \begin_layout Plain Layout
35534 voir 
35535 \begin_inset CommandInset ref
35536 LatexCommand ref
35537 reference "sub:Opérateurs-binaires"
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \end_inset
35545
35546 , puisque ce caractère est défini dans tous les encodages comme un caractère
35547  texte.
35548  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
35549 \end_layout
35550
35551 \begin_layout Standard
35552
35553 \series bold
35554
35555 \backslash
35556 Declare Inputtext{183}{
35557 \backslash
35558 ifmmode
35559 \backslash
35560 cdot
35561 \backslash
35562 else
35563 \backslash
35564 textperiodcentered
35565 \backslash
35566 f\SpecialChar \textcompwordmark{}
35567 i}
35568 \end_layout
35569
35570 \begin_layout Standard
35571 En plus du point centré, dans ce document on a défini le symbole degré °
35572  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
35573  suivante dans le préambule LaTeX:
35574 \end_layout
35575
35576 \begin_layout Standard
35577
35578 \series bold
35579
35580 \backslash
35581 DeclareInputtext{176}{
35582 \backslash
35583 ifmmode^
35584 \backslash
35585 circ
35586 \backslash
35587 else
35588 \backslash
35589 textdegree
35590 \backslash
35591 f\SpecialChar \textcompwordmark{}
35592 i}
35593 \end_layout
35594
35595 \begin_layout Standard
35596 \begin_inset Newpage newpage
35597 \end_inset
35598
35599
35600 \end_layout
35601
35602 \begin_layout Section
35603 \start_of_appendix
35604 Conseils Typographiques
35605 \begin_inset Index idx
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609 Typographiques, conseils
35610 \end_layout
35611
35612 \end_inset
35613
35614
35615 \end_layout
35616
35617 \begin_layout Standard
35618 Ce paragraphe est un résumé des usages typographiques les plus importants,
35619  documentés dans les normes ISO.
35620 \begin_inset Foot
35621 status collapsed
35622
35623 \begin_layout Plain Layout
35624 Cette collection a été extraite partiellement du dictionnaire allmend semi-offic
35625 iel dénommé 
35626 \begin_inset Quotes fld
35627 \end_inset
35628
35629 Duden
35630 \begin_inset Quotes frd
35631 \end_inset
35632
35633  
35634 \begin_inset CommandInset citation
35635 LatexCommand cite
35636 key "Duden"
35637
35638 \end_inset
35639
35640  qui indique quelques règles ISO.
35641  D'autre règles sont décrites dans 
35642 \begin_inset CommandInset citation
35643 LatexCommand cite
35644 key "Checklist"
35645
35646 \end_inset
35647
35648 .
35649 \end_layout
35650
35651 \end_inset
35652
35653
35654 \end_layout
35655
35656 \begin_layout Itemize
35657 Les symboles d'unités sont 
35658 \emph on
35659 toujours
35660 \emph default
35661  en caractères droits
35662 \begin_inset Foot
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666 obtenu avec les styles de polices, voir 
35667 \begin_inset CommandInset ref
35668 LatexCommand ref
35669 reference "sub:Styles-de-polices"
35670
35671 \end_inset
35672
35673
35674 \end_layout
35675
35676 \end_inset
35677
35678 , même dans un texte en italique: 30
35679 \begin_inset space \thinspace{}
35680 \end_inset
35681
35682 km/h
35683 \begin_inset Newline newline
35684 \end_inset
35685
35686 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
35687 \begin_inset CommandInset ref
35688 LatexCommand ref
35689 reference "sub:Espace-prédéfini"
35690
35691 \end_inset
35692
35693 .
35694 \begin_inset Newline newline
35695 \end_inset
35696
35697 Cette convention est automatiquement respectée quand on utilise la commande
35698  
35699 \series bold
35700
35701 \backslash
35702 unittwo.
35703  
35704 \series default
35705 Quand on l'insère dans une formule, deux boîtes apparaissent.
35706  Dans la première on met la valeur et dans la seconde l'unité et on obtient
35707  comme ci-dessus: 
35708 \begin_inset Formula $\unit[30]{km/h}$
35709 \end_inset
35710
35711
35712 \begin_inset space \thinspace{}
35713 \end_inset
35714
35715 .
35716  Notez que 
35717 \series bold
35718
35719 \backslash
35720 unittwo
35721 \series default
35722  n'est pas une vraie commande LaTeX, mais c'est la commande 
35723 \series bold
35724
35725 \backslash
35726 unit[valeur]{unité}
35727 \series default
35728 , vous ne pouvez donc pas l'insérer en code TeX.
35729 \end_layout
35730
35731 \begin_layout Itemize
35732 Les symboles pourcent et les pour mille sont présentés comme les symboles
35733  d'unités:
35734 \begin_inset Newline newline
35735 \end_inset
35736
35737 1,2
35738 \begin_inset space \thinspace{}
35739 \end_inset
35740
35741 ‰ d'alcool dans le sang
35742 \begin_inset Foot
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
35747 \end_layout
35748
35749 \end_inset
35750
35751
35752 \end_layout
35753
35754 \begin_layout Itemize
35755 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
35756  est utilisé dans une unité: 15
35757 \begin_inset space \thinspace{}
35758 \end_inset
35759
35760 °C
35761 \end_layout
35762
35763 \begin_layout Itemize
35764 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
35765  tous les trois chiffres pour les grouper: 18
35766 \begin_inset space \thinspace{}
35767 \end_inset
35768
35769 473
35770 \begin_inset space \thinspace{}
35771 \end_inset
35772
35773 588
35774 \end_layout
35775
35776 \begin_layout Itemize
35777 Pour exprimer des dimensions comme par exemple 120×90×40
35778 \begin_inset space \thinspace{}
35779 \end_inset
35780
35781 cm on utilise le signe de la multiplication 
35782 \begin_inset Quotes eld
35783 \end_inset
35784
35785 ×
35786 \begin_inset Quotes erd
35787 \end_inset
35788
35789  .
35790  Il est accessible soit par la commande 
35791 \series bold
35792
35793 \backslash
35794 times
35795 \series default
35796  ou par le menu 
35797 \family sans
35798 Insertion\SpecialChar \menuseparator
35799 Caractère
35800 \begin_inset space ~
35801 \end_inset
35802
35803 spécial\SpecialChar \menuseparator
35804 Symboles,
35805 \family default
35806  mais il peut aussi être accessible directement sur certains claviers.
35807 \begin_inset Foot
35808 status collapsed
35809
35810 \begin_layout Plain Layout
35811 Par exemple sous Windows on l'obtient avec 
35812 \family sans
35813 Alt-0215
35814 \family default
35815  (NdT).
35816 \end_layout
35817
35818 \end_inset
35819
35820
35821 \end_layout
35822
35823 \begin_layout Itemize
35824 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
35825  sont écrites en caractères droits pour éviter toute confusion, voir 
35826 \begin_inset CommandInset ref
35827 LatexCommand ref
35828 reference "sub:Fonctions-prédéfinies"
35829
35830 \end_inset
35831
35832 .
35833 \end_layout
35834
35835 \begin_layout Itemize
35836 Les indices composés de plusieurs caractères sont écrits en caractères droits:
35837  
35838 \begin_inset Formula $E_{\mathrm{kin}}$
35839 \end_inset
35840
35841
35842 \begin_inset Newline newline
35843 \end_inset
35844
35845 Les composants de matrices sont en italiques: 
35846 \begin_inset Formula $\hat{H}_{kl}$
35847 \end_inset
35848
35849
35850 \end_layout
35851
35852 \begin_layout Itemize
35853 L'opérateur 
35854 \begin_inset Quotes fld
35855 \end_inset
35856
35857 d
35858 \begin_inset Quotes frd
35859 \end_inset
35860
35861  de différentiation/intégration, la constante d'Euler 
35862 \begin_inset Quotes fld
35863 \end_inset
35864
35865 e
35866 \begin_inset Quotes frd
35867 \end_inset
35868
35869 , et la base des nombre imaginaires 
35870 \begin_inset Quotes fld
35871 \end_inset
35872
35873 i
35874 \begin_inset Quotes frd
35875 \end_inset
35876
35877  devraient être écrits en caractères droits pour éviter de les mélanger
35878  avec les autres variables.
35879 \end_layout
35880
35881 \begin_layout Itemize
35882 Le caractère qui représente une transformation de Fourier peut être obtenu
35883  soit avec la commande 
35884 \series bold
35885
35886 \backslash
35887 mathscr
35888 \begin_inset space \textvisiblespace{}
35889 \end_inset
35890
35891 F
35892 \series default
35893 , soit avec le menu 
35894 \family sans
35895 Insertion\SpecialChar \menuseparator
35896 Caractère
35897 \begin_inset space ~
35898 \end_inset
35899
35900 spécial\SpecialChar \menuseparator
35901 Symboles\SpecialChar \menuseparator
35902 Symboles de type lettre
35903 \family default
35904 .
35905 \end_layout
35906
35907 \begin_layout Standard
35908 \begin_inset Newpage newpage
35909 \end_inset
35910
35911
35912 \end_layout
35913
35914 \begin_layout Section
35915 Synonymes
35916 \begin_inset Index idx
35917 status collapsed
35918
35919 \begin_layout Plain Layout
35920 Synonymes
35921 \end_layout
35922
35923 \end_inset
35924
35925
35926 \end_layout
35927
35928 \begin_layout Standard
35929 Certains caractères peuvent être obtenus en utilisant différentes commandes.
35930  Voici une liste de commandes synonymes:
35931 \end_layout
35932
35933 \begin_layout Standard
35934 \begin_inset VSpace bigskip
35935 \end_inset
35936
35937
35938 \begin_inset space \hfill{}
35939 \end_inset
35940
35941
35942 \begin_inset Tabular
35943 <lyxtabular version="3" rows="12" columns="2">
35944 <features rotate="0" tabularvalignment="middle">
35945 <column alignment="center" valignment="top" width="0pt">
35946 <column alignment="center" valignment="top" width="0pt">
35947 <row>
35948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35949 \begin_inset Text
35950
35951 \begin_layout Plain Layout
35952 Commande
35953 \end_layout
35954
35955 \end_inset
35956 </cell>
35957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35958 \begin_inset Text
35959
35960 \begin_layout Plain Layout
35961 est équivalente à
35962 \begin_inset Note Note
35963 status collapsed
35964
35965 \begin_layout Plain Layout
35966
35967 \series bold
35968
35969 \backslash
35970 raisebox
35971 \series default
35972  est seulement utilisée pour faire de la place
35973 \end_layout
35974
35975 \end_inset
35976
35977
35978 \end_layout
35979
35980 \end_inset
35981 </cell>
35982 </row>
35983 <row>
35984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35985 \begin_inset Text
35986
35987 \begin_layout Plain Layout
35988
35989 \backslash
35990 ast
35991 \end_layout
35992
35993 \end_inset
35994 </cell>
35995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35996 \begin_inset Text
35997
35998 \begin_layout Plain Layout
35999 \begin_inset ERT
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003
36004
36005 \backslash
36006 raisebox{-1.2mm}{
36007 \end_layout
36008
36009 \end_inset
36010
36011 *
36012 \begin_inset ERT
36013 status collapsed
36014
36015 \begin_layout Plain Layout
36016
36017 }
36018 \end_layout
36019
36020 \end_inset
36021
36022
36023 \end_layout
36024
36025 \end_inset
36026 </cell>
36027 </row>
36028 <row>
36029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36030 \begin_inset Text
36031
36032 \begin_layout Plain Layout
36033
36034 \backslash
36035 choose
36036 \end_layout
36037
36038 \end_inset
36039 </cell>
36040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36041 \begin_inset Text
36042
36043 \begin_layout Plain Layout
36044
36045 \backslash
36046 binom
36047 \end_layout
36048
36049 \end_inset
36050 </cell>
36051 </row>
36052 <row>
36053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36054 \begin_inset Text
36055
36056 \begin_layout Plain Layout
36057
36058 \backslash
36059 geq
36060 \end_layout
36061
36062 \end_inset
36063 </cell>
36064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36065 \begin_inset Text
36066
36067 \begin_layout Plain Layout
36068
36069 \backslash
36070 ge
36071 \end_layout
36072
36073 \end_inset
36074 </cell>
36075 </row>
36076 <row>
36077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36078 \begin_inset Text
36079
36080 \begin_layout Plain Layout
36081
36082 \backslash
36083 lbrace
36084 \end_layout
36085
36086 \end_inset
36087 </cell>
36088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36089 \begin_inset Text
36090
36091 \begin_layout Plain Layout
36092 {
36093 \end_layout
36094
36095 \end_inset
36096 </cell>
36097 </row>
36098 <row>
36099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36100 \begin_inset Text
36101
36102 \begin_layout Plain Layout
36103
36104 \backslash
36105 lbracket
36106 \end_layout
36107
36108 \end_inset
36109 </cell>
36110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114 [
36115 \end_layout
36116
36117 \end_inset
36118 </cell>
36119 </row>
36120 <row>
36121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36122 \begin_inset Text
36123
36124 \begin_layout Plain Layout
36125
36126 \backslash
36127 leftarrow
36128 \end_layout
36129
36130 \end_inset
36131 </cell>
36132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36133 \begin_inset Text
36134
36135 \begin_layout Plain Layout
36136
36137 \backslash
36138 gets
36139 \end_layout
36140
36141 \end_inset
36142 </cell>
36143 </row>
36144 <row>
36145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36146 \begin_inset Text
36147
36148 \begin_layout Plain Layout
36149
36150 \backslash
36151 leq
36152 \end_layout
36153
36154 \end_inset
36155 </cell>
36156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36157 \begin_inset Text
36158
36159 \begin_layout Plain Layout
36160
36161 \backslash
36162 le
36163 \end_layout
36164
36165 \end_inset
36166 </cell>
36167 </row>
36168 <row>
36169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36170 \begin_inset Text
36171
36172 \begin_layout Plain Layout
36173
36174 \backslash
36175 lor
36176 \end_layout
36177
36178 \end_inset
36179 </cell>
36180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36181 \begin_inset Text
36182
36183 \begin_layout Plain Layout
36184
36185 \backslash
36186 vee
36187 \end_layout
36188
36189 \end_inset
36190 </cell>
36191 </row>
36192 <row>
36193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36194 \begin_inset Text
36195
36196 \begin_layout Plain Layout
36197
36198 \backslash
36199 neq
36200 \end_layout
36201
36202 \end_inset
36203 </cell>
36204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36205 \begin_inset Text
36206
36207 \begin_layout Plain Layout
36208
36209 \backslash
36210 not=
36211 \end_layout
36212
36213 \end_inset
36214 </cell>
36215 </row>
36216 <row>
36217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36218 \begin_inset Text
36219
36220 \begin_layout Plain Layout
36221
36222 \backslash
36223 slash
36224 \end_layout
36225
36226 \end_inset
36227 </cell>
36228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36229 \begin_inset Text
36230
36231 \begin_layout Plain Layout
36232 /
36233 \end_layout
36234
36235 \end_inset
36236 </cell>
36237 </row>
36238 <row>
36239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36240 \begin_inset Text
36241
36242 \begin_layout Plain Layout
36243
36244 \backslash
36245 vert
36246 \end_layout
36247
36248 \end_inset
36249 </cell>
36250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36251 \begin_inset Text
36252
36253 \begin_layout Plain Layout
36254 |
36255 \end_layout
36256
36257 \end_inset
36258 </cell>
36259 </row>
36260 </lyxtabular>
36261
36262 \end_inset
36263
36264
36265 \begin_inset space \hfill{}
36266 \end_inset
36267
36268
36269 \begin_inset Tabular
36270 <lyxtabular version="3" rows="12" columns="2">
36271 <features rotate="0" tabularvalignment="middle">
36272 <column alignment="center" valignment="top" width="0pt">
36273 <column alignment="center" valignment="top" width="0pt">
36274 <row>
36275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36276 \begin_inset Text
36277
36278 \begin_layout Plain Layout
36279 Commande
36280 \end_layout
36281
36282 \end_inset
36283 </cell>
36284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36285 \begin_inset Text
36286
36287 \begin_layout Plain Layout
36288 est équivalente à
36289 \end_layout
36290
36291 \end_inset
36292 </cell>
36293 </row>
36294 <row>
36295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299
36300 \backslash
36301 backslash
36302 \end_layout
36303
36304 \end_inset
36305 </cell>
36306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36307 \begin_inset Text
36308
36309 \begin_layout Plain Layout
36310
36311 \backslash
36312
36313 \backslash
36314
36315 \end_layout
36316
36317 \end_inset
36318 </cell>
36319 </row>
36320 <row>
36321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36322 \begin_inset Text
36323
36324 \begin_layout Plain Layout
36325
36326 \backslash
36327 dasharrow
36328 \end_layout
36329
36330 \end_inset
36331 </cell>
36332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36333 \begin_inset Text
36334
36335 \begin_layout Plain Layout
36336
36337 \backslash
36338 dashrightarrow
36339 \end_layout
36340
36341 \end_inset
36342 </cell>
36343 </row>
36344 <row>
36345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Plain Layout
36349
36350 \backslash
36351 land
36352 \end_layout
36353
36354 \end_inset
36355 </cell>
36356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36357 \begin_inset Text
36358
36359 \begin_layout Plain Layout
36360
36361 \backslash
36362 wedge
36363 \end_layout
36364
36365 \end_inset
36366 </cell>
36367 </row>
36368 <row>
36369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36370 \begin_inset Text
36371
36372 \begin_layout Plain Layout
36373
36374 \backslash
36375 rbrace
36376 \end_layout
36377
36378 \end_inset
36379 </cell>
36380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36381 \begin_inset Text
36382
36383 \begin_layout Plain Layout
36384 }
36385 \end_layout
36386
36387 \end_inset
36388 </cell>
36389 </row>
36390 <row>
36391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36392 \begin_inset Text
36393
36394 \begin_layout Plain Layout
36395
36396 \backslash
36397 rbracket
36398 \end_layout
36399
36400 \end_inset
36401 </cell>
36402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36403 \begin_inset Text
36404
36405 \begin_layout Plain Layout
36406 ]
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 </row>
36412 <row>
36413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36414 \begin_inset Text
36415
36416 \begin_layout Plain Layout
36417
36418 \backslash
36419 rightarrow
36420 \end_layout
36421
36422 \end_inset
36423 </cell>
36424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36425 \begin_inset Text
36426
36427 \begin_layout Plain Layout
36428
36429 \backslash
36430 to
36431 \end_layout
36432
36433 \end_inset
36434 </cell>
36435 </row>
36436 <row>
36437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36438 \begin_inset Text
36439
36440 \begin_layout Plain Layout
36441
36442 \backslash
36443 lnot
36444 \end_layout
36445
36446 \end_inset
36447 </cell>
36448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36449 \begin_inset Text
36450
36451 \begin_layout Plain Layout
36452
36453 \backslash
36454 neg
36455 \end_layout
36456
36457 \end_inset
36458 </cell>
36459 </row>
36460 <row>
36461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36462 \begin_inset Text
36463
36464 \begin_layout Plain Layout
36465
36466 \backslash
36467 ne
36468 \end_layout
36469
36470 \end_inset
36471 </cell>
36472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36473 \begin_inset Text
36474
36475 \begin_layout Plain Layout
36476
36477 \backslash
36478 not=
36479 \end_layout
36480
36481 \end_inset
36482 </cell>
36483 </row>
36484 <row>
36485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36486 \begin_inset Text
36487
36488 \begin_layout Plain Layout
36489
36490 \backslash
36491 owns
36492 \end_layout
36493
36494 \end_inset
36495 </cell>
36496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36497 \begin_inset Text
36498
36499 \begin_layout Plain Layout
36500
36501 \backslash
36502 ni
36503 \end_layout
36504
36505 \end_inset
36506 </cell>
36507 </row>
36508 <row>
36509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36510 \begin_inset Text
36511
36512 \begin_layout Plain Layout
36513
36514 \backslash
36515 square
36516 \end_layout
36517
36518 \end_inset
36519 </cell>
36520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36521 \begin_inset Text
36522
36523 \begin_layout Plain Layout
36524
36525 \backslash
36526 Box
36527 \end_layout
36528
36529 \end_inset
36530 </cell>
36531 </row>
36532 <row>
36533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36534 \begin_inset Text
36535
36536 \begin_layout Plain Layout
36537
36538 \backslash
36539 Vert
36540 \end_layout
36541
36542 \end_inset
36543 </cell>
36544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36545 \begin_inset Text
36546
36547 \begin_layout Plain Layout
36548
36549 \backslash
36550 |
36551 \end_layout
36552
36553 \end_inset
36554 </cell>
36555 </row>
36556 </lyxtabular>
36557
36558 \end_inset
36559
36560
36561 \begin_inset space \hfill{}
36562 \end_inset
36563
36564
36565 \end_layout
36566
36567 \begin_layout Standard
36568 \begin_inset Newpage newpage
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \begin_layout Bibliography
36575 \begin_inset CommandInset bibitem
36576 LatexCommand bibitem
36577 key "TLC2"
36578
36579 \end_inset
36580
36581
36582 \shape smallcaps
36583 Mittelbach, F.
36584  ; Goossens, M.
36585 \shape default
36586
36587 \shape italic
36588 The LaTeX Companion
36589 \shape default
36590 .
36591  Addison Wesley, 2004
36592 \end_layout
36593
36594 \begin_layout Bibliography
36595 \begin_inset CommandInset bibitem
36596 LatexCommand bibitem
36597 key "Mathmode"
36598
36599 \end_inset
36600
36601
36602 \begin_inset CommandInset href
36603 LatexCommand href
36604 name "Description"
36605 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36606
36607 \end_inset
36608
36609  des possibilités mathématiques de LaTeX
36610 \end_layout
36611
36612 \begin_layout Bibliography
36613 \begin_inset CommandInset bibitem
36614 LatexCommand bibitem
36615 key "AMS"
36616
36617 \end_inset
36618
36619
36620 \begin_inset CommandInset href
36621 LatexCommand href
36622 name "Description"
36623 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36624
36625 \end_inset
36626
36627  de 
36628 \begin_inset ERT
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632
36633
36634 \backslash
36635 AmS
36636 \end_layout
36637
36638 \end_inset
36639
36640 -LaTeX
36641 \end_layout
36642
36643 \begin_layout Bibliography
36644 \begin_inset CommandInset bibitem
36645 LatexCommand bibitem
36646 key "Symbols"
36647
36648 \end_inset
36649
36650
36651 \begin_inset CommandInset href
36652 LatexCommand href
36653 name "Liste"
36654 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36655
36656 \end_inset
36657
36658  de tous les symboles disponibles avec les paquetages LaTeX
36659 \end_layout
36660
36661 \begin_layout Bibliography
36662 \begin_inset CommandInset bibitem
36663 LatexCommand bibitem
36664 key "cancel"
36665
36666 \end_inset
36667
36668
36669 \begin_inset CommandInset href
36670 LatexCommand href
36671 name "Documentation"
36672 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36673
36674 \end_inset
36675
36676  paquetage LaTeX 
36677 \series bold
36678 cancel
36679 \series default
36680
36681 \begin_inset Index idx
36682 status collapsed
36683
36684 \begin_layout Plain Layout
36685 Paquetages ! cancel
36686 \end_layout
36687
36688 \end_inset
36689
36690
36691 \end_layout
36692
36693 \begin_layout Bibliography
36694 \begin_inset CommandInset bibitem
36695 LatexCommand bibitem
36696 key "hyperref"
36697
36698 \end_inset
36699
36700
36701 \begin_inset CommandInset href
36702 LatexCommand href
36703 name "Documentation"
36704 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36705
36706 \end_inset
36707
36708  paquetage LaTeX 
36709 \series bold
36710 hyperref
36711 \series default
36712
36713 \begin_inset Index idx
36714 status collapsed
36715
36716 \begin_layout Plain Layout
36717 Paquetages ! hyperref
36718 \end_layout
36719
36720 \end_inset
36721
36722
36723 \end_layout
36724
36725 \begin_layout Bibliography
36726 \begin_inset CommandInset bibitem
36727 LatexCommand bibitem
36728 key "mhchem"
36729
36730 \end_inset
36731
36732
36733 \begin_inset CommandInset href
36734 LatexCommand href
36735 name "Documentation"
36736 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36737
36738 \end_inset
36739
36740  paquetage LaTeX 
36741 \series bold
36742 mhchem
36743 \series default
36744
36745 \begin_inset Index idx
36746 status collapsed
36747
36748 \begin_layout Plain Layout
36749 Paquetages ! mhchem
36750 \end_layout
36751
36752 \end_inset
36753
36754
36755 \end_layout
36756
36757 \begin_layout Bibliography
36758 \begin_inset CommandInset bibitem
36759 LatexCommand bibitem
36760 key "Mathclap"
36761
36762 \end_inset
36763
36764
36765 \begin_inset CommandInset href
36766 LatexCommand href
36767 name "Description"
36768 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36769
36770 \end_inset
36771
36772  de la commande 
36773 \series bold
36774
36775 \backslash
36776 mathclap
36777 \series default
36778 , décrite dans 
36779 \begin_inset CommandInset ref
36780 LatexCommand ref
36781 reference "sub:Limites-des-opérateurs"
36782
36783 \end_inset
36784
36785
36786 \begin_inset Index idx
36787 status collapsed
36788
36789 \begin_layout Plain Layout
36790 Commandes ! M ! 
36791 \backslash
36792 mathclap
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \begin_layout Bibliography
36801 \begin_inset CommandInset bibitem
36802 LatexCommand bibitem
36803 key "Duden"
36804
36805 \end_inset
36806
36807
36808 \emph on
36809 Duden Band 1
36810 \emph default
36811 .
36812  22.
36813  Auflage, Duden 2001
36814 \end_layout
36815
36816 \begin_layout Bibliography
36817 \begin_inset CommandInset bibitem
36818 LatexCommand bibitem
36819 key "Checklist"
36820
36821 \end_inset
36822
36823
36824 \begin_inset CommandInset href
36825 LatexCommand href
36826 name "Check list"
36827 target "http://physics.nist.gov/Document/checklist.pdf"
36828
36829 \end_inset
36830
36831  pour relire les manuscrits
36832 \end_layout
36833
36834 \begin_layout Standard
36835 \begin_inset CommandInset index_print
36836 LatexCommand printindex
36837 type "idx"
36838
36839 \end_inset
36840
36841
36842 \end_layout
36843
36844 \end_body
36845 \end_document