diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/interface/mkiv/i-smash.xml')
-rw-r--r-- | Master/texmf-dist/tex/context/interface/mkiv/i-smash.xml | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/interface/mkiv/i-smash.xml b/Master/texmf-dist/tex/context/interface/mkiv/i-smash.xml new file mode 100644 index 00000000000..16c1046bd1a --- /dev/null +++ b/Master/texmf-dist/tex/context/interface/mkiv/i-smash.xml @@ -0,0 +1,82 @@ +<?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> |