1998-08-09 00:54:34 +00:00
|
|
|
--- h2ps.c.orig Fri Aug 7 01:41:12 1998
|
|
|
|
+++ h2ps.c Sat Aug 8 09:54:44 1998
|
|
|
|
@@ -9,6 +9,7 @@
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <time.h>
|
|
|
|
+#include <unistd.h>
|
|
|
|
|
|
|
|
#include "ncode.h"
|
|
|
|
#include "npsr.h"
|
|
|
|
@@ -177,6 +178,9 @@
|
|
|
|
fputs("%%Creator: h2ps\n", out);
|
|
|
|
fprintf(out, "%%%%CreationDate: %s\n", date_str);
|
|
|
|
fputs("%%Pages: (atend)\n", out);
|
|
|
|
+ fputs("%%PageOrder: Ascend\n", out);
|
|
|
|
+ fputs("%%DocumentData: Clean8Bit\n", out);
|
|
|
|
+ fputs("%%DocumentPaperSizes: A4\n", out);
|
|
|
|
fputs("%%EndComments\n", out);
|
|
|
|
|
|
|
|
npsr_insert_resource(out, NPSR_FONT, "n3f-5");
|