[Tex/LaTex] Wrong emptyset symbol

math-modesymbols

Each time i type $\emptyset$ an ugly (if I may say so, I think it's ugly), or rather unexpected slashed circle comes out instead of the (expected) emptyset. I want my \emptyset! What should I do?

The packages that I use are:

\documentclass[12pt, a4paper]{report}  
\usepackage[utf8]{inputenc}   
\usepackage[T1]{fontenc}  
\usepackage{amsfonts, amsmath, amscd, amssymb, latexsym,amstext,amsthm}  
\usepackage[all]{xy}  
\usepackage{textcomp}  
\usepackage{mathabx}  
%\usepackage{MnSymbol}  
\usepackage{newlfont}  
%\usepackage{eufrak}  
\usepackage{bussproofs}  
\input{nprooftree.tex}  
\usepackage[english]{babel}  
\usepackage{pifont}   
\usepackage{verbatim}    
\usepackage{cmll}  
\usepackage{graphicx}  
\usepackage{tikz-cd}  
\graphicspath{ {images/} }  

Best Answer

Remove mathabx to restore the default \emptyset.

Related Question