article.cls 是 LaTeX 中最常使用到的文件類別。我常拿來處理一些簡單的文件。
\documentclass{article}
\usepackage{amsmath} % 有我最喜歡的數學環境: align, align*
\begin{document}
\title{} % 加入標題
\author{} % 加入你的名字
\date{} % 加入日期像 Jan 1, 2007 或 \today
\maketitle
% \begin{abstract} % 如果需要加入摘要,將 % 移除
% add the abstract of this paper
% \end{abstract}
\section{} % article.cls 只提供 \part, \section, \subsection,
% \subsubsection, \paragraph, \subparagraph
\end{document}
沒有留言:
張貼留言