diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/interface/mkiv/i-offset.xml')
-rw-r--r-- | Master/texmf-dist/tex/context/interface/mkiv/i-offset.xml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/interface/mkiv/i-offset.xml b/Master/texmf-dist/tex/context/interface/mkiv/i-offset.xml new file mode 100644 index 00000000000..8e68a3befd9 --- /dev/null +++ b/Master/texmf-dist/tex/context/interface/mkiv/i-offset.xml @@ -0,0 +1,74 @@ +<?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="setupoffsetbox" file="pack-box.mkiv"> + <cd:arguments> + <cd:assignments list="yes"> + <cd:parameter name="x"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="y"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="leftoffset"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="rightoffset"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="topoffset"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="bottomoffset"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="method"> + <cd:constant type="fixed"/> + </cd:parameter> + <cd:parameter name="width"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="height"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="depth"> + <cd:constant type="cd:dimension"/> + </cd:parameter> + <cd:parameter name="location"> + <cd:resolve name="value-aligned"/> + </cd:parameter> + </cd:assignments> + </cd:arguments> + </cd:command> + + <cd:command name="setupoffset" file="pack-box.mkiv"> + <cd:arguments> + <cd:assignments list="yes"> + <cd:inherit name="setupoffsetbox"/> + </cd:assignments> + </cd:arguments> + </cd:command> + + <cd:command name="offsetbox" file="pack-box.mkiv"> + <cd:arguments> + <cd:assignments list="yes" optional="yes"> + <cd:inherit name="setupoffsetbox"/> + </cd:assignments> + <cd:csname/> + <cd:content/> + </cd:arguments> + </cd:command> + + <cd:command name="offset" file="pack-box.mkiv"> + <cd:arguments> + <cd:assignments list="yes" optional="yes"> + <cd:inherit name="setupoffset"/> + </cd:assignments> + <cd:content/> + </cd:arguments> + </cd:command> + +</cd:interface>
\ No newline at end of file |