latex: why the \sum Symbol will disappear?

I am really confused why the \sum symbol will be disappeared after a few times of compiling. It was normally displayed previously, but now it appears as the following:enter image description here

where the denominator in this equation is a sum from i-1 to n of AIan

My current packages used are as followings:

\usepackage{booktabs} % For formal tables
\usepackage{amssymb}
%\usepackage{amsmath,amsfonts,amssymb,amsxtra}
\usepackage[ruled]{algorithm2e} % For algorithms
\usepackage{verbatim} % For comment
\usepackage{multirow}
\usepackage{threeparttable}
\usepackage{color}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
%\usepackage[ngerman]{babel}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{amsmath} 

Could anyone help me fix this problem? I have tried many different solutions, but the sum symbol still could not be displayed normally.

3 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like