I want to change the definition of footnotes in order to be able to change the footnote symbol for some footnotes (the footnotes corresponding to the authors of a paper). I tried the recommendation of the first answer of this thread: Make all footnotes numbered subsequently, but one with a symbol
I use the Dissertate class (https://github.com/suchow/Dissertate) and there this code doesn't work, since Latex complains about the use of \@:
Use of \@ doesn't match its definition.
\makeatletter...\makeatother? You could make the change in an own package file -- you don't need\makeatletter...\makeatotherthen – Jan 11 '16 at 17:01\@xfootnote,\makeatletterand\makeatotherare required. – barbara beeton Jan 11 '16 at 17:02dissertateclass instead ofarticle, I get no error. Can you show a minimal example? However, the footnotes are not numbered with that class, so I don't understand what you're doing. – egreg Jan 11 '16 at 17:11