diff options
author | polo <ordipolo@gmx.fr> | 2023-01-16 03:33:06 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-01-16 03:33:06 +0100 |
commit | 209c0b93c529356a094d7133a717e8f6ee6d90c6 (patch) | |
tree | b8dac8968501fe4e0bba8dc98b80d0eb43770ecb /data/originaux pas toucher/enveloppe_recto.tex | |
parent | 945af9fda5146405ab9903d4d268bcb2fe95da25 (diff) | |
download | AppliGestionPHP-209c0b93c529356a094d7133a717e8f6ee6d90c6.zip |
Config & config.ini, data folder, partie latex bientôt finie
Diffstat (limited to 'data/originaux pas toucher/enveloppe_recto.tex')
-rw-r--r-- | data/originaux pas toucher/enveloppe_recto.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/originaux pas toucher/enveloppe_recto.tex b/data/originaux pas toucher/enveloppe_recto.tex new file mode 100644 index 0000000..eab03f8 --- /dev/null +++ b/data/originaux pas toucher/enveloppe_recto.tex | |||
@@ -0,0 +1,21 @@ | |||
1 | \documentclass[]{report} | ||
2 | |||
3 | \usepackage[french]{babel} | ||
4 | \usepackage{lmodern} % police latin modern | ||
5 | \usepackage[utf8]{inputenc} % encodage d'entrée (document) | ||
6 | \usepackage[T1]{fontenc} % encodage de sortie (rendu) | ||
7 | \usepackage{graphicx} % insertions d'images | ||
8 | \usepackage[papersize={22cm, 11cm}, top=1cm, left=1cm, bottom=1cm]{geometry} | ||
9 | \pagestyle{empty} | ||
10 | |||
11 | \begin{document} | ||
12 | \setlength{\parindent}{0cm} | ||
13 | \includegraphics{../ordipolo.png}\\ | ||
14 | \large\textbf{Dépannage informatique - Assistance à domicile} | ||
15 | |||
16 | \setlength{\parindent}{7,9cm} | ||
17 | \begin{minipage}[b][5,8cm]{12cm} | ||
18 | \LARGE{M. Truc\\3, rue Machin\\\\\\} | ||
19 | \LARGE{2 \ 9 \ 0 \ 0 \ 0 \ \ \ \ QUIMPER} | ||
20 | \end{minipage} | ||
21 | \end{document} \ No newline at end of file | ||