]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-algorithms.tex
Rename mjo-algorithms to mjo-algorithm for consistency.
[mjotex.git] / mjo-algorithms.tex
diff --git a/mjo-algorithms.tex b/mjo-algorithms.tex
deleted file mode 100644 (file)
index 77dcdb6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-%
-% Good looking algorithm environments.
-%
-
-% algorithmicx, for the, uh, algorithms.
-\usepackage{algpseudocode}
-
-% Rename ``require'' and ``ensure'' to ``input'' and ``output''
-% respectively.
-\renewcommand{\algorithmicrequire}{\textbf{Input:}}
-\renewcommand{\algorithmicensure}{\textbf{Output:}}
-
-% This just gives us the floating ``algorithm'' environment.
-\usepackage{algorithm}