Overleaf
Overleaf
Overleaf就是在线Latex
注册要用gmail,126、163等都会提示无效
模板
https://www.overleaf.com/latex/templates
\usepackage{}
就类似于写代码导入的包,比如规定上下左右页边距,能不能识别汉字,颜色之类的,一般不用动
加粗
\textbf{}
斜体
\emph{}
正文内容
\begin{document}
\end{document}
摘要
\begin{abstract}
\end{abstract}
产生一段段落,用于我们练习
\lipsum
\lipsum[1]、lipsum[2]都是一段固定的段落
多级标题
\section
\subsection
\subsubsection
如果不想排序号
\section*
多个点标题
\begin{itemize}
\item
\item
\end{itemize}
多个数字标题
\begin{enumerate}
\item
\item
\end{enumerate}
插入图片
\begin{figure}
\end{figure}
h!是插在当前位置
图片必须先上传到overleaf上
新起一页
\newpage
也起到分割页的作用
插入表格
插入公式
一些数学符号怎么表示可以在这查
https://oeis.org/wiki/List_of_LaTeX_mathematical_symbols
插入参考文献
https://blog.****.net/z_ramsey/article/details/81986447
这样的话就是报错