Section 19.2 of the manual says that backslashes in macro arguments need to
be
escaped as \\. This works fine for info and HTML generation, but when using
texi2pdf, I get \\!I am not surprised. Can you use texi2pdf -E to do the expansion with makeinfo before TeX sees it? (It could well cause other problems, but that's the easiest answer if it works.) Thanks for the report. k
