ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Title over the image
@ 2013-02-04 13:24 "H. Özoguz"
  2013-02-04 13:30 ` Wolfgang Schuster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: "H. Özoguz" @ 2013-02-04 13:24 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Title over the image
  2013-02-04 13:24 Title over the image "H. Özoguz"
@ 2013-02-04 13:30 ` Wolfgang Schuster
  2013-02-04 13:34 ` Philipp Gesang
  2013-02-04 13:37 ` Marco Patzer
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2013-02-04 13:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.02.2013 um 14:24 schrieb H. Özoguz <h.oezoguz@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Title over the image
  2013-02-04 13:24 Title over the image "H. Özoguz"
  2013-02-04 13:30 ` Wolfgang Schuster
@ 2013-02-04 13:34 ` Philipp Gesang
  2013-02-04 13:37 ` Marco Patzer
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Gesang @ 2013-02-04 13:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 912 bytes --]

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

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Title over the image
  2013-02-04 13:24 Title over the image "H. Özoguz"
  2013-02-04 13:30 ` Wolfgang Schuster
  2013-02-04 13:34 ` Philipp Gesang
@ 2013-02-04 13:37 ` Marco Patzer
  2 siblings, 0 replies; 4+ messages in thread
From: Marco Patzer @ 2013-02-04 13:37 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 255 bytes --]

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-04 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-04 13:24 Title over the image "H. Özoguz"
2013-02-04 13:30 ` Wolfgang Schuster
2013-02-04 13:34 ` Philipp Gesang
2013-02-04 13:37 ` Marco Patzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).