summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_6_de/29-02-24.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/PSTricks_6_de/29-02-24.ltx')
-rw-r--r--info/examples/PSTricks_6_de/29-02-24.ltx40
1 files changed, 40 insertions, 0 deletions
diff --git a/info/examples/PSTricks_6_de/29-02-24.ltx b/info/examples/PSTricks_6_de/29-02-24.ltx
new file mode 100644
index 0000000000..185383a83b
--- /dev/null
+++ b/info/examples/PSTricks_6_de/29-02-24.ltx
@@ -0,0 +1,40 @@
+%%
+%% 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{166.324pt}
+\setlength\parindent{0pt}
+\StartShownPreambleCommands
+\usepackage{pst-eucl}
+\StopShownPreambleCommands
+\begin{document}
+\begin{pspicture}(-2,-1)(2,2.5)
+ \pstGeonode[PosAngle={0,-75,45}]%
+ {A}(2,2){B}(-1.5,1){C}
+ \pstLineAB[nodesepA=-2]{A}{B}
+ \pstLineAB[linewidth=1pt]{A}{B}
+ \pstLineAB[linewidth=1pt]{A}{C}
+ \psset{MarkAngleRadius=1,LabelSep=0.75,
+ LabelAngleOffset=15}
+ \pstMarkAngle[arrows=->]{B}{A}{C}{$\alpha$}
+ \pstSymO[PointSymbol=none,PointName={}]{A}{B}
+ \pstMarkAngle[arrows=->]{C}{A}{B'}{$\beta$}
+ \pstBissectBAC[linestyle=dotted]{B}{A}{C}{A'}
+ \pstOutBissectBAC[linestyle=dashed,
+ PosAngle=-90]{B}{A}{C}{A''}
+\end{pspicture}
+\end{document}