Feat: importation des tools
This commit is contained in:
18
tools/skeleton/sequence/1E.tex
Executable file
18
tools/skeleton/sequence/1E.tex
Executable file
@@ -0,0 +1,18 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\author{\Var{ author }}
|
||||
\title{\Var{title} - Cours}
|
||||
\date{\Var{date.strftime("%B %Y")}}
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
step=1,
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input{exercises.tex}
|
||||
\printcollection{banque}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user