reorder files
This commit is contained in:
38
example/example.tpl.tex
Normal file
38
example/example.tpl.tex
Normal file
@@ -0,0 +1,38 @@
|
||||
\documentclass[a4paper,10pt]{/media/documents/Cours/Prof/Enseignements/tools/style/classDS}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2013_2014}
|
||||
|
||||
% Title Page
|
||||
\titre{Calcul littéral et statistiques}
|
||||
% \quatreC \quatreD \troisB \troisPro
|
||||
\classe{\troisB}
|
||||
\date{26 septemble 2013}
|
||||
% DS DSCorr DM DMCorr Corr
|
||||
\typedoc{DS}
|
||||
\duree{1 heure}
|
||||
\sujet{\Var{infos.subj}}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\Calc
|
||||
Le barème est donné à titre indicatif, il pourra être modifié.
|
||||
|
||||
\begin{Exo}[4.5]
|
||||
\Block{set A = RdExpression("{a} / 2 + 2")()}
|
||||
\Block{set B = RdExpression("{a} / 2 + 4")()}
|
||||
Développer et réduire les expressions suivantes:
|
||||
\begin{equation*}
|
||||
A = \Var{ A } \\
|
||||
B = \Var{ B }
|
||||
\end{equation*}
|
||||
\end{Exo}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
Reference in New Issue
Block a user