Fix: baseline error
This commit is contained in:
parent
ee8c99808b
commit
6af3bd9c9e
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
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.
|
||||
|
||||
|
||||
\begin{tikzpicture}[baseline=(a.north), xscale=0.5, yscale=0.5]
|
||||
\begin{tikzpicture}[baseline=(current bounding box.south), xscale=0.5, yscale=0.5]
|
||||
\tkzInit[xmin=0,xmax=14,xstep=1,
|
||||
ymin=0,ymax=3600,ystep=500]
|
||||
\tkzGrid
|
||||
@ -11,7 +11,7 @@
|
||||
\tkzFct[color=red,very thick,%
|
||||
]{294*\x};
|
||||
\end{tikzpicture}
|
||||
\begin{tikzpicture}[baseline=(a.north), xscale=0.5, yscale=0.35]
|
||||
\begin{tikzpicture}[baseline=(current bounding box.south), xscale=0.5, yscale=0.35]
|
||||
\tkzInit[xmin=0,xmax=14,xstep=1,
|
||||
ymin=0,ymax=200,ystep=20]
|
||||
\tkzGrid
|
||||
@ -47,7 +47,7 @@
|
||||
\end{minipage}
|
||||
\hfill
|
||||
\begin{minipage}{0.4\textwidth}
|
||||
\begin{tikzpicture}[baseline=(a.north), xscale=1, yscale=0.6]
|
||||
\begin{tikzpicture}[baseline=(current bounding box.south), xscale=1, yscale=0.6]
|
||||
\tkzInit[xmin=0,xmax=5,xstep=1,
|
||||
ymin=0,ymax=5,ystep=1]
|
||||
\tkzGrid
|
||||
|
Loading…
Reference in New Issue
Block a user