我尝试使用 pdfTex 将 .tex 中的一长串方程式转换为 .pdf。这些方程式是在数组环境中编写的,该数组环境跨越多页。pdfTex 并未创建包含整个方程式列表的 pdf 文件。相反,输出文件仅包含 2 页。第一页是空白的。第二页包含部分列表。
我如何才能获得包含整个方程式列表的 pdf 文件并避免出现空白页?谢谢。
\documentclass{report}
\usepackage[a6paper,margin=0pt,landscape]{geometry}
\begin{document}
\[
\begin{array}{ccl}
\frac {\mathrm{d}\left( {{\mathrm{[Test]}} \, \cdot \, {V}_{\mathrm{Test}} } \right) } {\mathrm{d}{t} } \; &=& \; { \, - \, \left( { {{K}_{\mathrm{("Test\;Test\;Test")}} \, \cdot \, {\mathrm{[Test]}} } \, \cdot \, \left( { {{B}_{\mathrm{("Test\;Test\;Test")}} \, + \, \frac {{\mathrm{v1}}_{\mathrm{("Test\;Test\;Test")}} \, \cdot \, {\mathrm{["Test"]}} } {{\mathrm{K1}}_{\mathrm{("Test\;Test\;Test")}} \, + \, {\mathrm{["Test"]}} } } \, + \, \frac {{\mathrm{v2}}_{\mathrm{("Test\;Test\;Test")}} \, \cdot \, {\mathrm{[Test]}} } {{\mathrm{K2}}_{\mathrm{("Test\;Test\;Test")}} \, + \, {\mathrm{[Test]}} } } \right) } \right) } \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
\; && \; { \, + \, {V}_{\mathrm{Test}} \, \cdot \, \left( { {{K}_{\mathrm{("Test\;Test\;Test")}} \, \cdot \, {\mathrm{[Test]}} } \, \cdot \, \left( {{B}_{\mathrm{("Test\;Test\;Test")}} \, + \, \frac {{v}_{\mathrm{("Test\;Test\;Test")}} \, \cdot \, \frac{\mathrm{"Test\;Total"}}{\mathrm{"Test\;Total"}} } {{\mathrm{K1}}_{\mathrm{("Test\;Test\;Test")}} \, + \, \frac{\mathrm{"Test\;Total"}}{\mathrm{"Test\;Total"}} } } \right) } \right) } \\
\; && \; { \, + \, {V}_{\mathrm{Test}} \, \cdot \, \left( { {{K}_{\mathrm{("Test\;Test\;Test")}} \, \cdot \, {\mathrm{[Test]}} } \, \cdot \, \left( {{B}_{\mathrm{("Test\;Test\;Test")}} \, + \, \frac {{v}_{\mathrm{("Test\;Test\;Test")}} \, \cdot \, \frac{\mathrm{"Test\;Total"}}{\mathrm{"Test\;Total"}} } {{\mathrm{K1}}_{\mathrm{("Test\;Test\;Test")}} \, + \, \frac{\mathrm{"Test\;Total"}}{\mathrm{"Test\;Total"}} } } \right) } \right) } \\
&& \\
\end{array}
\]
\end{document}