Illustrated Call-Outs in OpenOffice
Here’s a tutorial on one of those things experts often assume everyone will figure out. Nice instructions, well-illustrated.
Here’s a tutorial on one of those things experts often assume everyone will figure out. Nice instructions, well-illustrated.
In using OpenOffice Writer for preliminary work on manuscripts I often need to replace large amounts of formatting, mainly eliminating areas in which writers have used character formatting and replacing them with consistent use of styles. The native search/replace is not very good for this. There is an excellent solution, readily available: The AltSearch addon. …
My never ending quest for better clip art sources (I can’t draw a straight line with a ruler), and my desire to make Ubuntu more and more usable for all my work needs, converged with OpenClipart.org. It’s a good source, and you can install it in Ubuntu with your Add/Remove command. But then, where is…
There’s an important OpenOffice BASIC guide that I failed to mention previously. It’s official, and the main index of the help file for OO BASIC, so I assumed it without mentioning it. It is Programming Guide for BASIC on docs.sun.com. For someone like me who has some experience with VBA, but no clues about OpenOffice,…
I ran into a problem with the formatting in cells today for sorting. I was trying to sort a number of dates, and they kept sorting as strings. I set the format of the cells to the appropriate date format, made sure all the cells were showing up that way, and tried the sort again….
It’s easy to change the position of footnotes and treat them as endnotes using the dialog at Tools->Footnotes/Endnotes, but if they are endnotes, it’s a bit more difficult. There are a couple of options given on the OpenOffice forum. I had a document with over 800 endnotes that I wanted as footnotes. I chose the…
On a spreadsheet I needed to enter a formula in one cell and then fill down with that formula over a range. My first thought was that, as in VBA, I would record a macro and get the commands. I sometimes do that when I just can’t remember and am too lazy to look everything…