summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-common-value.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/interface/mkiv/i-common-value.xml')
-rw-r--r--tex/context/interface/mkiv/i-common-value.xml56
1 files changed, 53 insertions, 3 deletions
diff --git a/tex/context/interface/mkiv/i-common-value.xml b/tex/context/interface/mkiv/i-common-value.xml
index f111292b8..36f2c1d52 100644
--- a/tex/context/interface/mkiv/i-common-value.xml
+++ b/tex/context/interface/mkiv/i-common-value.xml
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?context-directive job ctxfile x-setups.ctx ?>
-
<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
+ <!-- background = ... -->
+
+ <cd:define name="value-background">
+ <cd:constant type="foreground"/>
+ <cd:constant type="color"/>
+ <cd:constant type="cd:name"/>
+ </cd:define>
+
<!-- style = ... -->
<cd:define name="value-style">
@@ -11,6 +17,29 @@
<cd:constant type="cd:command"/>
</cd:define>
+ <!-- a = ... -->
+
+ <cd:define name="value-transparency">
+ <cd:constant type="cd:number"/>
+ <cd:constant type="none"/>
+ <cd:constant type="normal"/>
+ <cd:constant type="multiply"/>
+ <cd:constant type="screen"/>
+ <cd:constant type="overlay"/>
+ <cd:constant type="softlight"/>
+ <cd:constant type="hardlight"/>
+ <cd:constant type="colordodge"/>
+ <cd:constant type="colorburn"/>
+ <cd:constant type="darken"/>
+ <cd:constant type="lighten"/>
+ <cd:constant type="difference"/>
+ <cd:constant type="exclusion"/>
+ <cd:constant type="hue"/>
+ <cd:constant type="saturation"/>
+ <cd:constant type="color"/>
+ <cd:constant type="luminosity"/>
+ </cd:define>
+
<!-- mathstyle = ... -->
<cd:define name="value-mathstyle">
@@ -267,7 +296,10 @@
<cd:constant type="page"/>
<cd:constant type="leftpage"/>
<cd:constant type="rightpage"/>
+ <cd:constant type="header"/>
+ <cd:constant type="footer"/>
<cd:constant type="somewhere"/>
+ <cd:constant type="effective"/>
</cd:define>
<!-- sortorder = ... -->
@@ -543,4 +575,22 @@
<cd:constant type="editor"/>
</cd:define>
-</cd:interface> \ No newline at end of file
+ <!-- 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>