Elverion Faegir wrote: > I'm writing a huge document (a report) and I put some footnotes. > My number of footnotes is exceeding 10, so I normally won't be able to use > the symbols but I would like to use them. > Therefore, I'm using the 'perpage' package to reset the footnote counter to > 1 at every page. I thought that I could bypass the symbol limit that way. > But when I compile (with pdflatex), it says that there are too much > footnotes and not enough symbols.
You could try \usepackage[perpage,symbols*]{footmisc} instead. Jürgen