Open Source What-You-See-Is-What-You-Get office suite

learn more… | top users | synonyms

19
votes
2answers
1k views

Insert libreoffice table as input

This question led to a new package: odsfile Suppose you have an localc spreadsheet myspread.ods and you want to insert the content of the range H4:I40 as a table into your latex document. I ...
1
vote
1answer
476 views

Problems building article with oolatex and hyperref

I'm getting into a bit of trouble, trying to convert a Latex article to OpenOffice. First of all, I'm using Ubuntu 11.04, with a texlive 2011 installation (installed via tlmgr). EDIT1: There is now ...
77
votes
20answers
4k views

As an expert, can you always use TeX for (nearly) any kind of document?

I am just beginning to learn TeX. Coming from web-development, I find separating content from style very sensible, and I like the logic behind it. To me it looks that having control over formatting is ...
11
votes
3answers
4k views

How do I convert Open Office documents into LaTeX?

Is there a good utility for this? Does it more than the standard stuff, or does it also do formulas and poems etc. in a good way?
3
votes
1answer
349 views

Avoid eps to png conversion using mk4ht oolatex

I have a big set of eps images and I need to place them into an OpenOffice (odt) document. I wrote a simple script that creates a tex file containing these eps images and now I'm trying to convert it ...
11
votes
4answers
2k views

converting Latex to OpenOffice

I need to convert a Latex document to OpenOffice -> Word in order to allow cooperation with non-latex users. I've tried two commands: oolatex foo.tex and mk4ht oolatex foo.tex In both cases ...
15
votes
2answers
610 views

Create a LibreOffice spreadsheet from luatex

After reading this amazing answer, I'm wondering if it possible to do the same thing but the other way round, that is create a LibreOffice spreadsheet from luatex, exporting data from the tex file to ...
2
votes
1answer
179 views

Cross references and citations do not show in LibreOffice after htlatex conversion

When trying to convert a simple LaTeX document to LibreOffice/OpenOffice, cross references and citations do not show in the final document. They do when converting to (X)HTML, but this has other ...