On Sat, Oct 11, 2008 at 8:27 PM, Olivier Guéry <[EMAIL PROTECTED]> wrote:
> Hello everybody, hello Wolfgang,
>
> Since I've needed to typeset some letters I'd test the last béta letter 
> module.
> The result is realy great (the signature is a the right place).
>
> I'd just need to use
> \setuplabeltext[fr][letter:enclosure={P.J.\,:\kern\spaceamount},letter:subject=Objet\,:
> ]
> in order to have the right traductions for « subject ».

You could save private settings you need in every letter in the file user.nls
(I included user.ori as example) and save it in your TeX directory where
ConTeXt could find the file.

> Some small things :
> — changing the interligne space dont change it in the « fromaddress »

\setupletterstyle[head][top={\setupinterlinespace[line=...]}]

or

\startsetups head:interlinespace

\setupinterlinespace[line=...]
% more settings

\stopsetups

\setupletterstyle[head][setups={head:interlinespace}]

> — why can't I put all the \setupletter in the same section ? for exemple :
> \setupletter
>  [place=Paris]
>  [place]
>  [separator={, le }]
>
> don't work, and I need to use :
>
> \setupletter
>  [place=Paris]
>
> \setupletter
>  [place]
>  [separator={, le }]

\setupletter
 [place=Paris,
  placeseparator={, le }]

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