[XeTeX] bidi & xwatermark are broken

Arthur Reutenauer arthur.reutenauer at normalesup.org
Wed Jun 12 12:42:19 CEST 2013


	Hello,

  I can confirm that with TeX Live 2013 pretest.  The problem is that
xwatermark needs hyperref but postpones it inclusion until the end of
the preamble, and that bidi wants to be loaded last, as you can see from
the error message.  Hence both packages fight to be included last.

  I can work around the problem by explicitly loading hyperref just
before xwatermark:

	\usepackage{hyperref}
	\usepackage{xwatermark,loops}
	...
	\usepackage[RTLdocument]{bidi}

  Hope this helps.

	Best,

		Arthur


More information about the XeTeX mailing list