X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-misc.tex;fp=mjo-misc.tex;h=0000000000000000000000000000000000000000;hb=83458c3f65b80a7897ced0553804b38f4872fcb6;hp=24421457fab2d4a4bd474473b96bf470f221d351;hpb=fe30cc3cf8f9a88785d2899d00a727931377bb5d;p=mjotex.git diff --git a/mjo-misc.tex b/mjo-misc.tex deleted file mode 100644 index 2442145..0000000 --- a/mjo-misc.tex +++ /dev/null @@ -1,18 +0,0 @@ -% -% Things that fit absolutely nowhere else. -% -\ifx\havemjomisc\undefined -\def\havemjomisc{1} - - -\ifx\operatorname\undefined - \usepackage{amsopn} -\fi - -% The cardinality of a set. The |X| notation conflicts with the -% absolute value, and the meaning of card(X) is clear at once, so we -% prefer the latter. -\newcommand*{\card}[1]{ \operatorname{card} \of{{#1}} } - - -\fi