X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=examples.tex;h=a491bd813ae521de8254498c3afe57f4cfca3dbf;hb=7709fae36c4df0568e70a534c06caf8f566e033b;hp=c87f59bdc792d78d7d5e88e0158510616bf63b56;hpb=7b6c4a0dba2844a0ecc1fd96a951f9c4c021f0a4;p=mjotex.git diff --git a/examples.tex b/examples.tex index c87f59b..a491bd8 100644 --- a/examples.tex +++ b/examples.tex @@ -51,7 +51,16 @@ We also have a few basic set operations, for example the union of two or three sets: $\union{A}{B}$, $\unionthree{A}{B}{C}$. And of course with union comes intersection: $\intersect{A}{B}$, - $\intersectthree{A}{B}{C}$. + $\intersectthree{A}{B}{C}$. We can also take an arbitrary + (indexed) union and intersections of things, like + $\unionmany{k=1}{\infty}{A_{k}}$ or + $\intersectmany{k=1}{\infty}{B_{k}}$. The best part about those + is that they do the right thing in a display equation: + % + \begin{equation*} + \unionmany{k=1}{\infty}{A_{k}} = \intersectmany{k=1}{\infty}{B_{k}} + \end{equation*} + % \end{section} \begin{section}{Cone}