Google Docs does a lot of things well, but…

Google Error

…writing an academic paper with APA formatting isn’t one of those things. Which I learned writing my first paper for my Masters last week.

The first is such a basic feature that I (wrongly) assumed that it was part of Google Docs – page numbering.  Um, turns out, I was wrong, but only discovered this at the last minute as I was cleaning up the formatting to make the paper submission ready.

Now, I could have gone in and manually added page numbers as this was a relatively small paper of 1500 words, but if I happened to be working on a 50 page paper (or, eeks, longer) that would have been a pain.

I did discover a page numbering hack, but it involved going into the HTML code – something I have no problem doing, but that others who are just looking for some basic word processing capabilities may not.

But the clincher for me was the failure to get APA references formatted correctly in the bibliography. The problem was the hanging indent in the second line of the reference. In order to get a hanging indent, I had to modify both the HTML and create a custom CSS class.

.hang {
        text-indent: -0.5in;
        margin-left: 0.5in;
}

I used inches since this was something that will be printed.

Again, not a huge problem for me, but for someone who doesn’t know either HTML or CSS a real barrier.

But the disappointing part was that when I applied the CSS to create the indent, it appeared to stick, but then it suddenly reverted back to no hanging indent. In front of my eyes. One minute it was there, the next it wasn’t.

I did some digging and I found that if I applied the style and then quickly hit save,that seemed to work (of all the kludges in the world, this has to be the kludgiest and makes NO sense to me). However, it was really random and occasionally I would be working on the document and it would suddenly revert back from the hanging indent to regular formatting.

Needless to say, this was both  frustrating and disappointing. The one time it did stick long enough for me to print/download, I noticed that the APA formatting worked when I printed a pdf copy of the paper, but when I downloaded a Word version (as requested by my instructor), the APA formatting was gone.

This was a deal breaker for me with regards to relying on Google Docs for anything more than casual use. Which is fine. It is still a hugely useful product. The night before, for example, one of my team members and I were working collaboratively on a Google Doc over IM. She was in Ontario and I was at home in BC and it worked flawlessly for collaboration.

But to rely on Google Docs for something as structured as an APA formatted paper? I downloaded Open Office last night.

Yes, there is a reason why it is still in Beta.

Reblog this post [with Zemanta]