Created
September 4, 2014 12:00
-
-
Save Videl/7f8b7a736c4d34d1f9e2 to your computer and use it in GitHub Desktop.
Attestation sur l'honneur
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt,a4paper]{article} | |
\usepackage{amsmath} | |
\usepackage{amsfonts} | |
\usepackage{amssymb} | |
\usepackage[francais]{babel} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[left=2cm,right=2cm,top=3cm,bottom=2cm]{geometry} | |
\usepackage{multicol} | |
\def\yourName{Videl} | |
\def\yourLastName{Smith} | |
\def\currentCity{Paris} | |
\def\yourAddressOne{51 Wohohoho} | |
\def\yourAddressTwo{Bwahahah} | |
\def\yourAddressCP{34080} | |
\def\yourAddressCity{Montpellier} | |
\def\yourAddressCountry{France} | |
\def\yourText{ | |
I like people. | |
} | |
\def\theirAddressOne{\textbf{Toi}} | |
\def\theirAddressTwo{Devant votre ordinateur} | |
\def\theirAddressCP{12345} | |
\def\theirAddressCity{Votre ville} | |
\def\theirAddressCountry{Votre pays} | |
\begin{document} | |
\begin{titlepage} | |
\begin{center} | |
\begin{multicols}{2} | |
\begin{minipage}[c]{1\linewidth} | |
\begin{flushleft} | |
\textbf{\yourName{} \textsc{\yourLastName}} \\ | |
\yourAddressOne \\ | |
\yourAddressTwo \\ | |
\yourAddressCP{} \yourAddressCity \\ | |
\yourAddressCountry | |
\end{flushleft} | |
\end{minipage} | |
\begin{minipage}[c]{1\linewidth} | |
\begin{flushright} | |
À l'attention de : \\ | |
\theirAddressOne \\ | |
\theirAddressTwo \\ | |
\theirAddressCP{} \theirAddressCity \\ | |
\theirAddressCountry | |
\end{flushright} | |
\end{minipage} | |
\end{multicols} | |
\vspace{1cm} | |
{\Huge \textsc{Attestation sur l'honneur}} | |
\vspace{0.5cm} | |
\currentCity{}, le \today | |
\end{center} | |
\vspace{1cm} | |
Madame, Monsieur, \\ | |
Je soussigné, \yourName{} \textsc{\yourLastName}, demeurant au | |
\textit{\yourAddressOne, \yourAddressTwo, \yourAddressCP{} \yourAddressCity{} | |
\yourAddressCountry{}}, atteste sur l'honneur des faits suivants: \\ | |
\vspace{1cm} | |
\yourText | |
\vspace{2cm} | |
Je sais que cette attestation pourra être produite en justice et que toute | |
fausse déclaration de ma part m'expose à des sanctions pénales. \\ | |
Fait pour servir et valoir ce que de droit. \\ | |
\vfill | |
\begin{multicols}{2} | |
\begin{minipage}[c]{1\linewidth} | |
Fait à \currentCity{}, le \today \\ | |
\begin{minipage}{2in}\hfill\vspace{1in}\end{minipage} | |
\end{minipage} | |
\begin{minipage}[c]{1\linewidth} | |
\begin{center} | |
Signature \\ | |
\fbox{\begin{minipage}{2in}\hfill\vspace{1in}\end{minipage}} | |
\end{center} | |
\end{minipage} | |
\end{multicols} | |
\end{titlepage} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment