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


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to