easybmat matrices dotted lines
I use the easybmat package to typeset some block matrices as follows, where the rows are separated by dotted lines. For some reason, the dotted lines don't always come out right. For example the following MWE:
\documentclass{standalone}
\usepackage{easybmat}
\begin{document}
$\left[
\begin{BMAT}(@){c}{c.c}
A \\ B
\end{BMAT}\right]$
\end{document}
renders as:
Notice the extra long right-most dot? The unequal-sized dots are pdf viewer artifacts that may be ignored, but the right-most "dot" really looks ugly in print. Does anyone here know how to fix this?
I use the easybmat package to typeset some block matrices as follows, where the rows are separated by dotted lines. For some reason, the dotted lines don't always come out right. For example the following MWE:
\documentclass{standalone}
\usepackage{easybmat}
\begin{document}
$\left[
\begin{BMAT}(@){c}{c.c}
A \\ B
\end{BMAT}\right]$
\end{document}
renders as:
Notice the extra long right-most dot? The unequal-sized dots are pdf viewer artifacts that may be ignored, but the right-most "dot" really looks ugly in print. Does anyone here know how to fix this?
No comments:
Post a Comment