[texinfo.tex 2022-12-19.22]
Consider this input file
```
\input texinfo
·
@bye
```
(the character is U+00B7, MIDDLE DOT). Only pdfTeX produces this
character; both XeTeX and LuaTeX silently discard it.
If you replace '·' with, say, 'Æ' (U+00C6, LATIN CAPITAL LETTER AE),
both XeTeX and LuaTeX
Gavin Smith wrote:
> On Wed, Dec 21, 2022 at 10:55:41PM -0700, arn...@skeeve.com wrote:
> > Hi.
> >
> > I have fixed that sidebar to be a subsection and made other changes
> > for LaTeX support. It's now integrated into the gawk-5.2-stable and
> > master branches in the gawk git repo.
> >
> > W
* tp/Texinfo/Common.pm: Implement
relate_index_entries_to_table_items, a transform that finds all
table terms and associates their indices with them, so that the
HTML backend generates a copyable anchor.
* tp/texi2any.pl: Invoke the new
relate_index_entries_to_table_items transform.
(formats_table)
On Wed, Dec 21, 2022 at 10:55:41PM -0700, arn...@skeeve.com wrote:
> Hi.
>
> I have fixed that sidebar to be a subsection and made other changes
> for LaTeX support. It's now integrated into the gawk-5.2-stable and
> master branches in the gawk git repo.
>
> W.R.T. sidebars, please let me know wh