我有一个文档,在 Windows 上使用 MikTeX 排版很好。我在 Ubuntu 上尝试了相同的源,但出现了错误:
! Package xwatermark Error: No page specifier for watermark:
||{\fontspec {Georgia}Confidential.}||.
See the xwatermark package documentation for explanation.
Type H <return> for immediate help.
与水印相关的部分是这样的:
\newwatermark[allpages,textcolor=gray!35,
fontsize=1.5cm,textangle=60]{{\fontspec{Georgia}Confidential.}}
xwatermark 版本似乎是 2012 年 2 月 1.5.2a。
这是一个已知问题吗?有解决方法吗?
更新
这是 Ubuntu Raring,以防万一。
更新2
简化的完整测试用例:
\documentclass[]{article}
\usepackage{xcolor}
\usepackage[printwatermark]{xwatermark}
\newwatermark[allpages,textcolor=gray!35,
fontsize=1.5cm,textangle=60]{{Confidential.}}
\title{Title}
\author{Václav Zeman}
\date{2013-05-31}
\begin{document}
\maketitle
\end{document}
更新 3
我已向 Ubuntu 提交了问题报告:https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1186407