On Fri, Nov 08, 2002 at 11:13:33PM +0200, Tzahi Fadida wrote: > Is there a way to add notes a .ps? > eg: adding a text underneath a line so i can later print it with the ps
Theoretically yes, but it's not very comfortable. .ps files are postscript files, which are plain text files. All you'd have to do is speak postscript. In practice, .ps files are usually generated from some other format. The process I'm familiar with is .tex -> .dvi -> .ps. If you can get hold of the .tex file, adding notes is a breeze. -- Muli Ben-Yehuda http://www.mulix.org/ [EMAIL PROTECTED]:~$ sctrace strace /bin/foo http://syscalltrack.sf.net/ Quis custodes ipsos custodiet? http://www.mulix.org/cv.html ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
