diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-3.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-3.ltx | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-3.ltx b/Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-3.ltx new file mode 100644 index 00000000000..c61e0257877 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-3.ltx @@ -0,0 +1,49 @@ +%% +%% A DANTE-Edition example +%% +%% Example 23-05-3 on page 359. +%% +%% 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[]{article} +\pagestyle{empty} +\setlength\textwidth{201.70511pt} +\setlength\parindent{0pt} + + + +\begin{document} +\unitlength1cm +\centering +\begin{picture}(1,2.8) +\thicklines +\put(1.5,2.9){\makebox(0,0){z}} +\put(2,1){\vector(-1,2){1}} +\put(2,1){\vector(-2,-1){2}} +\put(0,0.3){\makebox(0,0){y}} +\put(2,1){\circle{0.5}} +\put(1.8,0.8){\line(1,1){0.4}} +\put(1.8,1.2){\line(1,-1){0.4}} +\put(2.3,1.2){\makebox(0,0)[l]{x}} +\thinlines +\put(2,1){\line(-1,0){2}} +\put(2,1){\line(0,1){2}} +\put(1.7,2){\makebox(0,0){$\beta$}} +\put(1.3,0.8){\makebox(0,0){$\beta$}} +\put(2,2.5){\line(-1,0){0.75}} +\put(2.2,2.5){\makebox(0,0)[l]{$z^*=z\cos\beta$}} +\put(1,1){\line(0,-1){0.5}} +\put(1.3,0.5){\makebox(0,0)[l]{$y\cdot\alpha+x\sin\alpha$}} +\put(0.9,0.7){\makebox(0,0)[r]{$-(y\cdot\cos\alpha+x\sin\alpha)\sin\beta$}} +\end{picture} +\end{document} |