summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/special.lpro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-16 23:31:19 +0000
committerKarl Berry <karl@freefriends.org>2015-04-16 23:31:19 +0000
commit4e21583d00d05e25e905a0172288a3ab5adc37ce (patch)
tree30e15eb93c7cab18f0f54bde0c1a6ae61123ffb2 /Build/source/texk/dvipsk/special.lpro
parent79e7bb86bd86c2511eb5bbe6207f6ca05aeab7e6 (diff)
remove or clarify "nosell" material
git-svn-id: svn://tug.org/texlive/trunk@36880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/special.lpro')
-rw-r--r--Build/source/texk/dvipsk/special.lpro70
1 files changed, 0 insertions, 70 deletions
diff --git a/Build/source/texk/dvipsk/special.lpro b/Build/source/texk/dvipsk/special.lpro
index 0ed579ee030..b4d3e5fe0ae 100644
--- a/Build/source/texk/dvipsk/special.lpro
+++ b/Build/source/texk/dvipsk/special.lpro
@@ -162,76 +162,6 @@ end % of SDict
0 setgray
} N
%
-% We need the psfig macros.
-%
-% All software, documentation, and related files in this distribution of
-% psfig/tex are Copyright (c) 1987 Trevor J. Darrell
-%
-% Permission is granted for use and non-profit distribution of psfig/tex
-% providing that this notice be clearly maintained, but the right to
-% distribute any portion of psfig/tex for profit or as part of any commercial
-% product is specifically reserved for the author.
-%
-%
-% psfigTeX PostScript Prolog
-% $Header: /usr/local/src/TeX/Dvips-5.0.2/RCS/special.lpro,v 1.1 90/03/10 20:32:57 grunwald Exp $
-%
-/psfts { S 65781.76 div N } N
-
-% x y bb-llx bb-lly bb-urx bb-ury startFig -
-/startTexFig {
- /psf$SavedState save N
- userdict maxlength dict begin
-
- /magscale true def
- normalscale
- currentpoint TR %set the current point as the user's origin
-
- /psf$ury psfts
- /psf$urx psfts
- /psf$lly psfts
- /psf$llx psfts
- /psf$y psfts
- /psf$x psfts
-
- currentpoint /psf$cy X /psf$cx X
-
- /psf$sx psf$x psf$urx psf$llx sub div N % scaling for x
- /psf$sy psf$y psf$ury psf$lly sub div N % scaling for y
-
- psf$sx psf$sy scale % scale by (sx,sy)
-
- psf$cx psf$sx div psf$llx sub
- psf$cy psf$sy div psf$ury sub TR
-
- /showpage {
- } N
- /erasepage {
- } N
- /setpagedevice {
- pop } N
- /copypage {
- } N
- /p 3 def % necessary to get around a bug in Adobe Illustrator
- @MacSetUp
-} N
-
-% llx lly urx ury doclip - (args in figure coordinates)
-/doclip {
- psf$llx psf$lly psf$urx psf$ury
- currentpoint 6 2 roll
- newpath 4 copy
- 4 2 roll moveto
- 6 -1 roll S lineto
- S lineto
- S lineto
- closepath clip
- newpath
- moveto
-} N
-% - endTexFig -
-/endTexFig { end psf$SavedState restore } N
-
% this will be invoked as the result of a \special command (for the
% inclusion of PostScript graphics). The basic idea is to change all
% scaling and graphics back to defaults, but to shift the origin