X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-algorithm.tex;fp=mjo-algorithm.tex;h=cef0e89f67988659217f0302308580dea6b0b08d;hp=25b396c5d24113c2e2515ad9b6f0f7f85a744953;hb=fc7cfa7f3d02715cb09eae2e1c6bc501dc2d8d50;hpb=d4712abb88a2f342f31bbd60426d1a983df05ac2 diff --git a/mjo-algorithm.tex b/mjo-algorithm.tex index 25b396c..cef0e89 100644 --- a/mjo-algorithm.tex +++ b/mjo-algorithm.tex @@ -1,6 +1,9 @@ % % Good looking algorithm environments. % +\ifx\havemjoalgorithm\undefined +\def\havemjoalgorithm{1} + % algorithmicx, for the, uh, algorithms. \usepackage{algpseudocode} @@ -14,3 +17,6 @@ \usepackage{algorithm} \algrenewcommand{\algorithmiccomment}[1]{/\!/ {#1}} + + +\fi