[texhax] Text following a curve
Victor Ivrii
vivrii at gmail.com
Sat Sep 9 10:53:29 CEST 2006
Thanks, Herbert and Voss,
This works:
\documentclass{article}
\usepackage{pdftricks}
\begin{psinputs}
\usepackage{pstricks,pst-plot,pst-text}
\end{psinputs}
\begin{document}
\begin{pdfpic}
\begin{pspicture}(-3,-1)(3,5)
\psaxes[labels=none,linecolor=gray](0,0)(-3,-1)(3,5)
\pstextpath{%
\psplot[linestyle=none]{-2}{2}{4 x 2 exp sub}}{%
This is the graph of the equation $y=4-x^2$ for
$-2\le x\le 2$}
\end{pspicture}
\end{pdfpic}
\end{document}
However, I am afraid I hijacked the original request: which (as I
believe) was to make it inside tikzpicture
--
========================
Victor Ivrii, Department of Mathematics, University of Toronto
http://www.math.toronto.edu/ivrii
More information about the texhax
mailing list