summaryrefslogtreecommitdiff
path: root/tex/context/base/spec-yy.mkii
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
commit8d8d528d2ad52599f11250cfc567fea4f37f2a8b (patch)
tree94286bc131ef7d994f9432febaf03fe23d10eef8 /tex/context/base/spec-yy.mkii
parentf5aed2e51223c36c84c5f25a6cad238b2af59087 (diff)
downloadcontext-8d8d528d2ad52599f11250cfc567fea4f37f2a8b.tar.gz
2016-01-12 16:26:00
Diffstat (limited to 'tex/context/base/spec-yy.mkii')
-rw-r--r--tex/context/base/spec-yy.mkii90
1 files changed, 0 insertions, 90 deletions
diff --git a/tex/context/base/spec-yy.mkii b/tex/context/base/spec-yy.mkii
deleted file mode 100644
index b5a1d590b..000000000
--- a/tex/context/base/spec-yy.mkii
+++ /dev/null
@@ -1,90 +0,0 @@
-%D \module
-%D [ file=spec-yy,
-%D version=1996.01.25,
-%D title=\CONTEXT\ Special Macros,
-%D subtitle=\YandY's \DVIPSONE\ and \DVIWINDO,
-%D author=Hans Hagen,
-%D date=\currentdate,
-%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
-%C
-%C This module is part of the \CONTEXT\ macro||package and is
-%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
-%C details.
-
-%D \macros
-%D {dostartgraymode,dostopgraymode,
-%D dostartrgbcolormode,dostartcmykcolormode,dostartgraycolormode,dostopcolormode,
-%D doinsertfile}
-%D
-%D We implement a nice and simple figure||insertion special
-%D and make use of \YandY's color specials. Otherwise \DVIWINDO\
-%D would not show colors.
-
-\startspecials[yandy]
-
-\def\@@insertpostscriptliteral {ps: }
-\def\@@insertpostscriptretain {" } % this was: {postscript}
-
-\definespecial\dostartgraymode#1%
- {\special{color gray #1}}
-
-\definespecial\dostopgraymode%
- {\special{color gray 0}}
-
-\definespecial\dostartrgbcolormode#1#2#3%
- {\special{color rgb #1 #2 #3}}
-
-\definespecial\dostartcmykcolormode#1#2#3#4%
- {\special{color cmyk #1 #2 #3 #4}}
-
-\definespecial\dostartgraycolormode#1%
- {\special{color gray #1}}
-
-\definespecial\dostopcolormode%
- {\special{color gray 0}}
-
-% \definefileinsertion{yy}{eps}%
-% {\PointsToBigPoints\@@DriverImageWidth \width
-% \PointsToBigPoints\@@DriverImageHeight\height
-% \special
-% {psfile=\@@DriverImageFile\space
-% %hscale=100\space
-% %vscale=100\space
-% hoffset=\width\space
-% voffset=\height}}
-
-\definefileinsertion{tr}{eps}
- {\bgroup
- \PointsToWholeBigPoints\@@DriverImageWidth \width
- \PointsToWholeBigPoints\@@DriverImageHeight\height
- \special
- {PSfile="\@@DriverImageFile"\space
- llx=\EPSllx\space
- lly=\EPSlly\space
- urx=\EPSurx\space
- ury=\EPSury\space
- \ifdim\@@DriverImageWidth >\zeropoint rwi=\width 0\space\fi
- \ifdim\@@DriverImageHeight>\zeropoint rhi=\height0 \fi}%
- \egroup}
-
-\definefileinsertion{yy}{mps}
- {\hbox
- {\includeMPfonts \@@DriverImageFile
- \convertMPcolors\@@DriverImageFile
- \dofileinsertion{yy}{eps}}}
-
-\definefileinsertion{yy}{tif}
- {\special{insertimage:
- \@@DriverImageFile \space
- \@@DriverImageWidth\space
- \@@DriverImageHeight}}
-
-\definespecial\doinsertfile
- {\dofileinsertion{yy}\@@DriverImageType}
-
-\def\MPprologues{1}
-\def\MPOSTdriver{dvipsone}
-
-\stopspecials
-
-\endinput