Compare commits

..

No commits in common. "812dc2cbd8308e34de4eff98b2569b757295ac7f" and "d874640156443c123621ab6924cad970c5e7a5cb" have entirely different histories.

3 changed files with 0 additions and 24 deletions

View File

@ -1,7 +1,5 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\usepackage{qrcode}
\author{Benjamin Bertrand}
\title{Integrale et Primitives - Cours}
@ -57,18 +55,5 @@ Calculs des primitives des fonctions suivantes
z(t) = 4t^5 - \sin(x) \qquad \qquad Z(t) =
\]
\envideo{https://video.opytex.org/videos/watch/cc688f48-2e83-46a2-8c81-0e67f300a37b}{Les exemples traités}
\section{Calculer une primitive}
\paragraph{Exemples:}%
Calcul de la quantité suivante
\[
\int_0^{15} -0,2x^2 + 3x \; dx=
\]
\envideo{https://video.opytex.org/videos/watch/1ebc9f06-011f-48f2-b9c9-1297ef5a6634}{Reprendre le calcul de l'exemple et reproduire le graphique}
\end{document}

View File

@ -349,12 +349,3 @@
\todo[inline,#1]{%
\textbf{À rédiger et m'envoyer par mail:}~#2}%
}}
% Environnements théoreme, définition ...
\newcounter{doc}
\newenvironment{doc}[1]
{\refstepcounter{doc}
\begin{bclogo}[barre=none, arrondi=0.1, logo=]{Document \thedoc: #1}
}{
\end{bclogo}
}