[pstricks] Custom tick label and tick interval

caapv 208 caapv208 at yahoo.co.jp
Thu Mar 8 01:18:10 CET 2007


--- erratic <erraticspastic at gmail.com> wrote:

> Why am I having trouble exporting the document to a
> PDF (with
> pdfetex/pdflatex) when using commands like \rput and
> \pcline?

Unless you are running a customized version of pdfTeX
which supports PSTricks, you cannot use PSTricks macros
with pdfTeX.
Guaranteed way to generate a PDF is either
  vlatex yourfile.tex
or
  latex yourfile.tex && dvips yourfile.dvi && ps2pdf14
yourfile.ps
If you do insist, there is a much more complicated path
using pst-pdf, which involves pdflatex in the way.
Alternatively, if you are willing to beta test the
new xdvipdfmx announced in a separate thread, either
  xelatex yourfile.tex
or
  xelatex -no-pdf yourfile.tex && xdvipdfmx yourfile.xdv
may work.

OK, let's read the log:

> loading : Context Support Macros / Miscellaneous
> (2004.10.26)
> )
> loading : Context Support Macros / PDF (2004.03.26)
> ) [1

Mauseating!  Why do we have to allow conTeXt macros
to gobble precious TeX memory, when we are running
LaTeX?

> Non-PDF special ignored!
> Non-PDF special ignored!
> Non-PDF special ignored!{psfonts.map}]

These means PSTricks objects won't appear in your
PDF file and rotations won't work.

> (parkinson.toc) [1]
> ! Undefined control sequence.
> <recently read> \c at lor@to at ps

This means you have loaded color (or graphics)
package in a manner incompatible with PSTricks,
which is unavoidable with pdfLaTeX.

> And why does rotated \rput look so awful?

See above.

Regards,
SMiyata

--------------------------------------
Start Yahoo! Auction now! Check out the cool campaign
http://pr.mail.yahoo.co.jp/auction/




More information about the PSTricks mailing list