Ajout d'un package TILIMA, et utilisation d'une nouvelle font

This commit is contained in:
2016-10-12 00:04:47 +02:00
parent 97ec3f2df3
commit 012a01bf8b
3 changed files with 69 additions and 55 deletions

60
20160609_AGC/tilima.sty Normal file
View File

@ -0,0 +1,60 @@
\ProvidesPackage{tilima}
\RequirePackage[utf8]{inputenc}
\RequirePackage[french]{babel}
\RequirePackage[T1]{fontenc}
\RequirePackage[top=3cm,, right=2cm,bottom=2cm,left=2cm]{geometry}
\RequirePackage{eurosym}
\RequirePackage{hyperref}
\RequirePackage{tabularx}
\RequirePackage{soul}
\newcommand\nomAsso{TILiMa}
\newcommand\sep{\noindent\rule{\linewidth}{.5pt}}
\renewcommand{\familydefault}{\sfdefault}
\newcommand{\vote}[5]{
\smallskip
\fbox{\begin{minipage}[l]{\textwidth}
\smallskip
\begin{center}
\ul{\textsc{Vote}}
\end{center}
#1\\
\textbf{Votants} #2\\
\textbf{Pour} #3\\
\textbf{Contre} #4\\
\textbf{NSPP} #5
\smallskip
\end{minipage}}
\medskip
}
\newcommand\question[2]{\noindent\ul{\textit{\textsc{$\bullet$ #1}}}\\#2\\}
%\ul{#2}}
\newcommand\makeend{
\bigskip\bigskip
\sep
\bigskip\bigskip
Le présent procès-verbal est approuvé par les co-présidents de \nomAsso{}.
\bigskip\bigskip
Signatures :
\end{document}
}