在我如何才能自动调整方程式以使其显示在整个页面中?(缩放到方程式,这存在吗?)我询问如何才能改变方程的大小。
似乎什么都没起作用。但问题是我使用的是 latex (Kile) 并在 dvi 中看到结果。当我按照 @Hooked 的建议使用 pdflatex 时,我在 pdf 中获得了良好的结果。
为什么?为什么我不能使用 dvi?或者如果我可以使用 dvi,该怎么办?
下面的代码生成了这个(使用 latex 和 dvi):
当正确的时候是这样的(可能使用pdflatex):
\documentclass[landscape, 12pt]{report}
\usepackage{graphicx}
\pagestyle{empty}
\begin{document}
\noindent Here is some text
\begin{equation}
\resizebox{1.0 \textwidth}{!}
{
$ a + b $
}
\end{equation}
and here is some more.
\end{document}
答案1
我认为是你的DVI-viewer的问题。也许是字体的问题。
我尝试用 LaTeX 编写您的代码,dvi 文件看起来与您的 pdf 示例非常相似(调整大小框内的文本看起来有点颗粒感)。
我用dvipdfmx转换了dvi(这里不能导入dvi),结果是: