diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2008-06-12 10:42:53 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2008-06-12 10:42:53 +0000 |
commit | 0d01365d53c456d246da0ca1f0b3cd9868f02b35 (patch) | |
tree | 01a655c8028e17cfb371456b299c1848fe08c05b /Master/texmf-dist/tex/context/interface/cont-en.xml | |
parent | 44f3714442da07fdfc36a7f2a8dcd5d4294c5d26 (diff) |
ConTeXt release 2008.05.21
git-svn-id: svn://tug.org/texlive/trunk@8691 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/interface/cont-en.xml')
-rw-r--r-- | Master/texmf-dist/tex/context/interface/cont-en.xml | 55 |
1 files changed, 54 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/interface/cont-en.xml b/Master/texmf-dist/tex/context/interface/cont-en.xml index e87f461957d..e902887c4b9 100644 --- a/Master/texmf-dist/tex/context/interface/cont-en.xml +++ b/Master/texmf-dist/tex/context/interface/cont-en.xml @@ -18,7 +18,10 @@ <cd:constant type="outer"/> <cd:constant type="left"/> <cd:constant type="right"/> + <cd:constant type="flushleft"/> + <cd:constant type="flushright"/> <cd:constant type="middle"/> + <cd:constant type="center"/> <cd:constant type="normal"/> <cd:constant type="no"/> <cd:constant type="yes"/> @@ -414,7 +417,6 @@ <cd:constant type="12pt"/> <cd:constant type="small"/> <cd:constant type="big"/> - <cd:constant type="global"/> </cd:keywords> </cd:arguments> </cd:command> @@ -2954,6 +2956,27 @@ <cd:parameter name="text"> <cd:constant type="cd:text"/> </cd:parameter> + <cd:parameter name="closesymbol"> + <cd:constant type="cd:text"/> + </cd:parameter> + <cd:parameter name="closecommand"> + <cd:constant type="cd:oneargument"/> + </cd:parameter> + <cd:parameter name="titleleft"> + <cd:constant type="cd:text"/> + </cd:parameter> + <cd:parameter name="titleright"> + <cd:constant type="cd:text"/> + </cd:parameter> + <cd:parameter name="titledistance"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="titlestyle"> + <cd:resolve name="style"/> + </cd:parameter> + <cd:parameter name="titlecolor"> + <cd:constant type="cd:name"/> + </cd:parameter> <cd:parameter name="align"> <cd:resolve name="align"/> </cd:parameter> @@ -4203,6 +4226,7 @@ <cd:parameter name="number"> <cd:constant type="yes"/> <cd:constant type="no"/> + <cd:constant type="none"/> </cd:parameter> <cd:parameter name="inbetween"> <cd:constant type="cd:command"/> @@ -5969,6 +5993,7 @@ <cd:constant type="paragraph"/> <cd:constant type="intext"/> <cd:constant type="random"/> + <cd:constant type="reverse"/> </cd:keywords> <cd:assignments optional="yes" list="yes"> <cd:parameter name="margin"> @@ -6043,6 +6068,9 @@ <cd:parameter name="align"> <cd:resolve name="align"/> </cd:parameter> + <cd:parameter name="symalign"> + <cd:resolve name="symalign"/> + </cd:parameter> <cd:parameter name="indentnext"> <cd:resolve name="indentnext"/> </cd:parameter> @@ -6803,6 +6831,7 @@ <cd:constant type="fixed"/> <cd:constant type="flexible"/> <cd:constant type="none"/> + <cd:constant type="always"/> </cd:keywords> </cd:arguments> </cd:command> @@ -6892,10 +6921,30 @@ <cd:constant type="nothanging"/> <cd:constant type="hyphenated"/> <cd:constant type="nothyphenated"/> + <cd:constant type="lesshyphens"/> + <cd:constant type="morehyphens"/> + <cd:constant type="new"/> + <cd:constant type="old"/> + <cd:constant type="normal"/> + <cd:constant type="yes"/> + <cd:constant type="no"/> + <cd:constant type="flushleft"/> + <cd:constant type="flushright"/> + <cd:constant type="flushouter"/> + <cd:constant type="flushinner"/> + <cd:constant type="center"/> + <cd:constant type="hz"/> + <cd:constant type="nohz"/> + <cd:constant type="spacing"/> + <cd:constant type="nospacing"/> + <cd:constant type="tolerant"/> + <cd:constant type="verytolerant"/> + <cd:constant type="stretch"/> </cd:keywords> </cd:arguments> </cd:command> + <cd:command name="alignment" type="environment"> <cd:sequence> <cd:string value="alignment"/> @@ -7349,6 +7398,9 @@ <cd:constant type="height"/> <cd:constant type="depth"/> <cd:constant type="split"/> + <cd:constant type="90"/> + <cd:constant type="180"/> + <cd:constant type="270"/> </cd:keywords> <cd:reference optional="yes" list="yes"/> <cd:content/> @@ -9975,3 +10027,4 @@ </cd:command> </cd:interface> + |