summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-09-09 00:33:11 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-09-09 00:33:11 +0000
commit02a132cf91135c5546fbba1c0cef33c697c1b5b1 (patch)
tree2838fcc7231327006f040e6667b10694e7a29514 /math
parentUtility for printing to HP (Laser,Desk)Jets using PCL rather than PS (diff)
Never try creating a postscript file with #!PostScript at the top.
Notes
Notes: svn path=/head/; revision=21451
Diffstat (limited to 'math')
-rw-r--r--math/xplot/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/xplot/files/patch-ab b/math/xplot/files/patch-ab
index 8c35f0da230a..148b1a9de552 100644
--- a/math/xplot/files/patch-ab
+++ b/math/xplot/files/patch-ab
@@ -82,3 +82,15 @@
}
for (i = 0; i < NColors; i++) {
+@@ -3154,11 +3151,7 @@
+ * GDT: 950310: put dot font hack in.
+ */
+
+-#ifdef SDO
+ fputs("%!PS\n", fp);
+-#else
+- fputs("%!PostScript\n", fp);
+-#endif
+ /* Bracket the PS program with gsave/grestore so these page descriptions
+ can be concatenated, then printed. */
+ fputs("%%BoundingBox: ", fp);