Summary: | ps2pdf page numbering problem | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | satoichi |
Component: | PDF Writer | Assignee: | Ken Sharp <ken.sharp> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | 8.70 | ||
Hardware: | PC | ||
OS: | Linux | ||
URL: | http://latex-community.org/forum/viewtopic.php?f=52&t=6328 | ||
Customer: | Word Size: | --- | |
Attachments: |
LaTeX file sample.tex
Sample postscript file foo.diff - roman and decimal labels in one file. |
Description
satoichi
2009-10-23 17:48:49 UTC
Created attachment 5535 [details]
LaTeX file sample.tex
This sample file LaTeX reproduces the problem in ghostscript 8.70.
Please attach your sample.ps file. PostScript is what Ghostscript programmers know the best. Created attachment 5536 [details]
Sample postscript file
Here's the postscript file that gets created.
Your PostScript file requests roman numerals in the page labels. gs v. 8.70 and Adobe Distiller honor this request. Older versions of Ghostscript ignored this request and generated PDF file that uses default decimal labels. For instance, the sample file modified with the patch attached shows first 7 pages with roman labels and continues with decimal ones. I have no idea why LaTeX generates such PS file but Ghostscript works as designed. Created attachment 5538 [details]
foo.diff - roman and decimal labels in one file.
|