summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/context/third/letter/doc/correspondence-labeltext.tex
blob: 92d3be3ae1df6258cb01a92129cfcc7df4847ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\startcomponent correspondence-labeltext

\environment correspondence-environment

\chapter{Labeltexts}

The following table presents the text for all predefined labels in the module,
only the labels for the {\em memo} style are not included.

\page[left]

\start

\setuplinetable      [nx=2,stretch=no,width=.125\textwidth]
\setuplinetable[r][1][style=bold]

\startlinetable
\NC label \NC english \NC dutch \NC german \NC french \NC italian \NC spanish \NC\NR
\startprocesscommalist
  [name,room,yourref,yourmail,myref,mymail,customer,invoice,
   attention,subject,cc,enclosure,to,toname,from,fromname,date,
   phone,fax,email,url,bank,organization,city,zip,country,street]
  \NC                                    #1
  \NC \mainlanguage[en]\labeltext{letter:#1}
  \NC \mainlanguage[nl]\labeltext{letter:#1}
  \NC \mainlanguage[de]\labeltext{letter:#1}
  \NC \mainlanguage[fr]\labeltext{letter:#1}
  \NC \mainlanguage[it]\labeltext{letter:#1}
  \NC \mainlanguage[es]\labeltext{letter:#1}
  \NC\NR
\stopprocesscommalist
\stoplinetable

\stop

\stopcomponent