Re: [help-texinfo] how to distribute translated manuals?

2016-10-05 Thread Benno Schulenberg

On 2016-10-04 21:59, Gavin Smith wrote:
> On 4 October 2016 at 19:10, Benno Schulenberg 
>  wrote:
>> I would think you would send your translated manuals to the
>> relevant projects: Emacs and gettext, in this case.  The TP just 
>> handles POT files -- when provided by the original project -- and
>> the resultant PO files.
> 
> So what I understand is, if the translation of a manual were to [be]
> managed through the TP, then the manual would have to be converted 
> into a POT file, and the PO files that the translators produced
> would have to be converted back into Texinfo files?

Correct.

Benno




Re: [help-texinfo] (no subject)

2016-10-05 Thread Masamichi Hosoda
>> By the way, japanese translated texi can't converrt to pdf by using
>> makeinfo nor texi2pdf.
>> I generate translated pdf by bellow commands.
>> $ TEX=ptex texi2dvi -c emacs.texi
>> $ dvipdfmx emacs.dvi
>> Here, ptex and dvipdfmx are distributed by TexLive packages.
> 
> This is not surprising. ptex is a different version of TeX. Japanese
> Texinfo has also been successfully converted with two other programs
> based on TeX, XeTeX and LuaTeX.
> 
> I'm copying in Masamichi Hosoda on this email, in case he isn't
> subscribed to this mailing list. He did work on getting Japanese to
> work with Texinfo, including with XeTeX and LuaTeX.

Current Texinfo contains Japanese sample file doc/short-sample-ja.texi.
The following command can compile it.

$ PDFTEX=xetex texi2pdf short-sample-ja.texi
or
$ PDFTEX=luatex texi2pdf short-sample-ja.texi

For XeTeX, TeX Live 2012~2016 XeTeX related package and Japanese package,
and Chinese package are required.

For LuaTeX, TeX Live 2016 LuaTeX related package and Japanese package
are required.

pTeX cannot be used.

Here is another Japanese Texinfo sample.
https://github.com/trueroad/texinfo-sample-jp

If you can read Japanese texts,
the following web page describes making Japanese Texinfo files.
http://www.trueroad.jp/2016/05/14-01.html



Re: [help-texinfo] (no subject)

2016-10-05 Thread Takesi Ayanokoji
Thanks.
I will try those commands.

2016年10月5日(水) 午後8:51 Masamichi Hosoda :

> >> By the way, japanese translated texi can't converrt to pdf by using
> >> makeinfo nor texi2pdf.
> >> I generate translated pdf by bellow commands.
> >> $ TEX=ptex texi2dvi -c emacs.texi
> >> $ dvipdfmx emacs.dvi
> >> Here, ptex and dvipdfmx are distributed by TexLive packages.
> >
> > This is not surprising. ptex is a different version of TeX. Japanese
> > Texinfo has also been successfully converted with two other programs
> > based on TeX, XeTeX and LuaTeX.
> >
> > I'm copying in Masamichi Hosoda on this email, in case he isn't
> > subscribed to this mailing list. He did work on getting Japanese to
> > work with Texinfo, including with XeTeX and LuaTeX.
>
> Current Texinfo contains Japanese sample file doc/short-sample-ja.texi.
> The following command can compile it.
>
> $ PDFTEX=xetex texi2pdf short-sample-ja.texi
> or
> $ PDFTEX=luatex texi2pdf short-sample-ja.texi
>
> For XeTeX, TeX Live 2012~2016 XeTeX related package and Japanese package,
> and Chinese package are required.
>
> For LuaTeX, TeX Live 2016 LuaTeX related package and Japanese package
> are required.
>
> pTeX cannot be used.
>
> Here is another Japanese Texinfo sample.
> https://github.com/trueroad/texinfo-sample-jp
>
> If you can read Japanese texts,
> the following web page describes making Japanese Texinfo files.
> http://www.trueroad.jp/2016/05/14-01.html
>