summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ocgx2/fixocgx.sty
blob: 256a71b2e07e0ce6cc94e84ac92ab379f99c8072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% fixocgx.sty
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{expl3}

\ExplSyntaxOn

\msg_interrupt:nnn{Package~`fixocgx':}{
  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.
}

\ExplSyntaxOff