diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/interface/mkiv/i-firstline.xml')
-rw-r--r-- | Master/texmf-dist/tex/context/interface/mkiv/i-firstline.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/interface/mkiv/i-firstline.xml b/Master/texmf-dist/tex/context/interface/mkiv/i-firstline.xml new file mode 100644 index 00000000000..ffa706e3db8 --- /dev/null +++ b/Master/texmf-dist/tex/context/interface/mkiv/i-firstline.xml @@ -0,0 +1,52 @@ +<?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="definefirstline" file="typo-fln.mkiv"> + <cd:arguments> + <cd:resolve name="keyword-name"/> + <cd:resolve name="keyword-name-optional"/> + <cd:assignments list="yes" optional="yes"> + <cd:inherit name="setupfirstline"/> + </cd:assignments> + </cd:arguments> + </cd:command> + + <cd:command name="setupfirstline" file="typo-fln.mkiv"> + <cd:arguments> + <cd:resolve name="keyword-name-list-optional"/> + <cd:assignments list="yes"> + <cd:parameter name="n"> + <cd:constant type="cd:number"/> + </cd:parameter> + <cd:parameter name="alternative"> + <cd:constant type="default"/> + <cd:constant type="line" default="yes"/> + <cd:constant type="word"/> + </cd:parameter> + <cd:parameter name="style"> + <cd:resolve name="value-style"/> + </cd:parameter> + <cd:parameter name="color"> + <cd:constant type="cd:color"/> + </cd:parameter> + </cd:assignments> + </cd:arguments> + </cd:command> + + <cd:command name="setfirstline" file="typo-fln.mkiv"> + <cd:arguments> + <cd:resolve name="keyword-name-optional"/> + </cd:arguments> + </cd:command> + + <cd:command name="applytofirstcharacter" file="typo-fln.mkiv"> + <cd:arguments> + <cd:csname/> + <cd:resolve name="argument-text"/> + </cd:arguments> + </cd:command> + +</cd:interface>
\ No newline at end of file |