I am using emacs and auctex on linux mint. I fail to preview the math formula in emacs when writing the following simple .tex file
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath}
\begin{document}
I am going to write down the formula
\[
\sum_{k=1}^\infty x_k=\frac{x}{1-x^2}
\]
\end{document}
When I press C-c C-p, there comes the following error messages:
No appropriate `.dvi' file could be found
It seems that emacs doesn't generate any .dvi file. How to address this problem? Thanks all.
C-c C-l
IIRC. – lukstafiC-c C-l
, it prompts "No TeX output buffer". Still cannot preview the formulas. – zeno tsang