On Wed, 27 Sep 2006 09:31:07 +0200
Georg Baum <[EMAIL PROTECTED]> wrote:


> 
> Find out where oolatex or oolatex.sh is installed and tell us the path.
> Obviously it is not in /usr/bin.
> 
> > 2) Also "w2l" is missed even though its in my path
> > 
> > checking for an OpenOffice.org -> LaTeX converter...
> > +checking for "w2l"...   no
> > 
> > a locate finds this here:
> > /home/rd/bin/w2l
> > /home/rd/usr/share/latex/conversion/writer2latex04/w2l
> > 
> > how can this be fixed?
> 
> Does your PATH variable contain /home/rd/bin/? If yes, it should be found.
> 


thanks, this got both of them!


> > 3) How can LyX be made to use latex2rtf to convert to rtf?
> 
> Go to tools-Preferences and add a new format rtf and a converter latex->rtf.
> This is described in the extended manual IIRC. 

yes, a bit, but not as clearly as you have put it.

> Or put this into your
> ~/.lyx/preferences:
> 
> \format rtf rtf "Rich Text Format" "" "" ""
> \converter latex rtf "latex2rtf -o $$o $$i" ""
> 


Ok this worked, well at least it generated a rtf file that looked ok, but 
lacked bibliography.

the latex2rtf output showed it was looking for files generated by latex and 
bibtex

assignment1.tex:53 No .aux file.  Run LaTeX to create assignment1.aux
..
..
assignment1.tex:219 Cannot open <assignment1.bbl>
assignment1.tex:219 Cannot open bibliography file.  Create
assignment1.bbl using BibTeX

It seems latex and bibtex need to be run on the .tex to get bibliography 
correct before running latex4rtf.
eg: latex foo.tex; bibtex foo; latex foo.tex; latex foo.tex; latex2rtf foo.tex

> You might need to tweak the commandline flags. 

do you mean "latex" and perhaps "bibtex"?

Using these commands in Converter "latex $$i; bibtex $$i; latex $$i; latex2rtf 
-o  $$o $$i"
fell over when bibtex couldn't find assignment1.tex.aux. Bibtex looks needs a 
input with out the .tex, so this is puzzling on how to do this.

suggestions please!

> And I am wondering why we
> don't serach for latex2rtf by default. 

so am I!

>Please tell if some flags are
> needed, we can then add this converter to LyX.


TIA

Russell

Send instant messages to your online friends http://au.messenger.yahoo.com 

Reply via email to