summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-14.ltx
blob: 825f15ef09912f0583c581f5e01b28e301951c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass{ppex}
\nonstopmode
\usepackage {pstcol,pst-char}
\pagestyle{empty}

\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {pstcol,pst-char}
\definecolor{lightblue}{rgb}{.68, .85, .9}
\begin{pspicture}(0,-1)(8.7,2.5)
\fontfamily{ptm}\selectfont
\pscharpath[fillstyle=solid,linecolor=red,
       fillcolor=lightblue,linewidth=2pt]
{\fontsize{1.5in}{1.5in}\selectfont \LaTeX}
\end{pspicture}
\end{document}