help-texinfo
[Top][All Lists]
Advanced

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

Re: separated HTML/TeX/texinfo code trouble


From: Patrick Guio
Subject: Re: separated HTML/TeX/texinfo code trouble
Date: Mon, 20 Jan 2003 14:28:27 +0100 (MET)

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 address@hidden
> (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





reply via email to

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