# style=uc1: union + complement

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

tex1=!instexstatic $$ A \cap \overline{B} $$
tex2=!instexstatic $$ \overline{A} \cap B $$
tex3=!instexstatic $$ A \cap \overline{C} $$
tex4=!instexstatic $$ \overline{A} \cap C $$
tex5=!instexstatic $$ B \cap \overline{C} $$
tex6=!instexstatic $$ \overline{B} \cap C $$
