\documentclass{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \title{Sample LaTeX Document} \author{Author Name} \date{\today} \begin{document} \maketitle \begin{abstract} This is a brief abstract of the document. It provides a summary of the content. \end{abstract} \section{Introduction} This is the introduction section where the background information is provided. See Section \ref{sec:methods} for methods. \section{Methods} \label{sec:methods} This section describes the methods used in the research. For example, we can include an equation: \begin{equation} E = mc^2 \end{equation} \section{Results} This section presents the results of the research. \section{Discussion} This section discusses the results presented in the previous section. \section{Conclusion} This is the conclusion section where the main findings are summarized. \end{document}
编译中...