Ajout d'un package TILIMA, et utilisation d'une nouvelle font
This commit is contained in:
60
20160609_AGC/tilima.sty
Normal file
60
20160609_AGC/tilima.sty
Normal 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}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user