Ximian to Bundle StarOffice 6.0
rainmanjag writes "A Ximian press release is reporting that Ximian will be bundling StarOffice 6.0 for Linux with the packaged version of Ximian Desktop Professional, Red Carpet Express, and Red Carpet CorporateConnect." This means that both Ximian and Mandrakesoft are offering comprehensive software bundles which happen to include StarOffice 6.0, a package which would otherwise cost more by itself than either of the bundles.
Beware that if you want to be productive in an 'office suite' sense (exchanging documents with others, etc), not in a 'I write C code all day' sense, you might need to offend some GPL/FSF zealot's idea of how you should operate your computer.
creation science book
Yep, I love KOffice. I don't even use KDE on my desktop, but KWord is simply the bee's knees. I am wholly addicted to the frame-based word processor concept, and now feel lost without it. Whenever I use AbiWord (which is also very nice these days) I feel kind of disoriented without frames and the overall 'feel' of KWord. I have never used a frame-based WP in the past, and so it certainly isn't just "what I'm used to"...I really think it is a better model than the Word/WordPerfect/StarOffice/everybody else except Adobe word processor.
Anyway, I agree. KOffice is highly underappreciated, and very competent in quite a few areas. It is still flaky in a lot more places than I like, but I do all of my labels, invoices, PDF brochures, and a lot of other stuff in KWord, and it really produces lovely output.
StarOffice is neat too, but I'm done with the Microsoft Office style of doing things...I just feel sluggish and confused when using those apps, and the popup light-bulb doesn't improve things.
I don't plan on it either. I use LaTeX and I dig it. But that doesn't solve the same problem as these Office suites do. Sure, everyone can read and print a PDF, but what about edit it, and send a revised version back to you? LaTeX savy people can work from your source document, yes, but most normal Office-users wouldn't have the slightest clue what to do with a LaTeX file.
I have Office v.X installed, because there are times when I need to do just this. You'd be surprised, even among CS profs, how few people know LaTeX enough to feel comfy editing your drafts written in it.
Also, there's no way to do something like a spreadsheet with LaTeX. However, in lambdaTeX or Scribe (in Scheme) something like this could be done, and for that reason, I plan on moving to Scribe eventually (over LaTeX). It can generate PDF, HTML and PS just like LaTeX, but has a more familiar (s-exp) syntax, and has a much more powerful language behind it, for doing calculations within your document. That said, I'd also welcome a LaTeX preprocessor that could do something similar... For instance:
\begin{worksheet}{c|c|c|c}
\hline
Name & Beer Drunk & Milk Drunk & Total Liquids \\
Me & 10 L & 12 L & \add{\cell{B2},
\cell{C2}} \\
You & 14 L & 2 L & \add{\cell{B3},
\cell{C3}} \\
\end{worksheet}
and so on... ugly as hell in LaTeX, but in something Lisplike, it could be a lot nicer-
(worksheet "c|c|c|c"
(hline)
Name & Beer Drunk & Milk Drunk & Total Liquids \\
Me & 10 L & 12 L & (+ B2 C2) \\
You & 14 L & 2 L & (+ B3 C3) \\
)
Man, that'd rule.
Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
This is called adding value. It's what MS did to gain it's market dominance (with one or two other tactics which I won't mention here) and it's about time. Good on Ximian, Sun, OpenOffice.org and Mandrake. Good on them all.