Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread TechTonics

Rob Davies wrote:

Russell Davie wrote:

On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:


On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work  
for me on 1.4.3 with XP.

Thanks,
Bob Lounsbury

I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:
When I do: htlatex foo.tex=foo.html it returns: Please type  
another input file name so I type foo.tex and everything seems to  
work except that I get a bunch of different foo files like foo.log,  
foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package  
was already installed by MikTeX.


What I'm really trying to do is get a good output from LyX into Word  
(Since my advisors want a Word document to read for my thesis) with  
pictures and most formatting complete. Any suggestions would be  
greatly appreciated. Thanks.


I apologise in advance for a completely different tack, but it is the OS 
X in me.


I export my documents as PDF (ps2pdf)which is a direct copy of LyX 
document. It can then be read using a PDF reader, Acrobat is free and 
actually allows one to add notes to original document.


Cheers!



Acrobat Reader is free but the program which enables making comments
in the pdf file is Adobe Writer (Pro) which is not free. A university
probably has a license in some department or other. The supervisor(s)
would have to be satisfied with including notes, not changing the text.
Conversion from Pro pdf to Word doc is fairly terrible, but the Note
making toolbar is a quite flexible alternative.

The certainty available in inductive generalization is the best of

all possible certainties! - László E. Szabó

Stephen


Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Russell Davie
On Mon, 25 Sep 2006 00:36:22 -0700
TechTonics [EMAIL PROTECTED] wrote:

 Rob Davies wrote:
  Russell Davie wrote:
  On Fri, 22 Sep 2006 13:50:59 -0600
  Bob Lounsbury [EMAIL PROTECTED] wrote:
 
  On Sep 22, 2006, at 1:14 PM, TechTonics wrote:
 
  Bob Lounsbury wrote:
  Hi,
  What do you have to do to export in these formats. Neither work  
  for me on 1.4.3 with XP.
  Thanks,
  Bob Lounsbury
  I don't think they work. Export the file as .tex from LyX.
  Then from the command line htlatex foo.tex = foo.html
  which can be directly imported into Word, = foo.doc
  htlatex is part of the TeX4ht package:
  When I do: htlatex foo.tex=foo.html it returns: Please type  
  another input file name so I type foo.tex and everything seems to  
  work except that I get a bunch of different foo files like foo.log,  
  foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package  
  was already installed by MikTeX.
 
  What I'm really trying to do is get a good output from LyX into Word  
  (Since my advisors want a Word document to read for my thesis) with  
  pictures and most formatting complete. Any suggestions would be  
  greatly appreciated. Thanks.
  
  I apologise in advance for a completely different tack, but it is the OS 
  X in me.
  
  I export my documents as PDF (ps2pdf)which is a direct copy of LyX 
  document. It can then be read using a PDF reader, Acrobat is free and 
  actually allows one to add notes to original document.
  
  Cheers!
  
 
 Acrobat Reader is free but the program which enables making comments
 in the pdf file is Adobe Writer (Pro) which is not free. A university
 probably has a license in some department or other. The supervisor(s)
 would have to be satisfied with including notes, not changing the text.
 Conversion from Pro pdf to Word doc is fairly terrible, but the Note
 making toolbar is a quite flexible alternative.


Writing comments in pdf files is possible, according to Adobe, only if
the permission is set by the author and has to be dome using Adobe Products.

/quote 
In Adobe Reader, you can add comments only if additional usage rights
that enable commenting are added to the PDF document by Adobe Acrobat 7.0
Professional or Acrobat server products. Otherwise, commenting tools aren't 
available.
/

Adobe outline it on page 95 of this:
http://www.adobe.com/products/acrobat/pdfs/acrruserguide.pdf

Now this is something to have as an enhancement to LyX!

cheers

Russell








 
 The certainty available in inductive generalization is the best of
 
 all possible certainties! - László E. Szabó
 
 Stephen


Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Bob Lounsbury


On Sep 24, 2006, at 9:15 PM, Russell Davie wrote:


On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:



On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work
for me on 1.4.3 with XP.
Thanks,
Bob Lounsbury


I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:


When I do: htlatex foo.tex=foo.html it returns: Please type
another input file name so I type foo.tex and everything seems to
work except that I get a bunch of different foo files like foo.log,
foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package
was already installed by MikTeX.

What I'm really trying to do is get a good output from LyX into Word
(Since my advisors want a Word document to read for my thesis) with
pictures and most formatting complete. Any suggestions would be
greatly appreciated. Thanks.




Hi
I have the same issue with my supervisor.
I have spent last two weekends and most of today looking for a way  
to do this and am at my wits end on how to do this smoothly.


Can anybody suggest a clean, efficient and reliable way to do this?

There are problems in graphics, tables, cross-references and  
bibliography. All of which make LyX a joy and conversion to .doc a  
pain.  I found that all had problems with this, ie: oolatex,  
htlatex, ConvTex, thh, hevea and the internal LyX html tools.


So far the most acceptable and least pain free was to use oolatex,  
but the .doc still needs to be edited in OOo as doc as cross  
references were incorrect and bibliography was left out.


why oolatex?
1) makes only one file whereas html conversion can make several   
(latex2html can make only 1 file);
2) made a .sxw which can be edited by OOo which can be later saved  
to doc

and why this one is the choice:
3) the only tool that embeds the graphics within the file whereas  
html can only link to outside files.


oolatex is a script from the tex4ht family which includes htlatex.

How I did this: (for Linux)
1) edit LyX file: to remove all paragraph ie change to standard
2) make graphics as eps or jpeg
3) if eps: correct image sizing though images are a bit blurry,  
slow response from OOo
4) if jpeg: very small image sizing, clear images and snappy  
reponse from OOo

5) set formatting of all graphic floats to justify
6) save LyX file in tmp directory eg ../tmp as this will make lots  
of temporary files

7) export LyX file: file - export - LaTeX(pdflatex)
8) open xterm and go to ../tmp as made above
9) run latex and bibtex on .tex: eg latex foo.tex; bibtex foo.tex;  
latex foo.tex; latex foo.tex

10) run oolatex on .tex: eg /usr/share/tex4ht/oolatex foo.tex
11) run OOo and open .sxw: ie goto to ../tmp and open foo.sxw
12) check formatting and graphic sizing
13) save as .doc
14) close file, keep OOo running
15) open .doc and check formatting, graphics and referencing
16) may have to open .sxw to copy references to .doc
17) save .doc
18) open again in OOo for final check to see if graphics and  
references are present

19) final QA check with MSwordview2003 (via wine)
20) it works! celebrate!

I took notes on the pros and cons of the other tools and can post  
them on request.


HTH

Russell



That is a lot of work. I'm not even sure that I would be able to  
figure out how to do all that.


