summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-beginner.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-06 00:17:18 +0000
committerKarl Berry <karl@freefriends.org>2009-07-06 00:17:18 +0000
commit113e17a8d8e8ae3b7af7140e4ab17590631c4ced (patch)
tree80f40c49440f6d01f840a4e5f06cdc064f824582 /Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-beginner.tex
parent2ef52c0386a2e84ce1fff1163736bbb69fcfabb2 (diff)
context-letter update (4jul09)
git-svn-id: svn://tug.org/texlive/trunk@14137 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-beginner.tex')
-rw-r--r--Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-beginner.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-beginner.tex b/Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-beginner.tex
index 932c8b1d38c..1c7fed9ae7a 100644
--- a/Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-beginner.tex
+++ b/Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-beginner.tex
@@ -94,6 +94,17 @@ Thus, I came to the conclusion ...
\stopletter
\stoptyping
+\startframedtext[width=\textwidth,framecolor=red,align=flushleft,corner=00]
+The definition of the \type{\setuplettervalue} has changed in the module version from 2009.07.03,
+only braces are allowed to set values, brackets are optional and used to set the labeltext for
+the value in the current mainlanguage, the setup for both variants is:
+
+\starttyping
+\setlettervalue{key}{value}
+\setlettervalue{key}[labeltext]{value}
+\stoptyping
+\stopframedtext
+
If you are more interested in a KOMA-Script like solution to set with every command only one value their is as last alternative the \type {\setlettervalue} command, it comes in two different versions where the keyword is either written in braces or in bracket but the content itself is written between braces.
The first version with braces for two values has the following look.