27 lines
409 B
TeX
27 lines
409 B
TeX
|
\documentclass[a4paper,10pt]{article}
|
||
|
\usepackage{tasks}
|
||
|
\usepackage{myXsim}
|
||
|
|
||
|
\title{DM 1 -- \Var{infos["name"]}}
|
||
|
\tribe{Première technologique}
|
||
|
\date{15 novembre 2019}
|
||
|
|
||
|
\xsimsetup{
|
||
|
solution/print = false
|
||
|
}
|
||
|
|
||
|
\begin{document}
|
||
|
\maketitle
|
||
|
|
||
|
|
||
|
\Block{include "./tpl_techniques.tex"}
|
||
|
\Block{include "./tpl_tx_varia.tex"}
|
||
|
|
||
|
\end{document}
|
||
|
|
||
|
%%% Local Variables:
|
||
|
%%% mode: latex
|
||
|
%%% TeX-master: "master"
|
||
|
%%% End:
|
||
|
|