Re: [NTG-context] Left-justifying the date in the letter module

2013-07-31 Thread Wolfgang Schuster

Am 31.07.2013 um 03:32 schrieb Michael Ash m...@econs.umass.edu:

 
 I am still having a problem with left-justifying the date in letters.  The 
 date is towards the left but is aligned several mm to the right of the other 
 text.

This is fixed, there module produced a unwanted space at the begin of the 
reference line which is now gone.

 BTW are the values for the alternative key (example, e, c, etc.) 
 documented somewhere?

You can look at the predefined arguments in the old manual which is available 
online: https://bitbucket.org/wolfs/correspondence/downloads.

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] Left-justifying the date in the letter module

2013-07-30 Thread Michael Ash
I am still having a problem with left-justifying the date in letters.  The
date is towards the left but is aligned several mm to the right of the
other text.


\usemodule[letter]

%% Omit the word Date, attempt to left-justify date (doesn't align
perfectly)
\setupletterlayer[reference][alternative=c]

\defineletterelement[layer][address][example]{\correspondenceparameter{toname}\par}
\setupletterlayer[address][alternative=example]

\starttext
\startletter[
  toname={The Addressee},
  opening={Dear Addressee:},
  closing={Best regards,},
  signature={I.M. Sender}]

  \input knuth

\stopletter
\stoptext




BTW are the values for the alternative key (example, e, c, etc.)
documented somewhere?

Thank you again.

Best,
Michael
___
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
___