37 lines
584 B
TeX
37 lines
584 B
TeX
|
\documentclass[a4paper, twocolumn, landscape, 10pt, fleqn]{article}
|
||
|
\usepackage{myXsim}
|
||
|
\usepackage{tkz-fct}
|
||
|
\usepackage{pgfplots}
|
||
|
\usetikzlibrary{decorations.markings}
|
||
|
\pgfplotsset{compat=1.18}
|
||
|
|
||
|
% Title Page
|
||
|
\title{ DS4 \hfill Automatismes}
|
||
|
\tribe{1ST}
|
||
|
\date{1 février 2023}
|
||
|
\duree{1h}
|
||
|
|
||
|
\DeclareExerciseCollection[step=1]{banque}
|
||
|
\xsimsetup{collect}
|
||
|
|
||
|
\pagestyle{empty}
|
||
|
|
||
|
\begin{document}
|
||
|
\input{exercises.tex}
|
||
|
|
||
|
\maketitle
|
||
|
|
||
|
\printcollection{banque}
|
||
|
|
||
|
\newpage
|
||
|
|
||
|
\maketitle
|
||
|
|
||
|
\printcollection{banque}
|
||
|
\end{document}
|
||
|
|
||
|
%%% Local Variables:
|
||
|
%%% mode: latex
|
||
|
%%% TeX-master: "master"
|
||
|
%%% End:
|