Compare commits

..

No commits in common. "4608ca0c499932f2dd654ea7799eb39a3f5f9db3" and "26fbed3bb318a29f1ef9045d02c5f6fa2ac844ab" have entirely different histories.

6 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,14 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\author{Benjamin Bertrand}
\title{Variables aléatoires - Cours}
\date{août 2020
\pagestyle{empty}
\begin{document}
\maketitle
\end{document}

View File

@ -0,0 +1,18 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsym}
\author{Benjamin Bertrand}
\title{Variables aléatoires - Cours}
\date{août 2020
\DeclareExerciseCollection{banque}
\xsimsetup{
step=1,
}
\begin{document}
\input{exercises.tex}
\printcollection{banque}
\end{document}

View File

@ -50,7 +50,7 @@
Dériver la fonction
\vfill
\[
f(x) = 6x^2 - 3x^3 + 20
f'(x) = 6x^2 - 3x^3 + 20
\]
\vfill
\end{frame}