% Copyright (c) 2011 Samuel Thibault % Modified on 2013 by Guilhem Gamard \documentclass[a4paper]{article} % Police du document \usepackage{lmodern} % Localisation français \usepackage[utf8x]{inputenc} \usepackage[T1]{fontenc} \usepackage[french]{babel} \usepackage{eurosym} % Mise en page, sur 2 colonnes \usepackage{fullpage} \usepackage[pdftex]{hyperref} \pagenumbering{gobble} \setcounter{secnumdepth}{-1} \usepackage{multicol} \setlength{\parindent}{0cm} \setlength{\parskip}{\medskipamount} \addtolength{\hoffset}{-1cm} \addtolength{\textwidth}{2cm} % Alias pour éviter de taper \textsc{} tout le temps \newcommand{\iloth}{\textsc{iloth}} %\newcommand{\truc}{\textsc{truc}} % Métadonnées \title{Souscription à un abonnement TODO} \author{} \date{} % Serious business \begin{document} \maketitle \begin{multicols}{2} \section{Définitions} \begin{description} \item[Utilisateur] L'utilisateur est l'adhérent à l'association ayant souscrit un abonnement au service TODO. \item[L'Association] Désigne l'association \iloth. \end{description} \section{Section} Contenu. %\section{Section} %\section{Section} %\section{Section} %\section{Section} %\section{Section} \end{multicols} \section{Signature} \vspace{-0.2cm} % Commandes pour création d'un formulaire \newcommand{\nomcomplet}{} \newcommand{\adr}{} \newcommand{\adrbis}{} \newcommand{\cp}{} \newcommand{\ville}{} \newcommand{\tel}{} \newcommand{\option}{} \newcommand{\lieu}{} \newcommand{\dat}{} \newcommand{\tarif}{particulier} \newcommand{\champ}[4][0.55cm]{#4\ \underline{\vbox to #1{\vfill \hbox to #3{#2 \hfill}}}} Je soussigné~: \champ{\nomcomplet}{14.7cm}{Nom: } demeurant à\\ \champ{\adr}{14cm}{Adresse 1~: } \\ \champ{\adrbis}{14cm}{Adresse 2~: } \\ \champ{\cp}{2cm}{Code postal~: } \champ{\ville}{10.35cm}{Ville~: } demande par la présente à TODO. Fait à \champ{\lieu}{8cm}{}, le \champ{\dat}{5cm}{} \\ \begin{tabular}{p{0.5\textwidth} p{0.5\textwidth}} Signature de l'utilisateur~: & Signature du représentant d'\iloth{}~: \end{tabular} \end{document}