Re: [NTG-context] French letter style and date

2013-06-21 Thread Wolfgang Schuster

Am 20.06.2013 um 20:50 schrieb Jean-Philippe Rey :

> Dear all,
> 
> I can't manage to get the date on a french letter style. I am using
> 
> ConTeXt  ver: 2013.04.07 01:04 MKIV beta  fmt: 2013.4.7  int: english/english
> 
> I also tried some older versions and with 
> 
> ConTeXt  ver: 2011.05.18 18:04 MKIV  fmt: 2011.7.31  int: english/english
> 
> I get a date printed above the destination address. I also get a date with 
> other styles. Did anything change in the letter module between this two 
> versions?
> 
> Does anyone know how to get the date with the new version?

I put a new version online which fixes the problem, if you don’t want to wait 
you can add

  \setupletterlayer[location][alternative=french]

to your document.

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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] French letter style and date

2013-06-21 Thread Jean-Philippe Rey
Dear all,

I can't manage to get the date on a french letter style. I am using

 ConTeXt  ver: 2013.04.07 01:04 MKIV beta  fmt: 2013.4.7  int: english/english

I also tried some older versions and with 

 ConTeXt  ver: 2011.05.18 18:04 MKIV  fmt: 2011.7.31  int: english/english

I get a date printed above the destination address. I also get a date with 
other styles. Did anything change in the letter module between this two 
versions?

Does anyone know how to get the date with the new version?

Here is my test file.


\usemodule[letter]
\useletterstyle[french]

\setupletter[
date={20 juin 2013},
toname={Jane Doe},
toaddress={24 rue des acacias\\63265 Trifoullis les Oies},
signature={John Doe},
opening={Mademoiselle,},
closing={Je vous prie de recevoir, Mademoiselle, mes meilleures 
salutations.}
]

\setupletterlayer[reference][list={date}]

\startletter

\input knuth

\stopletter


Thank you for your help.

-- 
Jean-Philippe Rey
jp...@noos.fr



___
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
___