]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-common.tex
mjo-set: adopt \set and \setc from mjo-common.
[mjotex.git] / mjo-common.tex
index 0fcc2aa64817a4705059d35bb79f5d0373e5e7b7..f14b60d8a5a3d70563c8e8055a49516a7ea91a5f 100644 (file)
 % Group terms using square brackets.
 \newcommand*{\sqty}[1]{ \left[{#1}\right] }
 
-% Create a set from the given elements
-\newcommand*{\set}[1]{\left\lbrace{#1}\right\rbrace}
-
-% A set comprehension, where the ``such that...'' bar is added
-% automatically. The bar was chosen over a colon to avoid ambiguity
-% with the L : V -> V notation. We can't leverage \set here because \middle
-% needs \left and \right present.
-\newcommand*{\setc}[2]{\left\lbrace{#1}\ \middle|\ {#2} \right\rbrace}
-
 % A pair of things.
 \newcommand*{\pair}[2]{ \left({#1},{#2}\right) }