diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-25 00:33:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-25 00:33:53 +0000 |
commit | 7ca4082666f4f857a378a5330e889aa36051e02b (patch) | |
tree | 6598427df453c23847b2b8eed6602459e9243cb9 /Master/texmf-dist/doc/generic/pstricks-add | |
parent | 7b47a6fc77ad486993f61d5ecdcd884a64f331da (diff) |
pstricks-add 3.00 (23jan08)
git-svn-id: svn://tug.org/texlive/trunk@6394 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks-add')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/Changes | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf | bin | 1648513 -> 1650515 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex | 13 |
3 files changed, 18 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/Changes b/Master/texmf-dist/doc/generic/pstricks-add/Changes index 2d1ed734b2d..db88c6b17d3 100644 --- a/Master/texmf-dist/doc/generic/pstricks-add/Changes +++ b/Master/texmf-dist/doc/generic/pstricks-add/Changes @@ -1,4 +1,8 @@ +%% $Id: Changes 6 2007-12-29 21:41:43Z herbert $ +%% pstricks-add.pro ----------- (Dominik Rodriguez/hv) + v 0.20 2008-01-12 - moved the AlgParser into pst-algparser.pro + - moved Pyth2 and tan into pstricks.pro v 0.14 2007-09-17 - moved Pyth2 into tx@Add part v 0.13 2007-09-12 - temporarely version for \psbrace, code will later go into pstricks.pro @@ -24,11 +28,15 @@ pstricks-add.pro ----------- (Dominik Rodriguez/hv) pstricks-add.sty ----------- (hv) + v. 0.12 2007-11-18 change pro file version number v. 0.11 2007-09-04 add a message for loading the prolouge file pstrick-add.pro - pstricks-add.tex ----------- (Dominik Rodriguez/hv) + v 3.00 2008-01-01 - delete transalpha stuff + - load header file pst-algparser.pro + v 2.93 2007-12-23 - fix bug with transpalpha + v 2.92 2007-11-18 - fix bug with pst@getcolor for tickcolor option v 2.91 2007-10-20 - add the step types supremum/infimum for showing the integral of a function - add \chardef\f@ur=4 diff --git a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf Binary files differindex 5abe63eb719..b2abc1817ba 100644 --- a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf +++ b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex index d5233e322d4..a4f585e9cff 100644 --- a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex +++ b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex @@ -1,3 +1,4 @@ +%% $Id: pstricks-add-doc.tex 5 2007-12-24 12:49:08Z herbert $ \documentclass[12pt]{article} \listfiles \usepackage{filecontents} @@ -3251,10 +3252,11 @@ Now we have to use the easy math function $y=x$ because the x axis is still $\lo \psset{yunit=3cm,xunit=2cm} \begin{pspicture}(-1.25,-1.25)(4.25,1.5) \uput[-90](4.25,-1){x} - \uput[0](-1,1){y} + \uput[0](-1,1.25){y} \rput(0,1){$y=\sin x$} \psplot[linewidth=2pt,plotpoints=5000,linecolor=red]{-1}{3.5}{10 x exp sin } - \psaxes[xlogBase=10,Oy=-1]{->}(-1,-1)(4.25,1.25) + \psaxes[xlogBase=10,Oy=-1,Ox=-1]{->}(-1,-1)(4.25,1.25) + \psline[linestyle=dashed](!0 1)(!90 log 1)(!90 log 0) \end{pspicture} \end{center} @@ -3262,10 +3264,13 @@ Now we have to use the easy math function $y=x$ because the x axis is still $\lo \psset{yunit=3cm,xunit=2cm} \begin{pspicture}(-1.25,-1.25)(4.25,1.5) \uput[-90](4.25,-1){x} - \uput[0](-1,1){y} + \uput[0](-1,1.25){y} \rput(0,1){$y=\sin x$} \psplot[linewidth=2pt,plotpoints=5000,linecolor=red]{-1}{3.5}{10 x exp sin } - \psaxes[xlogBase=10,Oy=-1,Ox=-1]{->}(-1,-1)(4.25,1.25) + \psaxes[xlogBase=10,Ox=-1,Oy=-1]{->}(-1,-1)(4.25,1.25) + \psline[linestyle=dashed](-1,0)(4,0) + \psline[linestyle=dashed](!-1 1)(!90 log 1)(!90 log -1) + \psline[linestyle=dashed](!90 log 1)(!180 log 1)(!180 log -1) \end{pspicture} \end{lstlisting} |