ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Florian Wobbe <Florian.Wobbe@awi.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Where is the documentation of the letter module
Date: Wed, 30 May 2012 11:58:58 +0200	[thread overview]
Message-ID: <9FFF4F99-A9BA-4C03-8447-10148A09E37C@awi.de> (raw)
In-Reply-To: <0D93CAB2-FD46-4C0D-ACCC-BE282B1E94CD@googlemail.com>

>>>> [...] I'm struggling to get the enclosures into an itemized list. This used to work with the old letter module but now fails:
>> 
>> \startletter[enclosure={A\\B\\C}, ...] --> encl: AcrlfBcrlfC
>> 
>> In http://www.ntg.nl/pipermail/ntg-context/2012/064721.html Wolfgang proposed \startletter[enclosure={list:one,two,three}, ...] to get an itemized list. But this does not seem to be implemented yet. How would I get this right?
> 
> It does work but you need MkIV:
> 
> \usemodule[letter]
> 
> \setupletterdescription
>  [enclosure]
>  [
>     location=top,
>     leftmargin=1em,
>     symbol=bullet,
>  ]
> 
> \setupletter
>  [enclosure={list:One,Two,Three}]
> 
> \startletter
> \input knuth
> \stopletter

Thanks, Wolfgang, got that working now. But I'd like to change the formatting of the list further from

encl:
 * One
 * Two
 * Three

to

encl: One
      Two
      Three

without symbols. So I tried:

 \setupletterdescription [enclosure] [symbol=bullet]

This did not work so I tried:

 \definesymbol[nosymbol][{}]
 \setupletterdescription [enclosure] [symbol=nosymbol]

But that results in:

encl:<too much space> One
     <too much space> Two
     <too much space> Three

I cannot remove the extra space with:

 \setupletterdescription [enclosure] [symbol=nosymbol,distance=0em]

Note, that this works:

\setupitemize[each][fit][distance=0em]
\startitemize
  \item no extra space before bullet
\stopitemize

--> *no extra space before bullet

However, it does not work with an enumeration once the symbol was removed:

\setupitemize[each][fit][symbol={},distance=0em]
\startitemize
  \item item
\stopitemize

--> <too much space> item

Florian
___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2012-05-30  9:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.149.1337897607.4523.ntg-context@ntg.nl>
2012-05-25  4:15 ` Michael Green
2012-05-29 23:30   ` Florian Wobbe
2012-05-30  8:29     ` Wolfgang Schuster
2012-05-30  9:58       ` Florian Wobbe [this message]
2012-05-30 10:45         ` Wolfgang Schuster
2012-05-30 11:10           ` Florian Wobbe
2012-05-22 10:03 Florian Wobbe
2012-05-24 21:43 ` Florian Wobbe

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=9FFF4F99-A9BA-4C03-8447-10148A09E37C@awi.de \
    --to=florian.wobbe@awi.de \
    --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).