I love the package. It is very user friendly. There are a couple of errors in the documentation (e.g., do not use \pstslash, but pstslash; also, it is not pstMarkSegment but rather \pstSegmentMark.) I put a sample code of what I did for one problem. Use the \usepackage{eucl}
Code: Select all
\pstTriangle(0,-2){A}(0,2){B}(5,0){C}
\pstMiddleAB[PointSymbol=none]{A}{B}{E}
\pstMiddleAB[PointSymbol=none]{B}{C}{D}
\pstMiddleAB[PointSymbol=none,PosAngle={-90}]{A}{C}{F}
\pstSegmentMark[SegmentSymbol=pstslash]{A}{E}
\pstSegmentMark[SegmentSymbol=pstslash]{B}{E}
\pstLineAB[linecolor=blue]{A}{D}
\pstLineAB[linecolor=blue]{B}{F}
\pstLineAB[linecolor=blue]{C}{E}
\pstSegmentMark[SegmentSymbol=pstslashh]{A}{F}
\pstSegmentMark[SegmentSymbol=pstslashh]{C}{F}
\pstSegmentMark[SegmentSymbol=pstslashhh]{B}{D}
\pstSegmentMark[SegmentSymbol=pstslashhh]{C}{D}
Nick