purpose package that I input into all my files, the other is a special purpose
one used just for one document. I want to be able to check in the latter
package to see if the counter has been defined. That is, I'd like to do
something like
Code: Select all
\ifx\mycounter\undefined
\newcounter{mycounter}
\fi
Any advice would be most appreciated