Re: [NTG-context] Picture before chapter-title, but on same page

2013-06-04 Thread Hans Hagen

On 6/4/2013 7:56 AM, "H. Özoguz" wrote:

Hello there,

I want to place a picture at the top on a page, and directly after that
a chapter-title (without a page break). I tried it with the key
"continue", but that does not work.
Here my try:

\setuphead
   [chapter]
   [continue=yes]
\starttext
\chapter{Chapter-title}
\startplacefigure [title={Some picture.}, reference=fig:demo, number=no]
  \externalfigure[picture][width=5cm]
\stopplacefigure
\stoptext

How to correct it?


add location=top

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


[NTG-context] Picture before chapter-title, but on same page

2013-06-03 Thread H. Özoguz

Hello there,

I want to place a picture at the top on a page, and directly after that 
a chapter-title (without a page break). I tried it with the key 
"continue", but that does not work.

Here my try:

\setuphead
  [chapter]
  [continue=yes]
\starttext
\startplacefigure [title={Some picture.}, reference=fig:demo, number=no]
 \externalfigure[picture][width=5cm]
\stopplacefigure
\chapter{Chapter-title}
\stoptext

How to correct it?

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
___