feat: Fin de la branche après AG
This commit is contained in:
parent
3a05d17ed5
commit
74d931a984
6 changed files with 26 additions and 7 deletions
|
@ -1,3 +1,5 @@
|
|||
# Règlements de l'Association Rézo Metz-Rennes Fédérés
|
||||
|
||||
Assemblée Générale Constitutive prévue le 01/05/2021.
|
||||
## Liste des versions
|
||||
|
||||
* Version 01.05.2021 validée par l'Assemblée Générale Constitutive du 1er Mai 2021.
|
17
makefile
Normal file
17
makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Makefile for the Statutes of Rézo Metz-Rennes Fédérés
|
||||
|
||||
.PHONY: reglement.pdf reglement-en.pdf all clean
|
||||
|
||||
all: reglement.pdf reglement-en.pdf
|
||||
|
||||
reglement.pdf: reglement.tex
|
||||
latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode" -use-make $<
|
||||
|
||||
reglement-en.pdf: reglement-en.tex
|
||||
latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode" -use-make $<
|
||||
|
||||
cleanall:
|
||||
latexmk -C
|
||||
|
||||
clean:
|
||||
latexmk -c
|
BIN
reglement-en.pdf
BIN
reglement-en.pdf
Binary file not shown.
|
@ -20,8 +20,8 @@
|
|||
|
||||
\newcommand{\theday}{May 1st, 2021}
|
||||
%\newcommand{\quality}{Proposition pour la fusion de Supélec Rézo Rennes et du Rézo Metz en date du \theday}
|
||||
\newcommand{\quality}{Proposition for the General Assembly on \theday}
|
||||
%\newcommand{\quality}{Règlement intérieur en vigueur au \theday}
|
||||
%\newcommand{\quality}{Proposition for the General Assembly on \theday}
|
||||
\newcommand{\quality}{Internal Rules in force on \theday}
|
||||
|
||||
|
||||
\title{Internal rules of the Organisation Rézo Metz-Rennes Fédérés}
|
||||
|
|
BIN
reglement.pdf
BIN
reglement.pdf
Binary file not shown.
|
@ -20,8 +20,8 @@
|
|||
|
||||
\newcommand{\theday}{1er mai 2021}
|
||||
%\newcommand{\quality}{Proposition pour la fusion de Supélec Rézo Rennes et du Rézo Metz en date du \theday}
|
||||
\newcommand{\quality}{Proposition pour l'Assemblée Générale du \theday}
|
||||
%\newcommand{\quality}{Règlement intérieur en vigueur au \theday}
|
||||
%\newcommand{\quality}{Proposition pour l'Assemblée Générale du \theday}
|
||||
\newcommand{\quality}{Règlement intérieur en vigueur au \theday}
|
||||
|
||||
|
||||
\title{Règlement intérieur de l'Association Rézo Metz-Rennes Fédérés}
|
||||
|
@ -503,12 +503,12 @@ Pour l'Assemblée Générale,
|
|||
\begin{minipage}{0.5\textwidth}
|
||||
\centering
|
||||
\textbf{Président} \\
|
||||
??? \bsc{???}
|
||||
Corentin \bsc{Canebier}
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\centering
|
||||
\textbf{Secrétaire} \\
|
||||
??? \bsc{???}
|
||||
Cyprien \bsc{de la Vergne de Cerval}
|
||||
\end{minipage}
|
||||
\vfill
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue