ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Olya Briginets <bolya@ukrpost.net>
Subject: Re: a real \omlijnd question now
Date: Wed, 19 Sep 2001 11:03:06 +0300	[thread overview]
Message-ID: <3BA8513A.8D6D0112@ukrpost.net> (raw)
In-Reply-To: <001601c14088$1badf600$6501a8c0@lap>

Hello Frans,

Frans Goddijn wrote:

> Only this following works, but then there is not even a new line between the
> word "example" and the rest:
> 
> \starttekst
> Example\crlf
> \omlijnd{this is the first line}\crlf
> \omlijnd{second line}\crlf
> \omlijnd{third}
> \stoptekst
> 
> any vertical space requested after the "Example" word is *moved* from
> between that word and the first framed line to the line after that...

Try to put \leavevmode before the first \framed:

  \starttext
  Example

  \bigskip

  \leavevmode
  \framed{this is the first line}\crlf
  \framed{second line}\crlf
  \framed{third}

  \stoptext

or use \par instead of \crlf

Olya


  reply	other threads:[~2001-09-19  8:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-18 16:22 \hfill in \omlijnd? Frans Goddijn
2001-09-18 17:25 ` Berend de Boer
2001-09-18 17:41   ` Frans Goddijn
2001-09-18 19:49 ` a real \omlijnd question now Frans Goddijn
2001-09-18 21:03   ` Berend de Boer
2001-09-18 21:23     ` Frans Goddijn
2001-09-19  8:03       ` Olya Briginets [this message]
2001-09-19 10:58         ` Frans Goddijn

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=3BA8513A.8D6D0112@ukrpost.net \
    --to=bolya@ukrpost.net \
    /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).