[texhax] cd labels

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat Apr 26 09:22:33 CEST 2008


debian schrieb:
> On Sat, Apr 26, 2008 at 09:29:53AM +1200, Alan Litchfield wrote:
> 
>> It would useful for you to provide more information, such as what  
>> packages you are using and the errors that are reported in your log.
> 
> Well, I am making progress, at least it now compiles:
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> \documentclass{article}
> \usepackage{graphicx,fancyhdr}
> %\usepackage{pstricks}
> 
> \usepackage{pstcol, pst-text}
> 
> \begin{document}
> 
> %\definecolor{pink}{rgb}{1, .75, .8}
> \begin{pspicture}(-3,-2.2)(3,2.2)
> %\psset{linestyle=none}
> \newcommand{\curly}[1]{{\fontfamily{pzc}%
>  \fontsize{17}{17}\itshape#1}}
> 
> \pstextpath[c]{
>   \psarcn(0,0){2}{180}{0}              <- first arg
>   {\curly{The Unseen University}}     <- second arg

you have wrong arguments for \pstextpath


\documentclass{article}
\usepackage{graphicx,fancyhdr}
\usepackage{pstricks}
\usepackage{pst-text}
\newcommand{\curly}[1]{{\fontfamily{pzc}%
  \fontsize{17}{17}\itshape#1}}

\begin{document}

\begin{pspicture}(-3,-2.2)(3,2.2)
\pstextpath[c]%
   {\psarcn[linestyle=none](0,0){2}{180}{0}}%
   {\color[rgb]{1, .75, .8}\curly{The Unseen University}}
\end{pspicture}

\end{document}


Herbert


More information about the texhax mailing list