> From: Bruce Korb <[EMAIL PROTECTED]>
> Date: Sun, 30 Sep 2001 16:49:00 -0700
> 
> > "Gary V. Vaughan" wrote:
> > 
> > > > "ifnohtml" is not documented.
> > >
> > > Sure it is.
> > 
> > No, it is not documented where I was looking for it.  :-)
> > I found it by grepping the info doc.
> 
> Documented, but non-functional.  :-(

>From what I've seen, you are using @ifhtml incorrectly: it is not for
injecting raw HTML into the output.  For the latter, use the
@html..@end html construct, exactly like you would use @tex..@end tex
for raw TeX.

@ifhtml is for the part of the Texinfo source that should only be
processed when producing HTML output (under the --html command-line
switch).  But the text inside @ifhtml..@end ifhtml is still subject to
processing and conversion, because makeinfo assumes it's a Texinfo
source, not HTML.

By contrast, what you put inside @html..@end html is copied verbatim
into the output.

If this is somehow unclear from the Texinfo manual, please tell which
parts of the manual confused you.  AFAICS, it explains what I tell
above.

If I misunderstand the problem, please post a short Texinfo fragment
and the output generated by makeinfo from that fragment, and point out
which parts you think are generated incorrectly.

_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to