Kevin D. Smith
2007-10-04 19:58:07 UTC
I am running the following code in latex then using dvipng 1.9 to
generate an image. You'll see in the attached image that there are
breaks in the first four brackets. I've tried various quality levels
as well as different DPIs, but I just can't get them to go away. Do
you have any suggestions?
\documentclass{article} \renewcommand{\rmdefault }{ptm} \usepackage
{mtpro2} \makea
tletter
\@ifundefined{plasTeXimage}{\newenvironment{plasTeXimage}[1]{\vfil
\break\plasTeXre
gister\thispagestyle{empty}\def\@eqnnum{}\ignorespaces}{}}{}
\@ifundefined{plasTeXregister}{\def\plasTeXregister{\parindent=0pt
\ifhmode\hrule\e
lse\vrule\fi height 2pt depth 0pt width 2pt\hskip2pt}}{}
\begin{document}
\begin{plasTeXimage}{images/img-0001.png}
\[ \left[ \begin{array}{r} w \\ x \\ y \\ z \\ \end{array}\right] =
\left[ \begin
{array}{rrr} 1 & 1 & 1 \\ 1 & 1 & -1 \\ 1 & -1 & 1 \\ 1 & -1
& -1 \end{arr
ay}\right] \left[ \begin{array}{c} \beta _0\\ \beta _1\\ \beta _2 \end
{array}\righ
t] \]
\end{plasTeXimage}
\end{document}\endinput
generate an image. You'll see in the attached image that there are
breaks in the first four brackets. I've tried various quality levels
as well as different DPIs, but I just can't get them to go away. Do
you have any suggestions?
\documentclass{article} \renewcommand{\rmdefault }{ptm} \usepackage
{mtpro2} \makea
tletter
\@ifundefined{plasTeXimage}{\newenvironment{plasTeXimage}[1]{\vfil
\break\plasTeXre
gister\thispagestyle{empty}\def\@eqnnum{}\ignorespaces}{}}{}
\@ifundefined{plasTeXregister}{\def\plasTeXregister{\parindent=0pt
\ifhmode\hrule\e
lse\vrule\fi height 2pt depth 0pt width 2pt\hskip2pt}}{}
\begin{document}
\begin{plasTeXimage}{images/img-0001.png}
\[ \left[ \begin{array}{r} w \\ x \\ y \\ z \\ \end{array}\right] =
\left[ \begin
{array}{rrr} 1 & 1 & 1 \\ 1 & 1 & -1 \\ 1 & -1 & 1 \\ 1 & -1
& -1 \end{arr
ay}\right] \left[ \begin{array}{c} \beta _0\\ \beta _1\\ \beta _2 \end
{array}\righ
t] \]
\end{plasTeXimage}
\end{document}\endinput