\documentclass[titlepage]{article} \usepackage[utf8]{inputenc} \usepackage[french]{babel} \usepackage[T1]{fontenc} %\usepackage{ae,aecompl,aeguil} \usepackage{graphicx} \author{Groupe d'usagers Linux de l'universit\'e de Montr\'eal \\ \includegraphics[width=5cm]{images/logo}} \title{Avis sur l'utilisation de logiciels libre et formats ouverts \`a l'universit\'e de Montr\'eal} %Commande \proposition et listpropositions %(deplacer vers propositions.sty? ) \usepackage{ntheorem} \makeatletter \newtheoremstyle{marcos}{\item[\theorem@headerfont] ##1 ##2 }{\item[\theorem@headerfont] ##1 ##2 : ##3 } \makeatother \theoremstyle{marcos} \theoremlisttype{optname} \newtheorem{thmprop}{Proposition} \newcommand{\proposition}[1]{\begin{thmprop}[#1]\end{thmprop}} \newcommand{\listpropositions}[0]{\listtheorems{thmprop}} %Debut du document \begin{document} \maketitle \include{intro} \include{Formats_ouverts} %Example d'utilisation de \proposition: \proposition{Que la FA\'ECUM utilise Linux\cite{livretDuLibre} et blabla blabla blabla et patati et patata} \include{Logiciels_Libres} \include{retrocession} \bibliographystyle{plain} \bibliography{references} \newpage \section*{Liste de propositions} \listpropositions \end{document}