What has worked best for me is to do as you said in step 5 and ensure  
that all the standard environments are on default settings and do an  
export to rtf from within LyX. Opening the rtf in Word there are a  
few formatting concerns, but it is easy enough to correct them  
quickly and send the file out to my advisor.


Thanks for the response, I may try that when I have time to go  
through the instruction carefully.


Bob



Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Neal Becker
Bob Lounsbury wrote:

[...]
 What has worked best for me is to do as you said in step 5 and ensure
 that all the standard environments are on default settings and do an
 export to rtf from within LyX. Opening the rtf in Word there are a
 few formatting concerns, but it is easy enough to correct them
 quickly and send the file out to my advisor.

No export to rtf in my LyX(1.4.3).  What am I missing?



Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Bob Lounsbury


On Sep 25, 2006, at 12:18 PM, Neal Becker wrote:


Bob Lounsbury wrote:

[...]

What has worked best for me is to do as you said in step 5 and ensure
that all the standard environments are on default settings and do an
export to rtf from within LyX. Opening the rtf in Word there are a
few formatting concerns, but it is easy enough to correct them
quickly and send the file out to my advisor.


No export to rtf in my LyX(1.4.3).  What am I missing?



If I remember correctly I had to specifically install 'latex2rtf'  
from within Fink then do a ToolsReconfigure in LyX to enable this  
option.


-Bob


Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Russell Davie
On Mon, 25 Sep 2006 10:55:57 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:


 
 
 That is a lot of work. I'm not even sure that I would be able to  
 figure out how to do all that.
 
 What has worked best for me is to do as you said in step 5 and ensure  
 that all the standard environments are on default settings and do an  
 export to rtf from within LyX. Opening the rtf in Word there are a  
 few formatting concerns, but it is easy enough to correct them  
 quickly and send the file out to my advisor.
 
 Thanks for the response, I may try that when I have time to go  
 through the instruction carefully.
 
 Bob
 


Wow, thanks for that.

Worked like a charm!

All that had to be done was set the table floats to justify and change the 
references from \prettyref to \ref and \pageref.  All of which is easy to do in 
LyX

1) export - latex(pdflatex)
2) from an xterm: latex2rtf
3) open with OOo, and sort out formatting on tables

note: *everything* else is OK, that is bibliography, figure and table cross 
referencing, graphics (jpeg or eps). This it brilliant!

4) save as .doc
5) open with MSWordview: perfect!

too easy!

How can this be made to run from with in LyX (Linux) ?

- Russell



Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread TechTonics

Rob Davies wrote:

Russell Davie wrote:

On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:


On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work  
for me on 1.4.3 with XP.

Thanks,
Bob Lounsbury

I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:
When I do: htlatex foo.tex=foo.html it returns: Please type  
another input file name so I type foo.tex and everything seems to  
work except that I get a bunch of different foo files like foo.log,  
foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package  
was already installed by MikTeX.


What I'm really trying to do is get a good output from LyX into Word  
(Since my advisors want a Word document to read for my thesis) with  
pictures and most formatting complete. Any suggestions would be  
greatly appreciated. Thanks.


I apologise in advance for a completely different tack, but it is the OS 
X in me.


I export my documents as PDF (ps2pdf)which is a direct copy of LyX 
document. It can then be read using a PDF reader, Acrobat is free and 
actually allows one to add notes to original document.


Cheers!



Acrobat Reader is free but the program which enables making comments
in the pdf file is Adobe Writer (Pro) which is not free. A university
probably has a license in some department or other. The supervisor(s)
would have to be satisfied with including notes, not changing the text.
Conversion from Pro pdf to Word doc is fairly terrible, but the Note
making toolbar is a quite flexible alternative.

The certainty available in inductive generalization is the best of

all possible certainties! - László E. Szabó

Stephen


Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Russell Davie
On Mon, 25 Sep 2006 00:36:22 -0700
TechTonics [EMAIL PROTECTED] wrote:

 Rob Davies wrote:
  Russell Davie wrote:
  On Fri, 22 Sep 2006 13:50:59 -0600
  Bob Lounsbury [EMAIL PROTECTED] wrote:
 
  On Sep 22, 2006, at 1:14 PM, TechTonics wrote:
 
  Bob Lounsbury wrote:
  Hi,
  What do you have to do to export in these formats. Neither work  
  for me on 1.4.3 with XP.
  Thanks,
  Bob Lounsbury
  I don't think they work. Export the file as .tex from LyX.
  Then from the command line htlatex foo.tex = foo.html
  which can be directly imported into Word, = foo.doc
  htlatex is part of the TeX4ht package:
  When I do: htlatex foo.tex=foo.html it returns: Please type  
  another input file name so I type foo.tex and everything seems to  
  work except that I get a bunch of different foo files like foo.log,  
  foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package  
  was already installed by MikTeX.
 
  What I'm really trying to do is get a good output from LyX into Word  
  (Since my advisors want a Word document to read for my thesis) with  
  pictures and most formatting complete. Any suggestions would be  
  greatly appreciated. Thanks.
  
  I apologise in advance for a completely different tack, but it is the OS 
  X in me.
  
  I export my documents as PDF (ps2pdf)which is a direct copy of LyX 
  document. It can then be read using a PDF reader, Acrobat is free and 
  actually allows one to add notes to original document.
  
  Cheers!
  
 
 Acrobat Reader is free but the program which enables making comments
 in the pdf file is Adobe Writer (Pro) which is not free. A university
 probably has a license in some department or other. The supervisor(s)
 would have to be satisfied with including notes, not changing the text.
 Conversion from Pro pdf to Word doc is fairly terrible, but the Note
 making toolbar is a quite flexible alternative.


Writing comments in pdf files is possible, according to Adobe, only if
the permission is set by the author and has to be dome using Adobe Products.

/quote 
In Adobe Reader, you can add comments only if additional usage rights
that enable commenting are added to the PDF document by Adobe Acrobat 7.0
Professional or Acrobat server products. Otherwise, commenting tools aren't 
available.
/

Adobe outline it on page 95 of this:
http://www.adobe.com/products/acrobat/pdfs/acrruserguide.pdf

Now this is something to have as an enhancement to LyX!

cheers

Russell








 
 The certainty available in inductive generalization is the best of
 
 all possible certainties! - László E. Szabó
 
 Stephen


Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Bob Lounsbury


On Sep 24, 2006, at 9:15 PM, Russell Davie wrote:


On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:



On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work
for me on 1.4.3 with XP.
Thanks,
Bob Lounsbury


I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:


When I do: htlatex foo.tex=foo.html it returns: Please type
another input file name so I type foo.tex and everything seems to
work except that I get a bunch of different foo files like foo.log,
foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package
was already installed by MikTeX.

