- 文档需要有标题、作者、项目支持、日期等。这些信息需要用 maketitle来包含。
- 文档格式可在documentclass的参数设置中完成。
\documentclass[12pt, letterpaper]{article}
\title{My first LaTeX document}
\author{Hubert Farnsworth\thanks{Funded by the Overleaf team.}}
\date{August 2022}
\begin{document}
\maketitle
We have now added a title, author, and date to our first \LaTeX{} document!
\end{document}
近来上传图片总是失败。无法展示结果。
参考:
overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes#Writing_your_first_piece_of_LaTeX
网友评论