On Mon, 20 Jan 2003, Karl Berry wrote:

>     generated code with texi2html (1.64)
>
> texi2html is not part of the Texinfo package; please report bugs with it
> to its maintainer, via [EMAIL PROTECTED]
> (See http://www.mathematik.uni-kl.de/~obachman/Texi2html/.)
>

Done!

> makeinfo --help processes your three tables ok.
>
> BTW, I suggest using
> @ifnottex
> @ifnothtml
>
> instead of
> @ifinfo
>
> Right now, your table will produce nothing for xml or docbook output.
>
>

I am not sure which syntax I should use any longer, is it

@tex
TeX code
@end tex
@html
HTML code
@end html
@ifnottex
@ifnothtml
otherwise
@end ifnothtml
@end ifnottex

or should I wrap around the @tex and @html commands with @if macros like

@iftex
@tex
TeX code
@end tex
@end iftex
@ifhtml
@html
HTML code
@end html
@end ifhtml
@ifnottex
@ifnothtml
otherwise
@end ifnothtml
@end ifnottex

Sincerely, Patrick



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

Reply via email to