I have my own personal style file that I use for exams. It keeps track of points each question is worth and prints a grading table on the front page, automatically adding all points for the total. It works slightly different than the point table in exam.sty, or I would use that.
Anyway, when I upgraded to MacTeX 2011, I started getting the following error:
./M113F10E1.tex:25: Undefined control sequence.
\rc@set ...safe@activestrue\endcsname \rc@refused
{#4}\expandafter \rc@@set ...
l.25 \PointTable{1}
\nextpage
\PointTable is my command to create the grade table. The system indicates it is hanging at rc@refused. The control sequence above is not in my style file, so I assume it must be in one of the style files that I require. My style file uses calc, comment, ifthen, refcount and tabls.
Has anyone seen this? Can anyone point where to look? I'd rather not post my style file as its pretty long. It's also been years since I've messed with it (the code originally came from somewhere else before I tweaked it). I've been meaning to update the package, but for now, I'd like to get it working again.
Hoping this isn't a stupid question.
\listfilesat the beginning and compare the logs of both documents you might find out whether one of the dependent packages has changed. The\rc@...macros are defined by therefcountpackage which was last updated Dec 2010. – Alan Munn Oct 26 '11 at 19:20