[gs-cvs] rev 7569 - trunk/gs/lib

giles at ghostscript.com giles at ghostscript.com
Fri Jan 5 23:42:52 PST 2007


Author: giles
Date: 2007-01-05 23:42:52 -0800 (Fri, 05 Jan 2007)
New Revision: 7569

Modified:
   trunk/gs/lib/gs_cet.ps
Log:
Add and Id line and appropriate properties to gs_cet.ps.


Modified: trunk/gs/lib/gs_cet.ps
===================================================================
--- trunk/gs/lib/gs_cet.ps	2007-01-05 21:23:35 UTC (rev 7568)
+++ trunk/gs/lib/gs_cet.ps	2007-01-06 07:42:52 UTC (rev 7569)
@@ -1,56 +1,57 @@
-%!PS
-% Set defaults for Ghostscript to match Adobe CPSI behaviour for CET
-
-% do this in the server level so it is persistent across jobs
-true 0 startjob not {
-  (*** Warning: CET startup is not in server default) = flush
-} if
-
-300 .sethiresscreen	% needed for language switch build since it
-			% processes gs_init.ps BEFORE setting the resolution
-
-0 array 0 setdash % CET 09-08 wants local setdash
-
-currentglobal true setglobal
-
-/version (3017.102) def			% match CPSI 3017.102
-/product (PhotoPRINT SE 5.0v2) def	% match CPSI 3017.102
-/revision 0 def				% match CPSI 3017.103 Tek shows revision 5
-/serialnumber 233640 def		% match CPSI 3017.102 Tek shows serialnumber 1401788461
-
-{ } bind dup
-setblackgeneration
-setundercolorremoval
-0 array cvx readonly dup dup dup setcolortransfer
-
-% CPSI doesn't define "Localization" resource.
-/Localization /Category undefineresource
-
-% Some previously compile time options such as USE_ADOBE_CMYK_RGB
-% and GS_CHAR_FILL are now dynamic. Force CPSI compatibility.
-true .setCPSImode
-
-setglobal
-
-% Remove all but 'letter' page size
-<<
-currentpagedevice /InputAttributes get
-1 1 2 index length 1 sub {
-  1 index exch undef
-} for
-/InputAttributes exch
->>
-setpagedevice
-
-% Patch setsmoothness, currentsmoothness for a better view of shadings :
-userdict /.smoothness currentsmoothness put
-/setsmoothness { 
-   dup type dup /integertype eq exch /realtype eq or {
-     userdict /.smoothness 3 2 roll cvr put 
-   } {
-     /setsmoothness .systemvar /typecheck signalerror
-   } ifelse
-} bind odef
-/currentsmoothness { userdict /.smoothness get } bind odef % for 09-55.PS, 09-57.PS .
-
-false 0 startjob pop		% re-enter encapsulated mode
+%!PS
+% Set defaults for Ghostscript to match Adobe CPSI behaviour for CET
+% $Id$
+
+% do this in the server level so it is persistent across jobs
+true 0 startjob not {
+  (*** Warning: CET startup is not in server default) = flush
+} if
+
+300 .sethiresscreen	% needed for language switch build since it
+			% processes gs_init.ps BEFORE setting the resolution
+
+0 array 0 setdash % CET 09-08 wants local setdash
+
+currentglobal true setglobal
+
+/version (3017.102) def			% match CPSI 3017.102
+/product (PhotoPRINT SE 5.0v2) def	% match CPSI 3017.102
+/revision 0 def				% match CPSI 3017.103 Tek shows revision 5
+/serialnumber 233640 def		% match CPSI 3017.102 Tek shows serialnumber 1401788461
+
+{ } bind dup
+setblackgeneration
+setundercolorremoval
+0 array cvx readonly dup dup dup setcolortransfer
+
+% CPSI doesn't define "Localization" resource.
+/Localization /Category undefineresource
+
+% Some previously compile time options such as USE_ADOBE_CMYK_RGB
+% and GS_CHAR_FILL are now dynamic. Force CPSI compatibility.
+true .setCPSImode
+
+setglobal
+
+% Remove all but 'letter' page size
+<<
+currentpagedevice /InputAttributes get
+1 1 2 index length 1 sub {
+  1 index exch undef
+} for
+/InputAttributes exch
+>>
+setpagedevice
+
+% Patch setsmoothness, currentsmoothness for a better view of shadings :
+userdict /.smoothness currentsmoothness put
+/setsmoothness { 
+   dup type dup /integertype eq exch /realtype eq or {
+     userdict /.smoothness 3 2 roll cvr put 
+   } {
+     /setsmoothness .systemvar /typecheck signalerror
+   } ifelse
+} bind odef
+/currentsmoothness { userdict /.smoothness get } bind odef % for 09-55.PS, 09-57.PS .
+
+false 0 startjob pop		% re-enter encapsulated mode


Property changes on: trunk/gs/lib/gs_cet.ps
___________________________________________________________________
Name: svn:executable
   - *
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native



More information about the gs-cvs mailing list