I'd like to cut the line AC at the point p by a perpendicular line.
\documentclass{article}
\usepackage{xypic}
\begin{document}
\xymatrix{
& B\ar @{-}[d] &\\
A\ar @{-}[rr]_{P} & & C
}
\end{document}
|
I'd like to cut the line AC at the point p by a perpendicular line.
|
|||||||||
|
|
To extend the vertical line down to the line AC, use the arrow adjustment facility placing
Such adjustments are described in Section 2.6 of the xypic User guide with something like this set as an exercise. |
|||
|
|