What I'm really trying to do is get a good output from LyX into Word
(Since my advisors want a Word document to read for my thesis) with
pictures and most formatting complete. Any suggestions would be
greatly appreciated. Thanks.




Hi
I have the same issue with my supervisor.
I have spent last two weekends and most of today looking for a way  
to do this and am at my wits end on how to do this smoothly.


Can anybody suggest a clean, efficient and reliable way to do this?

There are problems in graphics, tables, cross-references and  
bibliography. All of which make LyX a joy and conversion to .doc a  
pain.  I found that all had problems with this, ie: oolatex,  
htlatex, ConvTex, thh, hevea and the internal LyX html tools.


So far the most acceptable and least pain free was to use oolatex,  
but the .doc still needs to be edited in OOo as doc as cross  
references were incorrect and bibliography was left out.


why oolatex?
1) makes only one file whereas html conversion can make several   
(latex2html can make only 1 file);
2) made a .sxw which can be edited by OOo which can be later saved  
to doc

and why this one is the choice:
3) the only tool that embeds the graphics within the file whereas  
html can only link to outside files.


oolatex is a script from the tex4ht family which includes htlatex.

How I did this: (for Linux)
1) edit LyX file: to remove all paragraph ie change to standard
2) make graphics as eps or jpeg
3) if eps: correct image sizing though images are a bit blurry,  
slow response from OOo
4) if jpeg: very small image sizing, clear images and snappy  
reponse from OOo

5) set formatting of all graphic floats to justify
6) save LyX file in tmp directory eg ../tmp as this will make lots  
of temporary files

7) export LyX file: file - export - LaTeX(pdflatex)
8) open xterm and go to ../tmp as made above
9) run latex and bibtex on .tex: eg latex foo.tex; bibtex foo.tex;  
latex foo.tex; latex foo.tex

10) run oolatex on .tex: eg /usr/share/tex4ht/oolatex foo.tex
11) run OOo and open .sxw: ie goto to ../tmp and open foo.sxw
12) check formatting and graphic sizing
13) save as .doc
14) close file, keep OOo running
15) open .doc and check formatting, graphics and referencing
16) may have to open .sxw to copy references to .doc
17) save .doc
18) open again in OOo for final check to see if graphics and  
references are present

19) final QA check with MSwordview2003 (via wine)
20) it works! celebrate!

I took notes on the pros and cons of the other tools and can post  
them on request.


HTH

Russell



That is a lot of work. I'm not even sure that I would be able to  
figure out how to do all that.


What has worked best for me is to do as you said in step 5 and ensure  
that all the standard environments are on default settings and do an  
export to rtf from within LyX. Opening the rtf in Word there are a  
few formatting concerns, but it is easy enough to correct them  
quickly and send the file out to my advisor.


Thanks for the response, I may try that when I have time to go  
through the instruction carefully.


Bob



Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Neal Becker
Bob Lounsbury wrote:

[...]
 What has worked best for me is to do as you said in step 5 and ensure
 that all the standard environments are on default settings and do an
 export to rtf from within LyX. Opening the rtf in Word there are a
 few formatting concerns, but it is easy enough to correct them
 quickly and send the file out to my advisor.

No export to rtf in my LyX(1.4.3).  What am I missing?



Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Bob Lounsbury


On Sep 25, 2006, at 12:18 PM, Neal Becker wrote:


Bob Lounsbury wrote:

[...]

What has worked best for me is to do as you said in step 5 and ensure
that all the standard environments are on default settings and do an
export to rtf from within LyX. Opening the rtf in Word there are a
few formatting concerns, but it is easy enough to correct them
quickly and send the file out to my advisor.


No export to rtf in my LyX(1.4.3).  What am I missing?



If I remember correctly I had to specifically install 'latex2rtf'  
from within Fink then do a ToolsReconfigure in LyX to enable this  
option.


-Bob


Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Russell Davie
On Mon, 25 Sep 2006 10:55:57 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:


 
 
 That is a lot of work. I'm not even sure that I would be able to  
 figure out how to do all that.
 
 What has worked best for me is to do as you said in step 5 and ensure  
 that all the standard environments are on default settings and do an  
 export to rtf from within LyX. Opening the rtf in Word there are a  
 few formatting concerns, but it is easy enough to correct them  
 quickly and send the file out to my advisor.
 
 Thanks for the response, I may try that when I have time to go  
 through the instruction carefully.
 
 Bob
 


Wow, thanks for that.

Worked like a charm!

All that had to be done was set the table floats to justify and change the 
references from \prettyref to \ref and \pageref.  All of which is easy to do in 
LyX

1) export - latex(pdflatex)
2) from an xterm: latex2rtf
3) open with OOo, and sort out formatting on tables

note: *everything* else is OK, that is bibliography, figure and table cross 
referencing, graphics (jpeg or eps). This it brilliant!

4) save as .doc
5) open with MSWordview: perfect!

too easy!

How can this be made to run from with in LyX (Linux) ?

- Russell



Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread TechTonics

Rob Davies wrote:

Russell Davie wrote:

On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury <[EMAIL PROTECTED]> wrote:


On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work  
for me on 1.4.3 with XP.

Thanks,
Bob Lounsbury

I don't think they work. Export the file as .tex from LyX.
Then from the command line "htlatex foo.tex" = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:
When I do: "htlatex foo.tex=foo.html" it returns: "Please type  
another input file name" so I type "foo.tex" and everything seems to  
work except that I get a bunch of different foo files like "foo.log,  
foo.aux, foo.idv", but no foo.html file anywhere. The TeX4ht package  
was already installed by MikTeX.


What I'm really trying to do is get a good output from LyX into Word  
(Since my advisors want a Word document to read for my thesis) with  
pictures and most formatting complete. Any suggestions would be  
greatly appreciated. Thanks.


I apologise in advance for a completely different tack, but it is the OS 
X in me.


I export my documents as PDF (ps2pdf)which is a direct copy of LyX 
document. It can then be read using a PDF reader, Acrobat is free and 
actually allows one to add notes to original document.


Cheers!



Acrobat Reader is free but the program which enables making comments
in the pdf file is Adobe Writer (Pro) which is not free. A university
probably has a license in some department or other. The supervisor(s)
would have to be satisfied with including notes, not changing the text.
Conversion from Pro pdf to Word doc is fairly terrible, but the Note
making toolbar is a quite flexible alternative.

"The certainty available in inductive generalization is the best of

all possible certainties!" -> László E. Szabó

Stephen


Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Russell Davie
On Mon, 25 Sep 2006 00:36:22 -0700
TechTonics <[EMAIL PROTECTED]> wrote:

