Search found 2 matches
- Mon May 19, 2014 3:02 pm
- Forum: General
- Topic: A conflict between cleveref and a publisher sty file
- Replies: 1
- Views: 2559
Re: A conflict between cleveref and a publisher sty file
The problem has solved by loading cleveref before the publisher's .sty file
- Thu May 15, 2014 9:28 pm
- Forum: General
- Topic: A conflict between cleveref and a publisher sty file
- Replies: 1
- Views: 2559
A conflict between cleveref and a publisher sty file
A publisher's .sty file defines an appendix command:
%NEW MACRO TO HANDLE APPENDICES
\newcounter{appendixc}
\newcounter{subappendixc}[appendixc]
\newcounter{subsubappendixc}[subappendixc]
\renewcommand{\thesubappendixc}{\Alph{appendixc}.\arabic{subappendixc}}
\renewcommand{\thesubsubappendixc ...
%NEW MACRO TO HANDLE APPENDICES
\newcounter{appendixc}
\newcounter{subappendixc}[appendixc]
\newcounter{subsubappendixc}[subappendixc]
\renewcommand{\thesubappendixc}{\Alph{appendixc}.\arabic{subappendixc}}
\renewcommand{\thesubsubappendixc ...