Ajout d'un package TILIMA, et utilisation d'une nouvelle font
This commit is contained in:
parent
97ec3f2df3
commit
012a01bf8b
Binary file not shown.
@ -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
|
||||
|
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}
|
||||
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user