Hi, In this code, the figure is placed on the base line. How to make the numbering at the top of the figure ? \starttext \startitemize[n][stopper=),style=bf] \item \midaligned{\externalfigure[figure1_reperage.pdf]} \startitemize[a][stopper=),style=bf] \item Donner les coordonnées des points $A$ et $B$ dans le repère $\left(O,\, I,\, J\right)$. \item Compléter les phrases suivantes : les abscisses des points $A$ et $B$ sont $\ldots$ ; les ordonnées des points $A$ et $B$ sont $\dots\;$. \item Placer les points $C$ et $D$ de coordonnées respectives $\left(-2\,;3\right)$ et $\left(4\,;0\right)$. \item Placer le point $E$ de même abscisse que $C$ et d'ordonnée $-1$. \stopitemize \stoptext With LaTeX, I did this : \raisebox{-\height+1em}{\includegraphics{}} thank you
Am 02.09.2014 um 12:43 schrieb Fabrice Couvreur
Hi, In this code, the figure is placed on the base line. How to make the numbering at the top of the figure ?
\starttext \startitemize[n][stopper=),style=bf] \item \midaligned{\externalfigure[figure1_reperage.pdf]}
\item \framed[frame=off,width=local,location=top]{\externalfigure[figure1_reperage.pdf]} Wolfgang
Hi Wolfgang, I have to put myself in the head that the command \framed[] is very important with ConteXt ! Fabrice
participants (3)
-
Fabrice
-
Fabrice Couvreur
-
Wolfgang Schuster