This commit is contained in:
Jeff Lance 2020-03-04 19:13:03 +01:00
parent 45c040aa58
commit 3b8871ed9c

View File

@ -203,18 +203,18 @@
\setlist[description]{font=\sffamily\bfseries} \setlist[description]{font=\sffamily\bfseries}
%% \displayturnpage %% \tournerlapage
%% print a "Please, turn the page" at bottom right of the page. %% print a "Please, turn the page" at bottom right of the page.
%% %%
\NewDocumentCommand \displayturnpage{ }{ \NewDocumentCommand \tournerlapage{ }{
\rofoot[\textit{Tourner la page, svp} \faHandORight] \rofoot[\textit{Tourner la page, svp} \faHandORight]
{\textit{Tourner la page, svp} \faHandORight} {\textit{Tourner la page, svp} \faHandORight}
} }
%% \displaydirectives %% \consignes
%% print the main directives of the test. %% print the main directives of the test.
%% %%
\NewDocumentCommand \displaydirectives{ }{ \NewDocumentCommand \consignes{ }{
\begin{center} \begin{center}
\fbox{ \fbox{
\parbox{.9\textwidth}{ \parbox{.9\textwidth}{
@ -235,9 +235,17 @@
%% text customization %% text customization
%% %%
\NewDocumentCommand \devprintconc{ }{ \NewDocumentCommand \conclusion{ }{
\underline{Conclusion :} \underline{Conclusion :}
} }
%% pagesuivante
%%
\NewDocumentCommand{\pagesuivante}{}{
\newpage
\thispagestyle{plain}
\lefoot*{}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%