> Rob Davies wrote:
> > Russell Davie wrote:
> >> On Fri, 22 Sep 2006 13:50:59 -0600
> >> Bob Lounsbury <[EMAIL PROTECTED]> wrote:
> >>
> >>> On Sep 22, 2006, at 1:14 PM, TechTonics wrote:
> >>>
>  Bob Lounsbury wrote:
> > Hi,
> > What do you have to do to export in these formats. Neither work  
> > for me on 1.4.3 with XP.
> > Thanks,
> > Bob Lounsbury
>  I don't think they work. Export the file as .tex from LyX.
>  Then from the command line "htlatex foo.tex" = foo.html
>  which can be directly imported into Word, = foo.doc
>  htlatex is part of the TeX4ht package:
> >>> When I do: "htlatex foo.tex=foo.html" it returns: "Please type  
> >>> another input file name" so I type "foo.tex" and everything seems to  
> >>> work except that I get a bunch of different foo files like "foo.log,  
> >>> foo.aux, foo.idv", but no foo.html file anywhere. The TeX4ht package  
> >>> was already installed by MikTeX.
> >>>
> >>> What I'm really trying to do is get a good output from LyX into Word  
> >>> (Since my advisors want a Word document to read for my thesis) with  
> >>> pictures and most formatting complete. Any suggestions would be  
> >>> greatly appreciated. Thanks.
> > 
> > I apologise in advance for a completely different tack, but it is the OS 
> > X in me.
> > 
> > I export my documents as PDF (ps2pdf)which is a direct copy of LyX 
> > document. It can then be read using a PDF reader, Acrobat is free and 
> > actually allows one to add notes to original document.
> > 
> > Cheers!
> > 
> 
> Acrobat Reader is free but the program which enables making comments
> in the pdf file is Adobe Writer (Pro) which is not free. A university
> probably has a license in some department or other. The supervisor(s)
> would have to be satisfied with including notes, not changing the text.
> Conversion from Pro pdf to Word doc is fairly terrible, but the Note
> making toolbar is a quite flexible alternative.


Writing comments in pdf files is possible, according to Adobe, only if
the permission is set by the author and has to be dome using Adobe Products.

/quote 
In Adobe Reader, you can add comments only if additional usage rights
that enable commenting are added to the PDF document by Adobe Acrobat 7.0
Professional or Acrobat server products. Otherwise, commenting tools aren't 
available.
/

Adobe outline it on page 95 of this:
http://www.adobe.com/products/acrobat/pdfs/acrruserguide.pdf

Now this is something to have as an enhancement to LyX!

cheers

Russell








> 
> "The certainty available in inductive generalization is the best of
> 
> all possible certainties!" -> László E. Szabó
> 
> Stephen


Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Bob Lounsbury


On Sep 24, 2006, at 9:15 PM, Russell Davie wrote:


On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury <[EMAIL PROTECTED]> wrote:



On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work
for me on 1.4.3 with XP.
Thanks,
Bob Lounsbury


I don't think they work. Export the file as .tex from LyX.
Then from the command line "htlatex foo.tex" = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:


When I do: "htlatex foo.tex=foo.html" it returns: "Please type
another input file name" so I type "foo.tex" and everything seems to
work except that I get a bunch of different foo files like "foo.log,
foo.aux, foo.idv", but no foo.html file anywhere. The TeX4ht package
was already installed by MikTeX.

What I'm really trying to do is get a good output from LyX into Word
(Since my advisors want a Word document to read for my thesis) with
pictures and most formatting complete. Any suggestions would be
greatly appreciated. Thanks.




Hi
I have the same issue with my supervisor.
I have spent last two weekends and most of today looking for a way  
to do this and am at my wits end on how to do this smoothly.


Can anybody suggest a clean, efficient and reliable way to do this?

There are problems in graphics, tables, cross-references and  
bibliography. All of which make LyX a joy and conversion to .doc a  
pain.  I found that all had problems with this, ie: oolatex,  
htlatex, ConvTex, thh, hevea and the internal LyX html tools.


So far the most acceptable and least pain free was to use oolatex,  
but the .doc still needs to be edited in OOo as doc as cross  
references were incorrect and bibliography was left out.


why oolatex?
1) makes only one file whereas html conversion can make several   
(latex2html can make only 1 file);
2) made a .sxw which can be edited by OOo which can be later saved  
to doc

and why this one is the choice:
3) the only tool that embeds the graphics within the file whereas  
html can only link to outside files.


oolatex is a script from the tex4ht family which includes htlatex.

How I did this: (for Linux)
1) edit LyX file: to remove all "paragraph" ie change to "standard"
2) make graphics as eps or jpeg
3) if eps: correct image sizing though images are a bit blurry,  
slow response from OOo
4) if jpeg: very small image sizing, clear images and snappy  
reponse from OOo

5) set formatting of all graphic floats to "justify"
6) save LyX file in tmp directory eg ../tmp as this will make lots  
of temporary files

7) export LyX file: file -> export -> LaTeX(pdflatex)
8) open xterm and go to ../tmp as made above
9) run latex and bibtex on .tex: eg latex foo.tex; bibtex foo.tex;  
latex foo.tex; latex foo.tex

10) run oolatex on .tex: eg /usr/share/tex4ht/oolatex foo.tex
11) run OOo and open .sxw: ie goto to ../tmp and open foo.sxw
12) check formatting and graphic sizing
13) save as .doc
14) close file, keep OOo running
15) open .doc and check formatting, graphics and referencing
16) may have to open .sxw to copy references to .doc
17) save .doc
18) open again in OOo for final check to see if graphics and  
references are present

19) final QA check with MSwordview2003 (via wine)
20) it works! celebrate!

I took notes on the pros and cons of the other tools and can post  
them on request.


HTH

Russell



That is a lot of work. I'm not even sure that I would be able to  
figure out how to do all that.


What has worked best for me is to do as you said in step 5 and ensure  
that all the standard environments are on default settings and do an  
export to rtf from within LyX. Opening the rtf in Word there are a  
few formatting concerns, but it is easy enough to correct them  
quickly and send the file out to my advisor.


Thanks for the response, I may try that when I have time to go  
through the instruction carefully.


Bob



Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Neal Becker
Bob Lounsbury wrote:

[...]
> What has worked best for me is to do as you said in step 5 and ensure
> that all the standard environments are on default settings and do an
> export to rtf from within LyX. Opening the rtf in Word there are a
> few formatting concerns, but it is easy enough to correct them
> quickly and send the file out to my advisor.

No export to rtf in my LyX(1.4.3).  What am I missing?



Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Bob Lounsbury


On Sep 25, 2006, at 12:18 PM, Neal Becker wrote:


Bob Lounsbury wrote:

[...]

