diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/PSTricks_6_de/36-00-11.ltx |
Initial commit
Diffstat (limited to 'info/examples/PSTricks_6_de/36-00-11.ltx')
-rw-r--r-- | info/examples/PSTricks_6_de/36-00-11.ltx | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/info/examples/PSTricks_6_de/36-00-11.ltx b/info/examples/PSTricks_6_de/36-00-11.ltx new file mode 100644 index 0000000000..ec3099eccd --- /dev/null +++ b/info/examples/PSTricks_6_de/36-00-11.ltx @@ -0,0 +1,56 @@ +%% +%% Ein Beispiel der DANTE-Edition +%% +%% +%% Copyright (C) 2010 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{190.324pt} +\setlength\parindent{0pt} +\StartShownPreambleCommands +\usepackage{pstricks,pst-grad,amsmath} +\SpecialCoor +\definecolor{braun}{rgb}{0.8, 0.2, 0.4} +\StopShownPreambleCommands +\begin{document} +\psset{unit=0.6} +\begin{pspicture}(-4.5,-4.75)(5.5,2.5) +\pscustom[fillstyle=solid,fillcolor=braun]{% + \psline(2.3,0.2)(4,0.2) + \psarcn(4,0){0.2}{90}{-90} + \psline(4,-0.2)(2.3,-0.2) +} +\psline(0,2.5)(0.3,2.5) +\psellipse(0.3,0)(2,2.5) +\psline(0.3,-2.5)(0,-2.5) +\psellipse[fillstyle=gradient,gradangle=90,gradbegin=white,gradend=braun](0,0)(2,2.5) +\pscustom[fillstyle=solid,fillcolor=braun]{% + \psline(-4,0.2)(0,0.2) + \psarcn(0,0){0.2}{90}{-90} + \psline(0,-0.2)(-4,-0.2) +} +\psline[linecolor=white,linewidth=0.1]{->}(0,0)(2.5;-90) +\rput(-0.25,-1.5){\white\Large$\boldsymbol{\vec{r}}$} +\pscircle[fillstyle=solid](-4,0){0.2} +\psline[linewidth=0.2]{|-}(-3.5,-3)(-3.5,-0.2) +\psline[linewidth=0.2]{|-}(3.5,-3)(3.5,-0.2) +\pscustom[fillstyle=solid,fillcolor=lightgray]{% + \psellipticarcn(0,0)(2,2.5){90}{50} + \psline(2.25;50)(4.9,-4)(5.2,-4)(2.5;50) + \psellipticarc(0.3,0)(2,2.5){50}{90} +} +\psline[linewidth=0.2,linecolor=red]{->}(5,-4)(5.65,-5) +\uput[0](4,-4.5){\Large $\vec{F}$} +\end{pspicture} +\end{document} |