Brian Downing bdowning@lavos.net writes:
I just ran into the same stack overflow that's happening in Slime's manual on some of my own stuff. It turns out what my problem was is that pdfTeX really does not like whatever it is that TeXinfo generates for @macro output living in chapter and section titles. If I replaced my @FOOBAR{} with @acronym{FOOBAR} - only in chapter and section titles
- it ran through fine.
Helmut did this for the SLIME manual. At first it still didn't work for me, but now it's fine after upgrading the 'tetex' package.
-Luke