[pstricks] Making a border from characters.

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Fri Dec 31 12:02:48 CET 2004


John Culleton wrote:
> The Webomints package has a good example of how to create a border in LaTeX 
> using the fancyhdrs package.  I want to achieve the same effect with the same 
> glyphs but using some form of pstricks, in a plain tex environment. 
> 
> The critical command sees to be the multiput one.  Is there an equivalent 
> pstricks command?

\multips \multiput or use package multido

attached only another idea

Herbert


\documentclass{article}
\usepackage{eso-pic}
\usepackage{pstricks}
\usepackage{multido}
\AddToShipoutPicture{%
\psset{unit=1pt}
\begin{pspicture*}(0.875\paperwidth,0.91\paperheight)
   \rput[lb](0.1\paperwidth,0.05\paperheight){%
   \multido{\rA=12.0+12.0}{100}{\rput(\rA,0){B}}
   \multido{\rA=12.0+12.0}{100}{\rput(\rA,0.856\paperheight){T}}
   \multido{\rA=0.0+12.0}{100}{\rput(0,\rA){L}}
   \multido{\rA=0.0+12.0}{100}{\rput(0.77\paperwidth,\rA){R}}}
\end{pspicture*}}

   \begin{document}
Text
\end{document}


-- 
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes




More information about the PSTricks mailing list