FCC: ~/.Mail/sent-mail
Reply-to: [email protected]
FCC: ~/.Mail/folders/sent-mail

Hi,
the following works with LuaTeX:

 \documentclass{minimal}
 \RequirePackage[final]{graphicx}
 \RequirePackage{fontspec}
 \stop

However, if load fontspec before graphicx 

 \documentclass{minimal}
 \RequirePackage{fontspec}
 \RequirePackage[final]{graphicx}
 \stop

I get

  ! LaTeX Error: Option clash for package graphicx.

It seems that fontspec screws up the keyval package somehow.

Regards,
  Reinhard

-- 
----------------------------------------------------------------------------
Reinhard Kotucha                                      Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover                              mailto:[email protected]
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------

Reply via email to