[pstricks] Please Help with Cover Design

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat Mar 28 09:42:53 CET 2009


وفا خلیقی schrieb:

> The cover page I want is a page with the background being dark blue colour
> and the lua logo (attached as a gif file) drawn at the center. Can you
> please help me get started with this?
> 
> Please note that I want to draw lua logo by pstricks and I do not want to
> use \includegraphics to just put the image. This is because I want then to
> add some Persian text around the lua logo.

\listfiles
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[svgnames]{pstricks}
\usepackage{pst-text}
\begin{document}

\psset{unit=3}
\begin{pspicture}(-1.75,-1.75)(1.75,1.75)
\pscircle*[linecolor=Blue]{1}
\pscircle*[linecolor=white](0.4,0.4){0.3}
\psarc[linecolor=black!50,linestyle=dashed,
  dash=4mm 1mm,linewidth=3pt](0,0){1.4}{195}{45}
\pscircle*[linecolor=Blue](1,1){0.3}
\rput(0,-0.3){\psscalebox{7}{\color{white}\textsf{Lua}}}
\pstextpath{\psarcn[linestyle=none](0,0){1.4}{190}{45}}
    {\huge\bfseries\sffamily\color{black!50}the programming language}
\end{pspicture}

\end{document}

Herbert


More information about the PSTricks mailing list