diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-23 16:24:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-23 16:24:26 +0000 |
commit | baf8fa48d179af545b1d6ed530a84b37b8cd7ab4 (patch) | |
tree | c367551f2e79f395f93f0a53d162c8244d048e52 /Master/texmf-dist/doc/generic | |
parent | 31e48f20dbe8d0eca54621c6d3d40ffba61589ca (diff) |
pstricks-add 3.54 (22aug11)
git-svn-id: svn://tug.org/texlive/trunk@23657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/Changes | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf | bin | 1880552 -> 1888770 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex | 44 |
3 files changed, 44 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/Changes b/Master/texmf-dist/doc/generic/pstricks-add/Changes index 504b9cf2629..56fcbcf7913 100644 --- a/Master/texmf-dist/doc/generic/pstricks-add/Changes +++ b/Master/texmf-dist/doc/generic/pstricks-add/Changes @@ -1,7 +1,7 @@ -%% $Id: Changes 550 2011-08-03 18:24:11Z herbert $ +%% $Id: Changes 566 2011-08-20 07:19:32Z herbert $ %% pstricks-add.pro ----------- -0.23 2009-12-20 - add RGBtoGRAY and WavelengthToGRAY +0.23 2009-12-17 - add RGBtoGRAY and WavelengthToGRAY - intiialize the random generator with realtime 0.22 2009-03-17 - add LineByHand stuff 0.21 2008-10-13 - add bubblesort macro @@ -39,6 +39,7 @@ pstricks-add.sty ----------- (hv) pstricks-add.tex ----------- (Dominik Rodriguez/hv) + v 3.54 2011-08-20 - new optional argument for the vee arrow line style v 3.53 2011-08-03 - use setting of \Pst@Debug for shownode() v 3.52 2011-06-09 - add new optional argument for \psCancel v 3.51 2011-02-02 - add new Macro\psKiviat for Kiviat diagrams 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 42e1ed5e4a2..31537fd930d 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 8a0a76aee11..0de24ab45d8 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,4 +1,4 @@ -%% $Id: pstricks-add-doc.tex 520 2011-06-11 06:58:16Z herbert $ +%% $Id: pstricks-add-doc.tex 566 2011-08-20 07:19:32Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside]{pst-doc} \listfiles @@ -4374,8 +4374,8 @@ Possible optional arguments are \psset{linecolor=black} \begin{center} -\begin{tabular}{l|l} -name & meaning\\\hline +\begin{tabular}{@{}l|l@{}}\toprule +\emph{name} & \emph{meaning}\\\hline \Lkeyword{veearrowlength} & default is 3mm\\ \Lkeyword{veearrowangle} & default is 30\\ \Lkeyword{veearrowlinewidth} & default is 0.35mm\\ @@ -4384,6 +4384,7 @@ name & meaning\\\hline \Lkeyword{filledveearrowlinewidth} & default is 0.35mm\\ \Lkeyword{tickarrowlength} & default is 1.5mm\\ \Lkeyword{tickarrowlinewidth} & default is 0.35mm\\ +\Lkeyword{arrowlinestyle} & default is solid\\\bottomrule \end{tabular} \end{center} @@ -4431,6 +4432,43 @@ name & meaning\\\hline \end{pspicture} \end{LTXexample} +\begin{LTXexample}[pos=t,vsep=5mm] +\psset{unit=5mm} + \begin{pspicture}(10,6) + \psset{dimen=middle,arrows=c-c,arrowscale=2,linewidth=.25mm, + arrowlinestyle=dashed,dash=1.5pt 1pt} + \psline[linecolor=red,linewidth=.05mm](0,0)(0,6) + \psline[linecolor=red,linewidth=.05mm](4,0)(4,6) + \psline{v-v}(0,6)(4,6) \psline{v-V}(0,4)(4,4) + \psline{V-v}(0,2)(4,2) \psline{V-V}(0,0)(4,0) + \psline[linecolor=red,linewidth=.05mm](6,0)(6,6) + \psline[linecolor=red,linewidth=.05mm](10,0)(10,6) + \psset{arrowlinestyle=dotted,dotsep=0.8pt} + \psline{v-v}(6,6)(10,6) \psline{v-V}(6,4)(10,4) + \psline{V-v}(6,2)(10,2) \psline{V-V}(6,0)(10,0) +\end{pspicture} +\end{LTXexample} + +\begin{LTXexample}[pos=t,vsep=5mm] +\psset{unit=5mm} + \begin{pspicture}(10,7) + \psset{dimen=middle,arrows=c-c,arrowscale=2,linewidth=.25mm, + arrowlinestyle=dashed,dash=1.5pt 1pt} + \psline[linecolor=red,linewidth=.05mm](0,0)(0,6) + \psline[linecolor=red,linewidth=.05mm](4,0)(4,6) + \psline{t-t}(0,6)(4,6) \psline{t-T}(0,4)(4,4) + \psline{T-t}(0,2)(4,2) \psline{T-T}(0,0)(4,0) + \psline[linecolor=red,linewidth=.05mm](6,0)(6,6) + \psline[linecolor=red,linewidth=.05mm](10,0)(10,6) + \psset{arrowlinestyle=dotted,dotsep=0.8pt} + \psline{t-t}(6,6)(10,6) \psline{t-T}(6,4)(10,4) + \psline{T-t}(6,2)(10,2) \psline{T-T}(6,0)(10,0) +\end{pspicture} +\end{LTXexample} + + + + \subsection{Special arrow option \texttt{arrowLW}} Only for the arrowtype \Lnotation{o} and \Lnotation{*} it is possible to |