[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with groff.texi: @ref{} in PDF and HTML fomats
From: |
Werner LEMBERG |
Subject: |
Re: problem with groff.texi: @ref{} in PDF and HTML fomats |
Date: |
Sun, 26 Apr 2020 10:33:39 +0200 (CEST) |
> HTML output:
>
> A complete listing of all built-in registers can be found in see
> Register Index.
>
> Here, the "see" is superfluous. This could be attributed to misuse
> of the @ref macro in the source,
Yes.
> but then we have...
>
> PDF output:
>
> A complete listing of all built-in registers can be found in see
> tie E [Register Index], page 235.
>
> Appendix E is the correct reference but the injected "tie" screams
> out to me a mal-expanded @tie{} macro.
Copy the newest version of file `texinfo.tex` (for example, taken from
the `texinfo` git repository) to the same directory as `groff.texi`,
do a `make clean` and repeat the build of the PDF file. Maybe this
fixes it – if yes, you have an outdated or buggy `texinfo.tex`
somewhere in your TeX input file path.
Werner