[pstricks] Curve

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Wed Nov 10 06:57:48 CET 2004


christophe Poulain wrote:

> When I have
> 
>  A   B
> ---=---
>  C   D
> 
> I would like drawing a curve who do the path C-B-A-D (with a arrow when
> she arrive to D)
> 
> How I make that ?

\documentclass[12pt]{article}
\usepackage{pstricks}
\usepackage{pst-node}
\SpecialCoor

\begin{document}

\Huge
\[
\frac{\rnode{A}{A}}{\rnode{C}{C}} = \frac{\rnode{B}{B}}{\rnode{D}{D}}
\]
\pscurve{->}([nodesep=0.1]C)(B)(A)([nodesep=-0.75]D)

\end{document}


Herbert


-- 
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes




More information about the PSTricks mailing list