Felix Crux

Technology & Miscellanea

Files

My .vimrc

Public Domain


This file contains my configuration for the VIM editor that I often use. The file contains my comments and explanations for what every option entails. If you are unfamiliar with VIM, you really should check it out, as it is a huge productivity aid. This file can be used to get some sensible default behaviour, or just as a base for your own tweaks.

UW Report LaTeX Class

LPPL


This LaTeX document class is an attempt to produce a usable set of formatting rules for University of Waterloo work-term reports. It contains most of the functionality I have found I need, but I am open to suggestions (especially if they come with patches already written!) for improvement/expansion. Usage instructions are included as comments at the top of the file.

PDFMunge

MIT License


This little script performs some processing tasks on PDFs in order to make them easier to read on an eBook reader. The primary functions are stripping away large margins, and creating an imitation of landscape-mode on devices that don't support it by cutting each page in half, and rotating everything 90 degrees counter-clockwise. It can also remove individual pages from the file. See this blog post for full details.