Re: texinfo-6.0.91 pretest

2016-01-06 Thread Gavin Smith
On 2 January 2016 at 21:50, Andreas Schwab wrote: > Gavin Smith writes: > >> I don't see why it's a problem. > > Anything that is installed but unused is bad. What I'll try is deleting the files after they are installed using the install-exec-hook makefile target.

Re: XeTeX @image support

2016-01-06 Thread Masamichi HOSODA
>> Here's a file that I ran with pdftex and with luatex: both worked. >> If this looks right, the code can be moved into texinfo.tex. \ifx\XeTeXrevision\thisisundefined \else \XeTeXinputencoding "bytes" \fi although I haven't been able to test this. >>>

XeTeX encoding problem (was Re: luatex problems with texinfo.tex)

2016-01-06 Thread Masamichi Hosoda
Here's a file that I ran with pdftex and with luatex: both worked. If this looks right, the code can be moved into texinfo.tex. >> >> \ifx\XeTeXrevision\thisisundefined >> \else >> \XeTeXinputencoding "bytes" >> \fi >> >> although I haven't been able to test this. > > I've tried the at