What has worked best for me is to do as you said in step 5 and ensure
that all the standard environments are on default settings and do an
export to rtf from within LyX. Opening the rtf in Word there are a
few formatting concerns, but it is easy enough to correct them
quickly and send the file out to my advisor.


No export to rtf in my LyX(1.4.3).  What am I missing?



If I remember correctly I had to specifically install 'latex2rtf'  
from within Fink then do a Tools>Reconfigure in LyX to enable this  
option.


-Bob


Re: MSWord(html) or OpenOffice.Org

2006-09-25 Thread Russell Davie
On Mon, 25 Sep 2006 10:55:57 -0600
Bob Lounsbury <[EMAIL PROTECTED]> wrote:


> 
> 
> That is a lot of work. I'm not even sure that I would be able to  
> figure out how to do all that.
> 
> What has worked best for me is to do as you said in step 5 and ensure  
> that all the standard environments are on default settings and do an  
> export to rtf from within LyX. Opening the rtf in Word there are a  
> few formatting concerns, but it is easy enough to correct them  
> quickly and send the file out to my advisor.
> 
> Thanks for the response, I may try that when I have time to go  
> through the instruction carefully.
> 
> Bob
> 


Wow, thanks for that.

Worked like a charm!

All that had to be done was set the table floats to "justify" and change the 
references from \prettyref to \ref and \pageref.  All of which is easy to do in 
LyX

1) export -> latex(pdflatex)
2) from an xterm: latex2rtf
3) open with OOo, and sort out formatting on tables

note: *everything* else is OK, that is bibliography, figure and table cross 
referencing, graphics (jpeg or eps). This it brilliant!

4) save as .doc
5) open with MSWordview: perfect!

too easy!

How can this be made to run from with in LyX (Linux) ?

- Russell



Re: MSWord(html) or OpenOffice.Org

2006-09-24 Thread Russell Davie
On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:

 
 On Sep 22, 2006, at 1:14 PM, TechTonics wrote:
 
  Bob Lounsbury wrote:
  Hi,
  What do you have to do to export in these formats. Neither work  
  for me on 1.4.3 with XP.
  Thanks,
  Bob Lounsbury
 
  I don't think they work. Export the file as .tex from LyX.
  Then from the command line htlatex foo.tex = foo.html
  which can be directly imported into Word, = foo.doc
  htlatex is part of the TeX4ht package:
 
 When I do: htlatex foo.tex=foo.html it returns: Please type  
 another input file name so I type foo.tex and everything seems to  
 work except that I get a bunch of different foo files like foo.log,  
 foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package  
 was already installed by MikTeX.
 
 What I'm really trying to do is get a good output from LyX into Word  
 (Since my advisors want a Word document to read for my thesis) with  
 pictures and most formatting complete. Any suggestions would be  
 greatly appreciated. Thanks.
 
 

Hi 
I have the same issue with my supervisor.
I have spent last two weekends and most of today looking for a way to do this 
and am at my wits end on how to do this smoothly.

Can anybody suggest a clean, efficient and reliable way to do this? 

There are problems in graphics, tables, cross-references and bibliography. All 
of which make LyX a joy and conversion to .doc a pain.  I found that all had 
problems with this, ie: oolatex, htlatex, ConvTex, thh, hevea and the internal 
LyX html tools.

So far the most acceptable and least pain free was to use oolatex, but the .doc 
still needs to be edited in OOo as doc as cross references were incorrect and 
bibliography was left out.

why oolatex? 
1) makes only one file whereas html conversion can make several  (latex2html 
can make only 1 file);
2) made a .sxw which can be edited by OOo which can be later saved to doc 
and why this one is the choice:
3) the only tool that embeds the graphics within the file whereas html can only 
link to outside files.

oolatex is a script from the tex4ht family which includes htlatex.

How I did this: (for Linux)
1) edit LyX file: to remove all paragraph ie change to standard
2) make graphics as eps or jpeg
3) if eps: correct image sizing though images are a bit blurry, slow response 
from OOo
4) if jpeg: very small image sizing, clear images and snappy reponse from OOo
5) set formatting of all graphic floats to justify
6) save LyX file in tmp directory eg ../tmp as this will make lots of temporary 
files
7) export LyX file: file - export - LaTeX(pdflatex)
8) open xterm and go to ../tmp as made above
9) run latex and bibtex on .tex: eg latex foo.tex; bibtex foo.tex; latex 
foo.tex; latex foo.tex
10) run oolatex on .tex: eg /usr/share/tex4ht/oolatex foo.tex
11) run OOo and open .sxw: ie goto to ../tmp and open foo.sxw
12) check formatting and graphic sizing
13) save as .doc
14) close file, keep OOo running
15) open .doc and check formatting, graphics and referencing
16) may have to open .sxw to copy references to .doc
17) save .doc
18) open again in OOo for final check to see if graphics and references are 
present
19) final QA check with MSwordview2003 (via wine) 
20) it works! celebrate! 

I took notes on the pros and cons of the other tools and can post them on 
request.

HTH

Russell








 


Re: MSWord(html) or OpenOffice.Org

2006-09-24 Thread Rob Davies

Russell Davie wrote:

On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:


On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work  
for me on 1.4.3 with XP.

Thanks,
Bob Lounsbury

I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:
When I do: htlatex foo.tex=foo.html it returns: Please type  
another input file name so I type foo.tex and everything seems to  
work except that I get a bunch of different foo files like foo.log,  
foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package  
was already installed by MikTeX.


What I'm really trying to do is get a good output from LyX into Word  
(Since my advisors want a Word document to read for my thesis) with  
pictures and most formatting complete. Any suggestions would be  
greatly appreciated. Thanks.


I apologise in advance for a completely different tack, but it is the OS 
X in me.


I export my documents as PDF (ps2pdf)which is a direct copy of LyX 
document. It can then be read using a PDF reader, Acrobat is free and 
actually allows one to add notes to original document.


Cheers!

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.83beta2 (ProxSMTP 1.3.91)
AntiVirus: ClamAV 0.88.3/1933 - Mon Sep 25 09:43:33 2006
AntiVirus: F-PROT 4.6.6 Engine version: 3.16.14
SIGN.DEF 23 Sep06 - SIGN2.DEF 23 Sep06 - MACRO.DEF 22 Sep06
by Markus Madlener @ http://www.copfilter.org


Re: MSWord(html) or OpenOffice.Org

