texi2html-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-bug] macro expansion again


From: Graham Percival
Subject: [Texi2html-bug] macro expansion again
Date: Mon, 01 Oct 2007 16:17:50 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Thanks for the quick fix! I'm afraid that my example was a little bit too small (when it comes to accepting/rejecting lilypond bug reports, I'm a nutcase about having minimal examples). We use the @q{} macro to create curly quotes, as in the example at the bottom of this email.

makeinfo --html produces this:
------
<p>Hi, my name is &lsquo;Graham&rsquo;.
------

(with no closing <p> tag, naughty naughty! :)


whereas texi2html CVS produces this:

-------
<p>Hi, my name is &lsquo;Graham&rsquo;
.
</p>
-------

The latter one obviously looks like `Graham' .


Thanks again for the quick fix!
- Graham

---------example bug code
\input texinfo
@node Top
@top Example

@menu
* Chapter one::
@end menu

@contents

@macro q{TEXT}
@html
&lsquo;\TEXT\&rsquo;
@end html
@end macro

Hi, my name is @q{Graham}.

@node Chapter one
@chapter Chapter one

@bye









reply via email to

[Prev in Thread] Current Thread [Next in Thread]