Tagged Questions
12
votes
2answers
139 views
Load different options depending on package version
Is there any possibility to load a package with different options depending on the version of the package?
The command
\@ifpackagelater{package}{date}{true}{false}
only works if the package is ...