Compare commits

..

3 Commits

Author SHA1 Message Date
3e01bb8101 Feat: add pgf-plot in ignore
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-28 09:51:24 +02:00
2614b92069 Feat: recompilation des documents 2020-08-28 09:50:40 +02:00
b47fae898f Feat: yes les graphiques marchent avec domain 2020-08-28 09:49:27 +02:00
5 changed files with 35 additions and 30 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@
**/*.amc **/*.amc
**/*.xsim **/*.xsim
**/*.tkzfonct.* **/*.tkzfonct.*
**/*.pgf-plot.*
**/tmp/* **/tmp/*

View File

@ -2,36 +2,39 @@
\begin{exercise}[subtitle={Balistique}, step={1}, origin={Création}, topics={Dérivation}, tags={Dérivation, Physique, Tache complexe}] \begin{exercise}[subtitle={Balistique}, step={1}, origin={Création}, topics={Dérivation}, tags={Dérivation, Physique, Tache complexe}]
Le gouvernement est inquiet. Un état ennemie a tiré un projectile en sa direction. Sa trajectoire a été a été enregistrée et est représentée sur les 2 graphiques ci-dessous. Le premier représente la distance au sol de l'objet en fonction du temps et le deuxième sa hauteur en fonction du temps. Le gouvernement est inquiet. Un état ennemie a tiré un projectile en sa direction. Sa trajectoire a été a été enregistrée et est représentée sur les 2 graphiques ci-dessous. Le premier représente la distance au sol de l'objet en fonction du temps et le deuxième sa hauteur en fonction du temps.
\includegraphics[scale=0.3]{./fig/balistique}
% \begin{tikzpicture}[baseline=(current bounding box.south),
% xscale=0.5, yscale=0.5] %\includegraphics[scale=0.3]{./fig/balistique}
% \tkzInit[xmin=0,xmax=14,xstep=1, \begin{tikzpicture}[baseline=(current bounding box.south),
% ymin=0,ymax=4000,ystep=500] xscale=0.5, yscale=0.5]
% \tkzGrid \tkzInit[xmin=0,xmax=14,xstep=1,
% \tkzDrawX[label={$t$},above=0pt] ymin=0,ymax=4000,ystep=500]
% \tkzDrawY[label={$Distance (m)$}, right=2pt ] \tkzGrid
% \tkzLabelX \tkzDrawX[label={$t$},above=0pt]
% \tkzLabelY \tkzDrawY[label={$Distance (m)$}, right=2pt ]
% \tkzFct[domain=0:12.2,color=red,very thick,% \tkzLabelX
% ]{294*\x}; \tkzLabelY
% \tkzFct[domain=12.2:14,color=red,very thick,% \tkzFct[domain=0:12.2,color=red,very thick,%
% ]{294*12.2}; ]{294*\x};
% \end{tikzpicture} \tkzFct[domain=12.2:14,color=red,very thick,%
% \begin{tikzpicture}[baseline=(current bounding box.south), xscale=0.5, yscale=0.35] ]{294*12.2};
% \tkzInit[xmin=0,xmax=14,xstep=1, \end{tikzpicture}
% ymin=0,ymax=200,ystep=20] \hfill
% \tkzGrid \begin{tikzpicture}[baseline=(current bounding box.south), xscale=0.5, yscale=0.4]
% \tkzDrawX[label={$t$},above=0pt] \tkzInit[xmin=0,xmax=14,xstep=1,
% \tkzDrawY[label={$Hauteur (m)$}, right=2pt ] ymin=0,ymax=200,ystep=20]
% \tkzLabelX \tkzGrid
% \tkzLabelY \tkzDrawX[label={$t$},above=0pt]
% \tkzFct[color=red,very thick,% \tkzDrawY[label={$Hauteur (m)$}, right=2pt ]
% domain=0:12.3 \tkzLabelX
% ]{-4.9*\x**2+60*\x}; \tkzLabelY
% \tkzFct[color=red,very thick,% \tkzFct[color=red,very thick,%
% domain=12.3:14 domain=0:12.3
% ]{0}; ]{-4.9*\x**2+60*\x};
% \end{tikzpicture} \tkzFct[color=red,very thick,%
domain=12.3:14
]{0};
\end{tikzpicture}
\begin{enumerate} \begin{enumerate}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

View File

@ -3,6 +3,7 @@
% extensions % extensions
\RequirePackage[utf8x]{inputenc} \RequirePackage[utf8x]{inputenc}
\RequirePackage[french]{babel} \RequirePackage[french]{babel}
\usepackage[babel=true,kerning=true]{microtype}
\RequirePackage[T1]{fontenc} \RequirePackage[T1]{fontenc}
\RequirePackage{amssymb} \RequirePackage{amssymb}
\RequirePackage{amsmath} \RequirePackage{amsmath}