>> I am going to try to make a couple of changes to texinfo.tex and will >> post back. > > I have committed the change at the end of this message. > > It turns off hyphenation but allows breaking at spaces. It no > longer obeys line endings.
Perfect, thanks a lot for the quick fix! > I checked the output for LaTeX (with texi2any --latex): > > First, the output was wrong: [...] > > and the first @ terminated the \verb, making the arguement "foo" > only. [...] > Apparently line breaks inside LaTeX \verb are forbidden completely. Hmm. Because the code gets translated from Texinfo to LaTeX it should be possible to simply use `\texttt` (or something similar) with properly escaped characters, no? Werner