ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: ntg-context@ntg.nl
Subject: Re: \start\stoplines and image
Date: Sat, 23 Feb 2008 23:34:15 +0100	[thread overview]
Message-ID: <20080223233415.2ef39414.schuster.wolfgang@googlemail.com> (raw)
In-Reply-To: <47C04445.32374.15011C9@wwl.musensturm.de>

On Sat, 23 Feb 2008 16:05:25 +0100
"Wolfgang Werners-Lucchini" <wwl@musensturm.de> 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	other threads:[~2008-02-23 22:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-23 15:05 Wolfgang Werners-Lucchini
2008-02-23 22:34 ` Wolfgang Schuster [this message]
     [not found] <mailman.1.1203850802.25475.ntg-context@ntg.nl>
2008-02-24 19:25 ` Wolfgang Werners-Lucchini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080223233415.2ef39414.schuster.wolfgang@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).