AJout de logiciels/latex/lettre.tml
This commit is contained in:
parent
ed83405475
commit
c781fa2faa
4 changed files with 30 additions and 11 deletions
|
@ -117,9 +117,9 @@ couper le mot
|
||||||
<table class="tableau">
|
<table class="tableau">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Commande</th>
|
<td>Commande</td>
|
||||||
<th>Fonction</th>
|
<td>Fonction</td>
|
||||||
<th>Comment l'afficher</th>
|
<td>Comment l'afficher</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
BIN
logiciels/latex/heading.jpg
Normal file
BIN
logiciels/latex/heading.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
|
@ -28,14 +28,14 @@ par mail... </p>
|
||||||
<table class="tableau">
|
<table class="tableau">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Fonction</th>
|
<td>Fonction</td>
|
||||||
<th>Commande</th>
|
<td>Commande</td>
|
||||||
<th>Exemple</th>
|
<td>Exemple</td>
|
||||||
<th>Astuces</th>
|
<td>Astuces</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Écrire</th>
|
<td>Écrire</td>
|
||||||
<td><code>éditeur <em>fichier.tex</em></code></td>
|
<td><code>éditeur <em>fichier.tex</em></code></td>
|
||||||
<td><code>nano bla.tex</code></td>
|
<td><code>nano bla.tex</code></td>
|
||||||
<td>Ne pas oublier de sauvegarder avant de compiler ! Sinon, les
|
<td>Ne pas oublier de sauvegarder avant de compiler ! Sinon, les
|
||||||
|
@ -43,7 +43,7 @@ par mail... </p>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Compiler</th>
|
<td>Compiler</td>
|
||||||
<td><code>latex <em>fichier.tex</em></code></td>
|
<td><code>latex <em>fichier.tex</em></code></td>
|
||||||
<td><code>latex bla.tex</code></td>
|
<td><code>latex bla.tex</code></td>
|
||||||
<td>Plutôt que de retaper à chaque fois la
|
<td>Plutôt que de retaper à chaque fois la
|
||||||
|
@ -52,7 +52,7 @@ commande, utilisez les fl
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Résultat</th>
|
<td>Résultat</td>
|
||||||
<td><code>xdvi <em>fichier.dvi</em></code></td>
|
<td><code>xdvi <em>fichier.dvi</em></code></td>
|
||||||
<td><code>xdvi bla.dvi</code></td>
|
<td><code>xdvi bla.dvi</code></td>
|
||||||
<td>Mettez un <code>&</code> à la fin de la ligne pour garder la
|
<td>Mettez un <code>&</code> à la fin de la ligne pour garder la
|
||||||
|
@ -62,7 +62,7 @@ pour remettre
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Imprimer</th>
|
<td>Imprimer</td>
|
||||||
<td><code>dvips <em>fichier.ps</em></code></td>
|
<td><code>dvips <em>fichier.ps</em></code></td>
|
||||||
<td><code>dvips bla.dvi</code></td>
|
<td><code>dvips bla.dvi</code></td>
|
||||||
<td>Vérifier que personne n'est en train d'imprimer, avec la commande
|
<td>Vérifier que personne n'est en train d'imprimer, avec la commande
|
||||||
|
|
19
logiciels/latex/letter_skel.tex
Normal file
19
logiciels/latex/letter_skel.tex
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
\documentclass[11pt]{letter}
|
||||||
|
|
||||||
|
\name{}% Nom de l'expéditeur
|
||||||
|
\address{}% Adresse de l'expéditeur
|
||||||
|
\signature{}% Signature de l'expéditeur
|
||||||
|
\date{}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\begin{letter}{}% Nom du destinataire
|
||||||
|
\opening{}% Formule de salutation : cher monsieur, etc.
|
||||||
|
|
||||||
|
% Corps de la lettre
|
||||||
|
|
||||||
|
\closing{}% Formule de politesse : veuillez agréer, etc.
|
||||||
|
\ps{}% Post-scriptum
|
||||||
|
\cc{}% Autres destinataires de la lettre
|
||||||
|
\encl{}% Pièces jointes
|
||||||
|
\end{letter}
|
||||||
|
\end{document}
|
Loading…
Reference in a new issue