diff options
Diffstat (limited to 'tex/context/interface/mkiv/i-characteralign.xml')
-rw-r--r-- | tex/context/interface/mkiv/i-characteralign.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/tex/context/interface/mkiv/i-characteralign.xml b/tex/context/interface/mkiv/i-characteralign.xml new file mode 100644 index 000000000..2ee8d0cd9 --- /dev/null +++ b/tex/context/interface/mkiv/i-characteralign.xml @@ -0,0 +1,45 @@ +<?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="singalcharacteralign" file="typo-tal.mkiv"> + <cd:arguments> + <cd:resolve name="argument-number"/> + <cd:resolve name="argument-number"/> + </cd:arguments> + </cd:command> + + <cd:command name="setcharacteralign" file="typo-tal.mkiv"> + <cd:arguments> + <cd:resolve name="argument-number"/> + <cd:keywords delimiters="braces"> + <cd:constant type="cd:text"/> + <cd:constant type="cd:text" prefix="number" method="apply"/> + <cd:constant type="cd:text" prefix="text" method="apply"/> + </cd:keywords> + </cd:arguments> + </cd:command> + + <cd:command name="resetcharacteralign" file="typo-tal.mkiv"/> + + <cd:command name="alignmentcharacter" file="typo-tal.mkiv"/> + + <cd:command name="characteralign" type="environment" file="typo-tal.mkiv"> + <cd:arguments> + <cd:keywords optional="yes"> + <cd:constant type="cd:text"/> + <cd:constant type="cd:text" prefix="number" method="apply"/> + <cd:constant type="cd:text" prefix="text" method="apply"/> + </cd:keywords> + </cd:arguments> + </cd:command> + + <cd:command name="checkcharacteralign" file="typo-tal.mkiv"> + <cd:arguments> + <cd:content/> + </cd:arguments> + </cd:command> + +</cd:interface>
\ No newline at end of file |