summaryrefslogtreecommitdiff
path: root/tex/context/base/spec-dvi.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/spec-dvi.tex')
-rw-r--r--tex/context/base/spec-dvi.tex11
1 files changed, 8 insertions, 3 deletions
diff --git a/tex/context/base/spec-dvi.tex b/tex/context/base/spec-dvi.tex
index 7951e20b3..97428cbb3 100644
--- a/tex/context/base/spec-dvi.tex
+++ b/tex/context/base/spec-dvi.tex
@@ -61,7 +61,8 @@
%D \macros
%D {dosetposition,
-%D dosetpositionwhd}
+%D dosetpositionwhd,
+%D dosetpositionplus}
%D
%D The next specials only identify a position. It is up to
%D a \DVI\ postprocessing utility to merge the right commands
@@ -74,8 +75,9 @@
%D format:
%D
%D \starttypen
-%D \pospxy {identifier}{page}{x}{y}
-%D \pospxywhd{identifier}{page}{x}{y}{w}{h}{d}
+%D \pospxy {identifier}{page}{x}{y}
+%D \pospxywhd {identifier}{page}{x}{y}{w}{h}{d}
+%D \pospxyplus{identifier}{page}{x}{y}{w}{h}{d}{list}
%D \stoptypen
%D
%D The postprocessor should, of course, provide the \type
@@ -87,6 +89,9 @@
\definespecial\dosetpositionwhd#1#2#3#4%
{\special{pos:pxywhd "#1" #2 #3 #4}}
+\definespecial\dosetpositionplus#1#2#3#4#5%
+ {\special{pos:pxyplus "#1" #2 #3 #4 #5}}
+
%D The next special tells the position postprocessor what
%D page dimensions were used.