* Marcus Frings (2010-09-07) writes: > * Ralf Angeli <[email protected]> wrote: > >> Then it might load doc.sty or at least have a "doc" string somewhere in >> a \usepackage macro. > > No, neither it loads doc.sty nor is there any "doc" string in any of my > \usepackage macros.
One last candidate might be "ltxdoc". > I can send you the result of \listfiles if you > wanted to further investigate this. The \listfiles output would not help much. AUCTeX looks at the source code to determine which style support to activate, not at the LaTeX output. Something in your file triggers the activation of the shortvrb support. This does not necessarily have to be in the mandatory arguments of \usepackage macros, but could be something else the parser picks up. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
