summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/examples/tp-test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/examples/tp-test.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/examples/tp-test.tex72
1 files changed, 0 insertions, 72 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/examples/tp-test.tex b/Master/texmf-dist/doc/generic/pstricks/examples/tp-test.tex
deleted file mode 100644
index 355851eee33..00000000000
--- a/Master/texmf-dist/doc/generic/pstricks/examples/tp-test.tex
+++ /dev/null
@@ -1,72 +0,0 @@
-%% BEGIN tp-test.tex
-%%
-%% LaTeX test file for textpath.tex/textpath.sty.
-%%
-%% To use PostScript fonts with the New Font Selection Scheme:
-%% - Include the style option "npsfont".
-%% - You may have to change the font file names given below.
-%% - "npsfont.sty" is distributed with PSTricks.
-
-\documentclass[11pt,a4paper]{article}
-
-\makeatletter
-
-%% INPUT FANCYBOX.STY HERE TO CHECK FILE VERSION.
-
-\usepackage{fancybox}
-\usepackage[T1]{fontenc}
-\usepackage[dvips]{geometry}
-\geometry{tmargin=2cm,bmargin=3.3cm,headheight=20pt,headsep=10pt,
-textheight=9in, footskip=.625in}
-\usepackage[scaled]{luximono}
-\usepackage{mathptmx}
-\usepackage{pstricks,pst-text}
-
-\begin{document}
-The first sample shows that math works. I let the line be drawn to make the sample clearer.
-\begin{verbatim}
- \large
- \pstextpath[c]%
- {\pscurve[linecolor=gray](0,1)(4,3)(6,2)(9,0)(12,1)(15,1)}%
- {$S_\alpha=\Omega(\gamma_\beta)$ is a connected snarf and
- $B=(\otimes,\rightarrow,\theta)$ is Boolean left subideal.}
-\end{verbatim}
-
-\vskip 3.5cm
-
-\begin{large}
- \pstextpath[c]%
- {\pscurve[linecolor=gray](0,1)(4,3)(6,2)(9,0)(12,1)(15,1)}%
- {$S_\alpha=\Omega(\gamma_\beta)$ is a connected snarf and
- $B=(\otimes,\rightarrow,\theta)$ is Boolean left subideal.}
-\end{large}
-
-\vskip 1cm
-
-\begin{verbatim}
- \psset{linestyle=none}
- \pstextpath[c]{\psarcn(0,0){73pt}{180}{0}}%
- {Centre National de la}
- \pstextpath[c]{\psarc(0,0){73pt}{180}{0}}%
- {Recherche Scientifique}
-\end{verbatim}
-
-\begin{center}
- \vskip 2cm
- \Huge
- \psset{linestyle=none}
- \pstextpath[c]{\psarcn(0,0){73pt}{180}{0}}%
- {Centre National de la}
- \pstextpath[c]{\psarc(0,0){73pt}{180}{0}}%
- {Recherche Scientifique}
- \vskip 2cm
-\end{center}
-
-\begin{center}
- \pstextpath[c](0,0){\psarcn[linestyle=none](0,-6){4}{180}{0}}%
- {\parbox{3.5in}{In principle, it is possible to use
- parbox, but let's see what really happens. It seems
- hard to believe that someone would want to do this.}}
-\end{center}
-\end{document}
-%% END tp-test.tex