[OS X TeX] pdftricks and Texlive 2008 ?
Daniel Becker
daniel.becker at uni-rostock.de
Sun Nov 23 21:04:47 CET 2008
Hallo -
with mactex/texlive 2007, I could typeset the file below with pdflatex
in TeXShop. It stopped working with texlive 2008. Is it just my
installation that is broken or has something changed?
Thanks for your help
Daniel
Here is the example:
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{ifpdf}
\ifpdf%
\usepackage{pdftricks}
\begin{psinputs}
\usepackage{pstricks}
\usepackage{pstricks-add}
\usepackage{pst-plot}
\usepackage{pst-text,pst-node,pst-tree}
\end{psinputs}
\else
\usepackage{pstricks}
\usepackage{pstricks-add}
\usepackage{pst-plot}
\usepackage{pst-text,pst-node,pst-tree}
\fi
\begin{document}
Test
\begin{pdfdisplay}
\psset{unit=1mm}
\begin{pspicture}(0,0)(165,125)
\psgrid[unit=10mm,subgriddiv=1,griddots=20,gridlabels=0pt](0,0)(16,12)
\rput(40,40){40,40}
\end{pspicture}
\end{pdfdisplay}
\end{document}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2439 bytes
Desc: not available
URL: <http://tug.org/pipermail/macostex-archives/attachments/20081123/6e9d9a59/attachment.bin>
More information about the macostex-archives
mailing list