blob: 9a61f188f73bc9676c3f6d66e8a6c351beb3d6af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% fixocgx.sty
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{expl3}
\ExplSyntaxOn
\msg_new:nnnn{fixocgx}{obsolete}{
This~package~is~obsolete~and~replaced~by~package~`ocgx2'.\\\\
Remove\\\\
\space\space\string\usepackage{ocgx}\\
\space\space\string\usepackage{fixocgx}\\\\
from~and~add\\\\
\space\space\string\usepackage{ocgx2}\\\\
to~the~document~preamble.
}{
Read~the~manual~(`texdoc~ocgx2')~for~further~information.
}
\msg_error:nn{fixocgx}{obsolete}
\ExplSyntaxOff
|