Compare commits
2 Commits
76127877da
...
9b1ea25ec1
Author | SHA1 | Date | |
---|---|---|---|
9b1ea25ec1 | |||
cd27c1f8a1 |
Binary file not shown.
@ -1,5 +1,6 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
\usepackage{qrcode}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Integrale et Primitives - Cours}
|
||||
@ -13,6 +14,8 @@
|
||||
|
||||
\section{Calculs d'intégrales}
|
||||
|
||||
\envideo{https://video.opytex.org/videos/watch/d1de9024-174d-401e-9dcc-0e5a5cf2d7ac}{Explications sur l'origine de la formule}
|
||||
|
||||
\begin{bclogo}[barre=none, arrondi=0.1, logo=]{Définition}
|
||||
Soit $f$ une fonction continue sur $\intFF{a}{b}$ alors alors il existe une fonction $F(x)$ telle que
|
||||
\[
|
||||
@ -39,7 +42,7 @@ On peut vérifier que
|
||||
F'(x) =
|
||||
\]
|
||||
|
||||
\afaire{à compléter les calculs}
|
||||
\afaire{compléter les calculs}
|
||||
|
||||
\section{Primitive}
|
||||
|
||||
@ -68,6 +71,8 @@ Par exemple,
|
||||
\]
|
||||
sont 3 primitives de $f(x) = 2x$
|
||||
|
||||
\afaire{Montrer que ce sont bien des primitives}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
|
@ -320,11 +320,16 @@
|
||||
{%
|
||||
%\setstretch{0.7}% spacing
|
||||
\todo[inline,backgroundcolor=green,#1]{%
|
||||
\textbf{Voir la vidéo}~\href{#2}{#3}
|
||||
\textbf{Voir la vidéo}~ #3
|
||||
|
||||
\begin{minipage}{0.2\linewidth}
|
||||
\qrcode{#2}
|
||||
}%
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.8\linewidth}
|
||||
\url{#2}
|
||||
\end{minipage}
|
||||
|
||||
}%
|
||||
}}
|
||||
\newcounter{enclasse}
|
||||
\newcommand{\enclasse}[2][]{%
|
||||
|
Loading…
Reference in New Issue
Block a user