add missing %%EndSetup DSC comment

This commit is contained in:
stefan schippers 2023-12-12 01:59:27 +01:00
parent 61ad259ac9
commit 78b26fc36d
1 changed files with 1 additions and 0 deletions

View File

@ -1171,6 +1171,7 @@ void create_ps(char **psfile, int what, int fullzoom, int eps)
++numpages;
fprintf(fd, "%%%%BeginSetup\n");
fprintf(fd, "<< /PageSize [%g %g] /Orientation 0 >> setpagedevice\n", pagex, pagey);
fprintf(fd, "%%%%EndSetup\n");
fprintf(fd, "%%%%Page: %d %d\n\n", numpages, numpages);
fprintf(fd, "%%%%BeginPageSetup\n");
fprintf(fd, "%%%%EndPageSetup\n");