Re: Problem with @setcontentsaftertitlepage

2016-02-03 Thread Gavin Smith
On 3 February 2016 at 23:47, Karl Berry wrote: > motivation for this change in the first place. > > The motivation was simple enough: compatibility (what else). > > For many years, every Texinfo file had @contents (and optionally > @shortcontents) at the end, because that was the way rms origi

Re: Problem with @setcontentsaftertitlepage

2016-02-03 Thread Karl Berry
@setfilename foo.info @setcontentsaftertitlepage @settitle Foo @titlepage @title Foo @end titlepage @contents As far as I can imagine (I didn't try it), in this example document, @contents is already "after the title page", so you wouldn't see any differences in the o

Re: Problem with @setcontentsaftertitlepage

2016-02-03 Thread Karl Berry
motivation for this change in the first place. The motivation was simple enough: compatibility (what else). For many years, every Texinfo file had @contents (and optionally @shortcontents) at the end, because that was the way rms originally wrote texinfo.tex, so that the TOC would be typeset

Re: texinfo-6.0.93 pretest

2016-02-03 Thread Masamichi HOSODA
>>> I would like to have Masamichi-san's Unicode support stuff in 6.1... >> >> Unfortunately, My native Unicode patch can not compile the attached >> file. I'm investigating, but it is still unexplained. > > Well, I could imagine to tag your stuff as experimental so that more > people try it, ho

Re: XeTeX PDF outline support

2016-02-03 Thread Werner LEMBERG
> I've made XeTeX PDF outline support patch. Excellent, thanks! Werner

XeTeX PDF outline support

2016-02-03 Thread Masamichi HOSODA
I've made XeTeX PDF outline support patch. ChangeLog: Add PDF outline support for XeTeX 2016-02-XX Masamichi Hosoda * doc/texinfo.tex: Add PDF outline support for XeTeX. (\pdfdest): set destination. (\pdfmkdest): set destination. (\dopdfoutline): make

Re: XeTeX @image support

2016-02-03 Thread Masamichi HOSODA
I've improved XeTeX @image support patch. ChangeLog: Add @image support for XeTeX 2016-02-XX Masamichi Hosoda * doc/texinfo.tex (\doxeteximage): @image support for XeTeX. (\image): @image support for XeTeX. --- texinfo.tex.org 2016-02-03 22:01:13.758884100 +0900 +++ t

Re: XeTeX encoding problem

2016-02-03 Thread Masamichi HOSODA
This patch fixes ``reference has extra space in native Unicode'' issue. ChangeLog: Remove references extra space for native Unicode 2016-02-XX Masamichi Hosoda * doc/texinfo.tex (\unicodechardefs): Remove references extra space for native Unicode. --- texinfo.tex.org 2016-02-

Re: XeTeX encoding problem

2016-02-03 Thread Masamichi HOSODA
I've fixed two issues for my native Unicode patch. This mail is attached one of the two patches. This patch fixes ``dotless i'' issue. ChangeLog: Add native Unicode support for XeTeX and LuaTex 2016-02-XX Masamichi Hosoda * doc/texinfo.tex: Add native Unicode support for XeTe