Editor : TXC 2.0 b2 sumatra 2.3.2
I can compile the document without any errors. but after compilation, the TXC opens the sumatra and gets stuck. I have to force terminate the programs.
But the PDF file generated is correct and found in the folder. I just am not able to do build and view it in sumatra.
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\title{Introduction to \LaTeX{}}
\author{Author's Name}
\maketitle
\begin{abstract}
The abstract text goes here.
\end{abstract}
\section{Introduction}
Here is the text of your introduction.
\begin{equation}
\label{simple_equation}
\alpha = \sqrt{ \beta }
\end{equation}
\subsection{Subsection Heading Here}
Write your subsection text here.
\section{Conclusion}
Write your conclusion here.
\end{document}