diff --git a/20160609_AGC/cr.pdf b/20160609_AGC/cr.pdf index 0f9db77..2eee611 100644 Binary files a/20160609_AGC/cr.pdf and b/20160609_AGC/cr.pdf differ diff --git a/20160609_AGC/cr.tex b/20160609_AGC/cr.tex index 56f5743..45a919d 100644 --- a/20160609_AGC/cr.tex +++ b/20160609_AGC/cr.tex @@ -1,46 +1,10 @@ + \documentclass[a4paper, 11pt]{article} - \usepackage[utf8]{inputenc} - \usepackage[french]{babel} - \usepackage[T1]{fontenc} - \usepackage[top=3cm,, right=2cm,bottom=2cm,left=2cm]{geometry} - \usepackage{eurosym} %pour le symbole euro - \usepackage{hyperref} - \usepackage{tabularx} - \usepackage{soul} - - \newcommand\nomAsso{TILiMa} - - \title{\nomAsso{}} - \author{Procès-Verbal de l'Assemblée Générale Constituante} - \date{Le Jeudi 09 Juin 2016} - - \newcommand\sep{\noindent\rule{\linewidth}{.5pt}} - - \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}} +\usepackage{tilima} +\title{\nomAsso{}} +\author{Procès-Verbal de l'Assemblée Générale Constituante} +\date{Le Jeudi 09 Juin 2016} \begin{document} @@ -92,7 +56,9 @@ \section{Présentation des statuts} Simon D. nous fait une lecture des statuts tels qu'élaborés sur le pad à -l'adresse \hyperref[http://pad.tilima.fr/p/ProjetStatuts]{http://pad.tilima.fr/p/ProjetStatuts} +l'adresse : + +\hyperref[http://pad.tilima.fr/p/ProjetStatuts]{http://pad.tilima.fr/p/ProjetStatuts} Les organes décisionnels sont l'assemblée générale, l'assemblée générale extraordinaire, et le conseil d'administration. @@ -176,16 +142,4 @@ Cohen propose de contacter des personnes intéressées pour la création d'un lo Il est proposé que les réunions soient le premier mercredi de chaque mois. La prochaine réunion est donc le Mercredi 6 Juillet 2016 au Pôle associatif Coluche, au 31 allée Debussy, 72100 Le Mans. -\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} +\makeend diff --git a/20160609_AGC/tilima.sty b/20160609_AGC/tilima.sty new file mode 100644 index 0000000..8af449b --- /dev/null +++ b/20160609_AGC/tilima.sty @@ -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} + + +}