summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/Changes5
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdfbin1880552 -> 1888770 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex44
-rw-r--r--Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex18
-rw-r--r--Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.cfg4
-rw-r--r--Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty4
6 files changed, 62 insertions, 13 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
index 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
Binary files differ
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
diff --git a/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex b/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex
index 46f2e995eaa..3f82e910a9d 100644
--- a/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex
+++ b/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex
@@ -1,4 +1,4 @@
-%% $Id: pstricks-add.tex 552 2011-08-03 18:43:36Z herbert $
+%% $Id: pstricks-add.tex 566 2011-08-20 07:19:32Z herbert $
%%
%%
%% This is file `pstricks-add.tex',
@@ -31,8 +31,8 @@
\ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi
\ifx\PSTmathLoaded\endinput\else \input pst-math \fi
%
-\def\fileversion{3.53}
-\def\filedate{2011/08/03}
+\def\fileversion{3.54}
+\def\filedate{2011/08/20}
\message{`pstricks-add' v\fileversion, \filedate\space (dr,hv)}
%
\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax
@@ -243,7 +243,11 @@
\psset[pstricks-add]{filledveearrowangle=15} % default angle
\define@key[psset]{pstricks-add}{filledveearrowlinewidth}[0.35mm]{\pst@getlength{#1}\psk@filledveearrowlinewidth}
\psset[pstricks-add]{filledveearrowlinewidth=0.35mm} % default vee arrow line width
-
+\define@key[psset]{pstricks-add}{arrowlinestyle}[solid]{%
+ \@ifundefined{psls@#1}%
+ {\@pstrickserr{Line style `#1' not defined}\@eha}%
+ {\def\psarrowlinestyle{#1}}}
+\psset[pstricks-add]{arrowlinestyle=solid} % default
\pst@def{VeeArrow}<%
1 setlinecap % round caps
1 setlinejoin % round join
@@ -256,9 +260,10 @@
x neg y moveto % point #1
0 0 L % point #2
x y L % point #3
- {closepath gsave fill grestore} if % if filled : close and fill
+ { closepath gsave fill grestore } if % if filled : close and fill
+ \@nameuse{psls@\psarrowlinestyle}
stroke % draw line
- 0 t {y 2 mul} {0} ifelse moveto> % if outside : twice longer line
+ 0 t { y 2 mul } { 0 } ifelse moveto> % if outside : twice longer line
% VeeArrow : filled? outside? (total) angle (projected) length (arrow) line width
@@ -289,6 +294,7 @@
t { 1 -1 scale } if % if reversed : symmetry
y neg y moveto % point #1
y y neg L % point #2
+ \@nameuse{psls@\psarrowlinestyle}
stroke % draw line
0 0 moveto> % origin
diff --git a/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.cfg b/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.cfg
new file mode 100644
index 00000000000..69d5fb85556
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.cfg
@@ -0,0 +1,4 @@
+\ProvidesFile{pstricks-add.cfg}
+ [2005/01/10 v0.1 addtional user stuff (hv)]
+%
+% \ No newline at end of file
diff --git a/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty b/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty
index 8c67db8b52f..9daea6d7044 100644
--- a/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty
+++ b/Master/texmf-dist/tex/latex/pstricks-add/pstricks-add.sty
@@ -1,4 +1,4 @@
-%% $Id: pstricks-add.sty 506 2011-06-04 18:19:08Z herbert $
+%% $Id: pstricks-add.sty 566 2011-08-20 07:19:32Z herbert $
%
\RequirePackage{pstricks}
\RequirePackage{pst-plot}
@@ -13,7 +13,7 @@
[\filedate\space v\fileversion\space `PSTricks-add' (hv)]
\IfFileExists{pstricks-add.pro}{%
\ProvidesFile{pstricks-add.pro}
- [2009/03/17 v. 0.22, PostScript prologue file (hv)]
+ [2009/12/17 v. 0.23, PostScript prologue file (hv)]
\@addtofilelist{pstricks-add.pro}}{}%
\InputIfFileExists{pstricks-add.cfg}{%
\PackageInfo{pstricks-add}{Local config file pstricks-add.cfg used}