summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-pagecomment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/interface/mkiv/i-pagecomment.xml')
-rw-r--r--tex/context/interface/mkiv/i-pagecomment.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/tex/context/interface/mkiv/i-pagecomment.xml b/tex/context/interface/mkiv/i-pagecomment.xml
deleted file mode 100644
index 26678a4a0..000000000
--- a/tex/context/interface/mkiv/i-pagecomment.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?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="setuppagecomment" file="page-com.mkiv">
- <cd:arguments>
- <cd:assignments list="yes">
- <cd:parameter name="location">
- <cd:constant type="left"/>
- <cd:constant type="right"/>
- <cd:constant type="top"/>
- <cd:constant type="bottom" default="yes"/>
- <cd:constant type="none"/>
- </cd:parameter>
- <cd:parameter name="state">
- <cd:constant type="start"/>
- <cd:constant type="stop"/>
- <cd:constant type="none" default="yes"/>
- </cd:parameter>
- <cd:parameter name="offset">
- <cd:constant type="cd:dimension"/>
- </cd:parameter>
- <cd:parameter name="distance">
- <cd:constant type="cd:dimension"/>
- </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:assignments>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="pagecomment" type="environment" file="page-com.mkiv"/>
-
-</cd:interface>