diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-1.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-1.ltx | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-1.ltx b/Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-1.ltx new file mode 100644 index 00000000000..d663d62215b --- /dev/null +++ b/Master/texmf-dist/doc/latex/pstricks-examples-en/23-05-1.ltx @@ -0,0 +1,77 @@ +%% +%% A DANTE-Edition example +%% +%% Example 23-05-1 on page 358. +%% +%% 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 +\begin{picture}(10,9) +\thicklines +\put(0,8){\makebox(0,0)[l]{$\alpha$: horizontal rotating angle}} +\put(0,7.5){\makebox(0,0)[l]{$\beta$: vertical rotating angle}} +% +\put(5.25,9){\makebox(0,0){z}} +\put(5,0){\vector(0,1){9}} +\put(6,5.5){\vector(-2,-1){5.5}} +\put(9.5,3){\makebox(0,0){y}} +\put(4,5.5){\vector(+2,-1){5.5}} +\put(0.5,3){\makebox(0,0){x}} +\thinlines +\put(0,5){\vector(+1,0){10}} +\put(5,5.02){\line(+1,0){1}} +\put(10,4.5){\makebox(0,0){$x_E$}} +\put(5.25,8.5){\makebox(0,0){$y_E$}} +\put(5.3,4.5){\makebox(0,0){$\alpha$}} +\put(2.6,3.6){\makebox(0,0){$\alpha$}} +% +\put(2,3.5){\line(+2,-1){5}} +\put(9,3){\line(-2,-1){3.5}} +\put(6,1.5){\line(0,1){5}} +\put(6,6.5){\circle*{0.2}} +\put(6.2,6.7){\makebox(0,0)[l]{$P(x,y,z)$}} +\put(6.2,6.3){\makebox(0,0)[l]{$P^*(x^*,y^*)$}} +\put(6.2,5.3){\makebox(0,0)[l]{$x^*$}} +% +\put(5,3){\line(+1,0){4}} +\put(7,2.7){\makebox(0,0){$y\sin\alpha$}} +\put(2,3.5){\line(+1,0){3}} +\put(3.5,3.2){\makebox(0,0){$x\cos\alpha$}} +\thicklines +\put(5,1.5){\line(+1,0){1}} +\put(5,1.52){\line(+1,0){1}} +\thinlines +\put(4.2,4.8){\makebox(0,0){$\alpha$}} +\thicklines +\put(5.03,5){\line(0,-1){2}} +\put(5.1,4){\makebox(0,0)[l]{$y\cos\alpha$}} +\put(4.97,5){\line(0,-1){1.5}} +\put(4.9,4.2){\makebox(0,0)[r]{$x\sin\alpha$}} +\thinlines +\put(5.5,0.5){\vector(0,+1){1}} +\put(5.5,0.5){\line(1,0){0.5}} +\put(6.2,0.5){\makebox(0,0)[l]{$y\sin\alpha-x\cos\alpha$}} +%\put(4.5,3.25){\vector(1,0){0.5}} +%\put(4.5,3.25){\line(-1,-2){1}} +%\put(3.5,1.25){\line(-1,0){0.5}} +\put(4.9,1.5){\makebox(0,0)[r]{$y\cos\alpha+x\sin\alpha$}} +\end{picture}% +\end{document} |