14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
|
% Provides warnings that are escalated to errors when a flag is set
|
||
|
%%
|
||
|
|
||
|
%%
|
||
|
% Define \tenerr to escalate to errors
|
||
|
%%
|
||
|
|
||
|
\expandafter\ifx\csname tenerr\endcsname\relax
|
||
|
\let\PackageTenativeError\PackageWarning
|
||
|
\else
|
||
|
\let\PackageTenativeError\PackageError
|
||
|
\fi
|
||
|
|