[lltx] fontspec/keyval clash

Reinhard Kotucha reinhard.kotucha at web.de
Fri Dec 28 04:23:39 CET 2012


FCC: ~/.Mail/sent-mail
Reply-to: reinhard.kotucha at web.de
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:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------


More information about the lualatex-dev mailing list