diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex | 88 |
1 files changed, 82 insertions, 6 deletions
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 3f8824f1758..36f38c09905 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 @@ -90,7 +90,7 @@ %\usepackage{mathptmx} \usepackage[lmargin=2.5cm,bmargin=3cm]{geometry} \usepackage{tabularx} -\usepackage{graphicx} +\usepackage{graphicx,ragged2e} \usepackage[svgnames,dvipsnames]{pstricks} \usepackage{framed,xspace,multirow,caption} \usepackage{pst-eucl} @@ -148,7 +148,7 @@ \def\verbatim@font{\small\normalfont\ttfamily} \makeatother \usepackage{showexpl} -\lstset{preset=\raggedright} +\lstset{preset=\RaggedRight} \usepackage{amsmath} \newdimen\fullWidth @@ -826,9 +826,9 @@ name & default\\\hline \begin{center} \bgroup - \def\myline#1{\psline[linecolor=red,linewidth=1pt]{#1}(0,1ex)(1.3,1ex)}% + \def\myline#1{\psline[linecolor=red,linewidth=0.5pt,arrowscale=1.5]{#1}(0,1ex)(1.3,1ex)}% \psset{arrowscale=1.5} - \begin{tabular}{cp{1.8cm}l}% + \begin{tabular}{c@{\qquad}p{3cm}l}% Value & Example & Name \\[2pt]\hline \verb/-/ & \myline{-} & None\\ \verb/<->/ & \myline{<->} & Arrowheads.\\ @@ -849,6 +849,12 @@ name & default\\\hline \verb/|>-<|/ & \myline{|>-<|} & T-bars and reverse arrows.\\ \verb/h-h|/ & \myline{h-h} & left/right hook arrows.\\ \verb/H-H|/ & \myline{H-H} & left/right hook arrows.\\ + \verb/v-v|/ & \myline{v-v} & left/right inside vee arrows.\\ + \verb/V-V|/ & \myline{V-V} & left/right outside vee arrows.\\ + \verb/f-f|/ & \myline{f-f} & left/right inside filled arrows.\\ + \verb/F-F|/ & \myline{F-F} & left/right outside filled arrows.\\ + \verb/t-t|/ & \myline{t-t} & left/right inside slash arrows.\\[5pt] + \verb/T-T|/ & \myline{T-T} & left/right outside slash arrows.\\ \end{tabular} \egroup \end{center} @@ -913,6 +919,7 @@ is like the one described in the old PSTricks manual. \end{center} + \clearpage \subsection{\texttt{hookarrow}} \begin{LTXexample} @@ -1429,6 +1436,74 @@ These examples also need the package \verb|pst-node|. \end{pspicture} \end{LTXexample} + +\subsection{Special arrows \texttt{v--V},\texttt{t--T}, and \texttt{f--F}} + +Possible optional arguments are + +\psset{linecolor=black} + +\begin{center} +\begin{tabular}{l|l} +name & meaning\\\hline +\verb|veearrowlength| & default is 3mm\\ +\verb|veearrowangle| & default is 30\\ +\verb|veearrowlinewidth| & default is 0.35mm\\ +\verb|filledveearrowlength| & default is 3mm\\ +\verb|filledveearrowangle| & default is 15\\ +\verb|filledveearrowlinewidth| & default is 0.35mm\\ +\verb|tickarrowlength| & default is 1.5mm\\ +\verb|tickarrowlinewidth| & default is 0.35mm\\ +\end{tabular} +\end{center} + + +\begin{LTXexample}[width=4cm] +\psset{unit=5mm} +\begin{pspicture}(4,6) + \psset{dimen=middle,arrows=c-c, + arrowscale=2,linewidth=.25mm} + \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) +\end{pspicture} +\end{LTXexample} + + +\begin{LTXexample}[width=4cm] +\psset{unit=5mm} +\begin{pspicture}(4,6) + \psset{dimen=middle,arrows=c-c, + arrowscale=2,linewidth=.25mm} + \psline[linecolor=red,linewidth=.05mm](0,0)(0,6) + \psline[linecolor=red,linewidth=.05mm](4,0)(4,6) + \psline{f-f}(0,6)(4,6) + \psline{f-F}(0,4)(4,4) + \psline{F-f}(0,2)(4,2) + \psline{F-F}(0,0)(4,0) +\end{pspicture} +\end{LTXexample} + + +\begin{LTXexample}[width=4cm] +\psset{unit=5mm} +\begin{pspicture}(4,6) + \psset{dimen=middle,arrows=c-c,linewidth=.25mm} + \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) +\end{pspicture} +\end{LTXexample} + + + + \clearpage %-------------------------------------------------------------------------------------- \section{\CMD{psFormatInt}} @@ -1803,7 +1878,7 @@ This is nearly the same macro as \verb|\psline| from the main \pnode{C}\verb|pst \begin{LTXexample} -\raggedright This macro makes only sense when connecting two ''invisible`` nodes, +\RaggedRight This macro makes only sense when connecting two ''invisible`` nodes, like this connection from here\pnode{D}\pclineII{->}(D)(C){} to the above word \verb|pstricks|. \end{LTXexample} @@ -6741,6 +6816,7 @@ PostScript uses the stack system and the LIFO system, "'Last In, First Out"`. {Hendri Adriaens | } {Martin Chicoine | } {Ulrich Dirr | } +{Christophe Fourey | } {Hubert G\"a\ss lein |} {Denis Girou | } {Peter Hutnick | } @@ -6758,7 +6834,7 @@ PostScript uses the stack system and the LIFO system, "'Last In, First Out"`. \nocite{*} \bgroup -\raggedright +\RaggedRight \bibliographystyle{plain} \bibliography{pstricks-add-doc} \egroup |