Showing posts with label libreoffice. Show all posts
Showing posts with label libreoffice. Show all posts

Tuesday, May 7, 2013

LibreOffice Alternatives?

I've been growing increasingly frustrated with LibreOffice's brain-dead behavior regarding current working directory. 
  • When I save something, and then want to open something else, it starts over in my home directory rather than remembering the context I'm working in. If I just saved something in a directory, isn't it likely that the next thing I open will be nearby?
  • If in the midst of a save-as, if I decide to change the file type, e.g., CSV or XLS to ODS, suddenly it makes me start over from square one choosing the directory to save in.
Yes, this is only two things (okay, here's three: if I have a region selected in the spreadsheet, enter won't take me out of the area--it's necessary to move to the mouse or arrow keys). My impression is that their UI designers are idiots or simply don't care.

Sunday, December 9, 2012

Nice Little Improvement in LibreOffice 3.6.2.2

Now when adding a word to the dictionary, LibreOffice just adds the word, without forcing the user to choose dictionaries. Going back to Star Office, there were usually two dictionaries by default and the choice of which to add a word to seemed arbitrary. Then for the past few years, the default configuration had just one dictionary, but still forced the user to choose the only choice. Now, with just one choice, LibreOffice assumes the only choice is the one the user wants. Yes. Keep the common case fast.

It's still not a very good dictionary application, being hopelessly bad at offering possible corrections. Ispell is very good. No other dictionary comes close.

Monday, June 4, 2012

Libre Office Writer & Calc: Disabling Autoinput and Autocomplete

Some time back I wrote a quick how-to on disabling autoinput and autocomplete in Open Office. Libre Office 3 has the same problem: defaults that make the tools harder to use. The instructions there are still essentially correct but the wording on the menus has changed slightly, and I'm working with a fresh install, so I decided this is a good time for an update.

In Libre Office Writer click Tools|Autocorrect Options. Then select the Word Completion tab and uncheck Enable Word Completion. Also uncheck Collect Words, because there is no need to collect words for a feature that will never be used.

In Calc, click Tools and then Cell Contents, and uncheck AutoInput.

[ Note added 10 September 2012: above I should have written OpenOffice and LibreOffice as one word each, not two. Oh well. ]

Friday, October 7, 2011

Generating Portable PDF

Yes, that's right, the subject, expanded, says "generating portable portable document format."  I got a shock this week when a PDF I had generated on a Linux system using LibreOffice 3.3.4 would not display on either of two XP systems I tried to show it on. The first time was in class, when I thought I was going to display an example. The issue is that LibreOffice used a font that the Windows systems didn't have. I googled it and installed a font with almost the same name, but it made no difference. It turns out one can force PDF to live up to its name in LibreOffice by specifying PDF/A-1a in the PDF options. Thanks to someone at a blog I can't find right now [ Jean at http://www.taming-openoffice-org.com/newsite/?page_id=77 ] for pointing out to me that the settings are persistent, so when chosen once it is unnecessary to deal with it later.

The persistence seems like an inconsistency in LibreOffice: how are we to know there isn't a configuration option buried in the myriad of randomly-organized menus? How are to know the setting is persistent? It seems most are not.

To date I have encountered no portability problems with PDFs generated from LaTeX, dvips, and ps2pdf.