Search found 2 matches

by mzzxx11
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
by mzzxx11
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 ...