Re: feature request: 'jump to' element in PDF index

2025-01-04 Thread Werner LEMBERG
>> The new feature seems to work just fine, thanks! > > That's great thanks for testing. A minor thing: I miss an entry in the outlines for the ToC itself. Is this intentional? Or maybe even an entry for the very first page of the document... Werner

Re: feature request: 'jump to' element in PDF index

2025-01-04 Thread Gavin Smith
On Sat, Jan 04, 2025 at 05:13:05AM +, Werner LEMBERG wrote: > > > It is also possible that this is a GhostScript bug: to get > > smaller-sized output PDFs, LilyPond creates the more than thousand > > included PDF images without embedded fonts, and GhostScript does the > > font embedding as a p

Re: feature request: 'jump to' element in PDF index

2025-01-03 Thread Werner LEMBERG
> It is also possible that this is a GhostScript bug: to get > smaller-sized output PDFs, LilyPond creates the more than thousand > included PDF images without embedded fonts, and GhostScript does the > font embedding as a post-processing step (doing so shrinks the PDF > size from about 40MByte t

Re: feature request: 'jump to' element in PDF index

2025-01-03 Thread Werner LEMBERG
>> I would really like to test it, however, I've just found out that >> appendices B and higher don't appear at all in the PDF outline (see >> attached image). Looks like a bug... > > I don't know why that would be as I didn't get anything like that in > my testing with various input files. It

Re: feature request: 'jump to' element in PDF index

2025-01-03 Thread Gavin Smith
On Fri, Jan 03, 2025 at 05:27:40PM +, Werner LEMBERG wrote: > > >> Another solution might be to do what Adobe does in its PDF > >> reference, which also comes with an excessively large index; see > >> attached image. > > > > I've finally implemented this commit 6b9163b2b4f (today). It does >

Re: feature request: 'jump to' element in PDF index

2025-01-03 Thread Werner LEMBERG
>> Another solution might be to do what Adobe does in its PDF >> reference, which also comes with an excessively large index; see >> attached image. > > I've finally implemented this commit 6b9163b2b4f (today). It does > not work perfectly if the index is under a @section rather than an > @appen

Re: feature request: 'jump to' element in PDF index

2025-01-01 Thread Gavin Smith
On Sun, Nov 10, 2024 at 05:44:35AM +, Werner LEMBERG wrote: > > >> >> I ask to implement the same for the PDF format (and probably for > >> >> Info, too) to help with very large indices – for example, > >> >> LilyPond's main index has a length of almost 30 pages. > > > > It could be possible

Re: feature request: 'jump to' element in PDF index

2024-11-10 Thread Gavin Smith
On Sun, Nov 10, 2024 at 05:44:35AM +, Werner LEMBERG wrote: > > >> >> I ask to implement the same for the PDF format (and probably for > >> >> Info, too) to help with very large indices – for example, > >> >> LilyPond's main index has a length of almost 30 pages. > > > > It could be possible

Re: feature request: 'jump to' element in PDF index

2024-11-09 Thread Gavin Smith
On Thu, Nov 07, 2024 at 07:33:32PM +, Werner LEMBERG wrote: > > >> I ask to implement the same for the PDF format (and probably for > >> Info, too) to help with very large indices – for example, > >> LilyPond's main index has a length of almost 30 pages. > > > > [...] PDF readers also have se

Re: feature request: 'jump to' element in PDF index

2024-11-07 Thread Werner LEMBERG
>> I ask to implement the same for the PDF format (and probably for >> Info, too) to help with very large indices – for example, >> LilyPond's main index has a length of almost 30 pages. > > [...] PDF readers also have search commands, so I'm not sure what > exactly is missing here. Well, a big

Re: feature request: 'jump to' element in PDF index

2024-11-07 Thread Eli Zaretskii
> Date: Thu, 07 Nov 2024 17:59:33 + (UTC) > From: Werner LEMBERG > > > The HTML version of a Texinfo index has the nice feature of displaying > a 'Jump to' line so that a user can quickly navigate to the starting > letter of an index entry. > > I ask to implement the same for the PDF format