我在 ubuntu 中使用 TeXLive 2016。当我运行代码时,每行都会收到此消息:
Underfull \hbox (badness 10000) has occurred while \output is active
它会生成一个大小为 0 字节的 pdf。
此代码在没有以下行的情况下运行良好:
\def\@oddhead{%
\begin{RTL}%group
\psset{unit=1cm}%
\rput[tl](-4.5,2.5){\includegraphics{t1.pdf}}%
\end{RTL}%group
}
有什么问题?
答案1
\hfill
在最后添加}
宏\@oddhead
必须填充整个页面头部到\textwidth
pstricks 构造的整个宽度(为什么 pstricks 在那里?)是一个固定宽度的框,因此您需要在之后添加一些可拉伸的白色空间。