Title over the image
Using \startplacefigure [title=blub, reference=fig:demo, number=no] \externalfigure[example][width=11.2cm] \stopplacefigure how can I set the Title of the image over the image, instead of under the image (that is default) ? Thanks Huseyin
Am 04.02.2013 um 14:24 schrieb H. Özoguz
Using
\startplacefigure [title=blub, reference=fig:demo, number=no]
\externalfigure[example][width=11.2cm]
\stopplacefigure
how can I set the Title of the image over the image, instead of under the image (that is default) ?
\setupcaption[figure][location=top] Wolfgang
Hi Huseyin!
···
Using
\startplacefigure [title=blub, reference=fig:demo, number=no]
\externalfigure[example][width=11.2cm]
\stopplacefigure
how can I set the Title of the image over the image, instead of under the image (that is default) ?
The title is actually the caption, so its placement is controlled by “\setupcaption” [0]: \setupcaption[figure][location=top] \starttext \startplacefigure [title=blub, reference=fig:demo, number=no] \externalfigure[example][width=11.2cm] \stopplacefigure \stoptext [0] http://wiki.contextgarden.net/Command/setupcaption and http://wiki.contextgarden.net/Command/setupcaptions Regards Philipp -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
participants (4)
-
"H. Özoguz"
-
Marco Patzer
-
Philipp Gesang
-
Wolfgang Schuster