我可以使用像 TeX 那样的放大功能吗\magnification=2700
?还是只能使用 500 的倍数\magstephalf
,如\magstep1
等等?
答案1
是的,您可以使用任意数字,但请注意,磁阶跃基于 1.2 的幂,而不是 500 的倍数:
\def\magstephalf{1095 }
\def\magstep#1{\ifcase#1 \@m\or 1200\or 1440\or 1728\or 2074\or 2488\fi\relax}
\magstephalf
= $\sqrt{1.2}$ , \magstep2
=${1.2}^2$ 等等。
最初坚持使用已知尺寸的原因是它避免需要生成非标准尺寸的位图,但这些天您可能正在使用可缩放的 type1 版本的字体,即使没有,您也可能负担得起磁盘空间。