diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2016-05-17 19:31:15 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2016-05-17 19:31:15 +0200 |
commit | 2017d30b4ca772c8eeac4fc0eb9b54e547a9a1d8 (patch) | |
tree | d96df31f305a095c078ea5fb9f639ca34ac36c12 /tex/context/interface/mkiv/i-whitespace.xml | |
parent | 53ff76b73cd1f373ecdfb0f7f17df6f352621d6e (diff) | |
download | context-2017d30b4ca772c8eeac4fc0eb9b54e547a9a1d8.tar.gz |
2016-05-17 19:25:00
Diffstat (limited to 'tex/context/interface/mkiv/i-whitespace.xml')
-rw-r--r-- | tex/context/interface/mkiv/i-whitespace.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/tex/context/interface/mkiv/i-whitespace.xml b/tex/context/interface/mkiv/i-whitespace.xml new file mode 100644 index 000000000..8f9fa0823 --- /dev/null +++ b/tex/context/interface/mkiv/i-whitespace.xml @@ -0,0 +1,62 @@ +<?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="setupwhitespace" file="spac-ver.mkiv"> + <cd:arguments> + <cd:keywords list="yes" optional="yes"> + <cd:constant type="fix"/> + <cd:constant type="fixed"/> + <cd:constant type="flexible"/> + <cd:constant type="line"/> + <cd:constant type="halfline"/> + <cd:constant type="quarterline"/> + <cd:constant type="none" default="yes"/> + <cd:constant type="small"/> + <cd:constant type="medium"/> + <cd:constant type="big"/> + <cd:constant type="default"/> + <cd:constant type="cd:dimension"/> + </cd:keywords> + </cd:arguments> + </cd:command> + + <cd:command name="synchronizewhitespace" file="spac-ver.mkiv"/> + + <cd:command name="correctwhitespace" file="spac-ver.mkiv"> + <cd:arguments> + <cd:content/> + </cd:arguments> + </cd:command> + + <cd:command name="packed" type="environment" file="spac-ver.mkiv"> + <cd:arguments> + <cd:keywords optional="yes"> + <cd:constant type="blank"/> + </cd:keywords> + </cd:arguments> + </cd:command> + + <cd:command name="unpacked" type="environment" file="spac-ver.mkiv"/> + + <cd:command name="linecorrection" type="environment" file="spac-ver.mkiv"> + <cd:arguments> + <cd:keywords list="yes" optional="yes"> + <cd:constant type="blank"/> + <cd:inherit name="blank"/> + </cd:keywords> + </cd:arguments> + </cd:command> + + <cd:command name="locallinecorrection" type="environment" file="spac-ver.mkiv"> + <cd:arguments> + <cd:keywords list="yes" optional="yes"> + <cd:constant type="blank"/> + <cd:inherit name="blank"/> + </cd:keywords> + </cd:arguments> + </cd:command> + +</cd:interface>
\ No newline at end of file |