Commit initial, perte des infos cvs, mais bon ...
git-svn-id: file:///home/matteo/Downloads/gna/svn/gulum@2 e86ba84a-1b32-0410-87b2-c3a91cda2950
This commit is contained in:
parent
150791ab9e
commit
f676a6437a
|
@ -0,0 +1,9 @@
|
||||||
|
\section*{Formats ouverts}
|
||||||
|
|
||||||
|
%Qu'est-ce que qu'un format ouvert
|
||||||
|
|
||||||
|
%Pk c'est bien et format fermer est mal
|
||||||
|
|
||||||
|
%Quels sont acceptable/ site web les repertoriant?
|
||||||
|
|
||||||
|
%recommandation Formats ouverts
|
|
@ -0,0 +1,25 @@
|
||||||
|
\section*{Logiciels libres}
|
||||||
|
|
||||||
|
%Definir ce qu'est un logiciel libre
|
||||||
|
|
||||||
|
%Presenter la philosophie du libre
|
||||||
|
|
||||||
|
%Quelques succes du libre dans universite/organisation gouvernementales
|
||||||
|
|
||||||
|
%Cercle vicieux de l'utilisation (entreprises -> employes -> formation)
|
||||||
|
%Pk formation ne devrait pas etre specifique a un logiciel particulier
|
||||||
|
|
||||||
|
%recommandation Favoriser diversite dans les choix de logiciels
|
||||||
|
|
||||||
|
%recommandation Installer firefox, thunderbird, oo
|
||||||
|
|
||||||
|
%recommandation Installer postes Linux/Apple/Windows
|
||||||
|
|
||||||
|
%Expliquer pk il ne faut pas tout passer du jour au lendemain
|
||||||
|
|
||||||
|
%Courbe d'apprentissage, logiciel proprietaire disponible uniquement
|
||||||
|
%sous windows
|
||||||
|
|
||||||
|
%recommandation Fournir formation sur utilisation des logiciels libres
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
all:
|
||||||
|
pdflatex argumentaire_faecum.tex && \
|
||||||
|
bibtex argumentaire_faecum && \
|
||||||
|
pdflatex argumentaire_faecum.tex && \
|
||||||
|
pdflatex argumentaire_faecum.tex
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm *.aux *.log *.pdf *.dvi *.ps *.bbl *.blg *.thm -f
|
||||||
|
|
||||||
|
.PHONY: clean
|
|
@ -0,0 +1,42 @@
|
||||||
|
\documentclass[titlepage]{article}
|
||||||
|
\usepackage[french]{babel}
|
||||||
|
\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}
|
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
|
@ -0,0 +1 @@
|
||||||
|
\section*{Introduction}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,23 @@
|
||||||
|
@misc{
|
||||||
|
linuxeduquebec,
|
||||||
|
Author = { http://linuxeduquebec.org/ },
|
||||||
|
Title = { Linux \'Edu Qu\'ebec},
|
||||||
|
Note = {http://linuxeduquebec.org},
|
||||||
|
}
|
||||||
|
|
||||||
|
@book{
|
||||||
|
hist_faecum,
|
||||||
|
Title = {Histoire de la FA\'ECUM (1976-2006) Une f\'ed\'eration
|
||||||
|
en marche},
|
||||||
|
Publisher = {FA\'ECUM},
|
||||||
|
Author = {Denis Gravel},
|
||||||
|
Year = {2006} }
|
||||||
|
|
||||||
|
|
||||||
|
@misc{
|
||||||
|
livretDuLibre,
|
||||||
|
Author = {Nicolas Bouillon, Lucas Nussbaum, Thomas Petazzoni},
|
||||||
|
Title = {Le livret du libre},
|
||||||
|
Year = {2005} }
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
\section*{R\'etrocession \`a la communaut\'e du libre}
|
||||||
|
|
||||||
|
% D\'ecrire comment l'universite/communaute universitaire peut
|
||||||
|
% contribuer a la communaute du libre
|
||||||
|
|
||||||
|
%Decrire pk devrait etre encourage (reputation, visibilite)
|
||||||
|
|
||||||
|
%recommandation Que le develloppement en interne ou sous-traite sous
|
||||||
|
%licence libre
|
||||||
|
|
||||||
|
%recommandation Promotion d'aide communaute libre aupres des etudiants
|
||||||
|
|
||||||
|
%Suggerer serveur mirroirs?
|
Loading…
Reference in New Issue