ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: usemodule[letter]
Date: Fri, 20 Jul 2012 15:28:09 +0200	[thread overview]
Message-ID: <FF961959-EBB5-4246-A6B5-8F1E6852D3FD@gmail.com> (raw)
In-Reply-To: <CA+cORN8o1si+PrOG=LRG=6tB+cfc74GyTq_z6p1rMeZiN4r6=g@mail.gmail.com>


Am 20.07.2012 um 12:39 schrieb Thomas Friedrich:

> Hello together,
> 
> my old set-up was an Ubuntu/tex-live installation, but I recently
> (finally) did a reset-up, and I am now running ArchLinux together with
> the context-minimals-git from AUR [1].  This should contain the latest
> build.  As I understand it, there has been an update to the
> letter-module, but there is currently no updated documentation
> available. Is this correct?
> 
> Please have a look at the following minimal example
> 
> ------ >8 ------ min-ex.tex
> \enableregime[utf]
> \mainlanguage[de]
> 
> \usemodule[letter]
> 
> \setupletter
>    [ toname={Max Musterman}
>    , toaddress={Musterstraße 10}
>    , fromname={Me}
>    , fromaddress={Muster Weg 10}
>    , phone={0123-45678}
>    , mobile={0175-31689}
>    , date=\currentdate
>    , list={phone,mobile,date}
>    , subject={This is a minimal example with missing reference list}
>    , opening={Sehr geehrter Mustermann,}
>    , closing={Mit freundlichen Grüßen,}
>    , signature={Me}
>    ]
> 
> \startletter
> \input knuth
> \stopletter
> ------ >8 ------
> 
> $ texexec min-ex.tex
> 
> or
> 
> $ context min-ex.tex
> 
> will only display the current date on the very right, but no phone or
> mobile number.
> 
> 1) What is the new way of setting up the reference line?

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

> 2) Please also note the "space" between the addresser and his/her
> address in the addressee field. Is there a way to get rid of this
> space?


Put the comma to separate the entries at the end of the line and not at the begin of the next because the end of the line results otherwise in a space.

\enableregime[utf]
\mainlanguage[de]

\usemodule[letter]

\setupletterlayer
  [reference]
  [list={phone,mobile,date}]

\setupletter
  [toname={Max Musterman},
   toaddress={Musterstraße 10},
   fromname={Me},
   fromaddress={Muster Weg 10},
   phone={0123-45678},
   mobile={0175-31689},
  %date=\currentdate,
   subject={This is a minimal example with reference list},
   opening={Sehr geehrter Mustermann,},
   closing={Mit freundlichen Grüßen,},
   signature={Me}]


\startletter
\input knuth
\stopletter

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
___________________________________________________________________________________


  reply	other threads:[~2012-07-20 13:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-20 10:39 usemodule[letter] Thomas Friedrich
2012-07-20 13:28 ` Wolfgang Schuster [this message]
2012-07-23  9:56   ` usemodule[letter] Thomas Friedrich
2012-07-23 10:08     ` usemodule[letter] Wolfgang Schuster
2012-07-20 14:10 ` usemodule[letter] Aditya Mahajan
2012-07-23 10:02   ` usemodule[letter] Thomas Friedrich

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=FF961959-EBB5-4246-A6B5-8F1E6852D3FD@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --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).