Feat: Initialise le depot pour l'année 2022-2023
This commit is contained in:
28
tools/skeleton/sequence/plan_de_travail/solutions.tex
Normal file
28
tools/skeleton/sequence/plan_de_travail/solutions.tex
Normal file
@@ -0,0 +1,28 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\usetikzlibrary{shapes.geometric}
|
||||
|
||||
\author{${author}}
|
||||
\title{${title} - Solutions}
|
||||
\tribe{${tribe}}
|
||||
\date{${date}}
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
exercise/print=false,
|
||||
solution/print=true,
|
||||
}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{exercises.tex}
|
||||
%\printcollection{banque}
|
||||
%\printsolutions{exercises}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user