Re: pdfoutline bugs

2025-02-01 Thread Werner LEMBERG
>> > It should be possible to fix this by outputting the combining accent >> > character, but this will take me time to implement. >> >> OK, looking forward to that :-) > > It should be done in version 2025-01-31.21. It works fine with LilyPond's documentation, thanks! Werner

Re: pdfoutline bugs

2025-01-31 Thread Gavin Smith
On Thu, Jan 30, 2025 at 10:42:54AM +, Werner LEMBERG wrote: > > [texinfo.tex 2025-01-29.23] > > > The reason is the way that the translation is given in the > > translation file, (txi-tr.tex), which uses the accent commands: > > > > \gdef\putwordTOC{\dotaccent{I}\,cindekiler} > > > > If I

Re: pdfoutline bugs

2025-01-30 Thread Werner LEMBERG
> Apologies, this was due to \endlink actually being defined *twice* > for XeTeX and the second definition was the one that was actually > used. I've committed a fix (version 2025-01-30.16). Thanks. Werner

Re: pdfoutline bugs

2025-01-30 Thread Gavin Smith
On Thu, Jan 30, 2025 at 10:42:54AM +, Werner LEMBERG wrote: > Thanks for the quick fix! > > However, it seems that your recent code shifting introduced a bug. > Processing a test file `url.texi` containing > > ``` > \input texinfo > > @uref{http://foo.org/,Foo} > > @bye > ``` > > with `PDF

Re: pdfoutline bugs

2025-01-30 Thread Werner LEMBERG
[texinfo.tex 2025-01-29.23] > The reason is the way that the translation is given in the > translation file, (txi-tr.tex), which uses the accent commands: > > \gdef\putwordTOC{\dotaccent{I}\,cindekiler} > > If I change this to use UTF-8 instead, the outline is produced > correctly with the acc

Re: pdfoutline bugs

2025-01-29 Thread Gavin Smith
On Wed, Jan 29, 2025 at 07:20:21PM +, Gavin Smith wrote: > > Another problem is that compilation with XeTeX fails. Calling > > `PDFTEX=xetex texi2pdf ...` yields the following error. > > I can confirm. This bug was introduced in the most recent commit > to texinfo.tex. I've attempted to fix

Re: pdfoutline bugs

2025-01-29 Thread Gavin Smith
On Tue, Jan 28, 2025 at 06:45:40PM +, Werner LEMBERG wrote: > > [texinfo.tex 2025-01-20.21] > > > Consider the following example file `tr.texi`. > > ``` > \input texinfo > > @documentlanguage tr > > @tracingall > @tracingonline0 > @contents > > @node A > @chapter A > A > @page > > @bye

pdfoutline bugs

2025-01-28 Thread Werner LEMBERG
[texinfo.tex 2025-01-20.21] Consider the following example file `tr.texi`. ``` \input texinfo @documentlanguage tr @tracingall @tracingonline0 @contents @node A @chapter A A @page @bye ``` If compiled with pdfTeX or LuaTeX this shows 'Icinderkiler' in the PDF outline. However, IIUC, the c