summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-31 23:43:51 +0000
committerKarl Berry <karl@freefriends.org>2006-12-31 23:43:51 +0000
commit076715feb370ff031fe1f9111d723331670a385e (patch)
treefccd642e5c16d8b6c7703493058cb3db76c848e8 /Master/texmf-dist/doc/generic
parente7c5a338a8a39e0964862cc028a9cef4c7ccf6e8 (diff)
pstricks-add update
git-svn-id: svn://tug.org/texlive/trunk@3074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex31
1 files changed, 8 insertions, 23 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 c499d008619..6d472d25700 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
@@ -335,24 +335,6 @@ It makes some sense to define a new macroname in the preamble to use it througho
\pst@absdim{4sp}\absDim \the\absDim
\makeatother
\end{LTXexample}
-%
-\subsection{Reading angle values}
-By default \PST\ checks the input value of angles. With the optional argument
-\verb+angleCheck+ this internal check can be disabled. Then \PST\ passes the
-input straight to \PS\ and it is possible to do some calculating by using
-\PS\ code.
-
-\begin{LTXexample}[width=4cm]
-\def\angleA{0 }% space after value
-\def\angleB{45 }
-\begin{pspicture}(4,3)
-\psarc[angleCheck=false,linecolor=red,showpoints=true]%
- (0,0){3}{ \angleA }{ \angleB 0.5 mul 30 add }
-\end{pspicture}
-\end{LTXexample}
-
-Without disabling the angle check, the above code causes an error because
-of the second argument, which is not a correct angle value.
%--------------------------------------------------------------------------------------
\section{Dashed Lines}
@@ -2229,7 +2211,8 @@ and \verb+angle+.
%--------------------------------------------------------------------------------------
\section{\CMD{psParallelLine}}
%--------------------------------------------------------------------------------------
-With this macro it is possible to plot lines relative to a given one, which is parallel. There is no special parameter here.
+With this macro it is possible to plot lines relative to a given one, which is parallel.
+There is no special parameter here.
\begin{verbatim}
\psParallelLine(<P0>)(<P1>)(<P2>){<length>}{<end node name>}
\psParallelLine{<arrows>}(<P0>)(<P1>)(<P2>){<length>}{<end node name>}
@@ -2310,9 +2293,10 @@ point. The syntax is
\bigskip
-The \CMD{psLCNode} macro builds the linear combination of the two given vectors and stores the end of
+The \CMD{psLCNode} macro builds the linear combination of the two given
+vectors and stores the end of
the new vector as a node. All vectors start at $(0,0)$, so a \verb+\rput+ maybe appropriate.
- The syntax is
+The syntax is
%
\begin{verbatim}
\psLCNode(P1){value 1}(P2){value 2}{Node name}
@@ -2480,7 +2464,8 @@ It will be overwritten when another package or a user defines
\clearpage
%--------------------------------------------------------------------------------------
-\subsection[\texttt{algebraic}]{\texttt{algebraic}\footnote{This part is adapted from the package \texttt{pst-eqdf}, written by Dominique Rodriguez.}}
+\subsection[\texttt{algebraic}]{\texttt{algebraic}\footnote{This part is adapted
+ from the package \texttt{pst-eqdf}, written by Dominique Rodriguez.}}
%--------------------------------------------------------------------------------------
By default the function of \verb+\psplot+ has to be described in Reversed Polish Notation.
The option \verb+algebraic+ allows to do this in the common algebraic notation. E.g.:
@@ -6675,4 +6660,4 @@ See file Changes
%\lstinputlisting{pstricks-add.tex}
-\end{document}
+\end{document} \ No newline at end of file