当将tex
代码转换为png
支持 TeX 的工具(如 Anki)的图像时,网上的一些方法建议使用该类,standalone
因为它具有修剪功能。使用 juststandalone
而不是article
(通常建议如此)会很快显示差异,例如在使用列表时。
但是,我们能期望一个单页的——article
通常在使用其内容时会起作用吗?
\documentclass[varwidth]{standalone}
或者,将其包装在盒子或之后minipage
,只需\documentclass{standalone}
?哪些 LaTeX 构造不起作用?
答案1
这个问题基本上可以归结为:在varwidth
同名包的环境中什么可以工作。幸运的是,该包记录了一些主要的 tex 构造类。
% This version works fine, but there are still many questions about
% how it would work best. Should there be a version that avoids the
% usual minipage formatting style?
%
% Numbered equations are not handled well, especially with leqno.
% AMSmath environments have not been tried, and undoubtedly fail.
%
% To do: Extend v-list wrappers to handle all e-TeX primitives.
% (pdfTeX too?)
% Capture marks and floats, propagating them out of the box
% Support numbered equations, including ams math.
%
除了上述文档中列出的内容外,该软件包对诸如\special
和之类的支持\pdfliteral
尚未针对新的 luatex 0.95/1.0 构造进行更新,例如\pdfextension literal