summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-common-value.xml
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2017-10-29 16:50:11 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2017-10-29 16:50:11 +0100
commit7fc4b935d045c84e89459e726ff54ae331e4c574 (patch)
tree0a4587b2e4f72ccb5feff81c348c5138f4ece7e7 /tex/context/interface/mkiv/i-common-value.xml
parentd91c37679b13162a4ead85abbe564090b2e1b51c (diff)
downloadcontext-7fc4b935d045c84e89459e726ff54ae331e4c574.tar.gz
2017-10-29 15:50:00
Diffstat (limited to 'tex/context/interface/mkiv/i-common-value.xml')
-rw-r--r--tex/context/interface/mkiv/i-common-value.xml25
1 files changed, 24 insertions, 1 deletions
diff --git a/tex/context/interface/mkiv/i-common-value.xml b/tex/context/interface/mkiv/i-common-value.xml
index 265308162..81b672e7b 100644
--- a/tex/context/interface/mkiv/i-common-value.xml
+++ b/tex/context/interface/mkiv/i-common-value.xml
@@ -413,6 +413,11 @@
<cd:constant type="min"/>
<cd:constant type="max"/>
<cd:constant type="middle"/>
+ <cd:constant type="math"/>
+ <cd:constant type="line" prefix="math" method="range"/>
+ <cd:constant type="halfline" prefix="math" method="range"/>
+ <cd:constant type="-line" prefix="math" method="range"/>
+ <cd:constant type="-halfline" prefix="math" method="range"/>
<cd:constant type="cd:name"/>
</cd:define>
@@ -582,6 +587,10 @@
<cd:constant type="tight"/>
<cd:constant type="middle"/>
<cd:constant type="frame"/>
+ <cd:constant type="line"/>
+ <cd:constant type="halfline"/>
+ <cd:constant type="line" prefix="-" method="none"/>
+ <cd:constant type="halfline" prefix="-" method="none"/>
<cd:inherit name="setupbodyfont"/>
</cd:define>
@@ -659,4 +668,18 @@
<cd:constant prefix="a" type="cd:name" method="range"/>
</cd:define>
-</cd:interface>
+ <!-- option = ... -->
+
+ <cd:define name="value-verbatim">
+ <cd:constant type="mp"/>
+ <cd:constant type="lua"/>
+ <cd:constant type="xml"/>
+ <cd:constant type="parsed-xml"/>
+ <cd:constant type="nested"/>
+ <cd:constant type="tex"/>
+ <cd:constant type="context"/>
+ <cd:constant type="none"/>
+ <cd:constant type="cd:name"/>
+ </cd:define>
+
+</cd:interface> \ No newline at end of file