<OT> PostScript Question
Joel Hammer
Joel
Mon May 17 11:31:04 PDT 2004
I am still learning to create beautiful postscript documents with
enscript. (Eventually, I will make beautiful pdf documents! If this
ever pans out, it might be a good StepbyStep.) I have one minor problem
I can't get around.
You can add page labels to a postscript document in the %%Page comment.
The enscript command is:
enscript -o document.ps file1.txt file2.txt file3.txt --page-label-format=long
In document.ps, you will find the following:
%%Page: (file1.txt: 1) 1
^ ^ ^
1 2 3
1=Page label (long label)
2=Page number in table of contents (short label)
3=Postscript page number
at the start of a new page (page 1 in this case).
This will allow gv to show the page label in the table of contents
panel. Problem is, the page label appears to be a long right justified
string and won't appear in the table of contents panel unless you left
click the mouse and drag the label over. Then, all the labels appear
ragged and nasty.
SO, the question. Is there a proper way to get the page label, file1.txt
in this case, to be left justified?
Thanks,
Joel
More information about the Linux-users
mailing list