Tagged Questions
31
votes
3answers
487 views
Will LaTeX3 improve freedom of package ordering and reduce “options clash”?
A prefatory afterthought: you may think this question better asked on the LaTeX3 mailing list, but I believe there may be a more general interest in the rather Byzantine rules for package load order. ...
3
votes
1answer
182 views
LaTeX3 from Package Options to Class Options
Howdy please consider the following expample:
\RequirePackage{ expl3 , xparse , l3keys2e , xfrac }
\ProvidesExplPackage
{somewhat}
{2012/04/29}
{1}
{descrr}
...
7
votes
1answer
161 views
LaTeX3: \ProcessKeysOptions hangs while processing global (class) option
The code of the trivial package mypkg.sty below defines key draft. If draft is given as a class option, LaTeX hangs at the command \ProcessKeysOptions. This seems to be a bug. Or is there something ...