August 27, 2008
I HAS AN OWLET
I HAS AN OWLET
August 26, 2008
What the HELL
August 25, 2008

Disabling stupid title decapitalisation in BibTeX

BibTeX for some reason converts titles from title case to sentence case. This is idiotic. It’s a fucking title! Anyway, you can work around this by enclosing your entire title in curly braces, but that’s a hack. The better way to do it is modify the appropriate .bst file, altering the format.title function. For example, for my unsrturl.bst, I changed format.title from:
FUNCTION {format.title}
{ title empty$
    { "" }
    { title "t" change.case$ }
  if$
}
to:
FUNCTION {format.title}
{ title empty$
    { "" }
    { title }
  if$
}
Then you just have to keep your bibliography in the correct format, and everything will work fine. If you ever have to submit to a journal run by idiots who require the incorrect sentence case for titles, modify the .bst file right back.
People say, ‘Well, why do we always get things last? Why can’t we say things?’ Well, I’ve said this many times before: sometimes it’s an advantage to be last in Europe, you know, when everything’s ironed out.
August 24, 2008
August 22, 2008
Old cereal boxes were awesome (via John K Stuff: Tony the Tiger Was Cool)
Old cereal boxes were awesome (via John K Stuff: Tony the Tiger Was Cool)
Tony the Tiger’s Band (actually via John K’s weblog)
Tony the Tiger and his many failed job attempts
Tony the Tiger and his many failed job attempts
August 21, 2008
Super Mario Bros. 2 theme, gypsy-jazz style
August 18, 2008
August 15, 2008