Re: [GSoC 2014]ODT-->LyX Conversion

2014-07-05 Thread Georg Baum
Prannoy Pilligundla wrote: > Hi Everyone, > > I am almost done with LyX to ODT part of my project and I started work on > the roundtrip i.e ODT to LyX part of the project. For LyX to ODT I > converted LyX to LaTeX first and then used tex4ht for converting LaTeX to > ODT. In case of math I am also

Re: [GSoC 2014]ODT-->LyX Conversion

2014-07-03 Thread Cyrille Artho
Hi Prannoy, I guess Stefano has probably already told you that, but for information that is not correctly converted back from ODT to LyX, there are two different cases: (1) The data is "correct" in ODT (at least in a form that makes sense to us) but does not get converted back in the right wa

Re: [GSoC 2014]ODT-->LyX Conversion

2014-07-03 Thread Dr Eberhard W Lisse
Did you look at the source code? Or perl/python postprocessing? This strikes me as solvable... el Sent from Dr Lisse's iPad mini > On Jul 3, 2014, at 19:07, Prannoy Pilligundla wrote: > > Hi Eberhard, > >> On Thu, Jul 3, 2014 at 9:34 PM, Dr Eberhard Lisse wrote: >> Prannoy, >> >> what's wr

Re: [GSoC 2014]ODT-->LyX Conversion

2014-07-03 Thread Prannoy Pilligundla
Hi Eberhard, On Thu, Jul 3, 2014 at 9:34 PM, Dr Eberhard Lisse wrote: > Prannoy, > > what's wrong with the LaTeX Export from ODT? > I used Writer2LaTeX for doing this. Many things are interpreted wrong for example math which was originally inline is now put into equation environment. Align and

Re: [GSoC 2014]ODT-->LyX Conversion

2014-07-03 Thread Prannoy Pilligundla
Hi Liviu, On Thu, Jul 3, 2014 at 8:40 PM, Liviu Andronic wrote: > How can we test the feature, and where is the repo located? Also, are > there some test documents available? > I am attaching the tests report, please have a look. I am using the LyX GSoC repo. Everything is up to date on the bra

Re: [GSoC 2014]ODT-->LyX Conversion

2014-07-03 Thread Dr Eberhard Lisse
Prannoy, what's wrong with the LaTeX Export from ODT? el On 2014-07-03, 17:06 , Prannoy Pilligundla wrote: [...] > Now for getting back to LyX from ODT I am thinking of writing a python > script which does this conversion. As of now I am planning to use the > xml parsers expat library >

Re: [GSoC 2014]ODT-->LyX Conversion

2014-07-03 Thread Liviu Andronic
Hello Prannoy, On Thu, Jul 3, 2014 at 5:06 PM, Prannoy Pilligundla wrote: > Hi Everyone, > > I am almost done with LyX to ODT part of my project > This sounds most promising! A lot of LyX users are dying to have a useful way to convert LyX documents to something Word-compatible. > and I started

[GSoC 2014]ODT-->LyX Conversion

2014-07-03 Thread Prannoy Pilligundla
Hi Everyone, I am almost done with LyX to ODT part of my project and I started work on the roundtrip i.e ODT to LyX part of the project. For LyX to ODT I converted LyX to LaTeX first and then used tex4ht for converting LaTeX to ODT. In case of math I am also storing the latex expression as it as i

Re: .odt -> .lyx

2011-03-09 Thread Rob Oakes
Hi Tommaso, Sorry to hear about the difficulties. I actually had better luck creating my own import path. ODF -> HTML -> Run tidy on HTML -> HTML2LaTeX-> LyX This made sure that the markup coming into LyX was as clean as possible with no strange ERT or other data that couldn't be converted. I

Re: .odt -> .lyx

2011-03-09 Thread Dr Eberhard W Lisse
I have very good experiences, with exporting from NeoOffice using the Write2LaTeX UltraClean option, then removing a few unnecessary things, can be done by (perl) script and then tex2lyx'ing it. el On 3/9/11 3:04 PM, Richard Heck wrote: > On 03/09/2011 05:27 AM, Tommaso Cucinotta wrote: >> Hi, >

Re: .odt -> .lyx

2011-03-09 Thread Richard Heck
On 03/09/2011 05:27 AM, Tommaso Cucinotta wrote: Hi, I need to convert a paper from .odt to .lyx for building an extended version (exact style unimportant -- I'll have to change the style anyway, but there are pictures and references [xrefs to numbered bullets] which I'd be happy to preserve)

.odt -> .lyx

2011-03-09 Thread Tommaso Cucinotta
Hi, I need to convert a paper from .odt to .lyx for building an extended version (exact style unimportant -- I'll have to change the style anyway, but there are pictures and references [xrefs to numbered bullets] which I'd be happy to preserve). Is there any good resource describing how to pr

Re: w2l parameters (odt->lyx)

2007-08-03 Thread Pavel Sanda
> Here on Solaris w2l 0.5b2 works like w2l 0.4 stable: -latex is the default. you mean default to w2l or to lyx preferences ? pavel

Re: w2l parameters (odt->lyx)

2007-08-02 Thread Jean-Pierre Chrétien
Pavel Sanda <[EMAIL PROTECTED]> writes: [...] > > it starts to import, however i'm not sure whether this is the correct > solution because intermediate .tex file remain in the current directory. > > did the previous parameter worked for you or is this bug ? Here on Solaris w2l 0.5b2 works like

w2l parameters (odt->lyx)

2007-08-01 Thread Pavel Sanda
hi, i tried to import odt to lyx via w2l (05beta3) convertor and the conversion didnt suceeded because of parameters given by lyx when reconfiguring. this was set by default by lyx w2l -clean $$i when i change it to w2l -clean -latex $$i it starts to import, however i'm not sure whether this i