summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/6-7-48.ltx
blob: e52fac885f90d936a4ea4d85f5ce0e747c2f3faa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%% 
%%  The LaTeX Graphics Companion, 2ed (first printing May 2007)
%% 
%%  Example 6-7-48 on page 451.
%% 
%%  Copyright (C) 2007 Michel Goossens, Frank Mittelbach, Denis Roegel, Sebastian Rahtz, Herbert Vo\ss 
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%% 
%%  See http://www.latex-project.org/lppl.txt for details.
%% 

\documentclass{ttctexa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{348.0pt}
\StartShownPreambleCommands
\usepackage{pst-plot,pst-text}
\newcommand*\textII{
  The PSTricks project was started by Timothy Van Zandt long time ago and is
  one of the oldest \TeX\ packages still in use.  `I started in 1991.
  Initially I was just trying to develop tools for my own use. Then I
  thought it would be nice to package them so that others could use them. It
  soon became tempting to add lots of features, not just the ones I needed.
  When this became so interesting that it interfered with my day ``job'', I
  gave up the project ``cold turkey'', in 1994.' --- Timothy Van Zandt
  Other people who where involved in this project are Denis Girou,
  Sebastian Rahtz and Herbert Vo\ss}
\DeclareFixedFont{\SF}{T1}{phv}{b}{n}{2.35cm}
\StopShownPreambleCommands
\begin{document}
\begin{pspicture}(-2.7,-2.2)(3.5,2.2)
\psset{linestyle=none}
\pstextpath[l](0,0){%
  \parametricplot[plotstyle=curve,plotpoints=500]{0}{3200}{%
       t 1000 div dup t sin mul exch t cos mul }}{\textII}
\end{pspicture}
\begin{pspicture*}(-2ex,-4ex)(0.3,4.5)
\pstextpath(0,-1ex){\pscharpath*[linestyle=none]{%
  \SF\shortstack{Van\\[20pt]Zandt}}}{\scriptsize\textII}
\end{pspicture*}
\end{document}