[NTG-context] Title over the image

2013-02-04 Thread 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) ?



Thanks
Huseyin


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Title over the image

2013-02-04 Thread Wolfgang Schuster

Am 04.02.2013 um 14:24 schrieb H. Özoguz h.oezo...@mmnetz.de:

 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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Title over the image

2013-02-04 Thread Philipp Gesang
Hi Huseyin!

···date: 2013-02-04, Monday···from: 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) ?

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


pgp5h5_T_pJjy.pgp
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Title over the image

2013-02-04 Thread Marco Patzer
On 2013–02–04 H. Özoguz wrote:

\setupcaption
  [figure]
  [location=top]

\starttext
 \startplacefigure [title=blub, reference=fig:demo, number=no]
 
 \externalfigure[example][width=11.2cm]
 
 \stopplacefigure
\stoptext

Marco


signature.asc
Description: Digital signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___