Fix: baseline error

This commit is contained in:
Bertrand Benjamin 2020-08-26 11:36:08 +02:00
parent ee8c99808b
commit 6af3bd9c9e
2 changed files with 3 additions and 3 deletions

View File

@ -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. 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, \tkzInit[xmin=0,xmax=14,xstep=1,
ymin=0,ymax=3600,ystep=500] ymin=0,ymax=3600,ystep=500]
\tkzGrid \tkzGrid
@ -11,7 +11,7 @@
\tkzFct[color=red,very thick,% \tkzFct[color=red,very thick,%
]{294*\x}; ]{294*\x};
\end{tikzpicture} \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, \tkzInit[xmin=0,xmax=14,xstep=1,
ymin=0,ymax=200,ystep=20] ymin=0,ymax=200,ystep=20]
\tkzGrid \tkzGrid
@ -47,7 +47,7 @@
\end{minipage} \end{minipage}
\hfill \hfill
\begin{minipage}{0.4\textwidth} \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, \tkzInit[xmin=0,xmax=5,xstep=1,
ymin=0,ymax=5,ystep=1] ymin=0,ymax=5,ystep=1]
\tkzGrid \tkzGrid