summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-common-value.xml
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2016-10-12 20:30:59 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-10-12 20:30:59 +0200
commit1964c078d21c5f1d19a84fa6ef5c038f8ee80652 (patch)
tree833b3c9c678bcc7043560ab2e83daeeb395d6d7c /tex/context/interface/mkiv/i-common-value.xml
parent236690a6367b25187d37013e1e7fc196c5c44eb8 (diff)
downloadcontext-1964c078d21c5f1d19a84fa6ef5c038f8ee80652.tar.gz
2016-10-12 17:32: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, 21 insertions, 4 deletions
diff --git a/tex/context/interface/mkiv/i-common-value.xml b/tex/context/interface/mkiv/i-common-value.xml
index 5b068570b..f0196341f 100644
--- a/tex/context/interface/mkiv/i-common-value.xml
+++ b/tex/context/interface/mkiv/i-common-value.xml
@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?context-directive job ctxfile x-setups.ctx ?>
-
<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
- <!-- backgrounds-->
+ <!-- background = ... -->
<cd:define name="value-background">
- <cd:parameter name="background">
<cd:constant type="foreground"/>
<cd:constant type="color"/>
<cd:constant type="cd:name"/>
@@ -20,6 +17,8 @@
<cd:constant type="cd:command"/>
</cd:define>
+ <!-- a = ... -->
+
<cd:define name="value-transparency">
<cd:constant type="cd:number"/>
<cd:constant type="none"/>
@@ -574,4 +573,22 @@
<cd:constant type="editor"/>
</cd:define>
+ <!-- formula = ... -->
+
+ <cd:define name="value-formula">
+ <cd:constant type="packed"/>
+ <cd:constant type="tight"/>
+ <cd:constant type="middle"/>
+ <cd:constant type="frame"/>
+ <cd:inherit name="setupbodyfont"/>
+ </cd:define>
+
+ <!-- formula = ... -->
+
+ <cd:define name="value-formulareference">
+ <cd:constant type="+"/>
+ <cd:constant type="-"/>
+ <cd:constant type="cd:reference"/>
+ </cd:define>
+
</cd:interface>