ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: letter: backaddress
Date: Sun, 28 Mar 2010 16:22:37 +0200	[thread overview]
Message-ID: <4BAF662D.3080809@googlemail.com> (raw)
In-Reply-To: <4BAF7833.30045.521F838@wwl.musensturm.de>

Am 28.03.10 15:39, schrieb Wolfgang Werners-Lucchini:
> And to define such a own backaddress, one uses
>
> \setlettervalue{backaddress}{something}
>
> Hopefully this is right!
>    
When you want something which can be used for 
\setupletterstyle[<1>][alternative=<2>]
you need \defineletterelement[<1>][<2>]{...}, which 
\setlettervalue{<A>}{<B>} you set
a variable which can be used with \lettervalue{<A>}, e.g.

\usemodule[letter]

\defineletterelement[foot][myalternative]{\midaligned{Can you see me?}}

\setupletterstyle[footer][alternative=myalternative]

\setlettervalue{bankleitzahl}{76430000}
%\setlettervalue{kontonummer}{}

\starttext \startletter
\lettervalue{bankleitzahl}

\doifelselettervalue{kontonummer}
   {Die Kontonummer lautet \lettervalue{kontonummer}}
   {Keine Kontonummer angegeben}
\stopletter \stoptext

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:[~2010-03-28 14:22 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.96.1269720246.4277.ntg-context@ntg.nl>
2010-03-28 13:39 ` Wolfgang Werners-Lucchini
2010-03-28 14:22   ` Wolfgang Schuster [this message]
2010-03-28 13:39 ` pk-directory Wolfgang Werners-Lucchini
2010-03-28 14:04   ` pk-directory Arthur Reutenauer
     [not found] <mailman.94.1269703304.4277.ntg-context@ntg.nl>
2010-03-27 16:56 ` letter: backaddress Wolfgang Werners-Lucchini
2010-03-27 18:49   ` Wolfgang Schuster
2010-03-26 23:45 Wolfgang Werners-Lucchini
2010-03-27  1:55 ` Matija Šuklje
2010-03-27  5:48 ` Wolfgang Schuster
2010-03-27 13:51 ` Andreas Schneider
2010-03-27 14:10   ` Wolfgang Schuster
2010-03-27 15:32     ` Andreas Schneider
  -- strict thread matches above, loose matches on Subject: below --
2008-07-03 10:23 Letter backaddress Oliver Buerschaper
2008-07-03 10:30 ` Wolfgang Schuster
2008-07-03 10:32   ` Wolfgang Schuster
2008-07-03 13:04     ` Oliver Buerschaper
2008-07-03 13:20       ` Wolfgang Schuster
2008-07-03 15:12         ` Oliver Buerschaper
2008-07-03 15:19           ` Oliver Buerschaper
2008-07-04  6:58             ` Wolfgang Schuster
2008-07-04  7:02           ` Wolfgang Schuster
2008-07-09  6:46             ` Wolfgang Schuster
2008-07-09  7:51               ` Olivier Guéry
2008-07-09  8:06                 ` Wolfgang Schuster
2008-07-09  8:18                   ` Olivier Guéry
2008-07-09  8:27                     ` Wolfgang Schuster
2008-07-09  8:53                   ` Olivier Guéry

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=4BAF662D.3080809@googlemail.com \
    --to=schuster.wolfgang@googlemail.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).