diff options
Diffstat (limited to 'data/originaux_latex/location.tex')
-rw-r--r-- | data/originaux_latex/location.tex | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/data/originaux_latex/location.tex b/data/originaux_latex/location.tex new file mode 100644 index 0000000..0d525fe --- /dev/null +++ b/data/originaux_latex/location.tex | |||
@@ -0,0 +1,44 @@ | |||
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[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry} % marges | ||
8 | \usepackage{graphicx} % insertions d'images | ||
9 | \usepackage{textcomp} % pour N° | ||
10 | \usepackage{xcolor} % texte en couleur | ||
11 | %\usepackage{wrapfig} % placer texte et image côte-à-côte | ||
12 | \usepackage{tabularx} % dimensions des tableaux automatique | ||
13 | |||
14 | \begin{document} | ||
15 | \setlength{\parindent}{0cm} % supprimer les alinéas | ||
16 | \large{} | ||
17 | \pagestyle{empty} % en-tête et pied de page vides | ||
18 | \definecolor{vert}{rgb}{0.07, 0.46, 0.13} % saisie en vert | ||
19 | |||
20 | \begin{center} | ||
21 | \includegraphics{../ordipolo.png}\\ | ||
22 | \Large\textbf{Dépannage informatique - Assistance à domicile} | ||
23 | \end{center} | ||
24 | |||
25 | 2 A rue de l'île de Man, 29000 Quimper | ||
26 | |||
27 | SIRET : 814 320 610 00011 | ||
28 | |||
29 | \begin{tabularx}{0.67\linewidth}{@{}X@{}@{}X@{}} | ||
30 | Tel : 06.63.85.48.82 & Courriel : ordipolo@gmx.fr | ||
31 | \end{tabularx} | ||
32 | |||
33 | Plus d'infos sur le site web: https\string://ordipolo.fr\\ | ||
34 | % \string supprime l'espace devant les : | ||
35 | |||
36 | CLIENT\\ | ||
37 | |||
38 | \begin{tabularx}{\linewidth}{@{}X@{}@{}X@{}} | ||
39 | Mme, M : \textcolor{vert}{} & | ||
40 | Date : \textcolor{vert}{}\\ | ||
41 | \end{tabularx}\\ | ||
42 | Adresse : \textcolor{vert}{}\\ | ||
43 | |||
44 | \end{document} \ No newline at end of file | ||