Tagged Questions
5
votes
1answer
186 views
Require a certain (or later) version of a package?
Is there a way to enforce that a certain version, or a later version, of a package is loaded when building the document? I've found that compiling a document on another platform, where the package ...
2
votes
1answer
358 views
datetime and datenumber package conflict?
Background
Trying to include a date two days in the future from when the content was generated.
Problem
The following results in an empty day name:
\usepackage{datetime}
\usepackage{datenumber}
% ...