Category: Computers
-
a new LaTeX class file for U-M dissertations
I have been working on a new LaTeX class file for University of Michigan dissertations for awhile now. I finally got tired of the limitations of umdiss.cls. The main goals (which I believe I have achieved) of the new class file are: load the book class and modify only what’s necessary be compatible with as…
-
the beauty of LaTeX
I recently found a very nice site about the beauty of LaTeX. It does a close comparison of the type of output you get with LaTeX as opposed to what you normally get with a program like Microsoft Word. There is also another nice article that it links to near the bottom comparing hyphenation using…
-
locating fewer files
Mac OS 10.4 (Tiger) has the neat Spotlight feature which allows you to find all sorts of files very quickly and easily. It even allows you to search the contents of many files, including e-mail messages, pdf documents and Microsoft office documents. There is one flaw however. To do this it creates a database, which…
-
vimcolor plugin for wordpress
I recently downloaded the vimcolor plugin for wordpress so my code samples could look nice and spiffy, with the syntax highlighting I am accustomed to seeing. There were of course a few problems. The most notable was some path problems. It was trying to use these values: < ?php $in_file = tempnam($GLOBALS['conf']['file_directory_temp'], 'pl'); $out_file =…
-
Nifty Firefox extension – resizable textareas
I just found a very nifty little Firefox extension that will make all textareas resizable. In case you don’t know, a textarea is a text box that is longer than one line. With this extension enabled, simply hover the mouse over the bottom right corner until the cursor changes, then click and drag until you…