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 @@
}% }%
}% }%
} }
%--
@ -199,7 +203,7 @@
\cohead[\@title]{\@title} \cohead[\@title]{\@title}
\rohead[Activité]{Activité - \@subtitle} \rohead[Activité]{Activité - \@subtitle}
} }
}{ }{
\ifthenelse{ \equal{\type}{exercise} }{ \ifthenelse{ \equal{\type}{exercise} }{
\cohead[\@title]{\@title} \cohead[\@title]{\@title}
@ -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}{}
%--
@ -744,17 +750,18 @@
% ams theorem style for exercises % ams theorem style for exercises
\newtheoremstyle{exostyle} \newtheoremstyle{exostyle}
{\topsep}% espace avant {\topsep}% espace avant
{\topsep}% espace apres {\topsep}% espace apres
{}% Police utilisee par le style de thm {}% Police utilisee par le style de thm
{}% Indentation (vide = aucune, \parindent = indentation paragraphe) {}% Indentation (vide = aucune, \parindent = indentation paragraphe)
{\bfseries}% Police du titre de thm {\bfseries}% Police du titre de thm
{}% Signe de ponctuation apres le titre du thm {}% Signe de ponctuation apres le titre du thm
{\newline}% Espace apres le titre du thm (\newline = linebreak) {\newline}% Espace apres le titre du thm (\newline = linebreak)
{\thmname{#1}\thmnumber{ #2}\thmnote{ - \normalfont{\textit{#3}}}} % composants du titre du thm : \thmname = nom, \thmnumber = numéro, \thmnote = sous-titre {\thmname{#1}\thmnumber{ #2}\thmnote{ - \normalfont{\textit{#3}}}} % composants du titre du thm : \thmname = nom, \thmnumber = numéro, \thmnote = sous-titre
\theoremstyle{exostyle} \theoremstyle{exostyle}
\newtheorem{exercice}{Exercice} \newtheorem{exercice}{Exercice}
%--