[OS X TeX] Every Other Tick in PSTricks

Michael Hoppe mh at michael-hoppe.de
Wed Jun 10 14:24:44 EDT 2009


Am 09.06.2009 um 20:35 schrieb Maurino P. Bautista, Ph.D.:

> I have OS X 10.5.7, TeXShop 2.26, TeX Live 2008 with all the updates  
> via TeX Live Utility Manager. If I typeset the code below using TeX  
> and DVI, I get the right figure:
>
> \documentclass{minimal}
> \usepackage{pstricks-add}
>
> \listfiles
>
> \begin{document}
>
> \centering
>
> \begin{pspicture}(-1,-1)(6,6)
> \psaxes[showOriginTick=false,showorigin=false,Dx=2,Dy=2,subticks=2] 
> (6,6)
> \end{pspicture}
>
> \end{document}

\documentclass{minimal}
\usepackage{auto-pst-pdf}
\usepackage{pstricks-add}

\listfiles

\begin{document}

\centering

\begin{pspicture}(-1,-1)(6,6)
\psaxes[showOriginTick=false,showorigin=false,Dx=2,Dy=2,subticks=2](6,6)
\end{pspicture}

\end{document}

Michael



More information about the MacOSX-TeX mailing list