Retour

modif-article.sty

Télécharger le fichier
%%% Autour de la mise en page et des formats...
 
%% Les sections
\renewcommand{\thesection}{\arabic{section}} %{\Roman{section}}
 
%% L'environnement theorem...
 
%Numerotation par section avec un compteur par types d'enonces.
%%\newtheorem{theo}{Th\'eor\`eme}[section]
%%\newtheorem{thdef}{Th\'eor\`eme-D\'efinition}[section]
%%\newtheorem{defi}{D\'efinition}[section]
%%\newtheorem{cor}{Corollaire}[section]
%%\newtheorem{lem}{Lemme}[section]
%%\newtheorem{pte}{Propri\'et\'e}[section]
%%\newtheorem{prop}{Proposition}[section]
%%\newtheorem{axio}{Axiome}[section]
 
%Numerotation par section avec un meme compteur pour tous les types d'enonces.
\newtheorem{theo}{Th\'eor\`eme}%%[section]
\newtheorem{thdef}[theo]{Th\'eor\`eme-D\'efinition}
\newtheorem{defi}[theo]{D\'efinition}
\newtheorem{cor}[theo]{Corollaire}
\newtheorem{lem}[theo]{Lemme}
\newtheorem{pte}[theo]{Propri\'et\'e}
\newtheorem{ptedef}[theo]{Propri\'et\'e-D\'efinition}
\newtheorem{prop}[theo]{Proposition}
\newtheorem{axio}[theo]{Axiome}
 
%% Les dimensions de la page...
\setlength{\hoffset}{-0,3cm}
\setlength{\voffset}{-0,7cm}
\setlength{\topmargin}{0cm}
\setlength{\headheight}{0cm}
\setlength{\headsep}{0cm}
\setlength{\textheight}{24.5cm}
\setlength{\oddsidemargin}{0cm}
\setlength{\marginparwidth}{0cm}
\setlength{\textwidth}{17cm}
\setlength{\footskip}{1cm}
 
 
%% La bibliographie
\bibliographystyle{acm}