2006-09-24 Thread Russell Davie
On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:

 
 On Sep 22, 2006, at 1:14 PM, TechTonics wrote:
 
  Bob Lounsbury wrote:
  Hi,
  What do you have to do to export in these formats. Neither work  
  for me on 1.4.3 with XP.
  Thanks,
  Bob Lounsbury
 
  I don't think they work. Export the file as .tex from LyX.
  Then from the command line htlatex foo.tex = foo.html
  which can be directly imported into Word, = foo.doc
  htlatex is part of the TeX4ht package:
 
 When I do: htlatex foo.tex=foo.html it returns: Please type  
 another input file name so I type foo.tex and everything seems to  
 work except that I get a bunch of different foo files like foo.log,  
 foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package  
 was already installed by MikTeX.
 
 What I'm really trying to do is get a good output from LyX into Word  
 (Since my advisors want a Word document to read for my thesis) with  
 pictures and most formatting complete. Any suggestions would be  
 greatly appreciated. Thanks.
 
 

Hi 
I have the same issue with my supervisor.
I have spent last two weekends and most of today looking for a way to do this 
and am at my wits end on how to do this smoothly.

Can anybody suggest a clean, efficient and reliable way to do this? 

There are problems in graphics, tables, cross-references and bibliography. All 
of which make LyX a joy and conversion to .doc a pain.  I found that all had 
problems with this, ie: oolatex, htlatex, ConvTex, thh, hevea and the internal 
LyX html tools.

So far the most acceptable and least pain free was to use oolatex, but the .doc 
still needs to be edited in OOo as doc as cross references were incorrect and 
bibliography was left out.

why oolatex? 
1) makes only one file whereas html conversion can make several  (latex2html 
can make only 1 file);
2) made a .sxw which can be edited by OOo which can be later saved to doc 
and why this one is the choice:
3) the only tool that embeds the graphics within the file whereas html can only 
link to outside files.

oolatex is a script from the tex4ht family which includes htlatex.

How I did this: (for Linux)
1) edit LyX file: to remove all paragraph ie change to standard
2) make graphics as eps or jpeg
3) if eps: correct image sizing though images are a bit blurry, slow response 
from OOo
4) if jpeg: very small image sizing, clear images and snappy reponse from OOo
5) set formatting of all graphic floats to justify
6) save LyX file in tmp directory eg ../tmp as this will make lots of temporary 
files
7) export LyX file: file - export - LaTeX(pdflatex)
8) open xterm and go to ../tmp as made above
9) run latex and bibtex on .tex: eg latex foo.tex; bibtex foo.tex; latex 
foo.tex; latex foo.tex
10) run oolatex on .tex: eg /usr/share/tex4ht/oolatex foo.tex
11) run OOo and open .sxw: ie goto to ../tmp and open foo.sxw
12) check formatting and graphic sizing
13) save as .doc
14) close file, keep OOo running
15) open .doc and check formatting, graphics and referencing
16) may have to open .sxw to copy references to .doc
17) save .doc
18) open again in OOo for final check to see if graphics and references are 
present
19) final QA check with MSwordview2003 (via wine) 
20) it works! celebrate! 

I took notes on the pros and cons of the other tools and can post them on 
request.

HTH

Russell








 


Re: MSWord(html) or OpenOffice.Org

2006-09-24 Thread Rob Davies

Russell Davie wrote:

On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury [EMAIL PROTECTED] wrote:


On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work  
for me on 1.4.3 with XP.

Thanks,
Bob Lounsbury

I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:
When I do: htlatex foo.tex=foo.html it returns: Please type  
another input file name so I type foo.tex and everything seems to  
work except that I get a bunch of different foo files like foo.log,  
foo.aux, foo.idv, but no foo.html file anywhere. The TeX4ht package  
was already installed by MikTeX.


What I'm really trying to do is get a good output from LyX into Word  
(Since my advisors want a Word document to read for my thesis) with  
pictures and most formatting complete. Any suggestions would be  
greatly appreciated. Thanks.


I apologise in advance for a completely different tack, but it is the OS 
X in me.


I export my documents as PDF (ps2pdf)which is a direct copy of LyX 
document. It can then be read using a PDF reader, Acrobat is free and 
actually allows one to add notes to original document.


Cheers!

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.83beta2 (ProxSMTP 1.3.91)
AntiVirus: ClamAV 0.88.3/1933 - Mon Sep 25 09:43:33 2006
AntiVirus: F-PROT 4.6.6 Engine version: 3.16.14
SIGN.DEF 23 Sep06 - SIGN2.DEF 23 Sep06 - MACRO.DEF 22 Sep06
by Markus Madlener @ http://www.copfilter.org


Re: MSWord(html) or OpenOffice.Org

2006-09-24 Thread Russell Davie
On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury <[EMAIL PROTECTED]> wrote:

> 
> On Sep 22, 2006, at 1:14 PM, TechTonics wrote:
> 
> > Bob Lounsbury wrote:
> >> Hi,
> >> What do you have to do to export in these formats. Neither work  
> >> for me on 1.4.3 with XP.
> >> Thanks,
> >> Bob Lounsbury
> >
> > I don't think they work. Export the file as .tex from LyX.
> > Then from the command line "htlatex foo.tex" = foo.html
> > which can be directly imported into Word, = foo.doc
> > htlatex is part of the TeX4ht package:
> 
> When I do: "htlatex foo.tex=foo.html" it returns: "Please type  
> another input file name" so I type "foo.tex" and everything seems to  
> work except that I get a bunch of different foo files like "foo.log,  
> foo.aux, foo.idv", but no foo.html file anywhere. The TeX4ht package  
> was already installed by MikTeX.
> 
> What I'm really trying to do is get a good output from LyX into Word  
> (Since my advisors want a Word document to read for my thesis) with  
> pictures and most formatting complete. Any suggestions would be  
> greatly appreciated. Thanks.
> 
> 

Hi 
I have the same issue with my supervisor.
I have spent last two weekends and most of today looking for a way to do this 
and am at my wits end on how to do this smoothly.

Can anybody suggest a clean, efficient and reliable way to do this? 

There are problems in graphics, tables, cross-references and bibliography. All 
of which make LyX a joy and conversion to .doc a pain.  I found that all had 
problems with this, ie: oolatex, htlatex, ConvTex, thh, hevea and the internal 
LyX html tools.

So far the most acceptable and least pain free was to use oolatex, but the .doc 
still needs to be edited in OOo as doc as cross references were incorrect and 
bibliography was left out.

why oolatex? 
1) makes only one file whereas html conversion can make several  (latex2html 
can make only 1 file);
2) made a .sxw which can be edited by OOo which can be later saved to doc 
and why this one is the choice:
3) the only tool that embeds the graphics within the file whereas html can only 
link to outside files.

oolatex is a script from the tex4ht family which includes htlatex.

