TeX Live 更新后的问题

TeX Live 更新后的问题

代码

考虑以下示例。

\documentclass{article}

\usepackage{graphicx}
\usepackage{pstricks}

\begin{document}

\fbox{\begin{pspicture}(10,10)
  \rput(5,5){\includegraphics[height = 0.1\textheight]{smiley.jpg}}
\end{pspicture}}

\end{document}

我正在使用 进行编译xelatex

输出

截图

问题

为什么图片(笑脸)没有位于中心,\fbox而是位于(0,0),我该如何解决这个问题?

前几天编文档的时候,一切正常。

先感谢您。

相关内容