diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-14.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-14.ltx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-14.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-14.ltx new file mode 100644 index 00000000000..825f15ef099 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-14.ltx @@ -0,0 +1,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} |