ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Karsten Heymann" <karsten.heymann@googlemail.com>
Subject: Bug in Description?
Date: Thu, 16 Nov 2006 21:05:53 +0100	[thread overview]
Message-ID: <d0f4811b0611161205n7b67958ak1a1eb7672749ee4d@mail.gmail.com> (raw)

Hello,

I need to mimick enumerated lists with descriptions, as the list
labels are passed to
context by an external program. For this I need the text after the
label indented
exactly as far as the following lines. Following the wiki I set
distance=0cm, but this
does not seem to be honored, but setting it to a very small value does
work. So I suppose it's a bug.

Yours,
Karsten

\definedescription[DescA][align=left,location=hanging,width=1cm,margin=1cm,distance=0cm]
\definedescription[DescB][align=left,location=hanging,width=1cm,margin=1cm,distance=0.0001cm]

\starttext
Wrong:
\DescA{1.} \input knuth

\DescA{2.} \input knuth

Right:
\DescB{1.} \input knuth

\DescB{2.} \input knuth

\stoptext

                 reply	other threads:[~2006-11-16 20:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=d0f4811b0611161205n7b67958ak1a1eb7672749ee4d@mail.gmail.com \
    --to=karsten.heymann@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).