diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-16 23:31:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-16 23:31:19 +0000 |
commit | 4e21583d00d05e25e905a0172288a3ab5adc37ce (patch) | |
tree | 30e15eb93c7cab18f0f54bde0c1a6ae61123ffb2 /Build/source/texk/xdvik | |
parent | 79e7bb86bd86c2511eb5bbe6207f6ca05aeab7e6 (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/xdvik')
-rw-r--r-- | Build/source/texk/xdvik/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/xdvik/psheader.txt | 65 |
2 files changed, 6 insertions, 65 deletions
diff --git a/Build/source/texk/xdvik/ChangeLog b/Build/source/texk/xdvik/ChangeLog index 357af7a17ae..98a4bbed470 100644 --- a/Build/source/texk/xdvik/ChangeLog +++ b/Build/source/texk/xdvik/ChangeLog @@ -1,3 +1,9 @@ +2015-04-17 Karl Berry <karl@tug.org> + + * psheader.txt (/psfts, /startTexFig, /doclip, /endTexFig): + remove these defns from (obsolete and nonfree) psfig. + Report from Werner Fink, 14 Apr 2015 17:16:23. + 2014-12-10 Peter Breitenlohner <peb@mppmu.mpg.de> * xdvi.c (set_windowsize): Use "%u" to print unsigned int. diff --git a/Build/source/texk/xdvik/psheader.txt b/Build/source/texk/xdvik/psheader.txt index 8a8b456c3ba..43986ab4133 100644 --- a/Build/source/texk/xdvik/psheader.txt +++ b/Build/source/texk/xdvik/psheader.txt @@ -174,71 +174,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 -% -/psfts { S 65781.76 div N } N - -% x y bb-llx bb-lly bb-urx bb-ury startTexFig - -/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 - - /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$llx neg psf$ury neg TR - - /showpage { - } N - /erasepage { - } N - /copypage { - } N - /setpagedevice {pop} def - /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 |