summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-common-value.xml
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-03-30 14:22:51 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-03-30 14:22:51 +0200
commit8dcafbcc0fbdde27cf480584450516602daacd42 (patch)
treee86361c3ded314bfa4be74fba251e187b6fdfe67 /tex/context/interface/mkiv/i-common-value.xml
parentdd8e1bab358884db6ba3f2373f515fbcc991e5ee (diff)
downloadcontext-8dcafbcc0fbdde27cf480584450516602daacd42.tar.gz
2020-03-30 13:35:00
Diffstat (limited to 'tex/context/interface/mkiv/i-common-value.xml')
-rw-r--r--tex/context/interface/mkiv/i-common-value.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tex/context/interface/mkiv/i-common-value.xml b/tex/context/interface/mkiv/i-common-value.xml
index 253a03ccf..d34e1fc7d 100644
--- a/tex/context/interface/mkiv/i-common-value.xml
+++ b/tex/context/interface/mkiv/i-common-value.xml
@@ -781,6 +781,8 @@
<cd:constant type="cd:name"/>
</cd:define>
+ <!-- leftfence -->
+
<cd:define name="value-leftfence">
<!--
<cd:constant type="||"/>
@@ -839,6 +841,8 @@
<cd:constant type="cd:character"/>
</cd:define>
+ <!-- rightfence -->
+
<cd:define name="value-rightfence">
<!--
<cd:constant type="||"/>
@@ -897,4 +901,17 @@
<cd:constant type="cd:character"/>
</cd:define>
+ <!-- orientation -->
+
+ <cd:define name="value-orientation">
+ <cd:constant type="normal"/>
+ <cd:constant type="up"/>
+ <cd:constant type="down"/>
+ <cd:constant type="left"/>
+ <cd:constant type="right"/>
+ <cd:constant type="top"/>
+ <cd:constant type="bottom"/>
+ <cd:constant type="cd:name"/>
+ </cd:define>
+
</cd:interface>