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
@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
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
>>> 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
> I've made XeTeX PDF outline support patch.
Excellent, thanks!
Werner
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
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
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-
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