|  About Me  |  Blogs  |  Photos  |  Publications  |  Resume  | 

Archive for June, 2005

Software for processing raw images

Thursday, June 16th, 2005

Sidenote

WordPress

Thursday, June 16th, 2005

Considering switching to WordPress because it’s free and dynamic. Can’t wait to try it out when my new server is ready!

SVN db Corrupted

Tuesday, June 14th, 2005

SVN’s db sometimes gets corrupted, but it can usually be fixed with db_recover. Go into the db directory in svn repository, e.g. cd /var/lib/svn/db, then run as root db4.2_recover. Check if it worked with svn list file:///var/lib/svn.

Tuesday, June 7th, 2005

Sidenote
  • Mobiltec24.de sells a 1200mAh Li-Polymer battery for the k700i! They also sells serial data cable for mobiles plus many hard to find things.

Balance Columns in Latex

Tuesday, June 7th, 2005

We can use the latex package balance.sty (or flushend.sty) to level the columns on the last page of a latex document, this is also referred to as “equalization”.

\usepackage{balance}
… and at the end of the page to balance
\balance

I’ve also read here other ways of doing it.

Manually add \newpage command to where you think the document should [...]