How I did this: (for Linux)
1) edit LyX file: to remove all "paragraph" ie change to "standard"
2) make graphics as eps or jpeg
3) if eps: correct image sizing though images are a bit blurry, slow response 
from OOo
4) if jpeg: very small image sizing, clear images and snappy reponse from OOo
5) set formatting of all graphic floats to "justify"
6) save LyX file in tmp directory eg ../tmp as this will make lots of temporary 
files
7) export LyX file: file -> export -> LaTeX(pdflatex)
8) open xterm and go to ../tmp as made above
9) run latex and bibtex on .tex: eg latex foo.tex; bibtex foo.tex; latex 
foo.tex; latex foo.tex
10) run oolatex on .tex: eg /usr/share/tex4ht/oolatex foo.tex
11) run OOo and open .sxw: ie goto to ../tmp and open foo.sxw
12) check formatting and graphic sizing
13) save as .doc
14) close file, keep OOo running
15) open .doc and check formatting, graphics and referencing
16) may have to open .sxw to copy references to .doc
17) save .doc
18) open again in OOo for final check to see if graphics and references are 
present
19) final QA check with MSwordview2003 (via wine) 
20) it works! celebrate! 

I took notes on the pros and cons of the other tools and can post them on 
request.

HTH

Russell








 


Re: MSWord(html) or OpenOffice.Org

2006-09-24 Thread Rob Davies

Russell Davie wrote:

On Fri, 22 Sep 2006 13:50:59 -0600
Bob Lounsbury <[EMAIL PROTECTED]> wrote:


On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work  
for me on 1.4.3 with XP.

Thanks,
Bob Lounsbury

I don't think they work. Export the file as .tex from LyX.
Then from the command line "htlatex foo.tex" = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:
When I do: "htlatex foo.tex=foo.html" it returns: "Please type  
another input file name" so I type "foo.tex" and everything seems to  
work except that I get a bunch of different foo files like "foo.log,  
foo.aux, foo.idv", but no foo.html file anywhere. The TeX4ht package  
was already installed by MikTeX.


What I'm really trying to do is get a good output from LyX into Word  
(Since my advisors want a Word document to read for my thesis) with  
pictures and most formatting complete. Any suggestions would be  
greatly appreciated. Thanks.


I apologise in advance for a completely different tack, but it is the OS 
X in me.


I export my documents as PDF (ps2pdf)which is a direct copy of LyX 
document. It can then be read using a PDF reader, Acrobat is free and 
actually allows one to add notes to original document.


Cheers!

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.83beta2 (ProxSMTP 1.3.91)
AntiVirus: ClamAV 0.88.3/1933 - Mon Sep 25 09:43:33 2006
AntiVirus: F-PROT 4.6.6 Engine version: 3.16.14
SIGN.DEF 23 Sep06 - SIGN2.DEF 23 Sep06 - MACRO.DEF 22 Sep06
by Markus Madlener @ http://www.copfilter.org


Re: MSWord(html) or OpenOffice.Org

2006-09-23 Thread TechTonics

Bob Lounsbury wrote:


On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work for 
me on 1.4.3 with XP.

Thanks,
Bob Lounsbury


I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:


When I do: htlatex foo.tex=foo.html it returns: Please type another 
input file name so I type foo.tex and everything seems to work except 
that I get a bunch of different foo files like foo.log, foo.aux, 
foo.idv, but no foo.html file anywhere. The TeX4ht package was already 
installed by MikTeX.


What I'm really trying to do is get a good output from LyX into Word 
(Since my advisors want a Word document to read for my thesis) with 
pictures and most formatting complete. Any suggestions would be greatly 
appreciated. Thanks.




Did you follow the installation instructions at the website
I provided? Do you have ImageMagick installed? Do you have
your programs in Windows Path. htlatex yourfilename.tex
will output yourfilename.html which Word imports as
yourfilename.doc You will need to install htlatex properly.

-


http://facweb.arch.ohio-state.edu/pviton/support/tex4ht.html


2.1  Installation

3. You must install ImageMagick (IM) yourself. (Instructions below in 
section 6). You must also ensure that IM places itself in your PATH 
statement before the system32 folder of your Windows installation 
(because system32 contains another program called convert.exe).




As you might imagine, porting LyX (Latex) to Word has been discussed
on the LyX mailing list, often in conjunction to htlatex. The archive
http://www.mail-archive.com/lyx-users@lists.lyx.org/
is one resource to find answers. Place the keyword, such as htlatex,
in the Find window and do a search. Below is one such result:



Re: miktex 2.5 WinLyX

Uwe Stöhr
Thu, 10 Aug 2006 04:06:30 -0700

TechTonics wrote:


I have the complete download and completely installed Miktex2.5.

tex4ht.cab\texmf\miktex\bin

This path sounds like the package is installed for MiKTeX 2.4 and not 
for 2.5.


However, use MiKTeX's package manager to assure that you've installed 
the correct package tex4ht AND miktex-tex4ht. If they are installed, 
update MiKTeX because just yesterday came out a bugfix release including 
a new text4ht version.


Then you should have the file htlatex.bat in ~\miktex\bin


Do you mean that htlatex works for you from either LyX or the 
command line?


I tested it from within LyX and found the bug that tex4ht doesn't 
support paths with spaces - I hate this kind of bugs more and more!.


LyX's temp directory path contains spaces.

But anyway, could you please file a bug report at MiKTeX sourceforge 
project page.


thanks and regards Uwe



The Miktex update manager can download and install this
if you don't have it. www.miktex.org



Good night and good luck,
Stephen




Re: MSWord(html) or OpenOffice.Org

2006-09-23 Thread TechTonics

Bob Lounsbury wrote:


On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work for 
me on 1.4.3 with XP.

Thanks,
Bob Lounsbury


I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:


When I do: htlatex foo.tex=foo.html it returns: Please type another 
input file name so I type foo.tex and everything seems to work except 
that I get a bunch of different foo files like foo.log, foo.aux, 
foo.idv, but no foo.html file anywhere. The TeX4ht package was already 
installed by MikTeX.


What I'm really trying to do is get a good output from LyX into Word 
(Since my advisors want a Word document to read for my thesis) with 
pictures and most formatting complete. Any suggestions would be greatly 
appreciated. Thanks.




Did you follow the installation instructions at the website
I provided? Do you have ImageMagick installed? Do you have
your programs in Windows Path. htlatex yourfilename.tex
will output yourfilename.html which Word imports as
yourfilename.doc You will need to install htlatex properly.

-


http://facweb.arch.ohio-state.edu/pviton/support/tex4ht.html


2.1  Installation

3. You must install ImageMagick (IM) yourself. (Instructions below in 
section 6). You must also ensure that IM places itself in your PATH 
statement before the system32 folder of your Windows installation 
(because system32 contains another program called convert.exe).




As you might imagine, porting LyX (Latex) to Word has been discussed
on the LyX mailing list, often in conjunction to htlatex. The archive
http://www.mail-archive.com/lyx-users@lists.lyx.org/
is one resource to find answers. Place the keyword, such as htlatex,
in the Find window and do a search. Below is one such result:



