summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-smash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/interface/mkiv/i-smash.xml')
-rw-r--r--tex/context/interface/mkiv/i-smash.xml82
1 files changed, 0 insertions, 82 deletions
diff --git a/tex/context/interface/mkiv/i-smash.xml b/tex/context/interface/mkiv/i-smash.xml
deleted file mode 100644
index 16c1046bd..000000000
--- a/tex/context/interface/mkiv/i-smash.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?context-directive job ctxfile x-setups.ctx ?>
-
-<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
-
- <cd:command name="smashbox" file="supp-box.mkiv">
- <cd:arguments>
- <cd:resolve name="string-box"/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="smashboxed" file="supp-box.mkiv">
- <cd:arguments>
- <cd:resolve name="string-box"/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="hsmashbox" file="supp-box.mkiv">
- <cd:arguments>
- <cd:resolve name="string-box"/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="vsmashbox" file="supp-box.mkiv">
- <cd:arguments>
- <cd:resolve name="string-box"/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="hsmash" file="supp-box.mkiv">
- <cd:arguments>
- <cd:content/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="vsmash" file="supp-box.mkiv">
- <cd:arguments>
- <cd:content/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="hsmashed" file="supp-box.mkiv">
- <cd:arguments>
- <cd:content/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="vsmashed" file="supp-box.mkiv">
- <cd:arguments>
- <cd:content/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="smashedhbox" file="supp-box.mkiv">
- <cd:arguments>
- <cd:resolve name="string-boxoptions"/>
- <cd:content/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="smashedvbox" file="supp-box.mkiv">
- <cd:arguments>
- <cd:resolve name="string-boxoptions"/>
- <cd:content/>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="smash" file="supp-box.mkiv">
- <cd:arguments>
- <cd:keywords optional="yes">
- <cd:constant type="w"/>
- <cd:constant type="h" default="yes"/>
- <cd:constant type="d" default="yes"/>
- <cd:constant type="t"/>
- <cd:constant type="b"/>
- </cd:keywords>
- <cd:content/>
- </cd:arguments>
- </cd:command>
-
-</cd:interface>