diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex index fa955a41e78..d4405c9af98 100644 --- a/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-eucl/pst-eucl-doc.tex @@ -232,15 +232,13 @@ A segment can be drawn using the \Lcs{ncline} command. However, for marking a segment there is the following command: \begin{BDef} -\Lcs{pstMarkSegment}\OptArgs\Largb{A}\Largb{B} +\Lcs{pstSegmentMark}\OptArgs\Largb{A}\Largb{B} \end{BDef} - - The symbol drawn on the segment is given by the parameter \Lkeyword{SegmentSymbol}. Its value can be any valid command which can be -used in math mode. Its default value is \Lkeyval{pstslashh}, +used in math mode. Its default value is \Lkeyval{MarkHashh}, which produced two slashes on the segment. The segment is drawn. Several commands are predefined for marking the segment: @@ -248,7 +246,7 @@ Several commands are predefined for marking the segment: \begingroup \psset{PointSymbol=none,PointName=none,unit=.8} \newcommand\Seg[1]{% - \Lcs{#1} \begin{pspicture}[shift=*](1.75,1) + \Lkeyval{#1} \begin{pspicture}[shift=*](1.75,1) \pstGeonode(0.3,.5){A}(1.7,.5){B}\pstSegmentMark[SegmentSymbol=#1]{A}{B} \end{pspicture}}% \begin{multicols}{3} @@ -268,7 +266,7 @@ Several commands are predefined for marking the segment: \end{multicols} \endgroup -The three commands of the family \nxLcs{MarkHash} draw a line whose inclination is +The three commands of the family \Lkeyval{MarkHash} draw a line whose inclination is controled by the parameter \Lkeyword{MarkAngle} (default is 45). Their width and colour depends of the width and color of the line when the drawing is done, ass shown is the next example. |