Hallo, I am trying to make a simple invoice with Wolfgangs letter-module and have some questions: I have the following reference in mind \setupletterstyle[reference][ alternative=d, list={invoice,taxnumber,phone,date}] 1) How can one position this horizontaly and verticaly? 2) How can I define additional keys like 'taxnumber'? I have found a key 'frombank' but it is to long for the ref-line and I will put this in the footer, but \setupfootertexts[bla][blub] does not work 3) I have found a variable 'foot'. How can this be used? 4) Is it possible to use 'frombank' in other positions than the ref- line, in the footer per example? Thank you Wolfgang
Am 26.03.10 20:49, schrieb Wolfgang Werners-Lucchini:
Hallo,
I am trying to make a simple invoice with Wolfgangs letter-module and have some questions:
I have the following reference in mind
\setupletterstyle[reference][ alternative=d, list={invoice,taxnumber,phone,date}]
1) How can one position this horizontaly and verticaly?
Manual: Section 9.3 and 9.7
2) How can I define additional keys like 'taxnumber'?
I have found a key 'frombank' but it is to long for the ref-line and
Manual: Chapter 5
I will put this in the footer, but
\setupfootertexts[bla][blub]
does not work
3) I have found a variable 'foot'. How can this be used?
See question 1. \defineletterelement[foot][invoice] {...} \setupletterstyle[foot][alternative=invoice]
4) Is it possible to use 'frombank' in other positions than the ref- line, in the footer per example?
\lettervalue{frombank} and \labeltext{letter:frombank} Wolfgang
participants (2)
-
Wolfgang Schuster
-
Wolfgang Werners-Lucchini