Re: ps2pdf issues

2016-07-22 Thread Masamichi Hosoda
>> For remote PDF links, rather than they are lost, I think that PDF >> destination names are replaced. > > Hmm. This smells fishy. > >> Would you know a tool other than texinfo that can generate remote >> PDF links? > > Sorry, no. I've noticed that plain pdfTeX (without texinfo) can generate

Re: ps2pdf issues

2016-07-21 Thread Masamichi Hosoda
>> PDF outline is not lost. It is hidden. The following command can >> let show it. >> >> $ gs -q -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=foo.new.pdf \ >> foo.pdf -c '[ /PageMode /UseOutlines /DOCVIEW pdfmark' > > What exactly do you mean with `hidden'? Are PDF viewers still

Re: ps2pdf issues

2016-07-21 Thread Werner LEMBERG
> I've created Issue 4940. > https://sourceforge.net/p/testlilyissues/issues/4940/ Thanks! > PDF outline is not lost. It is hidden. The following command can > let show it. > > $ gs -q -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=foo.new.pdf \ > foo.pdf -c '[ /PageMode /UseOutlines

Re: ps2pdf issues

2016-07-21 Thread Masamichi Hosoda
>> I think this is due to texinfo.tex bug. >> This patch might fix it. [...] I've created Issue 4940. https://sourceforge.net/p/testlilyissues/issues/4940/ >> However, even if fix this, there are two problems. >> >> PDF outline is lost. >> Remote PDF links (between PDFs) are lost. > >

Re: ps2pdf issues

2016-07-20 Thread Werner LEMBERG
Hello Masamich-san, > I've tried Ghostscript 9.19. [...] thanks for testing. > I think this is due to texinfo.tex bug. > This patch might fix it. [...] > > However, even if fix this, there are two problems. > > PDF outline is lost. > Remote PDF links (between PDFs) are lost. Interesting.

Re: ps2pdf issues

2016-07-20 Thread Masamichi Hosoda
> Just for fun I tried to execute > > ps2pdf notation.pdf notation.pdf.new > > I got zillions of warnings > > Warning: Outline has invalid link that was discarded. > > and then zillions of > > Warning: Link annotation points out of the document page range. > > It closes