2007-06-04 21:40:57 +00:00
|
|
|
\documentclass[titlepage]{article}
|
2007-06-07 05:24:50 +00:00
|
|
|
\usepackage[utf8]{inputenc}
|
2007-06-04 21:40:57 +00:00
|
|
|
\usepackage[french]{babel}
|
2007-06-07 05:24:50 +00:00
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
%\usepackage{ae,aecompl,aeguil}
|
2007-06-04 21:40:57 +00:00
|
|
|
\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}
|
|
|
|
|
2007-07-02 19:05:27 +00:00
|
|
|
\include{contributeurs}
|
2007-06-04 21:40:57 +00:00
|
|
|
\bibliographystyle{plain}
|
|
|
|
\bibliography{references}
|
|
|
|
\newpage
|
|
|
|
\section*{Liste de propositions}
|
|
|
|
\listpropositions
|
|
|
|
\end{document}
|
2007-06-28 03:13:44 +00:00
|
|
|
|