Side Projects

Scriptorium

Scriptorium is a tool for easing the process of writing academic papers. A template-based document system allows paper layouts to be re-used by multiple papers or groups, as well as rapid switching between styles without affecting the content of a document. The MultiMarkdown frontend provides an easy to use syntax for writing documents, while the LaTeX backend provides high quality typesetting which is widely used in academic publications. Document storage is performed using version control software such as git, which provides complete document history and strong collaboration features. Finally, scriptorium's design includes both a command line interface and a library interface, enabling use as both a standalone tool, as well as integrating into other tools.

pymmd

pymmd is a python wrapper around the excellent MultiMarkdown