Commit 6ad9bce7 authored by Arnaud Legrand's avatar Arnaud Legrand

Introduction à Markdown!!

parent 388ab714
......@@ -4,26 +4,30 @@
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#orgf6eedf1">Syntaxe</a>
<li style="margin-bottom:0;"><a href="#orgf9ca803">Syntaxe</a>
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#org73f8334">Headers</a></li>
<li style="margin-bottom:0;"><a href="#orge859927">Emphasis</a></li>
<li style="margin-bottom:0;"><a href="#orgd9ebabe">Lists</a>
<li style="margin-bottom:0;"><a href="#org790b77e">Headers</a></li>
<li style="margin-bottom:0;"><a href="#org7409a3b">Emphasis</a></li>
<li style="margin-bottom:0;"><a href="#org99572bb">Lists</a>
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#org82bce14">Unordered</a></li>
<li style="margin-bottom:0;"><a href="#orgc3305db">Ordered</a></li>
<li style="margin-bottom:0;"><a href="#orgd2d4b41">Unordered</a></li>
<li style="margin-bottom:0;"><a href="#orgbbf23a3">Ordered</a></li>
</ul>
</li>
<li style="margin-bottom:0;"><a href="#orgcf2594b">Images</a></li>
<li style="margin-bottom:0;"><a href="#org12709c1">Links</a></li>
<li style="margin-bottom:0;"><a href="#org36f0088">Blockquotes</a></li>
<li style="margin-bottom:0;"><a href="#org4178eea">Inline code</a></li>
<li style="margin-bottom:0;"><a href="#org0189d57">Images</a></li>
<li style="margin-bottom:0;"><a href="#org68790d0">Links</a></li>
<li style="margin-bottom:0;"><a href="#org22b1165">Blockquotes</a></li>
<li style="margin-bottom:0;"><a href="#org7e5dcb9">Inline code</a></li>
</ul>
</li>
<li style="margin-bottom:0;"><a href="#orgdd8366e">Écrire des Maths</a>
<li style="margin-bottom:0;"><a href="#orgf302c9d">Écrire des Maths</a>
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#orgce6558c">Lettres grecques</a></li>
<li style="margin-bottom:0;"><a href="#orgad06742">Operators</a></li>
<li style="margin-bottom:0;"><a href="#orga91df34">Lettres grecques</a></li>
<li style="margin-bottom:0;"><a href="#org15b40bd">Fonctions et opérateurs</a></li>
<li style="margin-bottom:0;"><a href="#orgd59f59b">Exposants et indices</a></li>
<li style="margin-bottom:0;"><a href="#org65e8a46">Fractions, coefficients binomiaux, racines, &#x2026;</a></li>
<li style="margin-bottom:0;"><a href="#org0704266">Sommes et intégrales</a></li>
<li style="margin-bottom:0;"><a href="#orgee37681">Déguisements</a></li>
</ul>
</li>
</ul>
......@@ -31,16 +35,15 @@
</div>
<p>
Voici un aperçu rapide de la syntaxe Markdown repris d'une
<a href="https://guides.github.com/features/mastering-markdown/">présentation de Github</a> ainsi que de celles d'<a href="http://csrgxtu.github.io/2015/03/20/Writing-Mathematic-Fomulars-in-Markdown/">Archer Reilly</a> et de <a href="http://www.statpower.net/Content/310/R%20Stuff/SampleMarkdown.html">James
H. Steiger</a>.
<a href="https://guides.github.com/features/mastering-markdown/">présentation de Github</a> ainsi que de celles d'<a href="http://csrgxtu.github.io/2015/03/20/Writing-Mathematic-Fomulars-in-Markdown/">Archer Reilly</a>.
</p>
<div id="outline-container-orgf6eedf1" class="outline-2">
<h2 id="orgf6eedf1">Syntaxe</h2>
<div class="outline-text-2" id="text-orgf6eedf1">
<div id="outline-container-orgf9ca803" class="outline-2">
<h2 id="orgf9ca803">Syntaxe</h2>
<div class="outline-text-2" id="text-orgf9ca803">
</div>
<div id="outline-container-org73f8334" class="outline-3">
<h3 id="org73f8334">Headers</h3>
<div class="outline-text-3" id="text-org73f8334">
<div id="outline-container-org790b77e" class="outline-3">
<h3 id="org790b77e">Headers</h3>
<div class="outline-text-3" id="text-org790b77e">
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
# This is an &lt;h1&gt; tag
## This is an &lt;h2&gt; tag
......@@ -49,9 +52,9 @@ H. Steiger</a>.
</div>
</div>
<div id="outline-container-orge859927" class="outline-3">
<h3 id="orge859927">Emphasis</h3>
<div class="outline-text-3" id="text-orge859927">
<div id="outline-container-org7409a3b" class="outline-3">
<h3 id="org7409a3b">Emphasis</h3>
<div class="outline-text-3" id="text-org7409a3b">
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
*This text will be italic*
_This will also be italic_
......@@ -64,13 +67,13 @@ _You **can** combine them_
</div>
</div>
<div id="outline-container-orgd9ebabe" class="outline-3">
<h3 id="orgd9ebabe">Lists</h3>
<div class="outline-text-3" id="text-orgd9ebabe">
<div id="outline-container-org99572bb" class="outline-3">
<h3 id="org99572bb">Lists</h3>
<div class="outline-text-3" id="text-org99572bb">
</div>
<div id="outline-container-org82bce14" class="outline-4">
<h4 id="org82bce14">Unordered</h4>
<div class="outline-text-4" id="text-org82bce14">
<div id="outline-container-orgd2d4b41" class="outline-4">
<h4 id="orgd2d4b41">Unordered</h4>
<div class="outline-text-4" id="text-orgd2d4b41">
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
* Item 1
* Item 2
......@@ -79,9 +82,9 @@ _You **can** combine them_
</pre>
</div>
</div>
<div id="outline-container-orgc3305db" class="outline-4">
<h4 id="orgc3305db">Ordered</h4>
<div class="outline-text-4" id="text-orgc3305db">
<div id="outline-container-orgbbf23a3" class="outline-4">
<h4 id="orgbbf23a3">Ordered</h4>
<div class="outline-text-4" id="text-orgbbf23a3">
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
1. Item 1
1. Item 2
......@@ -92,27 +95,27 @@ _You **can** combine them_
</div>
</div>
</div>
<div id="outline-container-orgcf2594b" class="outline-3">
<h3 id="orgcf2594b">Images</h3>
<div class="outline-text-3" id="text-orgcf2594b">
<div id="outline-container-org0189d57" class="outline-3">
<h3 id="org0189d57">Images</h3>
<div class="outline-text-3" id="text-org0189d57">
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
</pre>
</div>
</div>
<div id="outline-container-org12709c1" class="outline-3">
<h3 id="org12709c1">Links</h3>
<div class="outline-text-3" id="text-org12709c1">
<div id="outline-container-org68790d0" class="outline-3">
<h3 id="org68790d0">Links</h3>
<div class="outline-text-3" id="text-org68790d0">
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
http://github.com - automatic!
[GitHub](http://github.com)
</pre>
</div>
</div>
<div id="outline-container-org36f0088" class="outline-3">
<h3 id="org36f0088">Blockquotes</h3>
<div class="outline-text-3" id="text-org36f0088">
<div id="outline-container-org22b1165" class="outline-3">
<h3 id="org22b1165">Blockquotes</h3>
<div class="outline-text-3" id="text-org22b1165">
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
As Kanye West said:
......@@ -121,9 +124,9 @@ As Kanye West said:
</pre>
</div>
</div>
<div id="outline-container-org4178eea" class="outline-3">
<h3 id="org4178eea">Inline code</h3>
<div class="outline-text-3" id="text-org4178eea">
<div id="outline-container-org7e5dcb9" class="outline-3">
<h3 id="org7e5dcb9">Inline code</h3>
<div class="outline-text-3" id="text-org7e5dcb9">
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
I think you should use an
`&lt;addr&gt;` element here instead.
......@@ -131,55 +134,62 @@ I think you should use an
</div>
</div>
</div>
<div id="outline-container-orgdd8366e" class="outline-2">
<h2 id="orgdd8366e">Écrire des Maths</h2>
<div class="outline-text-2" id="text-orgdd8366e">
<div id="outline-container-orgf302c9d" class="outline-2">
<h2 id="orgf302c9d">Écrire des Maths</h2>
<div class="outline-text-2" id="text-orgf302c9d">
<p>
Equations can be formatted <b>inline</b> or as <b>displayed formulas</b>. In the
latter case, they are centered and set off from the main text. In the
former case, the mathematical material occurs smoothly in the line of
text.
Il est possible d'écrire des formules en Markdown, soit en mode <b>inline</b>
soit en mode <b>displayed formulas</b>. Dans le premier cas, les formules
sont inclues directement à l'intérieur du paragraphe courant alors
que dans le second, elles apparaissent centrées et mises en exergue.
</p>
<p>
In order to fit neatly in a line, summation expressions (and similar
constructs) are formatted slightly differently in their inline and
display versions.
Le formatage de la formule est légèrement différent dans les deux cas
car pour qu'une formule s'affiche joliment sur une seule ligne, il
faut la "tasser" un peu plus que lorsqu'elle est mise en valeur.
</p>
<p>
Inline mathematical material is set off by the use of single
dollar-sign characters. Consequently, if you wish to use a dollar sign
(for example, to indicate currency), you need to preface it with a
back-slash. The following examples, followed by their typeset
versions, should make this clear
Pour écrire une formule en mode <b>inline</b>, il faut la délimiter par un <code>$</code>
(du coup, pour écrire le symbole dollar, il faut le préfixer par un
backslash, comme ceci: <code>\$</code>) alors que pour écrire en mode <b>displayed</b>, il
faut la délimiter par un <code>$$</code>. Un petit exemple valant mieux qu'un long
discours, voici concrètement comment cela fonctionne:
</p>
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
This summation expression $\sum_{i=1}^n X_i$ appears inline.
Cette expression $\sum_{i=1}^n X_i$ est inlinée.
</pre>
<p>
This summation expression \(\sum_{i=1}^n X_i\) appears inline.
Cette expression \(\sum_{i=1}^n X_i\) est inlinée.
</p>
<pre style="padding-left: 30px; background-color: #f6f8fa;" class="example">
This summation expression is in display form.
Cette expression est mise en valeur:
$$\sum_{i=1}^n X_i$$
</pre>
<p>
This summation expression is in display form.
Cette expression est mise en valeur:
</p>
<p>
\[\sum_{i=1}^n X_i\]
</p>
</div>
<div id="outline-container-orgce6558c" class="outline-3">
<h3 id="orgce6558c">Lettres grecques</h3>
<div class="outline-text-3" id="text-orgce6558c">
<p>
Nous vous présentons par la suite une sélection de symboles et de
commandes courantes. En fait, à peu près tout ce qui est classique
dans le langage LaTeX peut être utilisé pourvu que vous délimitiez
bien avec un <code>$</code>. Pour d'autres exemples plus complets jetez un coup
d'œil à ces <a href="http://www.statpower.net/Content/310/R%20Stuff/SampleMarkdown.html">exemples de James H. Steiger</a>.
</p>
</div>
<div id="outline-container-orga91df34" class="outline-3">
<h3 id="orga91df34">Lettres grecques</h3>
<div class="outline-text-3" id="text-orga91df34">
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
......@@ -223,8 +233,265 @@ This summation expression is in display form.
</table>
</div>
</div>
<div id="outline-container-orgad06742" class="outline-3">
<h3 id="orgad06742">Operators</h3>
<div id="outline-container-org15b40bd" class="outline-3">
<h3 id="org15b40bd">Fonctions et opérateurs</h3>
<div class="outline-text-3" id="text-org15b40bd">
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">Symbole</th>
<th scope="col" class="org-left">Commande</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">\(\cos\)</td>
<td class="org-left"><code>$\cos$</code></td>
</tr>
<tr>
<td class="org-left">\(\sin\)</td>
<td class="org-left"><code>$\sin$</code></td>
</tr>
<tr>
<td class="org-left">\(\lim\)</td>
<td class="org-left"><code>$\lim$</code></td>
</tr>
<tr>
<td class="org-left">\(\exp\)</td>
<td class="org-left"><code>$\exp$</code></td>
</tr>
<tr>
<td class="org-left">\(\to\)</td>
<td class="org-left"><code>$\to$</code></td>
</tr>
<tr>
<td class="org-left">\(\in\)</td>
<td class="org-left"><code>$\in$</code></td>
</tr>
<tr>
<td class="org-left">\(\forall\)</td>
<td class="org-left"><code>$\forall$</code></td>
</tr>
<tr>
<td class="org-left">\(\exists\)</td>
<td class="org-left"><code>$\exists$</code></td>
</tr>
<tr>
<td class="org-left">\(\equiv\)</td>
<td class="org-left"><code>$\equiv$</code></td>
</tr>
<tr>
<td class="org-left">\(\sim\)</td>
<td class="org-left"><code>$\sim$</code></td>
</tr>
<tr>
<td class="org-left">\(\approx\)</td>
<td class="org-left"><code>$\approx$</code></td>
</tr>
<tr>
<td class="org-left">\(\times\)</td>
<td class="org-left"><code>$\times$</code></td>
</tr>
<tr>
<td class="org-left">\(\le\)</td>
<td class="org-left"><code>$\le$</code></td>
</tr>
<tr>
<td class="org-left">\(\ge\)</td>
<td class="org-left"><code>$\ge$</code></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-orgd59f59b" class="outline-3">
<h3 id="orgd59f59b">Exposants et indices</h3>
<div class="outline-text-3" id="text-orgd59f59b">
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">Symbole</th>
<th scope="col" class="org-left">Commande</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">\(k_{n+1}\)</td>
<td class="org-left"><code>$k_{n+1}$</code></td>
</tr>
<tr>
<td class="org-left">\(n^2\)</td>
<td class="org-left"><code>$n^2$</code></td>
</tr>
<tr>
<td class="org-left">\(k_n^2\)</td>
<td class="org-left"><code>$k_n^2$</code></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-org65e8a46" class="outline-3">
<h3 id="org65e8a46">Fractions, coefficients binomiaux, racines, &#x2026;</h3>
<div class="outline-text-3" id="text-org65e8a46">
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">Symbole</th>
<th scope="col" class="org-left">Commande</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">\(\frac{4z^3}{16}\)</td>
<td class="org-left"><code>$\frac{4z^3}{16}$</code></td>
</tr>
<tr>
<td class="org-left">\(\frac{n!}{k!(n-k)!}\)</td>
<td class="org-left"><code>$\frac{n!}{k!(n-k)!}$</code></td>
</tr>
<tr>
<td class="org-left">\(\binom{n}{k}\)</td>
<td class="org-left"><code>$\binom{n}{k}$</code></td>
</tr>
<tr>
<td class="org-left">\(\frac{\frac{x}{1}}{x - y}\)</td>
<td class="org-left"><code>$\frac{\frac{x}{1}}{x - y}$</code></td>
</tr>
<tr>
<td class="org-left">\(^3/_7\)</td>
<td class="org-left"><code>$^3/_7$</code></td>
</tr>
<tr>
<td class="org-left">\(\sqrt{k}\)</td>
<td class="org-left"><code>$\sqrt{k}$</code></td>
</tr>
<tr>
<td class="org-left">\(\sqrt[n]{k}\)</td>
<td class="org-left"><code>$\sqrt[n]{k}$</code></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-org0704266" class="outline-3">
<h3 id="org0704266">Sommes et intégrales</h3>
<div class="outline-text-3" id="text-org0704266">
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">Symbole</th>
<th scope="col" class="org-left">Commande</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">\(\sum_{i=1}^{10} t_i\)</td>
<td class="org-left"><code>$\sum_{i=1}^{10} t_i$</code></td>
</tr>
<tr>
<td class="org-left">\(\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x\)</td>
<td class="org-left"><code>$\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x$</code></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-orgee37681" class="outline-3">
<h3 id="orgee37681">Déguisements</h3>
<div class="outline-text-3" id="text-orgee37681">
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">Symbole</th>
<th scope="col" class="org-left">Commande</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">\(\hat{a}\)</td>
<td class="org-left"><code>$\hat{a}$</code></td>
</tr>
<tr>
<td class="org-left">\(\bar{a}\)</td>
<td class="org-left"><code>$\bar{a}$</code></td>
</tr>
<tr>
<td class="org-left">\(\dot{a}\)</td>
<td class="org-left"><code>$\dot{a}$</code></td>
</tr>
<tr>
<td class="org-left">\(\ddot{a}\)</td>
<td class="org-left"><code>$\ddot{a}$</code></td>
</tr>
<tr>
<td class="org-left">\(\overrightarrow{AB}\)</td>
<td class="org-left"><code>$\overrightarrow{AB}$</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
......@@ -8,8 +8,7 @@
Voici un aperçu rapide de la syntaxe Markdown repris d'une
[[https://guides.github.com/features/mastering-markdown/][présentation de Github]] ainsi que de celles d'[[http://csrgxtu.github.io/2015/03/20/Writing-Mathematic-Fomulars-in-Markdown/][Archer Reilly]] et de [[http://www.statpower.net/Content/310/R%2520Stuff/SampleMarkdown.html][James
H. Steiger]].
[[https://guides.github.com/features/mastering-markdown/][présentation de Github]] ainsi que de celles d'[[http://csrgxtu.github.io/2015/03/20/Writing-Mathematic-Fomulars-in-Markdown/][Archer Reilly]].
* Syntaxe
** Headers
#+BEGIN_EXAMPLE
......@@ -68,37 +67,41 @@ H. Steiger]].
`<addr>` element here instead.
#+END_EXAMPLE
* Écrire des Maths
Il est possible d'écrire des formules en Markdown, soit en mode *inline*
soit en mode *displayed formulas*. Dans le premier cas, les formules
sont inclues directement à l'intérieur du paragraphe courant alors
que dans le second, elles apparaissent centrées et mises en exergue.
Equations can be formatted *inline* or as *displayed formulas*. In the
latter case, they are centered and set off from the main text. In the
former case, the mathematical material occurs smoothly in the line of
text.
Le formatage de la formule est légèrement différent dans les deux cas
car pour qu'une formule s'affiche joliment sur une seule ligne, il
faut la "tasser" un peu plus que lorsqu'elle est mise en valeur.
In order to fit neatly in a line, summation expressions (and similar
constructs) are formatted slightly differently in their inline and
display versions.
Inline mathematical material is set off by the use of single
dollar-sign characters. Consequently, if you wish to use a dollar sign
(for example, to indicate currency), you need to preface it with a
back-slash. The following examples, followed by their typeset
versions, should make this clear
Pour écrire une formule en mode *inline*, il faut la délimiter par un =$=
(du coup, pour écrire le symbole dollar, il faut le préfixer par un
backslash, comme ceci: =\$=) alors que pour écrire en mode *displayed*, il
faut la délimiter par un =$$=. Un petit exemple valant mieux qu'un long
discours, voici concrètement comment cela fonctionne:
#+BEGIN_EXAMPLE
This summation expression $\sum_{i=1}^n X_i$ appears inline.
Cette expression $\sum_{i=1}^n X_i$ est inlinée.
#+END_EXAMPLE
This summation expression $\sum_{i=1}^n X_i$ appears inline.
Cette expression $\sum_{i=1}^n X_i$ est inlinée.
#+BEGIN_EXAMPLE
This summation expression is in display form.
Cette expression est mise en valeur:
$$\sum_{i=1}^n X_i$$
#+END_EXAMPLE
This summation expression is in display form.
Cette expression est mise en valeur:
$$\sum_{i=1}^n X_i$$
Nous vous présentons par la suite une sélection de symboles et de
commandes courantes. En fait, à peu près tout ce qui est classique
dans le langage LaTeX peut être utilisé pourvu que vous délimitiez
bien avec un =$=. Pour d'autres exemples plus complets jetez un coup
d'œil à ces [[http://www.statpower.net/Content/310/R%2520Stuff/SampleMarkdown.html][exemples de James H. Steiger]].
** Lettres grecques
| Symbole | Commande |
|---------+----------|
......@@ -107,4 +110,50 @@ $$\sum_{i=1}^n X_i$$
| $\gamma$ | =$\gamma$= |
| $\Gamma$ | =$\Gamma$= |
| $\pi$ | =$\pi$= |
** Operators
** Fonctions et opérateurs
| Symbole | Commande |
|---------+----------|
| $\cos$ | =$\cos$= |
| $\sin$ | =$\sin$= |
| $\lim$ | =$\lim$= |
| $\exp$ | =$\exp$= |
| $\to$ | =$\to$= |
| $\in$ | =$\in$= |
| $\forall$ | =$\forall$= |
| $\exists$ | =$\exists$= |
| $\equiv$ | =$\equiv$= |
| $\sim$ | =$\sim$= |
| $\approx$ | =$\approx$= |
| $\times$ | =$\times$= |
| $\le$ | =$\le$= |
| $\ge$ | =$\ge$= |
** Exposants et indices
| Symbole | Commande |
|---------+-----------|
| $k_{n+1}$ | =$k_{n+1}$= |
| $n^2$ | =$n^2$= |
| $k_n^2$ | =$k_n^2$= |
** Fractions, coefficients binomiaux, racines, ...
| Symbole | Commande |
|-----------------------------+-----------------------------|
| $\frac{4z^3}{16}$ | =$\frac{4z^3}{16}$= |
| $\frac{n!}{k!(n-k)!}$ | =$\frac{n!}{k!(n-k)!}$= |
| $\binom{n}{k}$ | =$\binom{n}{k}$= |
| $\frac{\frac{x}{1}}{x - y}$ | =$\frac{\frac{x}{1}}{x - y}$= |
| $^3/_7$ | =$^3/_7$= |
| $\sqrt{k}$ | =$\sqrt{k}$= |
| $\sqrt[n]{k}$ | =$\sqrt[n]{k}$= |
** Sommes et intégrales
| Symbole | Commande |
|---------------------------------+--------------------------------------|
| $\sum_{i=1}^{10} t_i$ | =$\sum_{i=1}^{10} t_i$= |
| $\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x$ | =$\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x$= |
** Déguisements
| Symbole | Commande |
|-----------------------+-----------------------|
| $\hat{a}$ | =$\hat{a}$= |
| $\bar{a}$ | =$\bar{a}$= |
| $\dot{a}$ | =$\dot{a}$= |
| $\ddot{a}$ | =$\ddot{a}$= |
| $\overrightarrow{AB}$ | =$\overrightarrow{AB}$= |
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment