X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-misc.tex;fp=mjo-misc.tex;h=3d8a4069eb3984cf93917b020da8572c58f768f4;hb=5c1a943a2ae3886693c0361084239aef9da3551c;hp=0000000000000000000000000000000000000000;hpb=1997f5caa0a548beade98765fa9b679a8de26bdf;p=mjotex.git diff --git a/mjo-misc.tex b/mjo-misc.tex new file mode 100644 index 0000000..3d8a406 --- /dev/null +++ b/mjo-misc.tex @@ -0,0 +1,10 @@ +% +% Things that fit absolutely nowhere else. +% + +\usepackage{amsmath} + +% 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}} }