texinfo.tex: non-ASCII support completely broken for XeTeX and LuaTeX

2022-12-24 Thread Werner LEMBERG
[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

Re: feature request for sidebars

2022-12-24 Thread arnold
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

[PATCH] Re-enable copyable anchors in HTML output

2022-12-24 Thread Arsen Arsenović
* 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)

Re: feature request for sidebars

2022-12-24 Thread Gavin Smith
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