From 9d8133643773912d54fb0c7d86ef04e6acffa8c9 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 25 Feb 2023 02:27:22 +0100 Subject: =?UTF-8?q?lire=20tables,=20modifications=20BDD,=20cr=C3=A9ation?= =?UTF-8?q?=20documents=20et=20enveloppes=20latex,=20suppression=20de=20tr?= =?UTF-8?q?aits.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/latex_templates/location.php | 86 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 src/latex_templates/location.php (limited to 'src/latex_templates/location.php') diff --git a/src/latex_templates/location.php b/src/latex_templates/location.php new file mode 100644 index 0000000..dce7f04 --- /dev/null +++ b/src/latex_templates/location.php @@ -0,0 +1,86 @@ + +\documentclass{report} + +\usepackage[french]{babel} +\usepackage{lmodern} % police latin modern +\usepackage[utf8]{inputenc} % encodage d'entrée (document) +\usepackage[T1]{fontenc} % encodage de sortie (rendu) +\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry} % marges +\usepackage{graphicx} % insertions d'images +\usepackage{textcomp} % pour N° +\usepackage{xcolor} % texte en couleur +%\usepackage{wrapfig} % placer texte et image côte-à-côte +\usepackage{tabularx} % dimensions des tableaux automatique + +\begin{document} + \setlength{\parindent}{0cm} % supprimer les alinéas + \large{} + \pagestyle{empty} % en-tête et pied de page vides + \definecolor{vert}{rgb}{0.07, 0.46, 0.13} % saisie en vert + + \begin{center} + \includegraphics{latex_templates/ordipolo.png}\\ + \Large\textbf{Dépannage informatique - Assistance à domicile} + \end{center} + + 2 A rue de l'île de Man, 29000 Quimper + + SIRET : 814 320 610 00011 + + \begin{tabularx}{0.67\linewidth}{@{}X@{}@{}X@{}} + Tel : 06.63.85.48.82 & Courriel : ordipolo@gmx.fr + \end{tabularx} + + Plus d'infos sur le site web: https\string://ordipolo.fr\\ + % \string supprime l'espace devant les : + + \begin{center} + \large\textbf{CONTRAT DE LOCATION} + \end{center} + + PROPRIÉTAIRE\\ + + Mme, M : \textcolor{vert}{Paul Jusot}\\ + Adresse : \textcolor{vert}{2A, rue de l'île de Man, 29000 Quimper}\\ + + LOCATAIRE\\ + + \begin{tabularx}{\linewidth}{@{}X@{}@{}X@{}} + Mme, M : \textcolor{vert}{} & tel : \textcolor{vert}{}\\ + Adresse : \textcolor{vert}{} & courriel : \textcolor{vert}{} + \end{tabularx}\\\\ + + BIEN LOUÉ\\ + + Désignation : \textcolor{vert}{}\\ + Modèle, description : \textcolor{vert}{}\\ + + État des lieux initial : \textcolor{vert}{}\\\\ + + État des lieux final : \textcolor{vert}{}\\\\ + + CLAUSES\\ + + Durée du prêt : \textcolor{vert}{}\\ + Loyer mensuel : \textcolor{vert}{}\\ + + + \textbf{Le bénéficiaire de cette location s’engage à prendre soin du bien désigné et à en faire un usage strictement personnel.}\\ + + \begin{tabularx}{\linewidth}{@{}X@{}@{}X@{}} + Fait en deux exemplaires à : \textcolor{vert}{} & le : \textcolor{vert}{} \\ + \end{tabularx}\\ + + \begin{tabularx}{\linewidth}{@{}X@{}@{}X@{}} + Le bénéficiaire du prêt : \textcolor{vert}{} & + Le loueur : \textcolor{vert}{}\\ + \end{tabularx}\\ + \normalsize(précéder la signature de la mention « lu et approuvé ») + +\end{document} +