diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-22 22:14:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-22 22:14:39 +0000 |
commit | fc4466b32ed330a956ac603b00fd145524cff49a (patch) | |
tree | 2c50e2b8de13aa9233b2c76dffe201558f169e86 /Master/texmf-dist/tex/context/interface/mkiv/i-pagelayout.xml | |
parent | 50e2368597d5f6fe2057195d0ae6a9f2044923e4 (diff) |
context (22apr16)
git-svn-id: svn://tug.org/texlive/trunk@40691 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/interface/mkiv/i-pagelayout.xml')
-rw-r--r-- | Master/texmf-dist/tex/context/interface/mkiv/i-pagelayout.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/interface/mkiv/i-pagelayout.xml b/Master/texmf-dist/tex/context/interface/mkiv/i-pagelayout.xml new file mode 100644 index 00000000000..dd4bc27f5cb --- /dev/null +++ b/Master/texmf-dist/tex/context/interface/mkiv/i-pagelayout.xml @@ -0,0 +1,41 @@ +<?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="pagearea" file="page-plg.mkiv"> + <cd:arguments> + <cd:keywords> + <cd:constant type="top"/> + <cd:constant type="header"/> + <cd:constant type="text"/> + <cd:constant type="footer"/> + <cd:constant type="bottom"/> + </cd:keywords> + <cd:keywords optional="yes"> + <cd:constant type="text"/> + <cd:constant type="margin"/> + <cd:constant type="edge"/> + </cd:keywords> + <cd:keywords optional="yes"> + <cd:constant type="left"/> + <cd:constant type="right"/> + <cd:constant type="lefttext"/> + <cd:constant type="middletext" default="yes"/> + <cd:constant type="righttext"/> + </cd:keywords> + </cd:arguments> + </cd:command> + + <cd:command name="pagelayout" type="environment" file="page-plg.mkiv"> + <cd:arguments> + <cd:keywords> + <cd:constant type="page"/> + <cd:constant type="leftpage"/> + <cd:constant type="rightpage"/> + </cd:keywords> + </cd:arguments> + </cd:command> + +</cd:interface> |