LaTeX + Atom 配置 - 我已经下载了所有软件包,但似乎无法正确编译

LaTeX + Atom 配置 - 我已经下载了所有软件包,但似乎无法正确编译

我尝试运行脚本时显示的错误消息

在此处输入图片描述在此处输入图片描述 在此处输入图片描述


在此处输入图片描述

\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}

我只想能够编译 LaTeX 文件而不出现这些错误消息。我已经下载了所有必要的软件包。

PS=我仍然是编程和在不同 IDE 中设置环境的初学者,所以如果我误解了您的意思,请原谅我。

相关内容