On Sat, 23 Feb 2008 16:05:25 +0100
"Wolfgang Werners-Lucchini" <[EMAIL PROTECTED]> wrote:

> Hallo,
> 
> I have a little problem with the following code:
> -----------------------------------------------
> \setuppapersize[S6][S6]
> \setuplayout[bottomspace=.8cm,bottom=12pt,backspace=1.2cm,width=middle
> ]
> \starttext
> \placefigure[left,height]{none}{%
> \externalfigure[img.jpg][height=0.99\textheight]}

Don't use images in examples, you could use \blackrule or \framed
instead, another option are dummy figures with fixed values for the
width and height of the figure.

> \startlines
> Sie sprach:
> \quotation{Das ist
> ein Test.}
> \stoplines
> \stoptext
> -----------------------------------------------
> The text between \start\stoplines is not completly placed in the 
> right of the image. The quoted parts are moved to the left, on top of 
> the image. What is wrong here?

You should use the right command for this purpose.

\startfiguretext
  {none}
  {\blackrule[height=\textheight,width=.5\textwidth]}
  \startlines
   Sie sprach:
   \quotation{Das ist
   ein Test.}
   \stoplines
\stopfiguretext


Greetings,

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to