[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS texinfo.tex: @anchor{...-...}
From: |
Akim Demaille |
Subject: |
Re: CVS texinfo.tex: @anchor{...-...} |
Date: |
Wed, 26 Nov 2003 17:42:57 +0100 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
> well, perhaps we should say @anchor cannot contain macro parameter.
> Or perhaps we should rework macro parameters so that they work
> similarily to \expandablevalue.
It is independent of macros.
It's @example that is guilty.
/tmp % eof anchor.texi nostromo 17:41
: -------------------- anchor.texi ----------------------
cat > anchor.texi << \EOF
\input texinfo @c -*-texinfo-*-
@setfilename benoit
@settitle benoit
@ifnottex
@node Top
@top TITLE
@end ifnottex
@example
@anchor{Example 1}
@end example
@bye
EOF
: ------------------------------------------------------------
/tmp % rm anchor.aux ; texi2dvi anchor.texi; texi2dvi anchor.texi
This is TeXk, Version 3.14159 (Web2C 7.4.5)
file:line:error style messages enabled.
(/tmp/anchor.texi (/usr/local/share/texmf/tex/texinfo.tex
Loading texinfo [version 2003-11-24.06]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, footnotes, figures,
(/usr/share/texmf/tex/generic/dvips/epsf.tex) localization,
and turning on texinfo input format.) [1] )
Output written on anchor.dvi (1 page, 140 bytes).
Transcript written on anchor.log.
This is TeXk, Version 3.14159 (Web2C 7.4.5)
file:line:error style messages enabled.
(/tmp/anchor.texi (/usr/local/share/texmf/tex/texinfo.tex
Loading texinfo [version 2003-11-24.06]: Basics, pdf, fonts, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, footnotes, figures,
(/usr/share/texmf/tex/generic/dvips/epsf.tex) localization,
and turning on texinfo input format.) (./anchor.aux
./anchor.aux:1: Missing @endcsname inserted
./anchor.aux:2: Missing @endcsname inserted
./anchor.aux:3: Undefined control sequence
) [1] )
(see the transcript file for additional information)
Output written on anchor.dvi (1 page, 140 bytes).
Transcript written on anchor.log.
/home/akim/bin/texi2dvi: tex exited with bad status, quitting.
/home/akim/bin/texi2dvi: see anchor.log for errors.