> From: Graham Percival <[EMAIL PROTECTED]> > Date: Tue, 23 May 2006 14:42:46 -0700 > Cc: [email protected] > > Aha, I finally found it! texi2dvi -E got confused by this: > > @macro internalsref{NAME} > @vindex \NAME\ > @code{\NAME\} > @end macro > > ... > @itemize > ... > @b{ @internalsref{Fingering_engraver}} > ... > > This was expanded into > @b{ @vindex Fingering_engraver > @inforef{Fingering_engraver,,lilypond-internals} }
Does it help if you drop the @b around @internalsref? I don't think you could rely on this to work, since @vindex is supposed to be alone on its line. If you need to make something bold, do it inside the macro definition. _______________________________________________ Texinfo home page: http://www.gnu.org/software/texinfo [email protected] http://lists.gnu.org/mailman/listinfo/help-texinfo
