# style=uic4: union + intersection + complement

ineq=A u B,\
 A n B,\
 -A u -B,\
 -A n -B,\
 A u C,\
 A n C,\
 -A u -C,\
 -A n -C,\
 B u C,\
 B n C,\
 -B u -C,\
 -B n -C

tex1=!instexstatic $$ A \cup B $$
tex2=!instexstatic $$ A \cap B $$
tex3=!instexstatic $$ \overline{A} \cup \overline B $$
tex4=!instexstatic $$ \overline{A} \cap \overline B $$
tex5=!instexstatic $$ A \cup C $$
tex6=!instexstatic $$ A \cap C $$
tex7=!instexstatic $$ \overline{A} \cup \overline C $$
tex8=!instexstatic $$ \overline{A} \cap \overline C $$
tex9=!instexstatic $$ B \cup C $$
tex10=!instexstatic $$ B \cap C $$
tex11=!instexstatic $$ \overline{B} \cup \overline C $$
tex12=!instexstatic $$ \overline{B} \cap \overline C $$

