Am Mittwoch, den 29.08.2012, 11:06 +0200 schrieb Paul Menzel:
> Dear ConTeXt folks,
> 
> 
> although looking at
> 
>         tex/texmf-modules/tex/context/third/letter/base/s-cor-01.mkvi
> 
> on how to disable folding marks, I was unsuccessful to figure it out.
> This is with
> 
>         ConTeXt  ver: 2012.08.28 20:00 MKIV  fmt: 2012.8.29  int: 
> english/english
> 
> and please consider the following minimal example.
> 
>         \mainlanguage[de]
> 
>         \usemodule[letter]
> 
>         \starttext
> 
>         \setupletter
>           [fromname={Max Musterfrau},
>            fromaddress={Beispielstraße 99\\99999 Musterstadt}]
> 
>         \setupletter
>           [toname={Jane Mustermann},
>            toaddress={Musterstrarße 9999\\99999 Musterstadt}]
> 
>         \setupletterstyle
>           [marking=no]
> 
>         \setupletter
>           [marking=no]

Looking at `letter-imp-dinb.mkiv` [1] I finally figured that the
following does what I need.

        \setupletterlayer
          [topmark,botmark,cutmark]
          [state=stop]

As a side node, I am still wondering why the name is `cutmark`. Cleary,
no scissor is used to cut the letter in half. Should it be punchmark,
because that is the mark to align the whole puncher(?) to?

> 
>         \startletter
>           [opening={Sehr geehrte Damen und Herren,},
>            subject={Musterbetreff},
>            closing={Freundliche Grüße,},
>            signature={Max Musterfrau}]
> 
>         \input knuth
> 
>         \stopletter
> 
>         \stoptext


Thanks,

Paul


[1] tex/texmf-modules/tex/context/third/letter/style/letter-imp-dinb.mkiv

Attachment: signature.asc
Description: This is a digitally signed message part

___________________________________________________________________________________
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 via email to