Modification du texte d'intro
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
% mise en page
|
||||
\RequirePackage{fancyhdr}
|
||||
\RequirePackage{multicol}
|
||||
% \RequirePackage{enumitem}
|
||||
|
||||
% insertion d'image
|
||||
%\RequirePackage{picins}
|
||||
@@ -175,7 +176,7 @@
|
||||
% type = i -> \roman
|
||||
% type = I -> \Roman
|
||||
% \arabic par défaut
|
||||
\newcounter{cExercice}
|
||||
\newcounter{exercicecounter}
|
||||
\newcommand{\exercice}[1][1] {
|
||||
\ifthenelse{ \equal{#1}{i} }
|
||||
{
|
||||
@@ -202,50 +203,57 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
\stepcounter{cExercice}
|
||||
\textbf{Exercice \cType{cExercice}\ }
|
||||
\stepcounter{exercicecounter}
|
||||
\textbf{Exercice \cType{exercicecounter}\ }
|
||||
}
|
||||
|
||||
|
||||
% questions<[type]>
|
||||
%
|
||||
% type = 1 -> \arabic
|
||||
% type = a -> \alph
|
||||
% type = A -> \Alph
|
||||
% type = i -> \roman
|
||||
% type = I -> \Roman
|
||||
% \arabic par défaut
|
||||
\newcounter{cQuestions}
|
||||
\newenvironment{questions}[1][1] {
|
||||
\ifthenelse{ \equal{#1}{i} }
|
||||
{
|
||||
\def\cType{\roman}
|
||||
}
|
||||
{
|
||||
\ifthenelse{ \equal{#1}{I} }
|
||||
{
|
||||
\def\cType{\Roman}
|
||||
}
|
||||
{
|
||||
\ifthenelse{ \equal{#1}{a} }
|
||||
{
|
||||
\def\cType{\alph}
|
||||
}
|
||||
{
|
||||
\ifthenelse{ \equal{#1}{A} }
|
||||
{
|
||||
\def\cType{\Alph}
|
||||
}
|
||||
{
|
||||
\def\cType{\arabic}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
\begin{list}{\textbf{\cType{cQuestions}.~}}{\usecounter{cQuestions} \itemindent=0em \itemsep=8pt \leftmargin=0,65cm}
|
||||
} {
|
||||
\end{list}
|
||||
}
|
||||
% % questions<[type]>
|
||||
% %
|
||||
% % type = 1 -> \arabic
|
||||
% % type = a -> \alph
|
||||
% % type = A -> \Alph
|
||||
% % type = i -> \roman
|
||||
% % type = I -> \Roman
|
||||
% % \arabic par défaut
|
||||
% \newcounter{questionscounter}
|
||||
% \newcommand{\questionsseparator}{.}
|
||||
% \newenvironment{questions}[1][1] {
|
||||
% \ifthenelse{ \equal{#1}{i} }
|
||||
% {
|
||||
% \def\cType{\roman}
|
||||
% }
|
||||
% {
|
||||
% \ifthenelse{ \equal{#1}{I} }
|
||||
% {
|
||||
% \def\cType{\Roman}
|
||||
% }
|
||||
% {
|
||||
% \ifthenelse{ \equal{#1}{a} }
|
||||
% {
|
||||
% \def\cType{\alph}
|
||||
% \renewcommand{\questionsseparator}{)}
|
||||
% }
|
||||
% {
|
||||
% \ifthenelse{ \equal{#1}{A} }
|
||||
% {
|
||||
% \def\cType{\Alph}
|
||||
% }
|
||||
% {
|
||||
% \def\cType{\arabic}
|
||||
% }
|
||||
% }
|
||||
% }
|
||||
% }
|
||||
% \begin{list}{\textbf{\cType{questionscounter}\questionsseparator}}{
|
||||
% \usecounter{questionscounter}
|
||||
% \itemindent=0em
|
||||
% \itemsep=8pt \leftmargin=0,54cm}
|
||||
% } {
|
||||
% \end{list}
|
||||
% }
|
||||
% \newcommand{\bq}{\begin{questions}}
|
||||
% \newcommand{\eq}{\end{questions}}
|
||||
|
||||
|
||||
% setAngle{nom}{valeur}
|
||||
|
||||
Reference in New Issue
Block a user