diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-06 01:24:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-06 01:24:51 +0000 |
commit | b87b8857ed65bd848247e01e07f2c335fbdef230 (patch) | |
tree | d1703613b831c17b455e02306f4b9a2316181af7 /Master/texmf-dist/doc/latex/pst2pdf/test.tex | |
parent | faa1162e4cff4b4b817c6345dc389b5e8f6730b8 (diff) |
pst2pdf 0.10 (4jan10)
git-svn-id: svn://tug.org/texlive/trunk@16608 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst2pdf/test.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst2pdf/test.tex | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/Master/texmf-dist/doc/latex/pst2pdf/test.tex b/Master/texmf-dist/doc/latex/pst2pdf/test.tex deleted file mode 100644 index 96f297026c5..00000000000 --- a/Master/texmf-dist/doc/latex/pst2pdf/test.tex +++ /dev/null @@ -1,60 +0,0 @@ -\documentclass[12pt]{article} -\usepackage[T1]{fontenc} -\usepackage{pstricks} -\usepackage{pst-node} -\usepackage{pst-3dplot} -\usepackage{pst-calendar} -\usepackage{graphicx} -\usepackage{microtype} - -\begin{document} - -foo\begin{pspicture}[showgrid=true](4,2)\psscaleboxto(8,2){foo}\end{pspicture}bar - -foo -\begin{pspicture}[showgrid=true](4,2) - \psscaleboxto(8,2){foo bar} -\end{pspicture} -bar - -foo -\begin{pspicture}[showgrid=true](4,2) - \psscaleboxto(8,2){foo bar baz} -\end{pspicture} -bar - -\clearpage -foo -\begin{postscript} -\psscalebox{0.5}{% -\psCalDodecaeder[style=july,unit=0.75,Year=2007] -} -\end{postscript} -bar - -\includegraphics{tux}% a jpg image - -\clearpage - -foo bar baz foo bar baz - -\begin{postscript}\rnode{foo}{foo} bar baz - -foo bar baz foo bar \rnode{baz}{baz} foo bar baz -\ncarc[linecolor=red]{<->}{foo}{baz}\end{postscript} - -foo bar baz - -\begin{postscript} -\psframebox{% -\begin{pspicture}(-3,-2)(3,6.5) -\pstThreeDCoor[zMax=7] -\pstIIIDCylinder[RotY=30,fillstyle=solid,fillcolor=red!20,linecolor=black!60](0,0,0){2}{5} -\pstThreeDLine[linecolor=red]{->}(0,0,5)(0,0,7) -\pstThreeDLine[linecolor=red]{->}(-1,0,0)(4,0,0) -\pstThreeDLine[linecolor=red]{->}(0,-1,0)(0,4,0) -\end{pspicture} -} -\end{postscript} - -\end{document}
\ No newline at end of file |