ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • How to create a stand alone eps file by using pstricks
    Computer/linux 2007. 5. 14. 03:46
    • In normal latex environment, pstricks works great. But, when I want to do this with pdflatex environment, it does not work. Then I decide to create eps file.
    • make one stand alone TeX file
    • latex filename.tex
    • dvips -E -o target_filename.eps  filename.dvi
      This eps file has the wrong bounding box information, thus one must correct it.
    • gs -sDEVICE=bbox -dNOPAUSE -dBATCH target_filename.eps
      will return the information about a correct bounding box.
    • emacs target_filename.eps, replace %%BoundingBox information with the above return values, and save the file.

    'Computer > linux' 카테고리의 다른 글

    ROOT gui default fonts  (0) 2007.05.24
    sshfs  (0) 2007.05.10
    Running programs in the background.  (0) 2007.03.10

    댓글

Designed by Tistory.