This question already has an answer here:
I am trying to draw the following figure in trying to typeset the lattice diagram of the semidihedral group or order 16. Here is my tex code.
\documentclass[11pt]{amsart}
\usepackage[all]{xypic}
\begin{document}
\begin{displaymath}
\xymatrix{
&&&& G \ar@{-}[dl] \ar@{-}[d] \ar@{-}[dr] \\
&&& A \ar@{-}[dl] \ar@{-}[d]\ar@{-}[dr]& B \ar@{-}[d]&C \ar@{-}[dl] \ar@{-}[d]\ar@{-}
[dr] \\
&&D \ar@{-}[dll] \ar@{-}[dl] \ar@{-}[drr] & E \ar@{-}[dl]|!{[dl];[l]}\hole \ar@{-}[d] \ar@{-}[dr] & F \ar@{-}[d] & H & I \\
J \ar@{-}[drrrr] &K \ar@{-}[drrr]&L \ar@{-}[drr]& M \ar@{-}[dr]& N \ar@{-}[d] \\
&&&& F}
\end{displaymath}
\end{document}
I want EL to have a hole when it crosses DN and I want EM to have a hole when it crosses DN. How do I achieve this?
Thanks for your time.
{}button :) – cmhughes Feb 8 at 5:29{[d];[r]}is the intersection line. – canaaerus Feb 8 at 6:09