help-texinfo
[Top][All Lists]
Advanced

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

Re: @math and @findex trouble


From: Patrick Guio
Subject: Re: @math and @findex trouble
Date: Thu, 16 Jan 2003 18:28:36 +0100 (MET)

On Thu, 16 Jan 2003, Robert J. Chassell wrote:

>
>    \input texinfo @c -*-texinfo-*-
>    @c %**start of header
>    @setfilename math.info
>    @math{b_l \ldots b_h}
>    @bye
>
> That is an invalid Texinfo file.  I copied that text to `foo.texi';
> here are the results:
>

This is not a big point but thispiece of code works nicely for me now, I
get for makeinfo

% makeinfo --force --fill-column=70 --no-split --paragraph-indent=0
--verbose math.texi
makeinfo (GNU texinfo) 4.3
Making info file `math.info' from `math.texi'.

and for TeX

% texi2dvi math.texi
This is TeX, Version 3.14159 (Web2C 7.3.1)
(/mn/aurora/u3/patricg/texmath/math.texi (texinfo.tex
Loading texinfo [version 2003-01-12.11]: Basics, pdf, fonts, page
headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns,
macros,
cross references, (/usr/share/texmf/tex/plain/dvips/epsf.tex)
localization,
and turning on texinfo input format.) (math.aux) [1] )
Output written on math.dvi (1 page, 276 bytes).
Transcript written on math.log.

Everything is running smoothly and as expected  but I had to get the last
version of texinfo.tex.

I have another question regarding @if commands. I understand that I can do
such constructions

@iftex
TeX code
@end iftex

@ifhtml
HTML code
@end ifhtml

@ifinfo
texinfo code
@end ifinfo

which provides code for all three formats, but what if want to generate
for example man pages? Is there a "@ifman @end ifman" or somekind of
"@else" command ?

Sincerely,
Patrick





reply via email to

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