diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/15-03-10.ltxps')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung/15-03-10.ltxps | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/15-03-10.ltxps b/Master/texmf-dist/doc/latex/einfuehrung/15-03-10.ltxps new file mode 100644 index 00000000000..50c0fd7280e --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung/15-03-10.ltxps @@ -0,0 +1,37 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% Beispiel 15-03-10 auf Seite 778. +%% +%% Copyright (C) 2012 Herbert Voss +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% +%% +%% ==== +% Show page(s) 1 +%% +\documentclass[]{exaarticle} +\pagestyle{empty} +\setlength\textwidth{142.324pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} + +\usepackage[tiling]{pst-fill} +\newcommand\FArcW{% + \begin{pspicture}(-0.25,-0.25)(0.25,0.25)% + \pscircle*(0,0){0.2} + \psframe[linewidth=0.1pt](-0.25,-0.25)(0.25,0.25) + \end{pspicture}} + +\begin{document} +\psboxfill{\FArcW} +\begin{pspicture}(3.1,3.1) +\psframe[fillstyle=boxfill,fillcyclex=2, + fillangle=45](3,3) +\end{pspicture} +\end{document} |