Archive for the ‘Linux’ Category.

Missing URL in BibTex Bibliography

This is some stupid thing that cost me several hours of tinkering tonight. By default, URLs and last access time/date are not part of any style in LaTeX. How freaking ancient is that?!!?!

So heres a fix. Its been tested under OS X 10.5, so it should work for anyone running Linux too.

  1. Download urlbst from http://nxg.me.uk/dist/urlbst/. For me the current version is 0.6.
  2. Extract the archive anywhere, just so happened to be my Downloads folder.
  3. Open a terminal window, and navigate to the newly created directly. For me it was ~/Downloads/urlbst-0.6/
  4. Run ‘./configure’ without the ‘ and ‘
  5. I have to use the acm bibliography style, so i will be playing around with acm.bst
  6. Run ’sudo mv /usr/local/texlive/2007/texmf-dist/bibtex/bst/base/acm.bst /usr/local/texlive/2007/texmf-dist/bibtex/bst/base/oldacm.bst’. This moves the original style file to a safe place.
  7. Run ‘./urlbst /usr/local/texlive/2007/texmf-dist/bibtex/bst/base/acm.bst newacm.bst’. This adds the URL information to the style.
  8. Run ’sudo cp newacm.bst /usr/local/texlive/2007/texmf-dist/bibtex/bst/base/acm.bst. This moves the new style file to a directly where LaTeX can find it.

Now all your webpages and sources with online references & cite dates will look right! Woot! Sleepy time now!!!

Installing pidgin-encryption on Ubuntu 7.04 (Feisty Fawn)

Today I struggled for hours trying to install the encryption plug-in for Pidgin under Ubuntu Feisty Fawn. After a lot of dismay, I was referred to a very awesome article by Pierre-Yves Landuré, who has back compiled Pidgin and the encryption plugin for Feisty.