You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #46: This might be a frequent source of error.
Instead of using \usepackage[yyy]{xxx}, use \PassOptionsToPackage{yyy}{xxx}\usepackage{xxx} internally for the defaults. A simple logic could be employed to replace this during run time, too.
The text was updated successfully, but these errors were encountered:
As per #46: This might be a frequent source of error.
Instead of using
\usepackage[yyy]{xxx}
, use\PassOptionsToPackage{yyy}{xxx}\usepackage{xxx}
internally for the defaults. A simple logic could be employed to replace this during run time, too.The text was updated successfully, but these errors were encountered: