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.
You can download it here, or find a review at pcmag. HT: OpenOffice.org Training, Tips, and Ideas.
Here’s a piece of code I adapted from the “Programming Guide to BASIC.” It didn’t actually prove to get me anywhere I wanted to go, but it might help in some other effort. This one simply iterates all indexes and tables in a document. ‘Just a simple routine I wrote along the way as I…
I’m a bit eccentric and don’t use the visual editor with WordPress on this blog and several others that I maintain. For a number of posts I write my basic material in OpenOffice Writer and then post it. Up to now I have added the formatting by hand, but today I decided to write myself…
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….
I’ve uploaded a new version of the 6×9 booklet template (previously here) set up for table of contents, index, and various headers and footers. I’ve used more variables to reduce the amount of user input. You should plan to edit this as a template first, as it contains my publishing information (Energion Publications set currently…
In my previous post on sorting a scripture index, I used a rather lousy way of telling where the index was in the document. This came back to bite me today when I changed the number of references to a scripture index in a manuscript. In order to avoid this, use the following code instead….