Clean code.

This commit is contained in:
Jeff Lance 2018-11-04 10:17:40 +01:00
parent db27c5a701
commit 9c8d1ad2f7

View File

@ -27,6 +27,7 @@
% PACKAGES % PACKAGES
% %
% %
% Others % Others
\RequirePackage{xkeyval} \RequirePackage{xkeyval}
@ -46,6 +47,7 @@
\RequirePackage{pageslts} \RequirePackage{pageslts}
\RequirePackage{enumitem} \RequirePackage{enumitem}
\RequirePackage[]{hyperref} \RequirePackage[]{hyperref}
%--
@ -66,6 +68,7 @@
\ExecuteOptions{a4paper, DIV=24} \ExecuteOptions{a4paper, DIV=24}
\ExecuteOptionsX{type} \ExecuteOptionsX{type}
\ProcessOptionsX \ProcessOptionsX
%--
@ -166,6 +169,7 @@
}% }%
}% }%
} }
%--
@ -234,6 +238,7 @@
% paths % paths
\graphicspath{{images/}} \graphicspath{{images/}}
%--
@ -491,6 +496,7 @@
\mdtheorem[style=todo, theoremseparator={}, theoremspace={}]{appn}{} \mdtheorem[style=todo, theoremseparator={}, theoremspace={}]{appn}{}
\mdtheorem[style=method, theoremseparator={ -}, theoremspace={}]{met}{Méthode} \mdtheorem[style=method, theoremseparator={ -}, theoremspace={}]{met}{Méthode}
\mdtheorem[style=clear, theoremseparator={}, theoremspace={}]{metn}{} \mdtheorem[style=clear, theoremseparator={}, theoremspace={}]{metn}{}
%--
@ -755,6 +761,7 @@
\theoremstyle{exostyle} \theoremstyle{exostyle}
\newtheorem{exercice}{Exercice} \newtheorem{exercice}{Exercice}
%--