I would like to create a lozenge diagram with the package \xymatrix.
Here is the code I wrote :
\[\xymatrix{
& M\ar@{-}[ld]^{n}_{G} \ar@{-}[rd]^{m^2}& \\
H\ar@{-}[rd]^{m^2} && Z(M)\ar@{-}[ld]^{n}_{G} \\
& K& \\
}\]
And here is the result.
I would like to know how to make it more beautiful : it looks like that the right part of the lozenge is longer than the left part. Thank you for your help !



Z\rlap{(M)}. Not elegant solution, but satisfactory one. – Sigur Apr 11 '22 at 10:16