[Lowerbounds, Upperbounds]

Algorithms are everywhere.

You probably know that you can start a PowerPoint slide show from the current slide by clicking on a tiny icon, but do you know that you can do this with just the keyboard?

I wrote PowerPoint EZView because I am obsessed in getting my drawings accurate to the pixel and needed a fast way to do a full screen preview.

Get it here:
http://www.cs.cmu.edu/~maverick/Programs/EZView/

P.S. If you are using PowerPoint 2003, then you can already do this with Shift-F5. But I have all three recent versions of PowerPoint running on my computers and so EZView supports PPT2K3 too.

Did you know about the string macros in BibTeX files? Here is an example.

Put this line at the top of a bib file:

@string{JACM = "Journal of the ACM"}

Now the journal field of an JACM article can be entered easily like:

@Article{Hastad2001Optimal,
author = {Johan H\aa{}stad},
title = {Some Optimal Inapproximability Results},
journal = JACM,
year = 2001,
volume = 48,
number = 4,
pages = {798--859}
}

Here is a short list of macros that I have used in a recent paper:
Read the rest of this entry »