The programs on this page are provided as is, without any guarantee. I no longer have the time to maintain them.
LaTeX
- jhuthesis: A LaTeX class based on memoir that typesets a thesis conforming to the requirements of the Graduate board. You will need to install memoir in order to use this class.
- pleasingblue: A presentation style for prosper.
Emacs Lisp
Please read the commentary in the code before using it.
- bibfind.el: An interface to finding BibTeX entries on the web..
- nnir-grepmail.el: A plugin for nnir.el that uses grepmail as its search engine.
- prosper.el: AUCTeX support for Prosper. A later version of this file will be distributed with the next version of AUCTeX.
Perl
Run perldoc file.pl from the command line to get the documentation.
- msn.pl [Usage]: This is a perl version of the MathSciNet client.
- spamcop.pl [Usage]: A command line interface to SpamCop. Great for piping spam from within your favorite mail reader with support for Netscape, Mozilla, Konqueror, and Galeon. You will need to set the environment variable SPAMCOP_CODE to the code assigned to you by SpamCop. Read the documentation for details. I use it with this snippet in my ~/.gnus.
- prosper [Usage]: A script to automate the generation of PDF files LaTeX files created with the prosper documentclass. Since writing this script, I've started using Latexmk. Something like GS_OPTIONS="-sPAPERSIZE=a4" latexmk -pdfps is a good start.