Rework \@advisor to use scratch \count@ instead of advisor@loop.
authorW. Trevor King <wking@drexel.edu>
Fri, 21 May 2010 13:47:22 +0000 (09:47 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 21 May 2010 13:47:22 +0000 (09:47 -0400)
commit7e95fdaaf62559acc26a512be94de91982465681
tree9428d84360cf7c2c77e4efb783b8391d7cf3f763
parenta5afc8cadd76df1cf5c9a9eee7f650144e36f471
Rework \@advisor to use scratch \count@ instead of advisor@loop.

I thought the end of the group would deallocating my advisor@loop
counter.  I was wrong :p.  Turns out deallocating counters in (La)TeX
is hard (see the localloc package for details).  The easier solution
is to use scratch counters, which led to a few of LaTeX -> TeX
adjustments.  Anyhow, now I don't waste a counter running \@advisor.

Also corrected a typo in the documentation: \@advisor is used by the
abstract environment, not \maketitle.
drexel-thesis.dtx