Re: miktex 2.5 WinLyX

Uwe Stöhr
Thu, 10 Aug 2006 04:06:30 -0700

TechTonics wrote:


I have the complete download and completely installed Miktex2.5.

tex4ht.cab\texmf\miktex\bin

This path sounds like the package is installed for MiKTeX 2.4 and not 
for 2.5.


However, use MiKTeX's package manager to assure that you've installed 
the correct package tex4ht AND miktex-tex4ht. If they are installed, 
update MiKTeX because just yesterday came out a bugfix release including 
a new text4ht version.


Then you should have the file htlatex.bat in ~\miktex\bin


Do you mean that htlatex works for you from either LyX or the 
command line?


I tested it from within LyX and found the bug that tex4ht doesn't 
support paths with spaces - I hate this kind of bugs more and more!.


LyX's temp directory path contains spaces.

But anyway, could you please file a bug report at MiKTeX sourceforge 
project page.


thanks and regards Uwe



The Miktex update manager can download and install this
if you don't have it. www.miktex.org



Good night and good luck,
Stephen




Re: MSWord(html) or OpenOffice.Org

2006-09-23 Thread TechTonics

Bob Lounsbury wrote:


On Sep 22, 2006, at 1:14 PM, TechTonics wrote:


Bob Lounsbury wrote:

Hi,
What do you have to do to export in these formats. Neither work for 
me on 1.4.3 with XP.

Thanks,
Bob Lounsbury


I don't think they work. Export the file as .tex from LyX.
Then from the command line "htlatex foo.tex" = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:


When I do: "htlatex foo.tex=foo.html" it returns: "Please type another 
input file name" so I type "foo.tex" and everything seems to work except 
that I get a bunch of different foo files like "foo.log, foo.aux, 
foo.idv", but no foo.html file anywhere. The TeX4ht package was already 
installed by MikTeX.


What I'm really trying to do is get a good output from LyX into Word 
(Since my advisors want a Word document to read for my thesis) with 
pictures and most formatting complete. Any suggestions would be greatly 
appreciated. Thanks.




Did you follow the installation instructions at the website
I provided? Do you have ImageMagick installed? Do you have
your programs in Windows Path. htlatex yourfilename.tex
will output yourfilename.html which Word imports as
yourfilename.doc You will need to install htlatex properly.

-


http://facweb.arch.ohio-state.edu/pviton/support/tex4ht.html


2.1  Installation

3. You must install ImageMagick (IM) yourself. (Instructions below in 
section 6). You must also ensure that IM places itself in your PATH 
statement before the system32 folder of your Windows installation 
(because system32 contains another program called convert.exe).




As you might imagine, porting LyX (Latex) to Word has been discussed
on the LyX mailing list, often in conjunction to htlatex. The archive
http://www.mail-archive.com/lyx-users@lists.lyx.org/
is one resource to find answers. Place the keyword, such as htlatex,
in the Find window and do a search. Below is one such result:



Re: miktex 2.5 WinLyX

Uwe Stöhr
Thu, 10 Aug 2006 04:06:30 -0700

TechTonics wrote:


I have the complete download and completely installed Miktex2.5.

tex4ht.cab\texmf\miktex\bin

This path sounds like the package is installed for MiKTeX 2.4 and not 
for 2.5.


However, use MiKTeX's package manager to assure that you've installed 
the correct package "tex4ht" AND "miktex-tex4ht". If they are installed, 
update MiKTeX because just yesterday came out a bugfix release including 
a new text4ht version.


Then you should have the file htlatex.bat in ~\miktex\bin


Do you mean that htlatex works for you from either LyX or the 
command line?


I tested it from within LyX and found the bug that tex4ht doesn't 
support paths with spaces - I hate this kind of bugs more and more!.


LyX's temp directory path contains spaces.

But anyway, could you please file a bug report at MiKTeX sourceforge 
project page.


thanks and regards Uwe



The Miktex update manager can download and install this
if you don't have it. www.miktex.org



Good night and good luck,
Stephen




MSWord(html) or OpenOffice.Org

2006-09-22 Thread Bob Lounsbury

Hi,

What do you have to do to export in these formats. Neither work for  
me on 1.4.3 with XP.


Thanks,
Bob Lounsbury


Re: MSWord(html) or OpenOffice.Org

2006-09-22 Thread TechTonics

Bob Lounsbury wrote:

Hi,

What do you have to do to export in these formats. Neither work for me 
on 1.4.3 with XP.


Thanks,
Bob Lounsbury



I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:

http://facweb.arch.ohio-state.edu/pviton/support/tex4ht.html
The Miktex update manager can download and install this
if you don't have it. www.miktex.org

I use Word2Tex for converting from .doc to .tex and
LyX can import .tex files. Rtf conversion may work.

Conversions need to be proofread,

Stephen


MSWord(html) or OpenOffice.Org

2006-09-22 Thread Bob Lounsbury

Hi,

What do you have to do to export in these formats. Neither work for  
me on 1.4.3 with XP.


Thanks,
Bob Lounsbury


Re: MSWord(html) or OpenOffice.Org

2006-09-22 Thread TechTonics

Bob Lounsbury wrote:

Hi,

What do you have to do to export in these formats. Neither work for me 
on 1.4.3 with XP.


Thanks,
Bob Lounsbury



I don't think they work. Export the file as .tex from LyX.
Then from the command line htlatex foo.tex = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:

http://facweb.arch.ohio-state.edu/pviton/support/tex4ht.html
The Miktex update manager can download and install this
if you don't have it. www.miktex.org

I use Word2Tex for converting from .doc to .tex and
LyX can import .tex files. Rtf conversion may work.

Conversions need to be proofread,

Stephen


MSWord(html) or OpenOffice.Org

2006-09-22 Thread Bob Lounsbury

Hi,

What do you have to do to export in these formats. Neither work for  
me on 1.4.3 with XP.


Thanks,
Bob Lounsbury


Re: MSWord(html) or OpenOffice.Org

2006-09-22 Thread TechTonics

Bob Lounsbury wrote:

Hi,

What do you have to do to export in these formats. Neither work for me 
on 1.4.3 with XP.


Thanks,
Bob Lounsbury



I don't think they work. Export the file as .tex from LyX.
Then from the command line "htlatex foo.tex" = foo.html
which can be directly imported into Word, = foo.doc
htlatex is part of the TeX4ht package:

http://facweb.arch.ohio-state.edu/pviton/support/tex4ht.html
The Miktex update manager can download and install this
if you don't have it. www.miktex.org

I use Word2Tex for converting from .doc to .tex and
LyX can import .tex files. Rtf conversion may work.

Conversions need to be proofread,

Stephen