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">
|
||||
|
||||
<tr>
|
||||
<th>Commande</th>
|
||||
<th>Fonction</th>
|
||||
<th>Comment l'afficher</th>
|
||||
<td>Commande</td>
|
||||
<td>Fonction</td>
|
||||
<td>Comment l'afficher</td>
|
||||
</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">
|
||||
|
||||
<tr>
|
||||
<th>Fonction</th>
|
||||
<th>Commande</th>
|
||||
<th>Exemple</th>
|
||||
<th>Astuces</th>
|
||||
<td>Fonction</td>
|
||||
<td>Commande</td>
|
||||
<td>Exemple</td>
|
||||
<td>Astuces</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Écrire</th>
|
||||
<td>Écrire</td>
|
||||
<td><code>éditeur <em>fichier.tex</em></code></td>
|
||||
<td><code>nano bla.tex</code></td>
|
||||
<td>Ne pas oublier de sauvegarder avant de compiler ! Sinon, les
|
||||
|
@ -43,7 +43,7 @@ par mail... </p>
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Compiler</th>
|
||||
<td>Compiler</td>
|
||||
<td><code>latex <em>fichier.tex</em></code></td>
|
||||
<td><code>latex bla.tex</code></td>
|
||||
<td>Plutôt que de retaper à chaque fois la
|
||||
|
@ -52,7 +52,7 @@ commande, utilisez les fl
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Résultat</th>
|
||||
<td>Résultat</td>
|
||||
<td><code>xdvi <em>fichier.dvi</em></code></td>
|
||||
<td><code>xdvi bla.dvi</code></td>
|
||||
<td>Mettez un <code>&</code> à la fin de la ligne pour garder la
|
||||
|
@ -62,7 +62,7 @@ pour remettre
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Imprimer</th>
|
||||
<td>Imprimer</td>
|
||||
<td><code>dvips <em>fichier.ps</em></code></td>
|
||||
<td><code>dvips bla.dvi</code></td>
|
||||
<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