forked from TeXitoi/pinot2015presenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroadef.cls
149 lines (99 loc) · 3.48 KB
/
roadef.cls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
\ProvidesClass{roadef}[2009/06/19 Classe personnelle, V1.0, modifie le 2011/09/21 par J.E. Mendoza]
\typeout{-------------------------------------------------------}
\typeout{Classe ROADEF 2013}
\typeout{-------------------------------------------------------}
% classe de base
\LoadClass[a4paper,11pt,twoside]{article}
% extensions
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage[francais]{babel}
\RequirePackage{lmodern}
\RequirePackage{graphicx}
\RequirePackage{epsfig}
\RequirePackage{amssymb}
\renewcommand{\fnum@figure}{\small{FIG.~\thefigure}}
\renewcommand{\fnum@table}{\small{TAB.~\thetable}}
\renewcommand{\normalsize}{\fontsize{11pt}{12pt}\selectfont}
\setlength{\textheight}{250mm} % hauteur texte
\setlength{\topmargin}{-20mm} % espace au dessus de en-tete
\setlength{\headheight}{12pt} % hauteur en-tete
\setlength{\headsep}{15mm} % espace entre en_tete et texte
\setlength{\footskip}{0mm} % espace entre texte et pied de page
% largeur
% page impaire : 25+5+155+25=210mm
% page paire : 25+155+5+25=210mm
\setlength{\textwidth}{155mm} % largeur texte
\setlength{\oddsidemargin}{5mm} % marge gauche pages impaires
\setlength{\evensidemargin}{0mm} % marge gauche pages paires
\setlength{\parindent}{1em} % indentation
%\setlength{\parskip}{1em} % interparagraphe
\renewcommand{\baselinestretch}{1.1} % interligne
\flushbottom
%\raggedbottom
\renewcommand{\abstract}[1]{\textbf{Résumé} : \itshape }
\newcommand{\keywords}[1]{\textbf{Mots-clés} : \itshape #1 \normalfont}
\newtheorem{remarque}{Remarque}
\newtheorem{propriete}{Propriété}
\newtheorem{corollaire}{Corollaire}
\newtheorem{definition}{Définition}
\newtheorem{notation}{Notation}
\newtheorem{theoreme}{Théorème}
\newtheorem{proposition}{Proposition}
\newtheorem{exemple}{Exemple}
\newenvironment{preuve}{ \nopagebreak \noindent\textbf{Preuve~: }\nopagebreak }{ \vspace{-0.1cm}\hfill $\Box$ \vspace{-0.2cm}}
\AtEndOfClass{
\typeout{-------------------------------------------------------}
\typeout{Classe ROADEF 2013}
\typeout{-------------------------------------------------------}
}
\newcommand{\email}[1]{{\tt#1}}
\newcounter{@inst}
\newcommand{\inst}[1]{\unskip$^{#1}$}
\newcommand{\institute}[1]{\gdef\@institute{#1}}
\newcommand{\institutename}{\par
\begingroup
\parskip=\z@
\parindent=\z@
\setcounter{@inst}{1}%
\def\and{\par\stepcounter{@inst}%
\noindent$^{\the@inst}$\enspace\ignorespaces}%
\setbox0=\vbox{\def\thanks##1{}\@institute}%
\ifnum\c@@inst=1\relax
\gdef\fnnstart{0}%
\else
\xdef\fnnstart{\c@@inst}%
\setcounter{@inst}{1}%
\noindent$^{\the@inst}$\enspace
\fi
\ignorespaces
\@institute\par
\endgroup}
\renewcommand\@maketitle{%
\newpage
\thispagestyle{empty}
\null
\begin{center}%
{\LARGE \@title \par}%
\vskip 3em%
{\large
\lineskip .5em%
\begin{tabular}[t]{c}%
\@author
\end{tabular}\par}%
\par
\vskip 0.5em
{\small\institutename}
\end{center}%
% \markboth{ ROADEF 2013 - Troyes}{ \shorttitle}
}
% définition de l'en-tête
\def\ps@myheadings{%
\let\@oddfoot\@empty\let\@evenfoot\@empty
\def\@evenhead{\hfil\slshape\leftmark}%
\def\@oddhead{{\slshape\rightmark\hfil}}%
\let\@mkboth\@gobbletwo
\let\sectionmark\@gobble
\let\subsectionmark\@gobble
}
\pagestyle{myheadings}