Re: [Python-Dev] Doc translation -- from LaTeX to reStructuredText

2008-08-25 Thread harp
Not succeeded. I have done these steps: - I downloaded the tutorial in LaTeX. (http://www.python.org/doc/2.5.2/ download/ ) - Extracted. - Put the hungarian tut.tex into the tut directory - downloaded the files from http://svn.python.org/view/doctools/converter - Run the `convert.py . ../pydoc` in

Re: [Python-Dev] Doc translation -- from LaTeX to reStructuredText

2008-08-22 Thread Benjamin Peterson
On Fri, Aug 22, 2008 at 9:03 AM, harp <[EMAIL PROTECTED]> wrote: > Dear Developers, > > We have translated the tutorial into Hungarian earlier, and I do not > know how to convert the LaTeX file into reStructuredText. Could > somebody help us? Have you looked at the LaTeX to reST converter at http