summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-smash.xml
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-06-25 15:40:51 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-06-25 15:40:51 +0200
commitb2a2304cbb0c65040d7b118ac9b857d304e333e6 (patch)
treeed5212e37a91ec78c12d9f72ca1186a59c139b40 /tex/context/interface/mkiv/i-smash.xml
parentb2276ae7a04a9f9c35403e508670049d8c3e4b3e (diff)
downloadcontext-b2a2304cbb0c65040d7b118ac9b857d304e333e6.tar.gz
2016-06-25 14:42:00
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>