我有以下 MWE
\documentclass{standalone}
\usepackage{psfrag}
\begin{document}
text
\end{document}
我使用latex
和dvipdf
。我有两台装有 MacTex-2016 的机器。我刚刚在机器 A 上更新了tlmgr
,MWE 生成了完整的 A4 页面。在机器 B 上,它生成了pdf
的大小text
(这正是我想要的)。以下是机器 A 日志中的不同行
LaTeX2e <2016/03/31> patch level 2
Package: graphics 2016/07/10 v1.0t Standard LaTeX Graphics (DPC,SPQR)
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
File: dvips.def 2016/07/10 v3.1a Driver-dependent file (DPC,SPQR)
以及来自机器B
LaTeX2e <2016/03/31>
Package: graphics 2016/05/09 v1.0r Standard LaTeX Graphics (DPC,SPQR)
File: graphics.cfg 2016/01/02 v1.10 sample graphics configuration )
File: dvips.def 2015/12/30 v3.0k Driver-dependent file (DPC,SPQR)
如何tlmgr
在机器 A 上使用降级graphics
?
答案1
添加\usepackage[nosetpagesize]{graphics}
\documentclass{standalone}
\usepackage[nosetpagesize]{graphics}
\usepackage{psfrag}
\begin{document}
text
\end{document}
另请参阅此错误报告https://bitbucket.org/martin_scharrer/standalone/issues/25/pagesize-special-clipping