summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-arrow
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-23 20:08:01 +0000
committerKarl Berry <karl@freefriends.org>2021-07-23 20:08:01 +0000
commitadbae1a3a896ca1707aee0886f80efe6dd385dbe (patch)
treeeda463fb71047769186ad29b851c594786d607e5 /Master/texmf-dist/doc/generic/pst-arrow
parent645b81bf2928c953610ded7a5ccf8ccb5001be5d (diff)
pst-arrow (23jul21)
git-svn-id: svn://tug.org/texlive/trunk@60024 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-arrow')
-rw-r--r--Master/texmf-dist/doc/generic/pst-arrow/Changes3
-rw-r--r--Master/texmf-dist/doc/generic/pst-arrow/README12
-rw-r--r--Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.pdfbin198705 -> 212416 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.tex44
4 files changed, 50 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-arrow/Changes b/Master/texmf-dist/doc/generic/pst-arrow/Changes
index c0ef09abf92..8a372eff9b9 100644
--- a/Master/texmf-dist/doc/generic/pst-arrow/Changes
+++ b/Master/texmf-dist/doc/generic/pst-arrow/Changes
@@ -1,8 +1,9 @@
-%% $Id: Changes 330 2016-09-01 19:02:44Z herbert $
+%% $Id: Changes 134 2021-07-23 06:33:54Z herbert $
%%
pst-arrow.sty -----------
v. 0.01 2016-09-09 initial version
pst-arrow.tex ----------- (hv)
+ v. 0.02 2021-07-23 - added tipcolor option
v. 0.01 2016-09-09 initial version
diff --git a/Master/texmf-dist/doc/generic/pst-arrow/README b/Master/texmf-dist/doc/generic/pst-arrow/README
index a56e1bfbab3..83bfbe91468 100644
--- a/Master/texmf-dist/doc/generic/pst-arrow/README
+++ b/Master/texmf-dist/doc/generic/pst-arrow/README
@@ -7,10 +7,12 @@ pst-arrow-doc.tex: the included doc file
Save the files pst-arrow.sty|tex in a directory,
which is part of your local TeX tree.
Then do not forget to run texhash to update this tree.
-For more information see the documentation of your LaTeX distribution
-on installing packages into your local TeX system or read the
-TeX Frequently Asked Questions:
-(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages).
-# $Id: README 329 2016-09-01 19:01:53Z herbert $
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN archives
+%% in directory macros/latex/base/lppl.txt.
+
+hvoss@tug.org
+
+# $Id: README 134 2021-07-23 06:33:54Z herbert $
diff --git a/Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.pdf b/Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.pdf
index 4abb2df2c95..6ea4f09fd86 100644
--- a/Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.tex b/Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.tex
index bc5980c0f26..9547db542cc 100644
--- a/Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-arrow/pst-arrow-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-arrow-doc.tex 328 2016-09-01 19:00:31Z herbert $
+%% $Id: pst-arrow-doc.tex 134 2021-07-23 06:33:54Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV14,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,twoside]{pst-doc}
\usepackage[utf8]{inputenc}
@@ -23,6 +23,7 @@
\end{pspicture}
}
+\addbibresource{\jobname.bib}
\begin{document}
\title{\texttt{pst-arrow}}
@@ -343,6 +344,44 @@ overpainted by the line.
\end{LTXexample}
+%--------------------------------------------------------------------------------------
+\subsection{\nxLkeyword{tipcolor} option}
+%--------------------------------------------------------------------------------------
+
+It is possible to change the color of the arrow tip by setting \Lkeyword{tipcolor}:
+
+
+\begin{center}
+ \bgroup
+ \psset{linecolor=green,linewidth=1pt,arrowscale=2}%
+ \begin{tabular}{lp{2.8cm}}%
+ Value & Example \\[2pt]\hline
+ \rlap{\texttt{\textbackslash psset\{tipcolor=red\}}}\\
+ \verb+\psline{->>}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=red]{->>}(0,1ex)(2.3,1ex) \\
+ \verb+\psline[nArrowsA=3]{->>}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=red,nArrowsA=3]{->>}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[nArrowsA=5]{->>}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=red,nArrowsA=5]{->>}(0,1ex)(2.3,1ex)\\
+ \verb+\psline{<<-}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=red]{<<-}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[nArrowsA=3]{<<-}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=red,nArrowsA=3]{<<-}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[nArrowsA=5]{<<-}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=red,nArrowsA=5]{<<-}(0,1ex)(2.3,1ex)\\
+ \rlap{\texttt{\textbackslash psset\{tipcolor=blue\}}}\\
+ \verb+\psline{<<->>}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=blue]{<<->>}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[nArrowsA=3]{<<->>}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=blue,nArrowsA=3]{<<->>}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[nArrowsA=5]{<<->>}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=blue,nArrowsA=5]{<<->>}(0,1ex)(2.3,1ex)\\
+ \verb+\psline{<<-|}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=blue]{<<-|}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[nArrowsA=3]{<<-<<}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=blue,nArrowsA=3]{<<-<<}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[nArrowsA=5]{<<-o}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=blue,nArrowsA=5]{<<-o}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[tipcolor=magenta,nArrowsA=3,nArrowsB=4]{<<-<<}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=magenta,nArrowsA=3,nArrowsB=4]{<<-<<}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[tipcolor=cyan,nArrowsA=3,nArrowsB=4]{>>->>}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=cyan,nArrowsA=3,nArrowsB=4]{>>->>}(0,1ex)(2.3,1ex)\\
+ \verb+\psline[tipcolor=yellow,nArrowsA=1,nArrowsB=4]{>>->>}(0,1ex)(2.3,1ex)+ & \psline[tipcolor=yellow,nArrowsA=1,nArrowsB=4]{>>->>}(0,1ex)(2.3,1ex)\\\hline
+ \end{tabular}
+ \egroup
+\end{center}
+
+
+
+\clearpage
+
+
\subsection{Big Arrows}
\begin{LTXexample}[width=5cm]
@@ -842,8 +881,7 @@ taken into account by the scaling value.
\bgroup
\raggedright
\nocite{*}
-\bibliographystyle{plain}
-\bibliography{\jobname}
+\printbibliography
\egroup
\printindex